* {
  box-sizing: border-box;
}

body {
  transition: 0.5s all;
}

.light #app {
  background-color: #FFF;
}

.light #backdrop {
  filter: invert(1);
}


@font-face {
  font-family: Cyber;
  src: url("../dist/fonts/Cyber.otf");
  font-display: swap;
}

@font-face {
  font-family: 'Monaco';
  font-style: normal;
  font-weight: normal;
  src: url("../dist/fonts/Monaco.woff");
}

body {
  font-family: 'Monaco';
  letter-spacing: 1.5px;
  background: #000 !important;
}

.address-t {
  font-size: 45px;
  text-transform: lowercase;
  word-break: break-word;
  max-width: 660px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-shadow: rgb(49 49 49) 2px 2px 0px;
}

@media (max-width:  769px) {
  .hide-mobile {
    display: none;
  }
  .address-t {
    font-size: 26px;
  }
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-size: 26px;
  font-weight: 300;
  background: url(../dist/images/bg.png) #000;
  position: relative;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
}

.dark #app {
  color: #FFF;
}

.light #app {
  color: #000;
}

#app {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.row {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

a {
  color:  inherit;
  text-decoration: none;
}

.row.centered {
  justify-content: center;
}

.container.is-success {
  -webkit-filter: hue-rotate(180deg) brightness(2.7);
  filter: hue-rotate(180deg) brightness(2.7)
}

.screen::after {
  content: '';
  display: block;
  background: url(../dist/images/bottom.png) no-repeat center;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  height: 28px
}

.title {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  text-shadow: 1px 1px #00000024;
}

.title::after,
.title::before {
  content: '';
  display: inline-block;
  background: url(../dist/images/top_outer.png);
  width: 144px;
  height: 20px;
  margin: 0 20px
}

.container:not(.is-success) .title.is-success {
  color: #22edfc
}

.box--outer {
    position: relative;
    margin: 0 auto;
    width: 90%;
    /*max-width: 1080px;*/
    border-top: #000 18px solid;
    border-bottom: #000 18px solid;
    -o-border-image: url(../dist/images/hor_line.png) 17 11 17 round;
    border-image: url(../dist/images/hor_line.png) 17 11 17 round;
    height: 91%;
    display: flex;
    align-items: center;
}

a:empty {
  display: none !important;
}

.box {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  /*max-width: 1080px*/
}

.box--inner {
  display: inline-block;
  /*width: calc(100% - 105px);*/
  width: 100%;
  /*max-width: 1010px*/
}

.box--inner::after,
.box--inner::before {
  content: '';
  display: inline-block;
  background: url(../dist/images/box_inner.png) no-repeat center;
  max-width: 642px;
  width: 100%;
  height: 27px
}

.content {
  position: relative;
  display: block;
  /*max-height: 600px;*/
  min-height: 400px;
  height: 100%;
  height: 65vh;
}

.content .holder {
  left: 0;
  right: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);

  max-width: 800px;
  margin: 0 auto;
}

.col.col__center,
.col.col__left {
  display: inline-block
}

.col.col__left {
  width: -webkit-fill-available;
  text-align: left;
}

.col.col__center {
  width: 100%;
}

input {
  border: 2px solid #d7001e;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  max-width: 700px;
  overflow: visible;
  outline: 0;
  background: 0 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 50px;
  font-family: 'Arial';
}

.edit-buttons input {
    margin: 5px;
    letter-spacing: 0.1px;
    border: 2px solid rgb(0 0 0 / 15%);
    padding: 0 16px;
    margin-bottom: 6px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 6px 9px rgb(37 37 37 / 8%);
}

.edit-buttons .input-label {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #000000e0;
    font-family: 'Cyber';
    max-width: 180px;
    background-color: #f9f9f9;
}

#submit {
  border: none;
  margin: 20px;
  padding: 10px 40px;
  width: auto;
  overflow: visible;
  outline: 0;
  cursor: pointer;
  background: red;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 20px;
}

body .cybr-btn + .cybr-btn {
  margin-top: 2rem;
}

.cybr-btn {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 1%));
  --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
  --primary-hue: 0;
  --primary-lightness: 50;
  --color: hsl(0, 0%, 100%);
  --font-size: 26px;
  --shadow-primary-hue: 180;
  --label-size: 9px;
  --shadow-secondary-hue: 60;
  --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
  --clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
  --border: 4px;
  --shimmy-distance: 5;
  --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
  --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
  --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
  --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
  --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
  --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
  --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
  font-family: 'Cyber', sans-serif;
  color: var(--color);
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  font-size: var(--font-size);
  outline: transparent;
  letter-spacing: 2px;
  position: relative;
  font-weight: 700;
  border: 0;
  min-width: 300px;
  height: 75px;
  line-height: 75px;
  transition: background 0.2s;
  zoom: 0.6;
  -moz-transform: scale(0.6);
}

.cybr-btn:hover {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.8%));
}
.cybr-btn:active {
  --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.6%));
}

.cybr-btn:after,
.cybr-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: var(--clip);
  z-index: -1;
}

.cybr-btn:before {
  background: var(--shadow-primary);
  transform: translate(var(--border), 0);
}

.cybr-btn:after {
  background: var(--primary);
}

.cybr-btn__tag {
  position: absolute;
  padding: 1px 4px;
  letter-spacing: 1px;
  line-height: 1;
  bottom: -5%;
  right: 5%;
  font-weight: normal;
  /*color: hsl(0, 0%, 0%);*/
  color:  #FFF;
  font-size: var(--label-size);
}

.cybr-btn__glitch {
  position: absolute;
  top: calc(var(--border) * -1);
  left: calc(var(--border) * -1);
  right: calc(var(--border) * -1);
  bottom: calc(var(--border) * -1);
  background: var(--shadow-primary);
  text-shadow: 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary);
  clip-path: var(--clip);
  animation: glitch 2s infinite;
  display: none;
}

.cybr-btn:hover .cybr-btn__glitch {
  display: block;
}

.cybr-btn__glitch:before {
  content: '';
  position: absolute;
  top: calc(var(--border) * 1);
  right: calc(var(--border) * 1);
  bottom: calc(var(--border) * 1);
  left: calc(var(--border) * 1);
  clip-path: var(--clip);
  background: red;
  z-index: -1;
/*  filter: invert(1);*/
}

@keyframes glitch {
  0% {
    clip-path: var(--clip-one);
  }
  2%, 8% {
    clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  6% {
    clip-path: var(--clip-two);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  9% {
    clip-path: var(--clip-two);
    transform: translate(0, 0);
  }
  10% {
    clip-path: var(--clip-three);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  13% {
    clip-path: var(--clip-three);
    transform: translate(0, 0);
  }
  14%, 21% {
    clip-path: var(--clip-four);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  25% {
    clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  30% {
    clip-path: var(--clip-five);
    transform: translate(calc(var(--shimmy-distance) * -1%), 0);
  }
  35%, 45% {
    clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * -1%));
  }
  40% {
    clip-path: var(--clip-six);
    transform: translate(calc(var(--shimmy-distance) * 1%));
  }
  50% {
    clip-path: var(--clip-six);
    transform: translate(0, 0);
  }
  55% {
    clip-path: var(--clip-seven);
    transform: translate(calc(var(--shimmy-distance) * 1%), 0);
  }
  60% {
    clip-path: var(--clip-seven);
    transform: translate(0, 0);
  }
  31%, 61%, 100% {
    clip-path: var(--clip-four);
  }
}

.cybr-btn:nth-of-type(2) {
  --primary-hue: 260;
}





.amount {
  font-family: 'Cyber';
/*  font-size: 40px !important;*/
  margin-bottom: 0px !important;
}



@media only screen and (max-width:1260px) {
  .title::after,
  .title::before {
    width: 42px;
    height: 18px
  }
  .col.col__center,
  .col.col__left {
    display: block;
    width: auto;
    margin: 0
  }
  .box--outer::after,
  .box--outer::before {
    display: none
  }
  .title::after,
  .title::before {
    /*margin: 0 5px*/
  }
  .address {
    font-size: 13px !important;
  }
  .crypto .amount {
    font-size: 35px !important;
  }
  .content {
    /*zoom:  1.3;*/
    /*height: 98vh*/
  }
  .box::after,
  .box::before {
    height: 500px
  }
  #submit {
    margin-bottom: 0
  }
}

@media only screen and (max-width:600px) {
  .holder {
    zoom: 0.9;
  }
  body {
    /*filter: brightness(1) !important;*/
  }
  .row.centered {
        flex-direction: column;
  }
  button {
    /*width: 100% !important; */
    box-sizing: border-box; 
    /*margin: 10px 0 !important;*/
  }
  .container {
    font-size: .8em
  }
  .title::after,
  .title::before {
    width: 4%;
    height: 18px
  }
  .box--outer {
    -o-border-image: url(../dist/images/hor_line.png) 17 330 17 round;
    border-image: url(../dist/images/hor_line.png) 17 330 17 round
  }
  .box::after,
  .box::before {
    width: 22px;
    background: url(ver-line-mobile.png) no-repeat center;
    background-size: contain
  }
  .box--inner {
    width: calc(100% - 44px)
  }
  #email,
  #login,
  #password {
    max-width: 70%
  }
  .screen::after {
    max-width: 180px
  }
}

.flash {
  -webkit-animation: flashText 1s ease-out alternate infinite;
  animation: flashText 1s ease-out alternate infinite
}

@-webkit-keyframes flashText {
  0% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}

@keyframes flashText {
  0% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}

.typewriter .typewriter-line {
  visibility: hidden
}

@-webkit-keyframes flicker {
  0% {
    opacity: .86139
  }
  5% {
    opacity: .12793
  }
  10% {
    opacity: .36759
  }
  15% {
    opacity: .9766
  }
  20% {
    opacity: .61364
  }
  25% {
    opacity: .94477
  }
  30% {
    opacity: .57811
  }
  35% {
    opacity: .03416
  }
  40% {
    opacity: .21835
  }
  45% {
    opacity: .62054
  }
  50% {
    opacity: .89452
  }
  55% {
    opacity: .89997
  }
  60% {
    opacity: .37872
  }
  65% {
    opacity: .04929
  }
  70% {
    opacity: .14477
  }
  75% {
    opacity: .27512
  }
  80% {
    opacity: .84701
  }
  85% {
    opacity: .85952
  }
  90% {
    opacity: .76553
  }
  95% {
    opacity: .91372
  }
  100% {
    opacity: .05536
  }
}

@keyframes flicker {
  0% {
    opacity: .86139
  }
  5% {
    opacity: .12793
  }
  10% {
    opacity: .36759
  }
  15% {
    opacity: .9766
  }
  20% {
    opacity: .61364
  }
  25% {
    opacity: .94477
  }
  30% {
    opacity: .57811
  }
  35% {
    opacity: .03416
  }
  40% {
    opacity: .21835
  }
  45% {
    opacity: .62054
  }
  50% {
    opacity: .89452
  }
  55% {
    opacity: .89997
  }
  60% {
    opacity: .37872
  }
  65% {
    opacity: .04929
  }
  70% {
    opacity: .14477
  }
  75% {
    opacity: .27512
  }
  80% {
    opacity: .84701
  }
  85% {
    opacity: .85952
  }
  90% {
    opacity: .76553
  }
  95% {
    opacity: .91372
  }
  100% {
    opacity: .05536
  }
}

@-webkit-keyframes steady {
  from {
    background: rgba(255, 230, 230, .1)
  }
  to {
    background: rgba(49, 45, 45, .1)
  }
}

@keyframes steady {
  from {
    background: rgba(255, 230, 230, .1)
  }
  to {
    background: rgba(49, 45, 45, .1)
  }
}

body {
  position: relative;
  overflow: hidden;
}

@keyframes hue {
  0% {
    filter: hue-rotate(0)
  }
  100% {
    filter: hue-rotate(360deg)
  }
}

body::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(49, 45, 45, .1);
  opacity: 0;
  pointer-events: none;
}

body.off {
  background: #000
}

body.off::after {
  -webkit-animation: none;
  animation: none
}

@-webkit-keyframes turn-on {
  0% {
    -webkit-transform: scale(1, .8) translate3d(0, 0, 0);
    transform: scale(1, .8) translate3d(0, 0, 0);
    opacity: 1
  }
  5% {
    -webkit-transform: scale(1.09139, 1.34235) translate3d(0, 100%, 0);
    transform: scale(1.09139, 1.34235) translate3d(0, 100%, 0)
  }
  10% {
    -webkit-transform: scale(.63084, 1.40698) translate3d(0, -100%, 0);
    transform: scale(.63084, 1.40698) translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: scale(.75142, 1.34118) translate3d(0, 100%, 0);
    transform: scale(.75142, 1.34118) translate3d(0, 100%, 0)
  }
  20% {
    -webkit-transform: scale(.96173, 1.36858) translate3d(0, -100%, 0);
    transform: scale(.96173, 1.36858) translate3d(0, -100%, 0)
  }
  25% {
    -webkit-transform: scale(1.1348, 1.02729) translate3d(0, 100%, 0);
    transform: scale(1.1348, 1.02729) translate3d(0, 100%, 0)
  }
  30% {
    -webkit-transform: scale(.97038, .71092) translate3d(0, -100%, 0);
    transform: scale(.97038, .71092) translate3d(0, -100%, 0)
  }
  35% {
    -webkit-transform: scale(.6067, 1.31101) translate3d(0, 100%, 0);
    transform: scale(.6067, 1.31101) translate3d(0, 100%, 0)
  }
  40% {
    -webkit-transform: scale(.786, .9326) translate3d(0, -100%, 0);
    transform: scale(.786, .9326) translate3d(0, -100%, 0)
  }
  45% {
    -webkit-transform: scale(1.38602, 1.14399) translate3d(0, 100%, 0);
    transform: scale(1.38602, 1.14399) translate3d(0, 100%, 0)
  }
  50% {
    -webkit-transform: scale(.69973, .90412) translate3d(0, -100%, 0);
    transform: scale(.69973, .90412) translate3d(0, -100%, 0)
  }
  51% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: brightness(1) saturate(1);
    filter: brightness(1) saturate(1);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1
  }
}

@keyframes turn-on {
  0% {
    -webkit-transform: scale(1, .8) translate3d(0, 0, 0);
    transform: scale(1, .8) translate3d(0, 0, 0);
    opacity: 1
  }
  5% {
    -webkit-transform: scale(1.09139, 1.34235) translate3d(0, 100%, 0);
    transform: scale(1.09139, 1.34235) translate3d(0, 100%, 0)
  }
  10% {
    -webkit-transform: scale(.63084, 1.40698) translate3d(0, -100%, 0);
    transform: scale(.63084, 1.40698) translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: scale(.75142, 1.34118) translate3d(0, 100%, 0);
    transform: scale(.75142, 1.34118) translate3d(0, 100%, 0)
  }
  20% {
    -webkit-transform: scale(.96173, 1.36858) translate3d(0, -100%, 0);
    transform: scale(.96173, 1.36858) translate3d(0, -100%, 0)
  }
  25% {
    -webkit-transform: scale(1.1348, 1.02729) translate3d(0, 100%, 0);
    transform: scale(1.1348, 1.02729) translate3d(0, 100%, 0)
  }
  30% {
    -webkit-transform: scale(.97038, .71092) translate3d(0, -100%, 0);
    transform: scale(.97038, .71092) translate3d(0, -100%, 0)
  }
  35% {
    -webkit-transform: scale(.6067, 1.31101) translate3d(0, 100%, 0);
    transform: scale(.6067, 1.31101) translate3d(0, 100%, 0)
  }
  40% {
    -webkit-transform: scale(.786, .9326) translate3d(0, -100%, 0);
    transform: scale(.786, .9326) translate3d(0, -100%, 0)
  }
  45% {
    -webkit-transform: scale(1.38602, 1.14399) translate3d(0, 100%, 0);
    transform: scale(1.38602, 1.14399) translate3d(0, 100%, 0)
  }
  50% {
    -webkit-transform: scale(.69973, .90412) translate3d(0, -100%, 0);
    transform: scale(.69973, .90412) translate3d(0, -100%, 0)
  }
  51% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: brightness(1) saturate(1);
    filter: brightness(1) saturate(1);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1
  }
}

@-webkit-keyframes turn-off {
  0% {
    -webkit-transform: scale(1, 1.3) translate3d(0, 0, 0);
    transform: scale(1, 1.3) translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1
  }
  60% {
    -webkit-transform: scale(1.3, .001) translate3d(0, 0, 0);
    transform: scale(1.3, .001) translate3d(0, 0, 0);
    -webkit-filter: brightness(10);
    filter: brightness(10)
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: scale(0, .0001) translate3d(0, 0, 0);
    transform: scale(0, .0001) translate3d(0, 0, 0);
    -webkit-filter: brightness(50);
    filter: brightness(50)
  }
}

@keyframes turn-off {
  0% {
    -webkit-transform: scale(1, 1.3) translate3d(0, 0, 0);
    transform: scale(1, 1.3) translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1
  }
  60% {
    -webkit-transform: scale(1.3, .001) translate3d(0, 0, 0);
    transform: scale(1.3, .001) translate3d(0, 0, 0);
    -webkit-filter: brightness(10);
    filter: brightness(10)
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: scale(0, .0001) translate3d(0, 0, 0);
    transform: scale(0, .0001) translate3d(0, 0, 0);
    -webkit-filter: brightness(50);
    filter: brightness(50)
  }
}

.screen {
  width: 100%;
  height: 100%;
  border: none
}

.container.off>.screen {
  -webkit-animation: turn-off .55s cubic-bezier(.23, 1, .32, 1);
  animation: turn-off .55s cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.container.on>.screen {
  -webkit-animation: turn-on 0.5s linear;
  animation: turn-on 0.5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.suggest div:hover {
  background: rgb(0 0 0 / 30%);
}
.suggest div {
    margin: 10px 0;
    cursor: pointer;
    color: #FFF;
    padding: 5px;
    letter-spacing: 2.5px;
    text-shadow: 2px 1px 1px #ffffff33;
    font-family: cyber;
    text-transform: initial;
    font-size: 28px;
}
.nault .suggest div,
.dark .suggest div {
    color: #FFF !important;
    text-shadow: 0 !important;
}
.dark .available {
    color: #ea23f8!important;
    filter: brightness(3.5) !important;
}
.light .available {
  color: #e9e4e4 !important;
  filter: invert(0);
  text-shadow: 1px 1px 1px #00000045;
}

.verified {
  max-width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.small-mobile .verified {
    max-width: 26px;
    vertical-align: middle;
    filter: hue-rotate(488deg);
    margin-bottom: 11.2px;
    margin-left: -22px;
}

.suggest .verified {
    max-width: 16px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: -4px;
    filter: hue-rotate(132deg);
}

.dark .suggest .verified {
    filter: hue-rotate(451deg);
}

.suggest {
  position: fixed;
  background: #ff1e1e;
  width: 98%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 300px;
  overflow: scroll;
} 

.title:not(.error)::after, 
.title:not(.error)::before,
.screen:not(.error)::after,
.box--outer:not(.error) {
  transition: 3s all;
}

/* Theme colors via custom property */
.blue   { --theme-hue: 236deg; --theme-pip-hue: 0deg; --theme-invert-hue: 115deg; }
.red    { --theme-hue: 17deg;  --theme-pip-hue: 17deg;  --theme-invert-hue: 109deg; }
.green  { --theme-hue: 133deg; --theme-pip-hue: 133deg; --theme-invert-hue: 133deg; }
.purple { --theme-hue: 261deg; --theme-pip-hue: 261deg; --theme-invert-hue: 145deg; }
.pink   { --theme-hue: 313deg; --theme-pip-hue: 313deg; --theme-invert-hue: 104deg; }
.yellow { --theme-hue: 394deg; --theme-pip-hue: 394deg; --theme-invert-hue: 115deg; }

#app .pipboy,
#app .pip-foot a::after {
  filter: hue-rotate(var(--theme-pip-hue, 0deg));
}

#app .title:not(.error)::after,
#app .title:not(.error)::before,
#app .screen:not(.error)::after,
#app .box--outer:not(.error) {
  filter: hue-rotate(var(--theme-hue, 0deg));
}

#app .invert {
  filter: hue-rotate(var(--theme-invert-hue, 0deg));
}

#search-screen {
  position: fixed;
  background: transparent;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: all;
  z-index: 0;
  cursor: pointer;
}

@media (max-width: 769px) {
  .cyber {
    margin-top: 0;
    height: calc(100% - 96px);
  }
  .break {
    display: block !important;
  }
  .box--outer {}
  .box--inner::after,
  .box--inner::before {
    display: none !important;
  }
}


#docs h2 {
  font-size: 20px;
  margin: 32px 13px;
  color: #cfcfcf;
}
#docs p {
  display: block;
  margin: 30px 0;
  margin-left: 0;
}
blockquote {
  margin: 35px 0;
  display: block;
  background: #3296ffde;
  padding: 1px;
  padding-left: 25px;
  color: #FFF;
  padding: 20px;
}
code {
  background: #141313;
  padding: 25px 25px;
  margin: 10px;
  display: block;
  border: 2px solid;
  border-radius: 3px;
  overflow: scroll;
  font-size: 18px;
  color: #FFF;
  padding-bottom: 15px;
}

#pip {
  display: none;
}
.row {
  font-size: 20px;
}
.button-group .cybr-btn {
  margin-bottom: 30px !important;
}
.light .button-group .cybr-btn {
/*    color: #000;*/
}
.showQR {
  position: fixed;
  z-index: 9999;
  background: rgb(0 0 0 / 95%);
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  filter: invert(0);
}
.showQR #qrcode {
  margin-top: -50px;
}
#backdrop {
    zoom: 1.2;
    height: 100vh;
    background-position: center;
    background-size: cover;
    transition: 1s all;
    pointer-events: none;
    top: 0px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 0;
    filter: brightness(0.2);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.14;
}
.dark #backdrop {
  filter: brightness(1.5);
}
#backdrop.active {
  opacity: 0.2;
}
.active a {
    border: 2px solid black;
        zoom: 0.8;
}
.active.one a {
    background: #1a1a1a !important;
    color: #3193fa;
    border-color: red;
    border: 3px solid #004997;
}
.halo {
    /*background-image: url(../halo.gif);*/
    background-position: 90% 97%;
    background-size: 120%;
    background-repeat: no-repeat;
}
.stats-page {
    margin-top: 50px;
}
.cyber {
    width: 100%;
    height: 95%;
    margin: auto;
}
@media (max-width: 768px) {
    #backdrop {
      background-size: 200%;
    }
    .halo {
        background-size: 400%;
    }
      .small-mobile {
        zoom:  0.8;
      }
    .suggest {
        zoom:  0.75;
    }
    .pip-head li {
        zoom:  0.8;
    }
  .button-group {
    flex-direction: column;
  }
  .holder h1 {
    font-size: 35px !important;
  }
  .stats-page {
        margin-top: 40px;
    }
}
#geometry {
    background-image: url(https://i.redd.it/zxrk84q5jjt61.gif);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.pre-wrapper a {
    border-bottom: 2px solid white;
}
#radio {
    padding-left: 40px;
}

.currency-select {
  height: 42px;
  margin-left: -5px;
  min-height: 35px;
  max-width: 150px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid;
  font-size: 17px;
  appearance: none;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.footer-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 130px;
  margin: 30px auto -50px auto;
}


/* Checkout  */

.success-title {
    color: #ffffff;
    margin: 0px;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.7;
}

#success {
    display: flex;
    position: fixed;
    z-index: 9999;
    background: #000000d1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about .name h2,
.about .name .price {
    margin-top: 0;
}

#success p {
    font-size: 17px;
}

#success > div {
    background: #039cff;
    color: #000;
    max-width: 360px;
    margin: 0 auto;
    padding: 50px 35px;
    border-radius: 5px;
    font-size: 20px;
    font-family: Arial;
    text-align: center;
    zoom: 1.1;
    color: #FFF;
    min-width: 320px;
}

#success .btn {
    padding: 15px 0;
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 9px rgb(50 50 93 / 6%), 0 2px 5px rgb(0 0 0 / 8%);
    appearance: none;
    border: 0;
    background: #2ecc71;
    color: #FFF;
}

#checkout {
    position: fixed;
    z-index: 999;
    /*background-color: #009dff;*/
    /*background: #FFF;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #232323;
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#checkout h4 {
  letter-spacing: 1px;
}


#checkout canvas {
    width: 100%;
}

#app .loader {
  position: fixed;
  z-index: 999999;
  background: black;
  width: 100%;
  top: 0;
  bottom: 0;
  /*background-image: url(https://www.dni.gov/ncsc/e-Learning_CyberExplore/images/earth.gif);*/
  /*background-size: 50%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
}

#checkout h1 {
    font-size: 38px;
    word-break: break-all;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #0000005e;
}

@media (max-width:  768px) {
    #checkout .plans h4 {
      max-width: 190px;
    }
    #checkout h1 {
        /*margin-top: 25px;*/
    }
    #checkout {
        display: block !important;
        overflow-y: scroll;
    }   
}

#checkout :root {
    --primary: black, white;
    --background: white;
    --color: #000;
}

#checkout ::placeholder {
    /*color: #ffffff82!important;*/
    opacity: 1;
}

#checkout * {
    /*margin: 0;*/
    box-sizing: border-box;
    text-shadow:  none;
    
}

#checkout  img {
    width: 100%;
}

#checkout a {
    color: inherit;
    text-decoration: none;
}


.flex {
    display: flex;
}

.flex.center {
    align-items: center;
}

.flex.justify {
    justify-content: space-between;
}

.flex.justify-even {
    justify-content: space-evenly;
}

section {
    min-width: 50%;
    height: 100vh;
    padding: 70px;
    overflow: auto;
}

section:first-child {
    background: #F7F6F9;
    background: var(--background);
}
#avatar {
    position: absolute;
    top: 0px;
    left: 18px;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    zoom: 1.4;
    opacity: 0.2;
}
#avatar.invert {
    filter: invert(1);
}
#avatar.centered {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 210px;
    color: #FFF;
}
#avatar img {
    max-width: 35px;
    border-radius: 50%;
    margin: 0 15px;
}

.payment-methods, 
.gallery, .name {
    margin-bottom: 15px;
    margin-top: 10px;
}

.description {
    line-height: 1.4;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
    color: #222121;
    font-family: Cyber;
    font-size: 19px;
}

.description.metadata {
    border-bottom: 1px solid #00000012;
    padding-bottom: 25px;
    margin-top: -3px;
}

#order {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 70px;
}

#order .about {
    margin-top: auto;
    margin-bottom: auto;
}


.about {
    width: 100%;
    /*margin-top: 30px;*/
}

.about h2 {
    max-width: 80%;
    white-space: nowrap;
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
}
.price {
    font-size: 20px;
}
.icon {
    max-width: 35px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.card {
    color: #000;
    display: flex;
    padding: 15px 10px;
    margin: 0 20px;
    cursor: pointer;
    min-width: 100px;
    min-height: 75px;
    background: #FFF;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    zoom: 0.9;
    box-shadow: 0 6px 9px rgb(50 50 93 / 6%), 0 2px 5px rgb(0 0 0 / 8%);
}
.card:hover, .plans .active {
    background-color: var(--primary);
    color: #FFF;
}
.gallery {
    position: relative;
}
.gallery .slides>div {
    height: 280px;
    background-size: cover;
}
.arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.arrows>div {
    background: var(--primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
}
.left {
    margin-left: -20px;
}
.right {
    margin-right: -20px;
}
.qrcode {
    margin: 0 auto;
    max-width: 160px;
    margin-top: 30px;
    display: block;
    border: 10px solid white;
    border-radius: 7px;
    height: 159px;
    box-shadow: 1px 1px 1px #00000042;
    /*background-color: #FFF;*/
}
.security-notice .flex {
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 2px;
    color: #FFF;
    max-width: 360px;
}
.security-notice.shrink {
    max-width: 300px;
    margin: 0 auto;
}
.security-notice.small {
    font-size: 11px;
}
.security-notice.nano {
    background: #FFF;
    color: #000;
    opacity: 01;
    padding: 7px 15px;
    border-radius: 7px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
    zoom: 0.8;
    margin-top: 30px;
}
.security-notice .lock-icon {
    max-width: 12px;
    margin: 0 10px;
    margin-bottom: 2px;
    margin-left: 0;
}
.lock-icon, .stripe-icon {
    filter: invert(1);
}
.stripe-icon {
    max-width: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    opacity: 0.3;
}
.input {
    margin-bottom: 20px;
}
.input label {
    display: block;
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.input input {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    appearance: none;
    background: #FFF;
    box-shadow: 1px 1px 4px var(--primary);
    border: 1px solid rgb(0 0 0 / 17%);
}
.numbers>div {
    margin: 20px 0;
}
.paymentError {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #000000;
    font-size: 11px;
}
.button {

    padding: 15px 0;
    display: block;
    width: 100%;
    margin: 30px 0 20px 0;
    font-size: 16px;
    /*background-color: var(--primary);*/
    border-radius: 4px;
    /*color: #fff;*/
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 9px rgb(50 50 93 / 6%), 0 2px 5px rgb(0 0 0 / 8%);
    appearance: none;
    border: 0;

    background: #F8DA2D;

    color: #0a0a0a;


    text-align: center;
    font-size: 16px;
/*    font-family: Cyber;*/
    letter-spacing: 1px;
    color: rgb(0 0 0);
    text-shadow: transparent 0px 0px;

    max-width: 230px;

}
.crypto {
    text-align: center;
    width: 100%;
}
.crypto .button {
    max-width: 270px;
    margin: 30px auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    /*background: #000;*/
    /*color: #FFF;*/
}
#payment {
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#payment.full .details {
    /*zoom:  1.2;*/
}
#payment.full {
    height: 100%;
    width: 100%;
}
.details {
    padding: 10px 0;
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    max-width: 400px;
    zoom: 1.05;
}
.details.full {
    /*min-height: 80vh;*/
    /*zoom: 1.1;*/
}
.numbers {
    margin: 40px auto 20px auto;
    color: #ffffffc2;
}
hr {
    margin: 30px 0;
    background: #00000014;
    border: 0;
    height: 1px;
}
#checkout .plans > div {
    border: 2px solid rgb(0 0 0 / 15%);
    /*border: 1px solid rgb(0 0 0 / 40%);*/
    padding: 0 16px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 6px 9px rgb(37 37 37 / 8%);
}
#checkout .plans > div p {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.7;
}
.recurring {
    margin-right: 20px;
    background: var(--primary);
    padding: 3px 15px;
    border-radius: 10px;
    font-size: 13px;
    color: #FFF;
}
.plans.custom {
    border-top: 0.5px solid #00000017;
    margin-top: 30px;
    padding-top: 5px;
}
.plans.custom .flex {
    margin-top: 25px;
}
.plans.custom .flex {
    padding: 15px 20px;
}
.plans.custom input {
    min-height: 35px;
    max-width: 130px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    border: 2px solid #00000029;
    font-size: 18px;
}
.plans.custom .dinput {
    max-width: 150px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.plans.custom .dinput.nano:before {
    content: "NANO"
}
.dinput .symbol {
    position: absolute;
    right: 10px;
    font-size: 20px;
    opacity: 0.2;
}
.instructions {
    margin-bottom: 20px;
    margin: 0 auto;
}

#checkout .address {
    position: relative;
    overflow-wrap: break-word;
    text-shadow: 1px 1px 6px rgb(0 0 0 / 36%);
    letter-spacing: 1px;
    /*background-color: #009dff;*/
    /*background-color: #000;*/
    padding: 10px 15px;
    padding-right: 45px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #FFF;
    font-weight: 400px;
    letter-spacing: 0.3px;
}

.address img {
    position: absolute;
    max-width: 15px;
    /*filter: invert(1);*/
    right: 16px;
    top: -1px;
    bottom: 0;
    margin: auto;
}

.address span {
    font-size: 17px;
}

.address img.clipped {
    max-width: 23px;
    right: 12px;
    filter: contrast(100);
}
.crypto .amount {
    font-size: 45px;
    margin: 10px 0;
    display: block;
    color: #FFF;
    text-shadow: 1px 1px #00000024;
}
.hide-desktop {
    display: none
}
.amount .hide-desktop img {
    display: inline-block;
    max-width: 17px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.info-icon {
    max-width: 11px;
    /*filter: invert(1);*/
    vertical-align: middle;
    margin-bottom: 2px;
    opacity: 0.6;
    margin-left: 1px;
}
.cursor {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.s-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 55%;
    position: relative;
    border: 10px solid #fff;
    background-color: #efefe8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.s-wrap>input {
    display: none;
}
.s-wrap .s-content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    font-size: 0;
    list-style: none;
    transition: transform 1s;
}
.s-wrap .s-item {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-type-1 .s-control {
    position: absolute;
    bottom: 18px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    transition-timing-function: ease-out;
}
.s-type-1 .s-control>label[class^=s-c-] {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #efefe8;
    cursor: pointer;
}
.s-type-1 .s-nav label {
    display: none;
    position: absolute;
    top: 50%;
    padding: 5px 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.s-type-1 .s-nav label::before, .s-type-1 .s-nav label::after {
    content: "";
    display: block;
    width: 8px;
    height: 24px;
    background-color: #fff;
}
.s-type-1 .s-nav label::before {
    margin-bottom: -12px;
}
.s-type-1 .s-nav label.left {
    left: 40px;
}
.s-type-1 .s-nav label.right {
    right: 40px;
}
.s-type-1 .s-nav label.left::before {
    transform: rotate(45deg);
}
.s-type-1 .s-nav label.left::after {
    transform: rotate(-45deg);
}
.s-type-1 .s-nav label.right::before {
    transform: rotate(-45deg);
}
.s-type-1 .s-nav label.right::after {
    transform: rotate(45deg);
}
.s-type-1 #s-1:checked~.s-content {
    transform: translateX(0%);
}
.s-type-1 #s-1:checked~.s-control .s-c-1 {
    background-color: #333;
}
.s-type-1 #s-1:checked~.s-nav .s-nav-1 {
    display: block;
}
.s-type-1 #s-2:checked~.s-content {
    transform: translateX(-20%);
}
.s-type-1 #s-2:checked~.s-control .s-c-2 {
    background-color: #333;
}
.s-type-1 #s-2:checked~.s-nav .s-nav-2 {
    display: block;
}
.s-type-1 #s-3:checked~.s-content {
    transform: translateX(-40%);
}
.s-type-1 #s-3:checked~.s-control .s-c-3 {
    background-color: #333;
}
.s-type-1 #s-3:checked~.s-nav .s-nav-3 {
    display: block;
}
.s-type-1 #s-4:checked~.s-content {
    transform: translateX(-60%);
}
.s-type-1 #s-4:checked~.s-control .s-c-4 {
    background-color: #333;
}
.s-type-1 #s-4:checked~.s-nav .s-nav-4 {
    display: block;
}
.s-type-1 #s-5:checked~.s-content {
    transform: translateX(-80%);
}
.s-type-1 #s-5:checked~.s-control .s-c-5 {
    background-color: #333;
}
.s-type-1 #s-5:checked~.s-nav .s-nav-5 {
    display: block;
}
.s-type-2 .s-content {
    animation: slider-animation 50s ease-in-out infinite;
}
.s-type-2 .s-content:hover {
    animation-play-state: paused;
}
@keyframes slider-animation {
    0%, 7% {
        transform: translateX(0%);
    }
    12.5%, 19.5% {
        transform: translateX(-20%);
    }
    25%, 32% {
        transform: translateX(-40%);
    }
    37.5%, 44.5% {
        transform: translateX(-60%);
    }
    50%, 57% {
        transform: translateX(-80%);
    }
    62.5%, 69.5% {
        transform: translateX(-60%);
    }
    75%, 82% {
        transform: translateX(-40%);
    }
    87.5%, 94.5% {
        transform: translateX(-20%);
    }
}
.line_items {
    margin-top: 30px;
    padding-top: 30px;
}
.line_items>.flex {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    align-items: start;
}
.line_items>.flex:not(:last-child) {
    border-bottom: 0.1px solid #0000000f;
}
hr.or {
    position: relative;
    overflow: visible;
}
hr.or:before {
    content: "OR ENTER AMOUNT";
    position: absolute;
    color: #0000002e;
    /*background: #ffffff;*/
    z-index: 99;
    top: -15px;
    padding: 5px 10px;
    right: 0;
    left: 0;
    width: fit-content;
    margin: auto;
}
hr.memo {
    position: relative;
    overflow: visible;
    background: rgb(0 0 0 / 49%)!important;
}
.qrSwitcher {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.qrSwitcher .toggle img {
    width: 24px;
    max-width: 25px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 3px;
    height: 25px;
    box-sizing: border-box;
    opacity: 0.8;
    display: block;
}
.qrSwitcher .active {
    border: 2px solid #000;
    padding: 0;
    border-radius: 50%;
}
.qrSwitcher .toggle {
    position: absolute;
    right: 0;
    bottom: -38px;
    display: flex;
    left: 0;
    margin: auto;
    justify-content: center;
}
#order.cancel {
    padding-top: 60px;
}
@media (max-width: 768px) {
    #order {
        padding-left: 25px;
        padding-right: 25px;
    }
    .hide-desktop {
        display: inline-block
    }
    #avatar {
        position: absolute;
        top: 10px;
        /*top: 25px;*/
        left: 25px;
        align-items: center;
        cursor: pointer;
        left: 0;
        right: 0;
        max-width: 210px;
        margin: auto;
        padding-left: 25px !important;
        zoom: 1.3;
    }
    section {
        min-width: auto;
        width: 100%;
        height: auto;
        padding: 30px 30px;
        overflow: auto;
    }
    #avatar {
        justify-content: flex-start;
        margin-left: 0;
    }
    #order {
        padding-top: 25px;
    }
    #order.cancel {
        padding-top: 50px;
    }
    .crypto {
        zoom: 1;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
    .payment-methods .card {
        zoom: 0.7;
        margin: 15px;
    }
    .details.full, .details {
        min-height: 48vh;
    }
    .security-notice .flex {}
    .faded {
        width: 200px;
        display: block;
        margin: 0 auto;
        font-size: 17px;
    }
    .security-notice.nano {}
}

@media (max-width: 668px) {
    #avatar {
      position: absolute;
      top: -16px;
      left: 9px !important;
      align-items: center;
      cursor: pointer;
      left: -15px;
      right: 0;
      max-width: 100%;
      margin: auto;
      padding-left: 0 !important;
    }
}

.highlight {
    color: #089dfa;
    font-weight: bold;
    letter-spacing: 1px;
} 

.notification {
    color: #000;
    position: fixed;
    top: 26px;
    z-index: 9999999999;
    text-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Arial';
    box-shadow: 1px 1px 1px #00000038;
    background-color: #f8da2d;
}

.notification-icon {
    filter: var(--co-invert, invert(0));
    margin-bottom: 2px;
    max-width: 14px;
    margin-right: 12px;
    vertical-align: middle;
}

.notification.good {
    background-color: #209ce9;
    color: #FFF;
}

.notification.warn {
    background-color: #F8DA2D;
    color: #000;
}

.notification.error,
.notification.bad {
    background-color: #f82d2d;
    color: #FFF;
}

#rate {
    background: #e8e8e8;
    padding: 5px 10px;
    border-radius: 5px;
}

#checkout .plans > div {
    border-width: 2px;
}

#checkout .plans > div:hover,
#checkout .active {

    /*background: #FFF;*/
    /*color: #000 !important;*/
/*        border: 2px solid #63bffb !important;
    box-shadow: 1px 1px 10px #00000029;
    background: #0fa0ff1f;*/
}

.discount {
    border-radius: 12px;
    padding: 5px 10px;
    background: #f8da2d;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
}


.redirecting {
    margin-top: 25px;
    margin-bottom: -10px;
    opacity: 0.4;
    font-size: 14px;
}

.close {
    margin-top: 25px;
    margin-bottom: -20px;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
}

.checkout-image {
    margin-bottom: 20px; 
    border-radius: 10px;
}

.name {
    border-bottom: 0.5px solid #00000017;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0;
}

.name h2 {
      font-family: Cyber;
      font-size: 25px;
}

/* Checkout social, description, and goal meter */
.checkout-description {
    word-break: break-word;
    line-height: 1.35;
}

.socials {
    margin-left: auto;
}

.socials img {
    width: 25px;
    max-width: 25px;
    margin: 5px 7px;
}

.socials > div:last-child img {
    margin-right: 0;
}

#goal-meter {
    margin: -15px 0 25px;
    border-bottom: 1px solid #00000012;
    padding: 15px 0 17px;
    zoom: 1.06;
}

#funding-wrap {
    zoom: 0.6;
    border-radius: 20px;
    padding: 20px;
    box-sizing: content-box;
    border: 8px solid #089dff;
    overflow: hidden;
    font-family: Cyber;
}

#glass {
    width: 100%;
    height: 20px;
    background: #c7c7c7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}

#progress,
#contribution {
    height: 20px;
    background: #2087ff;
}

#contribution {
    position: absolute;
    opacity: 0.5;
}

.goal-stat {
    padding: 10px;
    margin: 0;
    text-align: center;
    width: 50%;
}

.flex-item {
    display: flex;
    width: 100%;
    font-size: 33px;
    justify-content: space-between;
}

.goal-activity polygon {
    fill: #04df04;
}

@media only screen and (max-width: 640px) {
    #funding-wrap {
        zoom: 0.47;
    }
}

/* Checkout color custom properties */
.co-highlight {
    color: var(--co-highlight-color);
    background: var(--co-highlight-bg);
}
.co-text {
    color: var(--co-text);
}
.co-filter {
    filter: var(--co-invert, invert(0));
}
