html {
    overflow-x: hidden;
    overflow-y: auto;
}
html.fixed {
    overflow: hidden;
}
div#datasend.active {
    width: 100%;
    height: 100%;
    background: none;
    backdrop-filter: blur(5px);
    top: 0;
    padding: 30% 0 30px;
    opacity: 1;
}

@font-face {
  font-family: 'norm';
  src: url('../font/Artin Sharp-Regular.woff2') format('woff2'),
       url('../font/Artin Sharp-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../font/Artin Sharp-Bold.woff2') format('woff2'),
       url('../font/Artin Sharp-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0 !important;
    background-color: #0d0d0d;
    font-family: bold;
    color: #73ffdc;
    user-select: none;
    overflow-x: hidden;
}

body.loaded * {opacity: 1;}
button {border: none;}
body * {opacity: 0;transition: 1s;}

body load {opacity: 1;transition: 1s;width: 100%;height: 100%;display: block;position: fixed;background: #000;}
body load img {
    opacity: 1;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body.loaded load {opacity: 0;}

    .notification-container {
      position: fixed;
      top: 21px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: 300px;
      text-align: center;
    }

    .notification {
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
      animation: slideDown 0.5s ease-out, slideUp 0.5s 4s ease-out;
      opacity: 1;
      position: relative;
      border-radius: 14px;
      color: #fff;
      text-shadow: 1px 1px 7px #000;
      background: #00ff747a;
      backdrop-filter: blur(4px);
      box-shadow: 0px 0px 24px inset;
      font-size: 17px;
      border: 1px solid #00ff57;
    }
    
.notification.erro {border: 1px solid #0052c7;background: #0086e98f;}

    @keyframes slideDown {
      from {
        transform: translateY(-100%);
      }
      to {
        transform: translateY(0);
      }
    }

    @keyframes slideUp {
      from {
        transform: translateY(0);
      }
      to {
        transform: translateY(-100%);
      }
    }
    
.matrix-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#matrix {
  width: 100%;
  height: 100%;
}

.wave-container {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 21px auto 0;
}

.wave-text {
    font-size: 3rem;
    animation: glitch 2s infinite;
    z-index: 10;
    position: relative;
    width: 100%;
    filter: drop-shadow(0px 0px 9px black) drop-shadow(0px 0px 9px black) drop-shadow(0px 0px 9px black);
    /* color: #e7f0f0; */
}

@keyframes glitch {
    0% { text-shadow: 0px 0px #ff0000, 0px 0px #0072ff; }
    20% { text-shadow: -2px -2px #ff0000, 2px 2px #0072ff; }
    40% { text-shadow: 2px -2px #ff0000, -2px 2px #0072ff; }
    60% { text-shadow: -2px 2px #ff0000, 2px -2px #0072ff; }
    80% { text-shadow: 2px 2px #ff0000, -2px -2px #0072ff; }
    100% { text-shadow: 0px 0px #ff0000, 0px 0px #0072ff; }
}

#waveCanvas {
    position: absolute;
    top: -50%;
    left: -1%;
    width: 102%;
    height: 200%;
    mix-blend-mode: difference;
}

div#user {
    display: flex;
    justify-content: space-evenly;
    padding: 33px 0 0;
}


div#base {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 33px;
}

.subacc {
    background: #8effe540;
    padding: 18px 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid #8bb7cb;
    width: 36%;
    box-shadow: 0px 0px 62px inset #000000;
    font-size: 20px;
}

.subacc p {
    font-size: 33px;
    text-align: right;
    margin: 0;
    line-height: 55px;
}

div#dopro {
    background: #ff98f540;
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid #8bb7cb;
    width: 83%;
    font-weight: 900;
    box-shadow: 0px 0px 62px inset #000000;
}

.prot {
    display: flex;
    margin: 21px 0;
}


.prot p:first-child {
    margin-right: 5px;
    font-size: 33px;
}

div#dobut {
    background: #ef35ea6e;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid #590049;
    margin: 13px 0 0;
}

.prot div {
    text-align: left;
}

.zsub {
    background: #98a9ff40;
    padding: 4% 4% 4px;
    margin: 0px 2%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid #8bb7cb;
    width: 21%;
    font-weight: 900;
    box-shadow: 0px 0px 62px inset #000000;
}

.zsub img {
    width: 100%;
}

.zit {
    display: flex;
    padding: 0 3%;
}
.prot p {
    font-size: 21px;
    line-height: 15px;
}

#wall p {
    font-size: 44px;
}
.disc {
    text-align: justify;
}
div#case {
    margin-bottom: 33px;
    display: none;
}
.bisubcase {
    display: none;
}
.subcase {
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid;
    width: 83%;
    font-weight: 900;
}

.top img {
    width: 40%;
}

.top {
    text-align: center;
}


.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

/* lang Pack */

/* استایل دکمه شناور */
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
}

.floating-button:hover {
  background-color: #0056b3;
}

/* استایل پنجره انتخاب زبان */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

#languageSelect {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

#confirmLanguage {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#confirmLanguage:hover {
  background-color: #0056b3;
}

/* UI Pack */

:root {
  color-scheme: dark;
  
  --green: 0, 255, 0;
  --cyan: 0, 255, 255;
  --yellow: 255, 255, 0;
  --red: 255, 0, 0;
  --magenta: 255, 0, 255;
  --white: 255, 255, 255;
  --orange: 255, 128, 0;
  --lime: 128, 255, 0;
  --blue: 0, 128, 255;
  
  --primary-rgb: var(--green);
  --primary: rgb(var(--primary-rgb));
  --secondary: rgb(var(--cyan));
  --plain: rgb(var(--white));
  --info: rgb(var(--yellow));
  --error: rgb(var(--red));
  
  --background: rgb(4, 4, 4);
  --background-light: rgba(var(--primary-rgb), 0.1);
  --background-dark: rgba(var(--primary-rgb), 0.04);
  --background-hover: rgba(var(--primary-rgb), 0.4);
  --border: rgba(var(--primary-rgb), 0.2);
  --border-radius: 6px;
  --blur: blur(4px);
}


.container {
  overflow: hidden;
  height: 100%;
}

.container:hover .letters {
  opacity: 0.4;
  padding: 4px;
}

.letters {
  --x: 0px;
  --y: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: var(--primary);
  opacity: 0;
  word-wrap: break-word;
  cursor: default;
  user-select: none;
  z-index: -1 !important;
  -webkit-mask-image: radial-gradient(
    calc(100vw * 0.4) circle at var(--x) var(--y),
    rgb(255 255 255) 20%,
    rgb(255 255 255 / 25%),
    transparent
  );
  transition: opacity 0.4s ease;
}

.components {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#case h1 {
  color: var(--primary);
  font-size: 36px;
  filter: drop-shadow(0px 0px 5px green);
}

.btn-group {margin: 10px 0;display: flex;width: 100%;}

.btn-group button {
  float: left;
  width: 33%;
  padding: 10px 0;
  backdrop-filter: blur(2px);
  background-color: var(--background-light);
  border: 2px solid var(--border);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.4s, border-color 0.4s, backdrop-filter 0.4s;
  font-family: 'bold';
}
.tgspeed pro {
    margin: 0 -10px 0 0;
}
.btn-group button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group button:hover {
  backdrop-filter: blur(2px);
  background-color: var(--background-hover);
  border-color: var(--primary);
}

.btn-default {
  padding: 5px 20px;
  backdrop-filter: var(--blur);
  background-color: var(--background-light);
  border: 2px solid var(--border);
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: var(--primary);
  font-size: 18px;
  font-family: Consolas, monospace, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.4s, border-color 0.4s, backdrop-filter 0.4s;
}

.btn-default:hover {
  backdrop-filter: var(--blur);
  background-color: var(--background-hover);
  border-color: var(--primary);
}

.text-block {
  padding: 10px;
  max-width: 1200px;
  backdrop-filter: blur(1.2px);
  background: #19ff000d;
  border: 2px solid transparent;
  border-radius: 6px;
  text-wrap: wrap;
  transition: border-color 0.4s;
  display: flex;
  align-items: center;
}

.text-block:hover {
  border-color: var(--border);
}

.text-block p {
  margin: 0;
  text-align: justify;
  color: var(--primary);
}

.dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  min-width: 69%;
}

.dropdown button {
  width: 100%;
  padding: 10px;
  backdrop-filter: var(--blur);
  background-color: var(--background-light);
  border: 2px solid var(--border);
  border-radius: 6px;
  color: var(--primary);
  font-family: Consolas, monospace, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.4s;
  font-family: 'bold';
}

.dropdown button:hover {
  border-color: var(--primary);
}

.dropdown button:focus {
  border-color: var(--primary);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown span:last-child {
  float: right;
}

.dropdown-items-wrapper {
  position: relative;
  width: 100%;
}

.dropdown ul {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  z-index: 1;
}

.dropdown li {
  padding: 10px;
  background: #001804b0;
  border: 2px solid var(--border);
  color: var(--primary);
  cursor: pointer;
  transition: background-color 0.4s, border-color 0.4s;
}

.dropdown li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dropdown li:hover {
  background-color: var(--background-hover);
  border-color: var(--primary);
}

.switch {
  position: relative;
  display: flex;
  margin: 10px;
  width: 100%;
  height: 34px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slider {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: var(--blur);
  background-color: var(--background-dark);
  border: 2px solid var(--border);
  border-radius: 34px;
  cursor: pointer;
  transition: 0.4s;
  width: 56px;
  height: 30px;
}

.slider:hover {
  border-color: var(--primary);
}

.slider:before {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: var(--primary);
  content: "";
  transition: 0.4s;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: var(--background-hover);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--background-hover);
}

.switch input:checked + .slider:before {
  transform: translateX(26px);
}

input {
  padding: 10px;
  backdrop-filter: var(--blur);
  background-color: var(--background-dark);
  border: 2px solid var(--border);
  border-radius: 4px;
  outline: none;
  color: var(--primary);
  font-family: Consolas, monospace, sans-serif;
  transition: border-color 0.4s;
  width: 60%;
}

input::placeholder {
  color: rgba(var(--primary-rgb), 0.5);
}

input:hover, input:focus {
  border-color: var(--primary);
}

input[type=number] {
  max-width: 60px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number]{
  -moz-appearance: textfield;
}

textarea {
  margin: 10px;
  padding: 10px;
  backdrop-filter: var(--blur);
  background-color: var(--background-dark);
  border: 2px solid var(--border);
  border-radius: 6px;
  outline: none;
  overflow: hidden;
  color: var(--primary);
  transition: border-color 0.4s;
}

textarea:hover, textarea:focus {
  border-color: var(--primary);
}
div#tcase {
    box-shadow: 0px 0px 62px inset #00c9ff52;
    background: #00212929;
    color: #00d0ff;
}

div#igcase {
    box-shadow: 0px 0px 62px inset #ff00002b;
    background: #55003d3b;
    border-color: #fd88ff !important;
    color: #fd88ff;
}
.droplist {
    position: relative;
    display: flex;
    margin: 10px;
    width: 100%;
    height: 34px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#tcase img {
    filter: drop-shadow(0px 0px 47px cyan);
}

#igcase img {
    filter: drop-shadow(0px 0px 50px #ff00d0);
    width: 30%;
    margin: 28px 0 0;
}

#igcase .components {
    filter: hue-rotate(151deg);
}
#tcase .container {
    filter: hue-rotate(85deg);
}
.backButton {
    position: absolute;
    margin: 5px 0 0 11px;
    font-size: 40px;
    font-family: math;
}
.tons {
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 21%;
    margin: 0 4%;
}

.tons img {
    width: 20px !important;
    margin: 5px !important;
}

#tcase .tons img {
    filter: hue-rotate(85deg);
}

.tons p {
    margin: 6px 0;
    font-size: 24px;
}

#igcase .tons img {
    filter: hue-rotate(217deg);
}

.wallet {
    box-shadow: 0px 0px 62px inset #000000;
    background: #ffffff3b;
    border-color: #3d3d3d !important;
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid;
    width: 83%;
    font-weight: 900;
}
#wallet {
    display: none;
}
.wallin img {
    filter: drop-shadow(2px 2px 0px black) grayscale(1) brightness(2);
    height: max-content;
    height: 40px;
    margin: -7px 0 0 10px;
}

.wallin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wallin p {
    font-size: 50px;
    margin: 0;
}

#wallet .tit {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0 0 7px;
}

div#tranx {display: flex;flex-direction: column;padding: 0 5%;}

.notranx {
    background: #ffffffbd;
    z-index: 1;
    display: block;
    text-align: center;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
    border-radius: 10px;
    padding: 10px;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wallet p:last-child {
    text-align: center;
    padding: 0 15%;
}
#account {display: none;}
.account {
    box-shadow: 0px 0px 62px inset #00ffcb5c;
    background: #00404f3b;
    border-color: #3d3d3d !important;
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid;
    width: 83%;
    font-weight: 900;
}
#prem {
    box-shadow: 0px 0px 62px inset #ff2a0087;
    background: #ff007f3b;
    border-color: #ff86005e !important;
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid;
    width: 83%;
    font-weight: 900;
    text-align: center;
    display: none;
}

div#datasend {
    transition: 1s;
    position: fixed;
    z-index: 1;
    filter: drop-shadow(0px 0px 18px black)drop-shadow(0px 0px 18px black)drop-shadow(0px 0px 18px black)drop-shadow(0px 0px 18px black);
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000000;
    z-index: 2;
    top: -100%;
    opacity: 0;
}
.proicon {
    font-size: 100px;
}

p.protit {
    font-size: 26px;
}

.bnft p {
    font-size: 19px;
}
.bnft {
    display: flex;
    flex-direction: column;
}

.bnft b {
    display: flex;
    flex-direction: column;
    background: #00ffc680;
    margin: 7px;
    border-radius: 11px;
    padding: 7px 0;
    font-size: 18px;
    box-shadow: 0px 1px 4px #000;
}

.bnft b span {
    font-size: 16px;
}

div#actived {
    background: #ff8f00;
    font-size: 25px;
    border-radius: 12px;
    margin: 7px;
    color: #271900;
    text-shadow: 2px 2px 2px #fff361;
    border: 4px solid #1c0f0052;
    border: 7px solid #1c0f0030;
}
.price {
    font-size: 25px;
    line-height: 0;
    margin-right: 7px;
}

.profile p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 4px 14px;
    background: #00000061;
    margin: 11px;
    border-radius: 10px;
    font-size: 24px;
}

.profile p:first-child {
    margin-top: 60px;
}

.invite {
    box-shadow: 0px 0px 62px inset #0014ff21;
    background: #b1008b3b;
    border-color: #3d3d3d !important;
    padding: 18px 4%;
    margin: 4%;
    color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(2px);
    text-shadow: 2px 2px 1px black;
    border: 1px solid;
    width: 83%;
    font-weight: 900;
}

.getinvite {background: #00000069;border-radius: 13px;padding: 15px;}

.invite > div:first-child {
    display: flex;
    align-items: center;
    margin: -20px 0 -25px;
}

.invite div:first-child p {
    font-size: 30px;
    margin-left: 10px;
}

.getinvite input {
    color: #eee;
    border: none;
    width: -webkit-fill-available;
    font-size: 14px;
    text-align: center;
}

.getinvite > div:first-child {
    display: flex;
}

.getinvite #share {
    width: 67%;
    margin-right: 3%;
    text-align: center;
    background: #fd00ff36;
    padding: 7px 1% 5px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}

.getinvite .copy {
    width: 26%;
    text-align: center;
    padding: 7px 1% 5px;
    background: #ffffff2e;
    border-radius: 10px;
}

.invite b {
    font-size: 18px;
    padding: 0 9px 15px;
    display: block;
}

.invite b span {
    font-size: 25px;
    margin: 0 7px;
    -webkit-text-stroke: 1px #d800ff7a;
}
.getinvite > div {
    display: flex;
    margin-top: 13px;
    flex-direction: row-reverse;
}
#share span {
    font-size: 40px;
    line-height: 0;
    vertical-align: middle;
    margin-right: 9px;
}
#appcase img {
    margin: 130px 25% 90px;
    opacity: 0.3;
    width: -webkit-fill-available;
}

.payment-tag.active {
    bottom: 0;
    !im;!;
}

.payment-tag {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00101ae0;
    bottom: -100%;
    transition: .5s;
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.factor {
    width: 69%;
    display: flex;
    justify-content: space-around;
    background: #0000004a;
    padding: 10px;
    margin: 11px 0 0;
    border-radius: 13px;
    box-shadow: 0px 12px 24px #ffffff87 inset, 0px 6px 16px #000;
    color: #fff;
    z-index: 1;
}

.factor p {
    background: #fff;
    display: flex;
    border-radius: 9px;
    color: #000;
    padding: 2px 6px 0;
    margin-right: -10px;
    align-items: center;
}

span#facfee {
    margin-right: 6px;
    font-size: 21px;
    line-height: 0;
}

button#copyComment {
    border-radius: 10px;
    background: #c7a500;
    color: #000;
}

input#comment {
    border-radius: 10px;
    width: 80%;
    margin-right: 10px;
}

div#qrCode {
    background: #fefefe;
    padding: 14px;
    border-radius: 0 0 15px 15px;
}

div#qrCode img {
    filter: blur(.5px);
    width: 100%;
}

.field.qr-code {
    width: 69%;
}

.payment-tag .field.cm {
    display: flex;
    width: 69%;
    justify-content: space-between;
    padding: 15px 0 0;
}

div#WalletCheckbox {
    width: 63%;
    background: #eeeeee38;
    padding: 10px 3% 8px;
    border-radius: 13px;
    color: #000;
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 21px;
}

div#WalletCheckbox label {
}
button#paymentCheck {
    background: #00ff8b24;
    width: 36%;
    opacity: 0;
}

button#paymentCancel {
    background: #ff000029;
    box-shadow: 0 0 22px inset #ff00008a;
    border-radius: 15px;
    padding: 13px;
    font-size: 17px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 13%;
}

button#paymentCancel:before {
    content: "";
    background: #ff00001f;
    transition: 3.69s;
    height: 69px;
    width: 0%;
    display: block;
    position: static;
    margin: -33px -10% -33px;
}

button#paymentCancel:active:before {
    background: #ff000080;
    width: 120%;
}

div#pays button {display: inline;transition: .5s;border-radius: 15px;padding: 13px;font-size: 17px;}

.pays button#paymentButton {
    width: 62%;
    margin-right: 0;
}

.pays button#paymentCheck {
    opacity: 1;
    margin-left: 0;
}
input#useWalletCheckbox {width: 24px;}

button#paymentButton {
    background: #0076f324;
    width: 100%;
    margin-bottom: 9px;
    margin-right: -40%;
}

.field.pay {
    width: 69%;
    margin: 13px 0 0;
}
/** vip **/
.vipuser div#dopro {display: none;}

.vipuser div#user {margin-bottom: 15px;}

.onlyvip {user-select: none;pointer-events: none;filter: brightness(0.7);}

.vipuser .onlyvip {user-select: auto;pointer-events: auto;filter: brightness(1);}

pro {background: #1bff01;border-radius: 20px;padding: 4px !important;position: relative;margin: 0 0 0 5px;line-height: 10px;color: #000000;font-size: 14px;text-shadow: none;display: inline-block;}
.vipuser pro {display: none;}
