:root {
  --primary-color: #ecca77;
  --secondary-color: #ecca77;
  --tertiary-color: #ecca77;
  --primary-btn-gradient-from: #8b6832;
  --primary-btn-gradient-to: #fcdd9a;
  --secondary-btn-border-color: #80bfff;
}
#root,
body,
html {
  color: var(--primary-color);
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Prompt;
}
body {
  background: #111;
}
body,
html {
  font-size: 14px;
}
:host,
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-variation-settings: normal;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
.login-background {
  background-image: url(http://sub.9mth4devt3b.space/src/assets/images/login-backdrop.webp);
}
.social-media-box {
  border-radius: 35px;
  flex-shrink: 0;
  min-width: 108px;
  height: 33.231px;
}
.contact_display_login {
  font-size: 14px;
  line-height: 1rem;
}
.language-item-wrapper {
  padding: 2px 4px;
}
.login-option-box-item.flex.items-center.justify-center.text-sm.capitalize.cursor-pointer.px-3.py-1.rounded.login-option-box-selected.bg-\[\#FBDEB2\].text-\[\#000\] {
    background: linear-gradient(0deg, #25221e, #25221e00);
    border: 1px solid #8b6832;
    border-radius: 5px;
    color: #fbdeb2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
:last-child .language-item {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.language-item {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  height: 50px;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.language-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}
.language-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 31px;
  height: 31px;
}
.language-title {
  flex: 1;
  margin-left: 12px;
}
.language-title span {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  display: block;
  overflow: hidden;
}
.fi-mm.fis {
  background-image: url(src/assets/images/mobile/th.svg);
}
.fi.fis {
  width: 1em;
  height: 1rem;
  display: flex;
}
.fi:before {
  content: " ";
}
.login-form {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: linear-gradient(
    0deg,
    #7f7e76bf -0.04%,
    #171516bf 0,
    #61615fbf 97.15%
  );
  border: 1px solid #f7c7974d;
  border-radius: 10px;
  width: 80%;
  margin: 12px auto auto;
  padding: 11px 0;
}
.login-option-box-item {
  color: #fbdeb2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-option-box {
  background: linear-gradient(#25221e00, #25221e80);
  border-radius: 5px;
}
.login-option-box,
.login-option-box-selected {
  cursor: pointer;
  flex-shrink: 0;
  min-width: 124px;
  height: 37px;
}
.login-option-box-selected {
  background: linear-gradient(#25221e00, #25221e);
  border: 1px solid #8b6832;
  border-radius: 5px;
}
.bottom-animation {
  border-image: linear-gradient(270deg, #c4984e00, #f6d780 48.99%, #c4984e00);
  border-style: solid;
  border-width: 0 0 2px;
  border-image-slice: 1;
}
input {
  background: 0 0 !important;
}
input::placeholder {
  color: rgb(251 222 178 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.text-xs {
  line-height: 1rem;
  font-size: 14px !important;
}
.top-balance {
  background: linear-gradient(91deg, #1f1c1500 10.84%, #4d4636 92.77%);
  position: relative;
}
.top-balance:after,
.top-balance:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}
.top-balance:after {
  background: linear-gradient(270deg, #ccab67, #42310d);
  bottom: 0;
}
.bg-\[\#1a1a1a\].rounded-xl.w-\[90\%\].max-w-\[350px\].p-4 {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 20px 40px #0006;
}
.close-contact-btn {
  cursor: pointer;
  color: #fff39e;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s;
  display: flex;
}
.title {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
  font-weight: 700;
}
a.flex.items-center.p-3.mb-2.rounded-lg {
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  align-items: center;
  padding: 12px 16px;
  transition: all 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.channel-button:before {
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #0000, #ffffff0d);
  transition: opacity 0.2s;
  position: absolute;
  inset: 0;
}
.icon-container {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: flex;
}
.label-text {
  color: #fff;
  text-align: center;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
}
.arrow-icon {
  filter: brightness(0) invert();
  width: 12px;
  height: 12px;
}
.home-bg {
  background-image: url(http://sub.sub.9mth4devt3b.space/assets/src/assets/images/home-bg.webp);
}
.top-nav {
  background: var(
    --grey-gra,
    linear-gradient(270deg, #202020 0.07%, #575656 51.6%, #202020 100.02%)
  );
}
@keyframes scroll {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(-120%);
  }
}
marquee {
  animation: 15s linear infinite scroll;
}
.flex.justify-center.items-center.creditBalanceContainer {
  min-height: 40px;
}
.balanceUCoinCustomButton[data-v-8402a1c1],
.creditBalanceContainer[data-v-8402a1c1] {
  background: linear-gradient(#0000004d, #0000);
  border: 1px solid #61615f;
  border-radius: 25px;
}
.loadingOverlay {
  background: #00000080;
  width: 100%;
  max-width: 438px;
  height: 100dvh;
  position: fixed;
}
.loadingWrapper,
.loader-circle-6 {
  width: 100%;
  height: 100%;
  position: relative;
}
img.mx-auto.w-\[40px\].h-\[40px\].cursor-pointer {
  width: 32px;
  height: 32px;
}
.loader {
  flex-direction: column;
  justify-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.credit-currency-container[data-v-8402a1c1] {
  background: linear-gradient(90deg, #bd9d654d 3.64%, #bd9d6500 81.82%);
  border-radius: 25px 0 0 25px;
}
.side-nav-container {
  pointer-events: none;
  z-index: 2201;
  width: 100%;
  max-width: 438px;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.side-nav-container .side-nav-overlay.show {
  pointer-events: auto;
  background: #000000b5;
}
.side-nav-container .side-nav-overlay {
  pointer-events: none;
  z-index: 2200;
  background: 0 0;
  transition: background-color 0.3s;
  position: fixed;
  inset: 0;
}
.side-nav-container .side-nav-body.show {
  pointer-events: auto;
  transform: translate(0);
}
.side-nav-container .side-nav-body {
  pointer-events: none;
  scrollbar-color: #bd9d6580 transparent;
  scrollbar-width: thin;
  z-index: 2202;
  background: #1a1a1a;
  flex-direction: column;
  width: 85vw;
  max-width: 340px;
  height: 100vh;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
  transform: translate(-100%);
}
.side-nav-container .nav-menu-body {
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 20px;
  display: flex;
}
.custom-button-round-bg {
  background: linear-gradient(270deg, #8b6832 0.05%, #fcdd9a 51.59%, #966b2a);
  border-radius: 27.5px;
  height: 55px;
  font-size: 14px;
  line-height: 1.25rem;
}
.custom-button-round-bg2 {
  background: 0 0;
  border: 1px solid #fbdeb2;
  border-radius: 27.5px;
  height: 47px;
  font-size: 14px;
  line-height: 1.25rem;
}
a.h-\[52px\].gap-1.flex.flex-row.font-normal.items-center.text-sm.hover\:bg-black {
  font-size: 14px;
  line-height: 1.25rem;
}
@keyframes slide-in {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(0%);
  }
}
.side-nav-body.show.slide-in {
  animation: 0.3s slide-in;
}
.side-nav-body.slide-out {
  right: -300px;
}
.bottom-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-color: #0000;
  height: 8rem;
  padding: 7px 7.5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav-bg {
  z-index: 2;
  background: url(http://sub.sub.9mth4devt3b.space/assets/src/assets/images/nav-bottom-with-play.webp) bottom/auto
    120px no-repeat;
}
