@font-face {
  font-family: "Uniform";
  src: url("../fonts/uniform-regular.woff2") format("woff2"),
    url("../fonts/uniform-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  box-sizing: inherit;
}
html {
  --max-width: 550px;
  --body-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, arial,
    sans-serif;
  --loader-color: #ec1c23;
  /* default theme: light background, dark text, blue accent */
  --theme-hue: 0; /* white */
  --accent-hue: 194; /* blue */

  --text-color-richer: hsl(var(--theme-hue), 0%, 5%); /* #0d0d0d		*/
  --text-color-normal: hsl(
    var(--theme-hue),
    0%,
    13%
  ); /* #222222 		text color; button:hover:focus color */
  --text-color-softer: hsl(
    var(--theme-hue),
    0%,
    33%
  ); /* #555555 		button color; button:hover border */

  --accent-color: hsl(
    var(--accent-hue),
    86%,
    57%
  ); /* #33C3F0 		link; button-primary bg+border; textarea,select:focus border */
  --accent-color-hover: hsl(
    var(--accent-hue),
    76%,
    49%
  ); /* #1EAEDB 		link hover; button-primary:hover:focus bg+border */

  --border-color: hsl(var(--theme-hue), 0%, 73%); /* #bbbbbb		button border */
  --border-color-softer: hsl(
    var(--theme-hue),
    0%,
    82%
  ); /* #d1d1d1		textarea,select,code,td,hr border	 */

  --background-color: white; /* transparent body background; textarea,select background */
  --background-color-softer: hsl(var(--theme-hue), 0%, 95%);
  --code-background: hsl(
    var(--theme-hue),
    0%,
    95%
  ); /* #f1f1f1 		code background*/

  --button-primary-color: white;

  /* Note: Skeleton was based off a 10px font sizing for REM  */
  /* 62.5% of typical 16px browser default = 10px */
  --base-font-size: 62.5%;

  /* Grid Defaults - default to match orig skeleton settings */
  --grid-max-width: 960px;

  --input-background: #000000;
}

/*  Dark Theme
	Note: prefers-color-scheme selector support is still limited, but 
	included for future and an example of defining a different base 'theme'
*/
@media (prefers-color-scheme: dark) {
  :html {
    /* dark theme: light background, dark text, blue accent */
    --theme-hue: 0; /* black */
    --accent-hue: 194; /* blue */

    --text-color-richer: hsl(var(--theme-hue), 0%, 95%); /* 		*/
    --text-color-normal: hsl(
      var(--theme-hue),
      0%,
      80%
    ); /* text color; button:hover:focus color */
    --text-color-softer: hsl(
      var(--theme-hue),
      0%,
      67%
    ); /* button color; button:hover border */

    --accent-color: hsl(
      var(--accent-hue),
      76%,
      49%
    ); /* link; button-primary bg+border; textarea,select:focus border */
    --accent-color-hover: hsl(
      var(--accent-hue),
      86%,
      57%
    ); /* link hover; button-primary:hover:focus bg+border */

    --border-color: hsl(var(--theme-hue), 0%, 27%); /* button border */
    --border-color-softer: hsl(
      var(--theme-hue),
      0%,
      20%
    ); /* textarea,select,code,td,hr border	 */

    --background-color: hsl(
      var(--theme-hue),
      0%,
      12%
    ); /* body background; textarea,select background */
    --background-color-softer: hsl(var(--theme-hue), 0%, 18%);
    --code-background: hsl(var(--theme-hue), 0%, 5%); /* code background*/

    --button-primary-color: white;
  }

  img.value-img {
    -webkit-filter: invert(0.8);
    filter: invert(0.8);
  }
  /* TODO - test dialing back image intensity on dark background
  img {
    opacity: .80;
    transition: opacity .5s ease-in-out;
  }
  img:hover {
    opacity: 1;
  }
  */
}

html {
  font-size: var(--base-font-size);
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem; /* changed from 15px in orig skeleton */
  min-height: 100vh;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  padding: 0 1rem;
  color: var(--text-color-normal);

  background-color: #120657;
  background: url("../images/bg23.jpg") center no-repeat;
  background-size: cover;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  /* font-size: 3.6rem; */
  font-size: 2.7rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 600px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    /* font-size: 4.2rem; */
    font-size: 3.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--accent-color);
}
a:hover {
  color: var(--accent-color-hover);
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Oswald";
  background: black;
  display: inline-block;
  height: 55px;
  padding: 0 30px;

  color: white;
  /* color: var(--text-color-softer); */
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /* background-color: transparent; */
  border: none;
  /* border: 1px solid var(--border-color); */
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ec1c23;
  border-color: var(--text-color-softer);
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: var(--button-primary-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: var(--button-primary-color);
  background-color: var(--accent-color-hover);
  border-color: var(--accent-color-hover);
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: var(--background-color);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--accent-color);
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
/* input[type="checkbox"],
input[type="radio"] {
  display: inline;
} */
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 100%;
  margin: 1rem 0 1rem 3rem;
  color: var(--text-color-softer);
}
li {
  margin-bottom: 0.5rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: var(--code-background);
  border: 1px solid var(--border-color-softer);
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow: auto;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid var(--border-color-softer);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid var(--border-color-softer);
}

.box {
  max-width: var(--max-width);
  padding: 4rem 2rem 5rem;
  border-radius: 4px;
  background: white;
  margin: 8rem auto 6rem;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}

.box-header {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2rem;
}

.box-header img {
  text-align: center;
  font-size: 14px;
  margin-bottom: 2rem;
  max-height: 32px;
  width: auto;
}

.box-header h1 {
  font-size: 30px;
}

.desc {
  font-size: 1.4rem;
  text-align: center;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.desc img {
  max-width: 40px;
  height: auto;
}
.desc-state {
  display: none;
}

.desc-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.desc-state:checked ~ .desc-wrap .desc-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.desc-state ~ .desc-trigger:before {
  content: "Show more";
}

.desc-state:checked ~ .desc-trigger:before {
  content: "Show less";
}

.desc-trigger {
  cursor: pointer;
  font-family: var(--body-family);
  display: inline-block;
  padding: 0 8px;
  color: #727272;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/*******/

.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.number {
  background: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  height: 52px;
  padding: 0 14px;
  text-align: center;
  margin-bottom: 2rem;
}
.number::after {
  content: "▾";
  transition: all 100ms ease-in;
  font-size: 20px;
  color: #fff;
  width: 28px;
}
.number.active::after {
  transform: rotate(180deg);
}
.number-value {
  letter-spacing: -0.8px;
  font-family: Arial;
  color: white;
}

.number-options {
  position: absolute;
  width: 100%;
  top: 46px;
  left: 0;
  background: rgb(0, 0, 0);
  color: #fff;
  border-radius: 3px;
  font-family: Arial;

  display: none;
}

.number-options__item {
  background: url("../images/vc.png") no-repeat 16px center;
  background-size: 22px;
  padding: 6px 0 6px 0px;
  font-size: 16px;
}
.number-options__item:hover {
  background-color: red;
  cursor: pointer;
}

.number img {
  max-width: 28px;
  height: auto;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: transparent;
}

input.user {
  height: 52px;
  width: 100%;
  background: url("../images/2k-red.png") 16px center no-repeat
    var(--input-background);
  background-size: 22px;
  color: #fff;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  letter-spacing: -0.5px;
  margin-bottom: 2rem;
}
input.user::-webkit-input-placeholder {
  color: darkgray;
}
input.user::-moz-placeholder {
  color: darkgray;
}
input.user:-ms-input-placeholder {
  color: darkgray;
}
input.user::-ms-input-placeholder {
  color: darkgray;
}
input.user::placeholder {
  color: darkgray;
}

.console {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.console-button {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: darkgray;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 1rem;
}
.console-button img {
  max-width: 30px;
  height: auto;
}

.console-button-ps5.active,
.console-button-ps4.active {
  background: rgb(9, 6, 145);
}
.console-button-steam.active {
  background: black;
}

.console-button-one.active,
.console-button-series.active {
  background: rgb(26, 119, 3);
}

.console-button-switch.active {
  background: rgb(201, 21, 21);
}

.break {
  flex-basis: 100%;
  height: 0;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.loader.small {
  width: 20px;
  height: 20px;
}

.loader_animation1 {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-animation: rotate 1s ease infinite;
  animation: rotate 1s ease infinite;
  border-radius: 50%;
  border: 2px solid var(--loader-color);
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.loader_animation2 {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-animation: rotate 1s ease-in-out infinite;
  animation: rotate 1s ease-in-out infinite;
  border-radius: 50%;
  border: 2px dashed var(--loader-color);
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.loader_animation3 {
  position: absolute;
  width: 60px;
  height: 60px;
  animation: rotate 1s linear infinite reverse;
  border-radius: 50%;
  border: 2px solid var(--loader-color);
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.loader_animation3.small {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.progress {
  text-align: center;
  display: none;
  padding: 3rem;
}

.progress-status {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #5a5a5a;
  font-weight: 400;
  margin-top: 2rem;
  font-family: var(--body-family);
  text-transform: uppercase;

  letter-spacing: -0.6px;
}

.verification {
  display: none;
  text-align: center;
}
.verification h3 {
  color: #ec1c23;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.verification p {
  letter-spacing: -0.2px;
  line-height: 24px;
  font-family: var(--body-family);
}

.verification-summary {
  display: flex;
  justify-content: center;
}

.verification-summary__badge {
  position: relative;
  background: black;
  height: 30px;
  padding: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  font-family: var(--body-family);
}

.verification-summary__badge:not(:last-child) {
  margin-right: 1rem;
}

.verification-summary__badge:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  -webkit-animation: slide 1s infinite;
  animation: slide 1s infinite; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.verification .verification-loading-img {
  max-width: 60px;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.verification-console img {
  max-height: 20px;
  width: 40px;
}

.verification-user img {
  max-height: 14px;
  width: auto;
  margin-right: 2px;
}

.verification-vc img {
  max-height: 20px;
  width: auto;
  margin-right: 2px;
}

/* .verification-vc__tag {
  font-family: Arial;
} */

.single13 {
  margin: 1rem auto 2rem;
  height: 10px;
  width: 120px;
  border-radius: 4px;
  background: linear-gradient(270deg, #ef4836, #f5d76e, #ef4836);
  background-size: 400% 400%;
  -webkit-animation: single13anim 3s ease-in-out infinite;
  animation: single13anim 3s ease-in-out infinite;
}

@-webkit-keyframes single13anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes single13anim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.verify-button {
  display: block;

  margin: 2rem auto 1rem;
}

.ellipsis-anim span {
  opacity: 0;
  -webkit-animation: ellipsis-dot 1s infinite;
  animation: ellipsis-dot 1s infinite;
}

.ellipsis-anim span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ellipsis-anim span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ellipsis-anim span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ellipsis-dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shape1 {
  position: fixed;
  z-index: 2;
  top: -20px;
  left: 0;
  right: 0;
}
.updates {
  max-width: var(--max-width);
  position: relative;
  padding: 2rem;
  background: white;
  border-radius: 3px;
  margin: 0 auto;
  z-index: 3;
  height: 120px;
}

.updates-recent {
  font-family: var(--body-family);
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.updates-recent img {
  margin: 0 0.2rem;
}
.updates-servers {
  display: flex;
  justify-content: space-around;
}

.updates-servers__server {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.updates-servers__server-name {
  font-family: var(--body-family);
}

.status-badge {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #28d719;
  margin: 0 1rem;
}

.status-badge.orange {
  background-color: orange;
}

.footer {
  font-size: 9px;
  color: #f6f6f6;
  margin: 0 auto;
  max-width: 550px;
  line-height: 12px;
  padding: 2rem;
}

/* Larger than mobile (default point when grid becomes active) */
@media (min-width: 600px) {
  .console-button {
    width: 60px;
    width: 60px;
  }
  .console-button img {
    max-width: 40px;
    height: auto;
  }
}

/* Larger than phablet */
@media (min-width: 900px) {
}

/* Larger than tablet */
@media (min-width: 1200px) {
}
