/**** Reset Css ****/

/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}

body {

  line-height: 1;

}

ol,

ul {

  list-style: none;

}

blockquote,

q {

  quotes: none;

}

blockquote:before,

blockquote:after,

q:before,

q:after {

  content: "";

  content: none;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

/**** //Reset Css ****/
/**** Global StyleSheet ****/
body {

  background-color: #F2C753;

  background-image: linear-gradient(141deg, #F2C753 0%, #F2C753 51%, #fb3 75%);

  font-family: "Open Sans", sans-serif;

  font-weight: inherit;

  font-size: inherit;

  overflow: hidden;

}

body.custom-bg {

  background-image: url(../img/custom-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: relative;

}

input:focus,

button:focus,

textarea:focus {

  outline: none;

}

.hide {

  display: none !important;

}

#drawing {

  text-align: center;

}

#drawing svg {

  -webkit-touch-callout: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: transparent;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 5px;

  max-width: 560px;

  position: relative;

}

#viewBox {

  height: 700px !important;

  width: 500px;

}

.mainspin {

  display: flex;

  height: 100dvh;

  position: relative;

  justify-content: center;

  align-items: flex-end;

}

#drawing {

  padding-bottom: 100px;

}

.remaining-spin-times {

  left: 50% !important;

  top: unset !important;

  transform: translateX(-50%) !important;

  bottom: 120px;

}

@media only screen and (min-width: 600px) and (max-width: 767px) {

  #drawing svg {

    max-width: 530px;

  }

}

@media only screen and (min-height: 1200px) {

  #drawing svg {

    max-width: 660px;

  }

}

#drawing.blur image {

  opacity: 0;

}

#particles-js {

  position: absolute;

  width: 100%;

  height: 100%;

  background: url(../img/christmas.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: 50% 50%;

}

#particles-js.custom-bg {

  background-image: url(../img/custom_bg.jpg);

}

.site-logo {

  position: absolute;

  left: 25px;

  top: 10px;

  background-size: 100% 100%;

  background-repeat: no-repeat;

  width: 300px;

  height: auto;

}

.site-logo img {

  width: 100%;

}

@media only screen and (max-width: 991px) {

  .site-logo {

    width: 250px;

  }

}

@media only screen and (max-width: 768px) {

  .site-logo {

    width: 180px;

  }

  #viewBox {

    height: 500px !important;

    width: 350px;

  }

  .mainspin {

    display: flex;

    height: 100dvh;

    position: relative;

    justify-content: center;

    align-items: flex-end;

  }

  #drawing {

    padding-bottom: 100px;

  }

  .remaining-spin-times {

    left: 50% !important;

    top: unset !important;

    transform: translateX(-50%) !important;

    bottom: 120px;

  }

}

@media only screen and (max-width: 600px) {

  .site-logo {

    width: 160px;

  }

}

#particles-js.happy-new-year {

  background-image: url(../img/happynewyear.jpg);

}

#particles-js.happy-new-year:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background: url(../img/thumb.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 20vw;

  width: 27vw;

  max-height: 200px;

  max-width: 350px;

  min-height: 130px;

  min-width: 280px;

}

#particles-js.happy-new-year.songkran {

  background-image: url(../img/songkran.png);

}

#particles-js.happy-new-year.songkran:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background: url(../img/thumb_songkran.png);

  background-size: 100% 100%;

  background-repeat: no-repeat;

  height: 20vw;

  width: 27vw;

  max-height: 250px;

  max-width: 250px;

  min-height: 140px;

  min-width: 140px;

}

#particles-js.flame {

  background-image: url(../img/flame.jpg);

  background-size: cover;

}

#particles-js.flame .fire {

  font-size: 24px;

  filter: blur(0.02em);

  -webkit-filter: blur(0.02em);

  bottom: 0;

  position: absolute;

  width: auto;

  height: auto;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  margin-left: -12em;

  margin-top: -9em;

}

#particles-js.flame .fire + .fire {

  margin-left: 9em;

  margin-top: -20em;

}

#particles-js.flame .fire + .fire + .fire {

  margin-top: 3em;

  margin-left: 10em;

}

#particles-js.flame .fire + .fire + .fire + .fire {

  margin-top: -25em;

  margin-left: -7em;

}

@media only screen and (min-height: 1200px) {

  #particles-js.flame .fire {

    font-size: 20px;

    margin-left: -13em;

    margin-top: -6em;

  }

  #particles-js.flame .fire + .fire {

    margin-left: 14em;

    margin-top: -36em;

  }

  #particles-js.flame .fire + .fire + .fire {

    margin-top: 0em;

    margin-left: 9em;

  }

  #particles-js.flame .fire + .fire + .fire + .fire {

    margin-top: -36em;

    margin-left: -15em;

  }

}

@media only screen and (min-width: 600px) and (max-width: 767px) and (min-height: 460px) {

  #particles-js.flame .fire {

    font-size: 20px;

    margin-left: -13em;

    margin-top: -2em;

  }

  #particles-js.flame .fire + .fire {

    margin-left: 5em;

    margin-top: -30em;

  }

  #particles-js.flame .fire + .fire + .fire {

    margin-top: 3em;

    margin-left: 10em;

  }

  #particles-js.flame .fire + .fire + .fire + .fire {

    margin-top: -19em;

    margin-left: -11em;

  }

}

@media only screen and (max-height: 460px) {

  #particles-js.flame .fire {

    font-size: 20px;

    margin-left: -7em;

    margin-top: -2em;

  }

  #particles-js.flame .fire + .fire {

    margin-left: 5em;

    margin-top: -13em;

  }

  #particles-js.flame .fire + .fire + .fire {

    margin-top: 3em;

    margin-left: 5em;

  }

  #particles-js.flame .fire + .fire + .fire + .fire {

    margin-top: -13em;

    margin-left: -6em;

  }

}

@media only screen and (max-width: 460px) {

  #particles-js.flame .fire {

    font-size: 18px;

  }

  #particles-js.flame .fire + .fire + .fire {

    margin-top: 3em;

    margin-left: 8em;

  }

}

#particles-js.flame .particle {

  -webkit-animation: rise 1s ease-in infinite;

  animation: rise 1s ease-in infinite;

  background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);

  border-radius: 50%;

  mix-blend-mode: screen;

  opacity: 0;

  position: absolute;

  bottom: 0;

  width: 5em;

  height: 5em;

}

#particles-js.flame .particle:nth-of-type(1) {

  -webkit-animation-delay: 0.9008029771s;

  animation-delay: 0.9008029771s;

  left: calc((100% - 5em) * 0);

}

#particles-js.flame .particle:nth-of-type(2) {

  -webkit-animation-delay: 0.4109617306s;

  animation-delay: 0.4109617306s;

  left: calc((100% - 5em) * 0.02);

}

#particles-js.flame .particle:nth-of-type(3) {

  -webkit-animation-delay: 0.3376995019s;

  animation-delay: 0.3376995019s;

  left: calc((100% - 5em) * 0.04);

}

#particles-js.flame .particle:nth-of-type(4) {

  -webkit-animation-delay: 0.0095371652s;

  animation-delay: 0.0095371652s;

  left: calc((100% - 5em) * 0.06);

}

#particles-js.flame .particle:nth-of-type(5) {

  -webkit-animation-delay: 0.7477216061s;

  animation-delay: 0.7477216061s;

  left: calc((100% - 5em) * 0.08);

}

#particles-js.flame .particle:nth-of-type(6) {

  -webkit-animation-delay: 0.0310947992s;

  animation-delay: 0.0310947992s;

  left: calc((100% - 5em) * 0.1);

}

#particles-js.flame .particle:nth-of-type(7) {

  -webkit-animation-delay: 0.2139442226s;

  animation-delay: 0.2139442226s;

  left: calc((100% - 5em) * 0.12);

}

#particles-js.flame .particle:nth-of-type(8) {

  -webkit-animation-delay: 0.776415815s;

  animation-delay: 0.776415815s;

  left: calc((100% - 5em) * 0.14);

}

#particles-js.flame .particle:nth-of-type(9) {

  -webkit-animation-delay: 0.1717662184s;

  animation-delay: 0.1717662184s;

  left: calc((100% - 5em) * 0.16);

}

#particles-js.flame .particle:nth-of-type(10) {

  -webkit-animation-delay: 0.7241629488s;

  animation-delay: 0.7241629488s;

  left: calc((100% - 5em) * 0.18);

}

#particles-js.flame .particle:nth-of-type(11) {

  -webkit-animation-delay: 0.3976233342s;

  animation-delay: 0.3976233342s;

  left: calc((100% - 5em) * 0.2);

}

#particles-js.flame .particle:nth-of-type(12) {

  -webkit-animation-delay: 0.9891465935s;

  animation-delay: 0.9891465935s;

  left: calc((100% - 5em) * 0.22);

}

#particles-js.flame .particle:nth-of-type(13) {

  -webkit-animation-delay: 0.4257148055s;

  animation-delay: 0.4257148055s;

  left: calc((100% - 5em) * 0.24);

}

#particles-js.flame .particle:nth-of-type(14) {

  -webkit-animation-delay: 0.8496447631s;

  animation-delay: 0.8496447631s;

  left: calc((100% - 5em) * 0.26);

}

#particles-js.flame .particle:nth-of-type(15) {

  -webkit-animation-delay: 0.557555377s;

  animation-delay: 0.557555377s;

  left: calc((100% - 5em) * 0.28);

}

#particles-js.flame .particle:nth-of-type(16) {

  -webkit-animation-delay: 0.4737272261s;

  animation-delay: 0.4737272261s;

  left: calc((100% - 5em) * 0.3);

}

#particles-js.flame .particle:nth-of-type(17) {

  -webkit-animation-delay: 0.1814251017s;

  animation-delay: 0.1814251017s;

  left: calc((100% - 5em) * 0.32);

}

#particles-js.flame .particle:nth-of-type(18) {

  -webkit-animation-delay: 0.8307365907s;

  animation-delay: 0.8307365907s;

  left: calc((100% - 5em) * 0.34);

}

#particles-js.flame .particle:nth-of-type(19) {

  -webkit-animation-delay: 0.1187523821s;

  animation-delay: 0.1187523821s;

  left: calc((100% - 5em) * 0.36);

}

#particles-js.flame .particle:nth-of-type(20) {

  -webkit-animation-delay: 0.304629843s;

  animation-delay: 0.304629843s;

  left: calc((100% - 5em) * 0.38);

}

#particles-js.flame .particle:nth-of-type(21) {

  -webkit-animation-delay: 0.9928143054s;

  animation-delay: 0.9928143054s;

  left: calc((100% - 5em) * 0.4);

}

#particles-js.flame .particle:nth-of-type(22) {

  -webkit-animation-delay: 0.2261636914s;

  animation-delay: 0.2261636914s;

  left: calc((100% - 5em) * 0.42);

}

#particles-js.flame .particle:nth-of-type(23) {

  -webkit-animation-delay: 0.2840645242s;

  animation-delay: 0.2840645242s;

  left: calc((100% - 5em) * 0.44);

}

#particles-js.flame .particle:nth-of-type(24) {

  -webkit-animation-delay: 0.9387207171s;

  animation-delay: 0.9387207171s;

  left: calc((100% - 5em) * 0.46);

}

#particles-js.flame .particle:nth-of-type(25) {

  -webkit-animation-delay: 0.5067604381s;

  animation-delay: 0.5067604381s;

  left: calc((100% - 5em) * 0.48);

}

#particles-js.flame .particle:nth-of-type(26) {

  -webkit-animation-delay: 0.8419564118s;

  animation-delay: 0.8419564118s;

  left: calc((100% - 5em) * 0.5);

}

#particles-js.flame .particle:nth-of-type(27) {

  -webkit-animation-delay: 0.6051595958s;

  animation-delay: 0.6051595958s;

  left: calc((100% - 5em) * 0.52);

}

#particles-js.flame .particle:nth-of-type(28) {

  -webkit-animation-delay: 0.4884656603s;

  animation-delay: 0.4884656603s;

  left: calc((100% - 5em) * 0.54);

}

#particles-js.flame .particle:nth-of-type(29) {

  -webkit-animation-delay: 0.0270184439s;

  animation-delay: 0.0270184439s;

  left: calc((100% - 5em) * 0.56);

}

#particles-js.flame .particle:nth-of-type(30) {

  -webkit-animation-delay: 0.1974107613s;

  animation-delay: 0.1974107613s;

  left: calc((100% - 5em) * 0.58);

}

#particles-js.flame .particle:nth-of-type(31) {

  -webkit-animation-delay: 0.5580038488s;

  animation-delay: 0.5580038488s;

  left: calc((100% - 5em) * 0.6);

}

#particles-js.flame .particle:nth-of-type(32) {

  -webkit-animation-delay: 0.9887916399s;

  animation-delay: 0.9887916399s;

  left: calc((100% - 5em) * 0.62);

}

#particles-js.flame .particle:nth-of-type(33) {

  -webkit-animation-delay: 0.4045135616s;

  animation-delay: 0.4045135616s;

  left: calc((100% - 5em) * 0.64);

}

#particles-js.flame .particle:nth-of-type(34) {

  -webkit-animation-delay: 0.2150247445s;

  animation-delay: 0.2150247445s;

  left: calc((100% - 5em) * 0.66);

}

#particles-js.flame .particle:nth-of-type(35) {

  -webkit-animation-delay: 0.2083807865s;

  animation-delay: 0.2083807865s;

  left: calc((100% - 5em) * 0.68);

}

#particles-js.flame .particle:nth-of-type(36) {

  -webkit-animation-delay: 0.955477238s;

  animation-delay: 0.955477238s;

  left: calc((100% - 5em) * 0.7);

}

#particles-js.flame .particle:nth-of-type(37) {

  -webkit-animation-delay: 0.0267257109s;

  animation-delay: 0.0267257109s;

  left: calc((100% - 5em) * 0.72);

}

#particles-js.flame .particle:nth-of-type(38) {

  -webkit-animation-delay: 0.7846160344s;

  animation-delay: 0.7846160344s;

  left: calc((100% - 5em) * 0.74);

}

@media only screen and (max-width: 600px) {

  #particles-js.happy-new-year:after {

    left: 50%;

    top: 2vh;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

  }

  #particles-js.happy-new-year.songkran {

    background-size: contain;

    background-position: 50% 0;

  }

  #particles-js.happy-new-year.songkran:after {

    left: 0;

    top: 0;

    -webkit-transform: initial;

    transform: initial;

  }

}

.context {

  position: fixed;

  background: rgba(0, 0, 0, 0.8);

  width: 100%;

  height: 100%;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 99999;

}

.context .overlay {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  background: #fff;

  padding: 0.5em;

  border-radius: 5px;

}

.context .overlay p {

  color: #000;

  font-size: 14px;

}

.context .overlay img.hand {

  width: 125px;

  height: auto;

  margin-left: 42px;

}

.sp-container.sp-flat {

  z-index: 1;

}

.quick-star-video {

  width: 80vw;

  height: 70vh;

}

/* ================== 主要列表容器 ================== */

.reward-list {
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s;
  z-index: 900;
}
.reward-list.show {
  visibility: visible;
  transform: scale(1);
  background: rgba(255, 255, 255, 0.1);
  z-index: 1200;
}

.reward-list .items {

  width: 100%;

  height: calc(100% - 4.5rem - 1rem);

  overflow: auto;

  position: absolute;

  left: 0;

  padding: 0 1rem 2rem 1rem;

  top: 5rem;

  margin-top: 0;

  box-sizing: border-box;

}

.reward-list .items .item {

  position: relative;

  display: grid;

  grid-template-columns: auto 1fr auto;

  align-items: center;

  padding: 12px 1em;

  margin: 0.5em 0;

  border-radius: 10px;

  background: white;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

}

.reward-list .items .datetime {

  position: static;

  order: 1;

  color: #666;

  font-size: 14px;

  padding: 1px 8px;

}

.reward-list .items .value {

  order: 2;

  color: #FF8A30;

  font-size: 16px;

  font-weight: 600;

  padding: 0 15px;

  text-align: center;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}

.reward-list .btn-redeem {

  order: 3;

  float: none;

  width: 120px;

  height: 40px;

  border: 1px solid #000;

  font-size: 14px;

  background: linear-gradient(135deg, #F2C753, #FFA35D);

  border-radius: 6px;

  transition: all 0.3s ease;

}

.reward-list .btn-redeem:hover {

  transform: translateY(-1px);

  box-shadow: 0 3px 8px rgba(242, 199, 83, 0.4);

}

@media only screen and (max-width: 600px) {

  .reward-list .items .item,

  .reward-list .list-winners .item {

    padding: 10px 1rem;

  }

  .reward-list .list-winners .item .date-col {

    padding: 0px !important;

  }

  .reward-list .items .datetime {

    flex: unset;

    margin: 0px;

    padding: 0px;

    font-size: 14px;

  }

  .reward-list .items .value {

    order: 2;

    padding: 0px 5px 0px;

  }

  .reward-list .btn-redeem {

    order: 3;

    margin: 0px;

    padding: 5px 18px;

    width: auto;

    height: 36px;

    font-size: 13px;

  }

}

.reward-list .outer {

  background: linear-gradient(#FFE38D, #FFA35D);

  position: absolute;

  left: 50%;

  top: 50%;

  max-width: 500px;

  width: 95% !important;

  height: 70vh;

  transform: translate(-50%, -50%);

  border-radius: 8px;

  box-shadow: 0 0 15px #212121;

}

.reward-list .list-header img {

  width: auto;

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  top: -60px;

  height: 100px;

  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.5));

}

.reward-list .list-header {

  position: absolute;

  width: 90%;

  max-width: 500px;

  background: transparent;

  z-index: 99;

  left: 50%;

  top: 18%;

  transform: translateX(-50%);

  padding: 2rem 1rem;

  box-sizing: border-box;

}

.reward-list .btn-redeem.disabled {

  background: linear-gradient(to right, #29323c, #485563);

  box-shadow: 0 4px 15px rgba(45, 54, 65, 0.75);

  cursor: not-allowed;

}

.reward-list .btn-redeem:active {

  transform: translateY(1px);

}

.burger-menu {
  position: absolute;
  top: 8px;
  right: 5px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 13px;
  box-sizing: border-box;
  border-radius: 10px;
  transform: scale(2);
  min-height: 30px;
  z-index: 9999;
  transition: all 0.3s ease;
}
.burger-menu:hover {
  background: rgba(0, 0, 0, 0.5);
}
.burger-menu .counter {
  position: absolute;
  background: rgba(201, 48, 44, 0.9);
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  bottom: -8px;
  left: 0;
  min-width: 10px;
  text-align: center;
}
.burger-menu span {
  transition: all 0.4s cubic-bezier(0.5, 10, 0.6, 0.1);
  display: block;
  box-shadow: 1px 1px 4px #fff;
  cursor: pointer;
}
.burger-menu .active {
  background: #FFF;
  width: 20px;
  height: 3px;
  margin: 4px auto 0;
}
.burger-menu .cross {
  background: #FFF;
  width: 20px;
  height: 3px;
  margin: 4px auto 0;
}
.burger-menu .cross:nth-of-type(1) {
  transform: rotate(45deg);
}
.burger-menu .cross:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: -3px;
}
@media only screen and (max-width: 600px) {
  .burger-menu {
    transform: scale(1.5);
    right: 10px;
    top: 10px;
  }
}

.reward-list .list-header .th {

  float: left;

  margin-top: 5px;

}

.reward-list .list-header .th + .th {

  float: right;

}

.reward-list .outer {

  background: linear-gradient(#FFE38D, #FFA35D);

  position: absolute;

  left: 50%;

  top: 50%;

  width: 500px;

  height: 70vh;

  transform: translate(-50%, -50%);

}

#daily-lucky .number-coin strong {

  font-weight: bold;

  font-size: 24px;

}

#daily-lucky .btn {

  float: none;

}

.success-popup .img-popup {

  position: absolute;

  width: 150px;

  top: -110px;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}

@media only screen and (max-width: 600px) {

  .success-popup .img-popup {

    width: 120px;

    top: -90px;

  }

}

input:-webkit-autofill {

  -webkit-box-shadow: 0 0 0px 1000px white inset;

}

.logout {

  position: absolute;

  right: 10px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  text-decoration: underline;

  cursor: pointer;

}

.field {

  display: inline-block;

  width: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.field .name {

  display: inline-block;

  text-transform: initial;

  text-align: left;

  width: 75px;

  font-weight: 600;

  margin-right: 10px;

}

.field .value {

  display: inline-block;

  width: 50%;

  background: linear-gradient(40deg, #45cafc, #303f9f);

  padding: 5px;

  border-radius: 5px;

  margin: 5px 0;

}

.field .value input {

  display: inline-block;

  width: 100%;

  height: 35px;

  border: none;

  background: #fff;

  border-radius: 5px;

  padding-left: 10px;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.field.voucher-code .name {

  width: 100%;

  text-align: center;

}

.field.voucher-code .value {

  min-width: 230px;

}

@media only screen and (max-width: 700px) {

  .field {

    padding: 0 20px;

  }

  .field .name {

    width: 100%;

  }

  .field .value {

    width: 100%;

    margin: 10px 0;

  }

}

.success-popup#sign-in-form .footer-popup {

  bottom: 0;

  text-align: center;

}

.success-popup#sign-in-form .footer-popup .btn {

  float: none;

}

.success-popup#sign-in-form .error-message {

  margin-top: 15px;

  min-height: 25px;

}

.success-popup .footer-popup {

  padding: 0.5rem 0;

  background: transparent;

  color: #ffffff;

  border-radius: 0;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

  position: absolute;

  bottom: 35px;

  width: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.success-popup .footer-popup i {

  font-size: 1.125rem;

  padding-left: 1.25rem;

  padding-right: 0.625rem;

}

.success-popup .pad-wapper {

  padding: 0 20px;

}

.success-popup .information {

  width: 100%;

  display: inline-block;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  position: absolute;

  top: 40%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  padding: 0 15px;

  font-size: 1.125rem;

  color: #ef8318;

  text-transform: uppercase;

  font-family: "AvenirNext-Demi";

  line-height: 22px;

}

.success-popup .des-popup {

  position: absolute;

  z-index: 999;

  width: 100%;

  left: 0;

  bottom: 0;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 10px;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  background: #fa7199;

  margin: 0;

  background: #2c2c2c;

  color: #fff;

  font-style: italic;

  font-weight: bold;

  letter-spacing: 0.05em;

}

.popup-overlay {

  position: fixed;

  z-index: 10000;

  top: 0;

  left: 0;

  overflow: hidden;

  width: 100%;

  height: 100%;

  opacity: 0.8;

  background: #2d2d32;

  filter: alpha(opacity=80);

}

.popup-container {

  position: fixed;

  z-index: 10000;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  text-align: center;

}

.popup-inner {

  position: relative;

  z-index: 80;

  top: 50%;

  width: 80%;

  height: 300px;

  border-radius: 0.625rem;

  margin: 0 auto;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);

  background-color: #ffffff;

  color: rgba(0, 0, 0, 0.5);

  max-width: 300px;

}

.popup-inner.authenticate {

  height: auto;

  min-height: 450px;

  max-width: 600px;

}

.popup-inner .free-text.error {

  display: none;

}

.popup-inner.error .bg-popup {

  display: none;

}

.popup-inner.error .img-popup {

  display: none;

}

.popup-inner.error .free-text {

  display: none;

}

.popup-inner.error .free-text.error {

  display: block;

}

.footer-popup {

  text-align: center;

}

.c {

  display: none;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(0, 0, 0, 0.6);

  z-index: 99;

  width: 100%;

  height: 100%;

}

.remainTime {

  white-space: nowrap;

  width: auto;

  color: #fff;

  display: inline-block;

  font-weight: 100;

  text-align: center;

  font-size: 30px;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  background: rgba(102, 102, 102, 0.6);

  padding: 0.25em;

  border-radius: 5px;

}

.remainTime > div {

  padding: 10px;

  border-radius: 3px;

  background: rgba(0, 0, 0, 0.75);

  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);

  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.75);

  display: inline-block;

}

.remainTime div > span {

  padding: 15px;

  border-radius: 3px;

  background-color: #337ab7;

  background-image: linear-gradient(141deg, #337ab7 0%, #337ab7 51%, #2cb5e8 75%);

  display: inline-block;

  font-weight: bold;

}

.smalltext {

  padding-top: 5px;

  font-size: 16px;

}

.menu-config .popup-container .configuration {

  width: 70vw;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  left: 50%;

  top: 50%;

  position: absolute;

  background: #fff;

  padding: 3em;

  border-radius: 5px;

}

.menu-config .popup-container .configuration .form-group {

  text-align: left;

}

.menu-config .popup-container .configuration input {

  height: 40px;

}

.menu-config .popup-container .configuration .btn {

  float: none;

}

.common-popup {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(0, 0, 0, 0.6);

  z-index: 9999;

  width: 100%;

  height: 100%;

}

.common-popup .inner-content {

  position: absolute;

  top: 30%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0;

  width: 80%;

  max-width: 800px;

  text-align: center;

  -webkit-transition: all 1s;

  transition: all 1s;

}

.common-popup .inner-content.active {

  top: 50%;

  opacity: 1;

  -webkit-transition: all 1s;

  transition: all 1s;

}

.common-popup .inner-content input {

  width: 100%;

  width: 100%;

  height: 7.6vw;

  margin-bottom: 3.66032vw;

  border: 1px solid #C4C4C4;

  border-radius: 8px;

  -webkit-box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);

  box-shadow: -1px 3px 19px 10px rgba(254, 254, 254, 0.8);

  font-size: 2.92969vw;

  padding-left: 3.66032vw;

}

.common-popup .inner-content button {

  position: relative;

  height: 7.6vw;

  width: auto;

  min-width: 120px;

  -webkit-transform: initial;

  transform: initial;

  border-radius: 5px;

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  cursor: pointer;

  text-align: center;

  border: none;

  background-size: 300% 100%;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);

  -webkit-box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);

  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);

}

.common-popup .inner-content button.sameline {

  top: 0;

  position: absolute;

  right: -4vw;

  min-width: auto;

}

.common-popup .inner-content button.inactive {

  background-image: linear-gradient(to right, #666, #ddd, #666, #c4c4c4);

  -webkit-box-shadow: none;

  box-shadow: none;

}

.common-popup .inner-content button:hover {

  background-position: 100% 0;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.common-popup .inner-content button span {

  font-size: 3.125vw;

  position: relative;

  display: block;

  width: 100%;

  font-weight: bold;

  text-transform: capitalize;

  outline: none;

}

.common-popup.admin .inner-content {

  padding: 5vw;

  background: #fff;

  border-radius: 5px;

}

@media only screen and (max-width: 600px) {

  .reward-list .items {

    width: 100%;

  }

  .common-popup .inner-content input {

    height: 10vw;

  }

  .common-popup .inner-content button {

    height: 10vw;

  }

}

#overlay {

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.5);

  z-index: 99999;

  cursor: pointer;

}

.loader {

  position: absolute;

  left: 50%;

  top: 50%;

  margin-left: -60px;

  margin-top: -60px;

}

.loader svg path,

.loader svg rect {

  fill: #FF6700;

}

@-webkit-keyframes rise {

  from {

    opacity: 0;

    -webkit-transform: translateY(0) scale(1);

    transform: translateY(0) scale(1);

  }

  25% {

    opacity: 1;

  }

  to {

    opacity: 0;

    -webkit-transform: translateY(-10em) scale(0);

    transform: translateY(-10em) scale(0);

  }

}

@keyframes rise {

  from {

    opacity: 0;

    -webkit-transform: translateY(0) scale(1);

    transform: translateY(0) scale(1);

  }

  25% {

    opacity: 1;

  }

  to {

    opacity: 0;

    -webkit-transform: translateY(-10em) scale(0);

    transform: translateY(-10em) scale(0);

  }

}

.remaining-spin-times {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: none;

  width: auto;

  padding: 10px 20px;

  color: #fff;

  font-size: 24px;

  text-align: center;

  white-space: nowrap;

}

@media only screen and (max-width: 767px) {

  .remaining-spin-times {

    font-size: 20px;

    padding: 8px 16px;

  }

  .reward-list .tab-button {

    margin: 0px !important;

    padding: 10px 20px !important;

  }

}

@media only screen and (max-width: 468px) {

  .remaining-spin-times {

    font-size: 18px;

    padding: 6px 12px;

  }

}

.toogle-icon-reward {

  position: absolute;

  top: 8px;

  right: 15vw;

  cursor: pointer;

  display: none;

}

@media only screen and (max-width: 1140px) {

  .toogle-icon-reward {

    display: block;

  }

}

.toogle-icon-reward img {

  width: 5vw;

  min-width: 35px;

}

.reward-list-all {

  position: absolute;

  right: 10px;

  top: 180px;

  -webkit-transform: translate(0%, 0%);

  transform: translate(0%, 0%);

  width: 280px;

  color: #fff;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

}

.footer {

  position: absolute;

  width: 100%;

  max-width: 600px;

  background-image: linear-gradient(40deg, #F2C753, #fb3);

  bottom: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  -webkit-box-shadow: 0 0 15px #222;

  box-shadow: 0 0 15px #222;

  text-align: center;

  color: #fff;

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;

}

.footer .footer-text {

  padding: 10px;

}

.footer strong {

  font-weight: 600;

  font-size: 18px;

}

/**** //Global StyleSheet ****/
/* ============== 登录按钮核心样式 ============== */
.success-popup#sign-in-form .btn-sign-in {
  width: 100%;
  height: 45px;
  background: #162938;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
}
.success-popup#sign-in-form .btn-sign-in:hover {
  background: #1e3a4f;
}
.success-popup#sign-in-form .btn-sign-in:active {
  background: #14202b;
  transform: scale(0.98);
}
.success-popup#sign-in-form .btn-sign-in.disabled {
  background: #cccccc;
  cursor: not-allowed;
  color: #666;
}
.reward-list .tab-buttons {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  z-index: 999;
}
.reward-list .tab-button {
  padding: 10px 35px;
  background: linear-gradient(40deg, #F2C753, #fb3);
  color: #000;
  border: 1.5px solid #000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 6px;
  margin: 0 25px;
}
.reward-list .tab-button.active {
  background: linear-gradient(40deg, #fb3, #F2C753);
}
.winners-content .items {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 8px 8px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 10px;
}
@media (max-width: 600px) {
  .winners-content .items {
    max-height: 100%;
  }
}
.reward-list .list-winners {
  width: 100%;
  height: calc(100% - 4.5rem - 1rem);
  overflow: auto;
  position: absolute;
  left: 0;
  padding: 5px;
  top: 5rem;
  margin-top: 0;
  box-sizing: border-box;
  background: transparent !important;
}
.reward-list .list-winners .item {
  justify-content: space-between !important;
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 2em);
  padding: 24px 16px !important;
  margin: 0.5em 0;
  border-radius: 10px;
  background: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.reward-list .list-winners .item .date-col {
  color: #666;
  font-size: 14px;
  padding: 1px 8px;
}
.reward-list .list-winners .datetime {
  flex: 0 0 55% !important;
  max-width: 55% !important;
  text-align: center !important;
  padding-left: 100px !important;
  color: #666 !important;
}
.reward-list .list-winners .player-name {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  text-align: center !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reward-list .list-winners .reward-value {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  text-align: center;
  padding-left: 10px !important;
  color: #FF8A30;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .reward-list .list-winners .item {
    padding: 20px 15px !important;
  }
  .reward-list .list-winners .datetime {
    flex: 0 0 100% !important;
    margin-bottom: 8px !important;
  }
  .reward-list .list-winners .player-name {
    flex: 0 0 60% !important;
    text-align: left !important;
  }
  .reward-list .list-winners .reward-value {
    flex: 0 0 40% !important;
  }
}
.reward-list .tab-content {
  display: none;
  height: calc(100% - 10px);
  overflow-y: auto;
}
.reward-list .tab-content.active {
  display: block;
}
.reward-list .winnings-content .items {
  padding: 5px;
}
#sign-in-form.standard-validate .login-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
#sign-in-form.standard-validate .login-popup-wrapper {
  position: relative;
  width: min(92vw, 380px);
  max-width: 94%;
  padding: clamp(16px, 4vw, 22px) clamp(16px, 4.8vw, 22px) clamp(16px, 4vw, 22px);
  border-radius: 20px;
  background: radial-gradient(circle at 18% 15%, rgba(79, 190, 255, 0.22), transparent 55%),
              radial-gradient(circle at 82% 20%, rgba(120, 255, 214, 0.25), transparent 60%),
              linear-gradient(155deg, rgba(10, 18, 36, 0.95), rgba(13, 25, 54, 0.88));
  border: 1px solid rgba(111, 210, 255, 0.35);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 58px rgba(12, 26, 52, 0.55);
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  #sign-in-form.standard-validate .login-popup-wrapper {
    width: min(90vw, 420px);
  }
}
#sign-in-form.standard-validate .login-popup-wrapper::before,
#sign-in-form.standard-validate .login-popup-wrapper::after {
  content: "";
  position: absolute;
  inset: -140px;
  background: conic-gradient(from 110deg, rgba(62, 134, 255, 0.22), transparent 45%, rgba(71, 255, 219, 0.32) 60%, transparent 82%, rgba(62, 134, 255, 0.25));
  animation: rotateGlow 24s linear infinite;
  pointer-events: none;
  z-index: 0;
}
#sign-in-form.standard-validate .login-popup-wrapper::after {
  inset: -160px;
  filter: blur(70px);
  opacity: 0.25;
  animation-duration: 34s;
}
@keyframes rotateGlow {
  to {
    transform: rotate(360deg);
  }
}
#sign-in-form.standard-validate .login-popup-wrapper .information {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 0 14px;
  transform: none;
  top: auto;
  left: auto;
  font-size: 1rem;
  color: inherit;
  text-transform: none;
  font-family: inherit;
  line-height: 1.6;
}
#sign-in-form.standard-validate .login-popup-wrapper .information .input-box:first-of-type {
  margin-top: 4px;
}
#sign-in-form.standard-validate .login-popup-wrapper h2 {
  font-size: clamp(1.55em, 6vw, 1.75em);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f4fbff;
  text-align: center;
  margin-bottom: 12px;
}
#sign-in-form.standard-validate .login-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, rgba(22, 44, 77, 0.96), rgba(22, 44, 77, 0.7));
  border: 1px solid rgba(132, 211, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  color: #c7edff;
  z-index: 2;
  transition: transform .22s ease, box-shadow .3s ease, border-color .3s ease;
  box-shadow: 0 10px 22px rgba(14, 35, 56, 0.28);
}
#sign-in-form.standard-validate .login-close:hover {
  transform: translateY(-3px);
  border-color: rgba(132, 211, 255, 0.75);
  box-shadow: 0 22px 36px rgba(78, 163, 255, 0.35);
}
#sign-in-form.standard-validate .login-close ion-icon {
  font-size: 16px;
  pointer-events: none;
}
#sign-in-form.standard-validate .input-box {
  position: relative;
  margin: 22px 0;
  padding: 0;
  border: none;
}
#sign-in-form.standard-validate .input-box label {
  position: absolute;
  top: 56%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(230, 249, 255, 0.75);
  text-transform: none;
  pointer-events: none;
  transition: transform 0.25s ease, top 0.25s ease, font-size 0.25s ease, letter-spacing 0.25s ease, color 0.25s ease;
}
#sign-in-form.standard-validate .input-box input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 500;
  color: #f3fbff;
  letter-spacing: 0.02em;
  padding: 18px 38px 8px 8px;
  border-bottom: 2px solid rgba(120, 194, 255, 0.35);
  transition: border-color 0.3s ease, padding 0.25s ease;
  color-scheme: only light;
}
#sign-in-form.standard-validate .input-box input:focus,
#sign-in-form.standard-validate .input-box input:hover {
  border-bottom-color: rgba(120, 194, 255, 0.75);
}
#sign-in-form.standard-validate .input-box input::placeholder {
  opacity: 0;
  color: rgba(191, 229, 255, 0.55);
  transition: opacity 0.2s ease;
}
#sign-in-form.standard-validate .input-box.focused input::placeholder {
  opacity: 0.6;
}
#sign-in-form.standard-validate .input-box.focused input {
  padding-right: 42px;
}
#sign-in-form.standard-validate .input-box.focused label,
#sign-in-form.standard-validate .input-box.filled label {
  top: 0;
  transform: translateY(-120%);
  font-size: 0.7em;
  letter-spacing: 0.12em;
  color: rgba(120, 194, 255, 0.85);
}
#sign-in-form.standard-validate .input-box:focus-within {
  transform: none;
}
#sign-in-form.standard-validate .input-box .icon {
  position: absolute;
  right: 6px;
  bottom: 12px;
  font-size: 1.1em;
  color: rgba(191, 229, 255, 0.75);
  pointer-events: none;
}
#sign-in-form.standard-validate .input-box input:-webkit-autofill,
#sign-in-form.standard-validate .input-box input:-webkit-autofill:hover,
#sign-in-form.standard-validate .input-box input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  -webkit-text-fill-color: #f3fbff !important;
  caret-color: #f3fbff !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  transition: background-color 5000s ease-in-out 0s;
}
#sign-in-form.standard-validate .input-box input:-moz-autofill,
#sign-in-form.standard-validate .input-box input:-moz-autofill:hover,
#sign-in-form.standard-validate .input-box input:-moz-autofill:focus {
  box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  -moz-text-fill-color: #f3fbff !important;
  caret-color: #f3fbff !important;
  background-color: transparent !important;
  background-image: none !important;
}
#sign-in-form.standard-validate .remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 0.76em;
  color: rgba(191, 229, 255, 0.76);
  letter-spacing: 0.06em;
}
#sign-in-form.standard-validate .remember-forgot .remember-me {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color-scheme: only light;
  white-space: nowrap;
}
#sign-in-form.standard-validate .remember-forgot input[type="checkbox"] {
  accent-color: #74d9ff;
  width: 16px;
  height: 16px;
}
#sign-in-form.standard-validate .forgot-password {
  color: rgba(116, 217, 255, 0.88);
  text-decoration: none;
  transition: color .3s ease;
}
#sign-in-form.standard-validate .forgot-password:hover {
  color: #c1f6ff;
}
#sign-in-form.standard-validate .error-message {
  min-height: 20px;
  margin-bottom: 10px;
  color: #ff8095;
  font-size: 0.92em;
  text-align: left;
}
#sign-in-form.standard-validate .login-popup-wrapper .btn {
  width: 100%;
  height: 42px;
  background: linear-gradient(135deg, #46c8ff, #6df7ff);
  border: none;
  border-radius: 11px;
  cursor: pointer;
  font-size: 0.9em;
  color: #041d33;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: transform .25s ease, box-shadow .25s ease, letter-spacing .25s ease;
  margin-top: 2px;
  box-shadow: 0 16px 38px rgba(79, 196, 255, 0.3);
}
#sign-in-form.standard-validate .login-popup-wrapper .btn:hover {
  transform: translateY(-3px);
  letter-spacing: 0.14em;
}
#sign-in-form.standard-validate .login-popup-wrapper .btn:active {
  transform: translateY(0);
  box-shadow: 0 12px 30px rgba(79, 196, 255, 0.28);
}
#sign-in-form.standard-validate .login-register {
  font-size: 0.78em;
  color: rgba(191, 229, 255, 0.85);
  text-align: center;
  font-weight: 500;
  margin-top: 16px;
}
#sign-in-form.standard-validate .login-register a {
  color: #68efff;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
#sign-in-form.standard-validate .login-register a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, rgba(104, 239, 255, 0), rgba(104, 239, 255, 0.95), rgba(104, 239, 255, 0));
  opacity: 0;
  transform: translateY(3px);
  transition: opacity .25s ease, transform .25s ease;
}
#sign-in-form.standard-validate .login-register a:hover::after {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 480px) {
  #sign-in-form.standard-validate .login-popup-wrapper {
    width: min(96vw, 360px);
    padding: clamp(12px, 5.5vw, 18px) clamp(12px, 5.5vw, 18px) clamp(12px, 5.5vw, 18px);
  }
  #sign-in-form.standard-validate .remember-forgot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 6px;
  }
  #sign-in-form.standard-validate .remember-forgot .forgot-password {
    margin-left: auto;
    white-space: nowrap;
  }
  #sign-in-form.standard-validate .login-popup-wrapper h2 {
    font-size: clamp(1.45em, 8vw, 1.55em);
  }
  #sign-in-form.standard-validate .input-box {
    margin: 18px 0;
  }
}
:root {
  --c-primary: #C3884B;
  --c-primary-strong: #dca36a;
  --tab-default-text: #e8eaed;
  --tab-active-text: #fdf9f2;
  --tab-idle: rgba(255, 255, 255, 0.06);
  --tab-hover: rgba(255, 255, 255, 0.10);
  --tab-active: rgba(195, 136, 75, 0.18);
  --tab-active-shadow: 0 0 0 1px #C3884B, 0 10px 26px rgba(195, 136, 75, 0.28);
  --tabs-container-bg: rgba(255, 255, 255, 0.03);
  --tabs-container-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
body.theme-bronze {
  --c-primary: #C3884B;
  --c-primary-strong: #dca36a;
  --tab-active: rgba(195, 136, 75, 0.18);
  --tab-active-text: #fdf9f2;
  --tab-active-shadow: 0 0 0 1px #C3884B, 0 10px 26px rgba(195, 136, 75, 0.28);
  --tabs-container-bg: rgba(255, 255, 255, 0.03);
  --tabs-container-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
body.theme-silver {
  --c-primary: #C9CED6;
  --c-primary-strong: #e0e5eb;
  --tab-default-text: #f4f5f7;
  --tab-active-text: #0f1117;
  --tab-active: rgba(201, 206, 214, 0.18);
  --tab-active-shadow: 0 0 0 1px #C9CED6, 0 10px 26px rgba(201, 206, 214, 0.3);
  --tabs-container-bg: rgba(255, 255, 255, 0.08);
  --tabs-container-shadow: 0 12px 44px rgba(8, 12, 18, 0.55);
}
body.theme-gold {
  --c-primary: #EBCB6B;
  --c-primary-strong: #f1d888;
  --tab-active-text: #161208;
  --tab-active: rgba(235, 203, 107, 0.18);
  --tab-active-shadow: 0 0 0 1px #EBCB6B, 0 10px 26px rgba(235, 203, 107, 0.3);
  --tabs-container-bg: rgba(255, 255, 255, 0.1);
  --tabs-container-shadow: 0 12px 42px rgba(0, 0, 0, 0.5);
}
.level-buttons-container {
  position: absolute;
  top: clamp(80px, 9vw, 120px);
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  width: 98vw;
  border-radius: 14px;
  background: var(--tabs-container-bg, rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(12px);
  box-shadow: var(--tabs-container-shadow, 0 12px 40px rgba(0, 0, 0, 0.45));
  z-index: 1000;
}
.level-btn {
  position: relative;
  border: 0;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--tab-idle, rgba(255, 255, 255, 0.06));
  color: var(--tab-default-text, #e8eaed);
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: transform 0.18s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.level-btn:hover {
  background: var(--tab-hover, rgba(255, 255, 255, 0.10));
  transform: translateY(-1px);
}
.level-btn.active {
  background: var(--tab-active, rgba(195, 136, 75, 0.18));
  color: var(--tab-active-text, #ffffff);
  box-shadow: var(--tab-active-shadow, 0 0 0 1px #C3884B, 0 10px 26px rgba(195, 136, 75, 0.28));
}
.level-btn.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 3px;
  border-radius: 6px;
  background: radial-gradient(50% 100% at 50% 100%, var(--c-primary, #C3884B), transparent);
  filter: blur(0.5px);
}
@media (max-width: 767px) {
  .level-buttons-container {
    width: 98vw;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    top: clamp(70px, 18vw, 110px);
  }
}
