@import url(https://fastly.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);
@import url(/static/css/ReactToastify.css);
/**********************
 * Drop Block
 **********************/
.drop {
  cursor: pointer;
  display: inline-block;
  min-width: 14px;
  overflow: visible;
  position: relative;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  .drop.is-disabled {
    cursor: not-allowed; }

/**********************
 * Drop Content Element
 **********************/
.drop__content {
  position: absolute;
  visibility: hidden;
  width: 100%; }

.drop--down .drop__content {
  top: 100%; }

.drop--up .drop__content {
  bottom: 100%; }

.drop:not(.is-disabled).is-open .drop__content,
.drop:not(.is-disabled):hover .drop__content {
  visibility: visible; }

.drop__content.-transition-fade-in {
  opacity: 0;
  transition: visibility 0s linear, opacity 0.25s ease-in;
  transition-delay: 0.1s; }

.drop.is-open .drop__content.-transition-fade-in,
.drop:hover .drop__content.-transition-fade-in {
  opacity: 1;
  transition-delay: 0s; }

.drop__content.-transition-slide-in {
  opacity: 0;
  transition: visibility 0s linear, opacity 0.25s ease, transform 0.25s ease;
  transition-delay: 0.1s; }

.drop--up .drop__content.-transition-slide-in {
  transform: translateY(-10px); }

.drop--down .drop__content.-transition-slide-in {
  transform: translateY(10px); }

.drop.is-open .drop__content.-transition-slide-in,
.drop:hover .drop__content.-transition-slide-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s; }

/**********************
 * Drop Arrow
 **********************/
.drop-arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  height: 0;
  margin: 0 auto;
  width: 0; }

.drop--up .drop-arrow {
  border-top: 7px solid #084298;
  margin-bottom: 2px; }

.drop--down .drop-arrow {
  border-bottom: 7px solid #084298;
  margin-top: 2px; }

.drop--up.-color-secondary .drop-arrow {
  border-top-color: #148a73; }

.drop--down.-color-secondary .drop-arrow {
  border-bottom-color: #148a73; }

.drop--up.-color-lighter .drop-arrow {
  border-top-color: #bdc3c7; }

.drop--down.-color-lighter .drop-arrow {
  border-bottom-color: #bdc3c7; }

/**********************
 * Drop List
 **********************/
.drop-list {
  min-width: 100%;
  background-color: #112c6b;
  font-size: 0.8em;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  white-space: nowrap; }

.drop.-color-secondary .drop-list {
  background-color: #148a73; }

.drop.-color-lighter .drop-list {
  background-color: #bdc3c7; }

.drop--down .drop-list {
  top: 100%; }

.drop--up .drop-list {
  bottom: 100%; }

.drop-list.-position-left.-pull-left {
  margin-right: 10.5px; }

.drop-list.-position-left.-pull-right {
  margin-right: -10.5px; }

.drop-list.-position-center.-pull-left {
  margin-left: -10.5px; }

.drop-list.-position-center.-pull-right {
  margin-left: 10.5px; }

.drop-list.-position-right.-pull-left {
  margin-left: -10.5px; }

.drop-list.-position-right.-pull-right {
  margin-left: 10.5px; }

.drop-list.-position-center {
  left: 50%;
  transform: translateX(-50%); }

.drop-list.-position-left {
  right: 0; }

.drop-list.-position-right {
  left: 0; }

.drop-list.-size-medium {
  width: 150px; }

.drop-list.-size-large {
  width: 225px; }

.drop-list.-border-rounded {
  border-radius: 5px; }

.drop--down .drop-list::before,
.drop--up .drop-list::after {
  content: " ";
  height: 19px;
  left: 0;
  position: absolute;
  width: 100%; }

.drop--down .drop-list::before {
  bottom: 100%; }

.drop--up .drop-list::after {
  top: 100%; }

/**************************
 * Drop List Item Element
 **************************/
.drop-list__item {
  display: block; }

/**************************
 * Drop List Button Element
 **************************/
.drop-list__btn {
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  display: block;
  outline: none;
  padding: 11.2px;
  text-align: left;
  text-decoration: none;
  width: 100%; }

.drop-list__btn.is-selected {
  background-color: #0b5bd2; }
  .drop.-color-secondary .drop-list__btn.is-selected {
    background-color: #1cbfa0; }
  .drop.-color-lighter .drop-list__btn.is-selected {
    background-color: #a7afb4; }

.drop-list__btn:hover {
  background-color: #0b57c8; }
  .drop.-color-secondary .drop-list__btn:hover {
    background-color: #1ab798; }
  .drop.-color-lighter .drop-list__btn:hover {
    background-color: #a1aab0; }

.menu-sidebar {
  position: absolute;
  top: 125px;
  left: 17px;
  right: 17px;
  bottom: 16px;
  margin: 0;
  padding: 0 28px 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.menu-sidebar li {
  list-style: none; }

.menu-sidebar li a {
  position: relative;
  display: flex;
  padding: 12px 0;
  color: #fff;
  font-size: 16px; }

.menu-sidebar li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  right: -16px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  background: linear-gradient(92deg, var(--color-primary) 20%, var(--color-primary-end));
  opacity: 0;
  transition: all 0.25s ease; }

.menu-sidebar li a.active-menu:before {
  opacity: 1;
  background: linear-gradient(92deg, var(--color-primary) 20%, var(--color-primary-end)); }

.menu-sidebar li a img {
  width: 24px;
  margin-right: 20px;
  transition: transform 0.25s ease;
  z-index: 1; }

.menu-sidebar li a span {
  text-shadow: 1px 2px 4px #0000004d;
  transition: transform 0.25s ease;
  z-index: 1; }

.menu-sidebar li a.active-menu span {
  color: #ffffff; }

.menu-sidebar li a:hover:not(.active-menu) {
  color: var(--color-text-primary-bg); }

.menu-sidebar li a:hover:not(.active-menu):before {
  opacity: 1; }

.menu-mobile {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center; }

.menu-mobile-wrapper {
  padding: 0 24px;
  display: grid;
  grid-gap: 16px 32px;
  gap: 16px 32px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px; }

@media (min-width: 768px) {
  .menu-mobile-wrapper {
    grid-template-columns: repeat(8, 1fr); } }

@media (min-width: 992px) {
  .menu-mobile-wrapper {
    display: none; } }

.menu-mobile-icon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(45deg, var(--body-background-3), var(--body-background-2));
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.menu-mobile-icon {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden; }

.menu-mobile-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  transform: translate(-50%, -50%); }

.bottombar-mobile {
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  border-radius: 20px 20px 0 0;
  z-index: 1000;
  display: block;
  background: linear-gradient(0deg, var(--color-primary), var(--color-primary-end));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075); }

@media screen and (min-width: 992px) {
  .bottombar-mobile {
    display: none; } }

.bottombar-mobile .nav-menu {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0; }

.bottombar-mobile .nav-menu .nav-item {
  flex: 1 1;
  text-align: center;
  list-style-type: none;
  -webkit-box-flex: 1; }

.bottombar-mobile .nav-menu .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
  color: var(--color-text-primary-bg);
  text-decoration: none; }

.bottombar-mobile .nav-menu .nav-item .nav-link img {
  margin-bottom: 6px;
  width: 26px;
  max-height: 26px;
  -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4)); }

.bottombar-mobile .nav-menu .nav-item .nav-link.active img {
  -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.8)); }

.bottombar-mobile .nav-menu .nav-item .nav-link span {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0.9; }

.bottombar-mobile .nav-menu .nav-item .nav-link.active span {
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.8);
  opacity: 1; }

.bottombar-mobile
.nav-menu
.nav-item.middle-item
.icon-button-container
.icon-center {
  position: absolute;
  top: -2px;
  left: -5px;
  z-index: 1;
  width: 72px;
  max-height: 100%;
  margin: 12px auto auto;
  animation: dance 2s infinite;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5)); }

.bottombar-mobile .nav-menu .nav-item.middle-item {
  display: flex; }

.bottombar-mobile .nav-menu .nav-item.middle-item .nav-link {
  flex: auto;
  opacity: 1; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  overflow: hidden;
  animation: pulse 2s infinite; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-button-container {
  position: absolute;
  bottom: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0;
  color: #a7a7a7;
  transition: transform 0.15s ease-out; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 120%;
  height: 120%;
  background-color: transparent;
  background-image: linear-gradient(90deg, hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 0), hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 1) 50%, hsla(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%), 0));
  background-repeat: no-repeat;
  transform-origin: center;
  animation: rotate 2s linear infinite;
  content: ""; }

.bottombar-mobile .nav-menu .nav-item.middle-item .icon-container:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(calc(var(--color-secondary-h) + 50), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%)));
  border-radius: 20px;
  content: ""; }

@charset "UTF-8";
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  height: auto;
  margin-bottom: 12px;
  min-height: 56px;
  line-height: 1; }

@media (min-width: 992px) {
  .layout-header {
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
    min-height: auto;
    max-width: 1140px;
    box-sizing: border-box;
    margin: 12px auto; } }

.topbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2px 12px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end));
  box-sizing: border-box; }

@media (min-width: 992px) {
  .topbar {
    background-color: rgba(0, 0, 0, 0.95);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
    border-radius: 16px;
    border-bottom: 0;
    padding: 7px 32px; } }

.topbar-logo {
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .topbar-logo {
    display: none; } }

.topbar-logo .ant-avatar {
  max-width: 125px;
  height: 48px;
  max-height: 48px; }

.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  list-style: none;
  font-family: "DB HelvethaicaX", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  width: 52px;
  height: 52px;
  border-radius: 50%; }

.avatar-logo {
  background: transparent; }

.avatar-logo-login,
.avatar-logo-topbar {
  width: 150px;
  height: 100px; }

.avatar-logo-topbar {
  border-radius: 0 !important; }

.topbar-welcome {
  display: none; }

@media (min-width: 992px) {
  .topbar-welcome {
    display: flex;
    align-items: center; } }

.topbar-widget {
  display: flex;
  align-items: center; }

.ant-btn-secondary {
  background: linear-gradient(-325deg, #ffc800 30%, hsl(47, 100%, calc(50% + 40%))) !important;
  box-shadow: 0 0 0 0 rgba(255, 200, 0, 0);
  border: 0 !important;
  will-change: transform, box-shadow; }

.topbar-widget .ant-btn-secondary {
  display: none; }

@media (min-width: 992px) {
  .topbar-widget .ant-btn-secondary {
    display: block;
    border-radius: 16px; } }

.ant-btn-secondary span {
  color: #000000 !important;
  text-shadow: 1px 2px 4px #0000004d; }

.balance-widget {
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  height: 40px;
  margin-left: 12px;
  overflow: hidden; }

@media (min-width: 992px) {
  .balance-widget {
    height: 48px;
    border-radius: 16px; } }

a.balance-widget {
  color: #000000; }

@media (min-width: 992px) {
  a.balance-widget {
    color: #ffffff !important; } }

.balance-widget .balance-widget-body {
  display: flex;
  align-items: center;
  background: linear-gradient(-325deg, rgba(0, 0, 0, 0.7) 30%, transparent);
  padding: 0 12px;
  height: 100%; }

.balance-widget .balance-widget-icon {
  width: 20px; }

.balance-widget .balance-widget-number {
  margin-left: 8px; }

.ant-typography {
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  line-height: 1; }

.balance-widget .balance-widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(var(--color-secondary-h), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%)));
  color: var(--color-text-secondary-bg);
  height: 100%;
  width: 36px; }

@media (min-width: 992px) {
  .balance-widget .balance-widget-button {
    background: linear-gradient(-325deg, hsl(var(--color-tertiary-h), var(--color-tertiary-s), var(--color-tertiary-l)) 30%, hsl(calc(var(--color-tertiary-h) + 50), var(--color-tertiary-s), calc(var(--color-tertiary-l) + 30%)));
    width: 40px; } }

@media (min-width: 992px) {
  .balance-widget .balance-widget-button,
  .balance-widget .balance-widget-button .anticon,
  .balance-widget .balance-widget-button .anticon svg {
    color: #ffffff !important; } }

.menu-widget {
  position: relative;
  display: block; }

.menu-widget .menu-widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-325deg, rgba(0, 0, 0, 0.7) 30%, transparent);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  margin-left: 12px;
  cursor: pointer;
  color: #fff; }

@media (min-width: 992px) {
  .menu-widget .menu-widget-button {
    width: 48px;
    height: 48px;
    border-radius: 16px; } }

.ant-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none; }

.ant-drawer .ant-drawer-mask {
  position: absolute;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto; }

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #121416;
  pointer-events: auto; }

.ant-drawer .drawer-profile {
  background: #101010; }

.ant-drawer .ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.ant-drawer .ant-drawer-header {
  display: flex;
  flex: 0;
  align-items: center;
  padding: 16px 24px;
  font-size: 28px;
  line-height: 1.2857142857142858;
  border-bottom: 1px solid rgba(213, 215, 230, 0.07); }

.ant-drawer .drawer-profile .ant-drawer-header {
  padding: 10px 12px 4px;
  border: 0; }

.ant-drawer .ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 0; }

.ant-drawer .ant-drawer-close {
  display: inline-block;
  margin-inline-end: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-rendering: auto; }

.ant-drawer
.drawer-profile
.ant-drawer-header
.ant-drawer-header-title
.ant-drawer-close {
  margin-left: auto;
  margin-right: 0;
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 8px; }

.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ant-drawer .ant-drawer-body {
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto; }

.ant-drawer .drawer-profile .ant-drawer-body {
  display: flex;
  flex-direction: column;
  padding: 0 16px 24px; }

.topbar-member,
.topbar-member .topbar-profile {
  display: flex;
  align-items: center; }

.ant-drawer .drawer-profile .ant-drawer-body .box-content {
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.09) 30%, rgba(255, 255, 255, 0));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  padding: 8px 0 8px 8px; }

.ant-drawer .drawer-profile .ant-drawer-body .box-content:not(:last-child) {
  margin-bottom: 12px; }

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

@media (min-width: 992px) {
  .topbar-balance {
    padding-right: 16px; } }

@media (min-width: 992px) {
  .topbar-balance,
  .topbar-balance .topbar-balance-number {
    margin-right: 16px; } }

.topbar-member .topbar-profile-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; }

.topbar-member .topbar-profile-rank img {
  width: 48px; }

.topbar-balance .topbar-balance-number {
  line-height: 1; }

@media (min-width: 992px) {
  .topbar-balance,
  .topbar-balance .topbar-balance-number {
    margin-right: 16px; } }

.ant-typography.ant-typography-secondary {
  color: rgba(255, 255, 255, 0.75); }

.ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-wrapper {
  padding: 0 16px;
  grid-gap: 20px 24px;
  gap: 20px 24px;
  display: grid !important; }

@media (min-width: 768px) {
  .ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-wrapper {
    grid-template-columns: repeat(4, 1fr); } }

.ant-drawer .drawer-profile .ant-drawer-body .menu-mobile-icon {
  border-radius: 16px; }

.ant-btn-default {
  background: #0d0f10;
  border-color: #434343;
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02); }

.ant-btn-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 2px 0 #fae6ff;
  background: linear-gradient(-325deg, var(--color-primary) 20%, var(--color-primary-end)) !important;
  box-shadow: 0 0 0 0 rgba(151, 2, 237, 0);
  border: 0 !important;
  will-change: transform, box-shadow; }

.ant-btn.ant-btn-block {
  width: 100%; }

.ant-btn-dark {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 0 rgba(151, 2, 237, 0), rgba(255, 255, 255, 0.15) 0 0 0 0.5px inset;
  border: 0 !important;
  will-change: transform, box-shadow; }

.ant-btn-dark:hover {
  transform: scale(1.015);
  box-shadow: #9e9e9e 0 20px 20px -22px, rgba(255, 255, 255, 0.15) 0 0 0 0.5px inset; }

.ant-btn-primary:hover {
  transform: scale(1.015);
  box-shadow: #ffc107 0 20px 20px -22px; }

.menu-mobile-icon:hover {
  transform: scale(1.015);
  box-shadow: #9e9e9e 0 25px 20px -20px; }

.ant-drawer .ant-drawer-close:focus,
.ant-drawer .ant-drawer-close:hover {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none; }

.ant-drawer-content-wrapper {
  transition-duration: 0.5s !important;
  /* เพิ่มเวลาให้กับ transition เป็น 0.5 วินาที */ }

.topbar-install-app .topbar-main {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.topbar-install-app .topbar-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px; }

.topbar-install-app .topbar-image img {
  width: 48px;
  border-radius: 10%; }

.topbar-install-app .topbar-main .topbar-balance-number {
  line-height: 1; }

.topbar-install-app .topbar-main .topbar-balance-number .ant-typography {
  font-size: 15px; }

.ant-space {
  display: inline-flex; }

.ant-space-align-center {
  align-items: center; }

.ant-space-gap-row-small {
  row-gap: 8px; }

.ant-space-gap-col-small {
  column-gap: 8px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--color-secondary); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(135, 38, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(135, 38, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 var(--color-secondary);
    box-shadow: 0 0 0 0 var(--color-secondary); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(135, 38, 255, 0);
    box-shadow: 0 0 0 10px rgba(135, 38, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(135, 38, 255, 0);
    box-shadow: 0 0 0 0 rgba(135, 38, 255, 0); } }

@keyframes dance {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }

@charset "UTF-8";
:root {
  --text-primary: #ffffff;
  --text-secondary: #f2f2f2;
  --form-border: rgba(242, 201, 76, 0.3);
  --form-background: rgba(255, 255, 255, 0.1);
  --color-primary-hsl: 278, 98%, 47%;
  --color-primary-h: 278;
  --color-primary-s: 98%;
  --color-primary-l: 47%;
  --color-text-primary-bg: #ffffff;
  --color-secondary-hsl: 47, 100%, 50%;
  --color-secondary-h: 47;
  --color-secondary-s: 100%;
  --color-secondary-l: 50%;
  --color-text-secondary-bg: #000000;
  --color-text-shadow-secondary-bg: #ffffff4d;
  --color-tertiary: #101010;
  --color-tertiary-hsl: 0, 0%, 0.06274509803921569%;
  --color-tertiary-h: 0;
  --color-tertiary-s: 0%;
  --color-tertiary-l: 0.06274509803921569%;
  --cover-spin: #161616;
  --bg-secondary: linear-gradient(
    180deg,
    rgba(44, 10, 20, 0.99) 0%,
    #641d2e 100%
  );
  --border-radius: 10px;
  --bg-default: #ffffff;
  --primary-color-2: #1c1f22;
  --button-primary-2: linear-gradient(270deg, #b09205 0%, #ffec90 47.8%, #b09205 100%);
  --button-primary: linear-gradient(90deg, #6f6f6f 0%, #dbdbdb 51.04%, #6f6f6f 100%); }

* {
  text-decoration: none !important; }

*,
:after,
:before {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-sepia: ;
  --tw-saturate: ;
  --tw-invert: ;
  --tw-hue-rotate: ;
  --tw-drop-shadow: ; }

::backdrop {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-sepia: ;
  --tw-saturate: ;
  --tw-invert: ;
  --tw-hue-rotate: ;
  --tw-drop-shadow: ; }

* {
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
  margin: 0; }

input:focus::placeholder {
  color: #fff !important; }

::placeholder {
  color: #fff !important;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff !important; }

::-ms-input-placeholder {
  color: #fff !important; }

.form-control:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4); }

.form-control:focus {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4); }

body {
  background: var(--body-background) linear-gradient(0deg, var(--body-background) 0%, var(--body-background-2) 63.54%, var(--body-background-3) 100%);
  color: #f2f2f2 !important;
  height: 100%;
  background-attachment: fixed; }

.cXqHK {
  border-radius: var(--border-radius);
  padding: 10px; }

.h-full {
  height: 100%; }

.max-w-\[630px\] {
  max-width: 630px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.guNboI {
  font-size: 14px; }

.eWhQXx {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 5px;
  margin-top: 5px; }

.gyeNTA {
  background: var(--bg-default);
  grid-column: span 2 / span 2; }

.border-primary-card {
  position: relative;
  border-radius: var(--border-radius); }

.kBDnrY {
  padding: 10px; }

.gap-y-\[8px\] {
  row-gap: 8px; }

.mPUDF {
  font-weight: 500;
  font-size: 23px; }

.gKEYKG {
  display: flex;
  column-gap: 5px; }

.gqRrPx {
  height: 30px;
  width: 30px; }

.p-0\.5 {
  padding: 0.125rem; }

.rounded-\[2px\] {
  border-radius: 2px; }

.LCxMb {
  font-size: 14px; }

.text-primary-2 {
  color: var(--primary-color-2); }

.gap-y-\[4px\] {
  row-gap: 4px; }

.bibtFT {
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--button-primary-2) !important; }

.bibtFT.ant-btn-default {
  position: relative;
  padding: 2px;
  border-radius: var(--border-radius);
  border: 1px solid #ffffff !important;
  color: black; }

.bgUYSM.ant-btn-default {
  position: relative;
  padding: 2px;
  border-radius: var(--border-radius);
  border: 1px solid #ffffff !important;
  color: black; }

.bgUYSM {
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--button-primary) !important; }

img,
video {
  max-width: 100%;
  height: auto; }

.gap-\[5px\] {
  gap: 5px; }

.mt-\[5px\] {
  margin-top: 5px; }

.kpxFhC {
  background: var(--bg-default);
  grid-column: span 3 / span 3; }

.mlilM {
  padding: 10px; }

.ml-\[4px\] {
  margin-left: 4px; }

.yTabo {
  font-size: 14px;
  margin-bottom: 0 !important; }

.LCxMb {
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 700; }

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
  column-gap: 5px; }

.mt-\[10px\] {
  margin-top: 10px; }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #ffffff !important; }

.blur-div {
  filter: blur(5px);
  pointer-events: none; }

.row-game {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.form-select:focus {
  color: #fff !important; }

.form-control,
.form-select,
.form-control:disabled,
.form-control[readonly] {
  background-color: #00000066;
  border: 1px solid #1543a600;
  color: var(--text-secondary);
  font-weight: 300;
  border-radius: 16px;
  padding: 7px 15px; }

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }

.container {
  max-width: 576px; }

a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.1s ease-out; }

a:hover {
  color: var(--text-primary); }

.border-primary {
  border: 1px solid var(--border-box) !important; }

.btn {
  border-radius: 12px !important;
  font-size: 15px;
  font-weight: 500; }

.btn-outline-primary {
  border: 1px solid #f28727;
  color: #f28727; }

.btn-outline-primary:hover {
  background: #000;
  border: 1px solid #fff; }

.f-11 {
  font-size: 11px; }

.f-12 {
  font-size: 12px; }

.f-13 {
  font-size: 13px; }

.auth-description {
  font-weight: 300; }

.balance {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 300; }

.balance .amount {
  font-size: 13px;
  font-weight: 600;
  color: #fff; }

.content-wrapper {
  margin-top: 25px;
  background: rgba(0, 0, 0, 0.33);
  border-radius: 24px;
  margin-top: 0;
  max-width: 576px;
  margin: 15px auto 0 auto; }

#menu-1 {
  padding: 15px 0;
  border-radius: 20px; }

.menu-item .-icon {
  padding: 5px;
  color: var(--text-primary);
  font-size: 22px;
  border-radius: 10px;
  min-height: 56px; }

.menu-item {
  font-size: 13px; }

.card {
  background: #ffffff1f; }

.card .card-body,
.card .card-footer {
  padding-left: 0;
  padding-right: 0; }

.card .card-body a {
  font-size: 17px; }

.card .card-body .card-text {
  font-size: 12px; }

.card .card-footer button {
  padding: 7px 10px; }

#app {
  height: 100vh; }

#appbar {
  width: 100%; }

#appbar > div {
  width: 33.33%;
  text-align: center; }

#appbar .page-back {
  font-size: 13px;
  font-weight: 300; }

#appbar .page-title {
  font-weight: bold; }

.input-group .form-control.amount {
  /* border-left: none; */
  background: url("/static/img/coin-input.png") no-repeat scroll 0px 0px;
  padding-left: 40px;
  color: white;
  font-weight: 300;
  font-size: 15px; }

.input-group .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(243, 148, 62, 0.1); }

.input-group-text {
  padding: 0;
  background: var(--form-background);
  border: 1px solid var(--form-border);
  border-right: 1px solid var(--form-background); }

.btn-facebook {
  background-color: #3b5998; }

.btn-line {
  background-color: #25d366; }

.btn-twitter {
  background-color: #55acee; }

.btn-social svg {
  font-size: 15px; }

.btn-social {
  font-size: 13px;
  color: white;
  font-weight: 300;
  /* text-transform: uppercase; */ }

.nav-link {
  color: white;
  font-size: 14px; }

table {
  font-size: 13px;
  font-weight: 300;
  color: white; }

table thead tr th,
table tbody tr td {
  color: white;
  font-weight: 300; }

.text-primary {
  color: var(--text-primary) !important; }

.table-bordered {
  border-color: rgba(255, 255, 255, 0.226); }

.table > :not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.226); }

.bank-item {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 10px; }

.bank-item .bank-detail {
  display: flex;
  flex-direction: column; }

.bank-item .bank-detail span {
  font-size: 12px;
  color: var(--text-secondary); }

.bank-item .bank-detail button {
  border: none; }

.card-bg {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 15px; }

.title h5 {
  font-size: 16px;
  margin-bottom: 0px; }

.title span {
  font-weight: lighter;
  font-size: 11px; }

.title a {
  font-size: 12px;
  font-weight: 300; }

.card-item {
  padding: 10px 0;
  border-radius: 10px; }

.card-item .amount {
  color: var(--text-primary);
  font-weight: bold;
  font-size: 18px; }

.card-item span {
  font-weight: lighter;
  font-size: 12px;
  color: var(--text-secondary); }

select:focus {
  color: #7a7a7a !important; }

.modal-dialog {
  margin-top: 20%; }

.modal-content {
  background-color: #212529;
  border: 1px solid rgba(252, 251, 251, 0.33);
  padding: 0;
  border-radius: 20px;
  text-align: center; }

.modal-header {
  border: none;
  justify-content: center;
  padding-bottom: 0; }

.modal-footer {
  border: none;
  justify-content: space-between; }

.modal-footer button {
  width: 46%; }

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px; }

.btn-secondary {
  background-color: #fff;
  color: #000;
  font-weight: 300; }

.form-select,
.form-control:disabled {
  font-weight: 400 !important; }

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  border-color: transparent !important;
  box-shadow: none !important; }

.btn-primary:hover {
  border-color: #fff !important; }

.grecaptcha-badge {
  display: none; }

.tab-content .game-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #f7f7f738;
  border-top: none;
  border-left: none;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px; }

.tab-content .col-4:nth-child(3n) .game-item {
  border-right: none; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.game-item:hover .playgame {
  backface-visibility: hidden;
  transition: 0.5s ease;
  opacity: 0.3; }

.box-search {
  width: 100%;
  padding: 0 8px;
  text-align: right;
  position: relative; }

.box-search i {
  position: absolute;
  top: 12px;
  right: 18px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #332b25;
  border: 1px solid #f28a2e;
  margin-left: -1px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #f28a2e;
  border-color: #f28a2e;
  cursor: default; }

.pagination {
  padding-left: 0;
  margin: 5px 0;
  border-radius: 4px; }

.pagination {
  justify-content: flex-end; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.pagination > li {
  display: inline; }

@-webkit-keyframes twinSpin_pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes twinSpin_pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.grecaptcha-badge {
  visibility: hidden; }

.btn-primary {
  font-size: 0.9rem;
  position: relative;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  border-radius: 12px;
  border: 2px solid transparent;
  background-image: radial-gradient(100% 100% at 50% 0, var(--btn-login) 0, var(--btn-login-2) 44%, var(--btn-login-3) 100%), linear-gradient(90deg, #ffffff, #ffffff 31.53%, #ffffff 64.87%, #ffffff);
  background-origin: border-box;
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  line-height: 30px;
  box-shadow: 0 0 5px #ffffff, 0 0 10px var(--btn-login-2), 0 0 15px var(--btn-login-3); }

.btn-resgiter {
  background-image: radial-gradient(100% 100% at 50% 0, var(--btn-register) 0, var(--btn-register-2) 44%, var(--btn-register-3) 100%), linear-gradient(90deg, #ffffff, #ffffff 31.53%, #ffffff 64.87%, #ffffff);
  box-shadow: 0 0 5px #ffffff, 0 0 10px var(--btn-register-2), 0 0 15px var(--btn-register-3); }

.logo-brand img {
  width: 300px; }

.x-select-amount {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 2rem; }

.x-select-amount.-v2 {
  margin-top: 1.5rem; }

.x-select-amount .-amount-container {
  width: 30%;
  margin-bottom: 1rem; }

.x-select-amount .-amount-container .-btn-select-amount {
  position: relative;
  border-radius: 10px;
  padding: 0; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  background: rgba(13, 110, 253, 0.25);
  border-radius: 5px;
  border: 1px solid #0d6efd;
  line-height: normal;
  width: 100%; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount .-no {
  position: relative;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #bdbdbd;
  -webkit-transform: none;
  transform: none; }

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active {
  background: #dec379 !important;
  border-color: transparent;
  box-shadow: none; }

@media (min-width: 992px) {
  .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover {
    background: #dec379;
    border-color: transparent;
    box-shadow: none; }
  .x-select-amount.-v2 .-amount-container .-btn-select-amount.active {
    background: #dec379 !important;
    border-color: transparent;
    box-shadow: none; }
  .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover .-no {
    color: #171e26; } }

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active .-no {
  font-weight: 600;
  color: #171e26; }

.poppular-top {
  background: #007bff; }

.poppular-top,
.popular-top {
  border-radius: 15px 15px 0 0 !important;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: unset;
  width: 100%;
  color: #fff;
  text-align: center; }

.hot-top {
  background: red; }

.disable-top,
.hot-top {
  border-radius: 15px 15px 0 0 !important;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding: unset;
  width: 100%;
  color: #fff;
  text-align: center; }

.popular-top {
  background: #f73e88; }

.text-primary-aff {
  color: #f9fafb !important; }

.gameselect.active {
  background: #150f0f;
  color: #fff;
  text-shadow: 0 5px 20px #fff, -29px -40px 0 transparent; }

.gameselect {
  padding: 1.5rem 0;
  background: linear-gradient(0deg, #001156 0, #153e9f 70%, #3874ed 85%, #3995fa, #1447aa);
  color: #fff;
  border-radius: 0; }

.content-heading {
  color: #f5f5f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  letter-spacing: 2px; }

.top-up {
  margin-bottom: -23px; }

.rounded-circle {
  border-radius: 15px !important;
  background: #ffffff1f !important;
  padding: 5px !important;
  border: 1px solid var(--border-box) !important; }

.gameplay {
  margin: auto;
  width: 100%; }

.cut-text {
  color: #fff !important;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap; }

.flip-container {
  -webkit-perspective: 1000;
  width: 100%; }

.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  position: relative;
  height: 144px; }

.front,
.back {
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden; }

.back {
  -webkit-transform: rotateY(180deg); }

.front {
  z-index: 2; }

.flip-container .flipper,
.flip-container.hover .flipper {
  animation: flipY 3s infinite; }

.flip-container p {
  margin: 10px 0;
  text-align: center; }

.vertical-flip-container .back {
  -webkit-transform: rotateX(180deg); }

.vertical-flip-container .flipper,
.vertical-flip-container.hover .flipper {
  animation: flipX 4s infinite; }

.bookflip-container .flipper {
  -webkit-transform-origin: 0; }

/* Flip Animation */
@keyframes flipX {
  from {
    -webkit-transform: rotateX(180deg); }
  to {
    -webkit-transform: rotateX(-180deg); } }

@keyframes flipY {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(-180deg); } }

.logo_gamesize {
  width: 150px;
  border-radius: 15px !important;
  padding: 5px !important;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, #1c1c1c, grey, #3d3d3d 15%, #000 40%, #000 60%, #3d3d3d 85%, grey, #1c1c1c); }

.searchgame {
  border-radius: 20px;
  text-align: center;
  margin: auto; }

.v2_full {
  width: 100%; }

.v2_affdsc {
  width: 100%;
  border: 2px solid #e8eaed;
  background: #fff;
  padding: 20px 15px 15px;
  margin: 30px 0;
  border-radius: 10px;
  position: relative; }

.v2_affdsc_h {
  position: absolute;
  top: -13px;
  left: 40px;
  background-color: #e4ce86;
  color: #000;
  padding: 0 10px;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 10px; }

.v2_affdsc .thaitheme_read,
.v2_affdsc .thaitheme_read a {
  color: #333; }

#canvas {
  background-image: url(/static/img/wheel/bg3.png?v2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1; }

.showpass {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 3px;
  padding: 10px;
  z-index: 999; }

.showpass-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.user-online {
  color: black;
  background-image: linear-gradient(90deg, #3e251d 0, #8e7757 25%, #fae0a3 50%, #eaca85 75%, #b89247);
  font-size: 12px;
  text-align: center;
  margin-top: -18px;
  border-radius: 0 0 15px 15px !important; }

.user-online span {
  color: green; }

.imgLink {
  border: none;
  background: none; }

.imgLink img {
  width: 100%; }

.imgLink:active img,
.imgLink:focus img {
  width: 100%;
  height: 100%; }

.addressQrcode {
  margin: auto;
  font-size: 0.75rem;
  font-family: "Euclid Circular B", Roboto, Helvetica, Arial, sans-serif;
  line-height: 140%;
  font-style: normal;
  font-weight: normal;
  background-color: #1a1a1a;
  padding: 8px 12px;
  word-break: break-all;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.css-1f4k85w {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  padding: 24px 16px;
  position: relative;
  border-bottom: 1px solid #eaecef;
  background-color: #1a1a1a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3); }

.css-3j2kqe {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.css-uliqdc {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column; }

.css-1p1xuqp {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.css-10nf7hq {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.css-1leo1x6 {
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  min-width: 0px;
  max-width: 100%;
  border-radius: 50%;
  background-color: whitesmoke;
  width: 24px;
  height: 24px; }

.css-rjqmed {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
  text-align: center; }

.css-1bzb8nq {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: none; }

.css-1f9551p {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: inline-block;
  position: relative; }

.css-warning {
  box-sizing: border-box;
  margin: 0px 16px;
  min-width: 0px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #986d3b;
  background-color: #fcf8e3; }

.css-success {
  box-sizing: border-box;
  margin: 0px 16px;
  min-width: 0px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color: #03a66d;
  background-color: #e6fff1; }

.css-12iiuk5 {
  box-sizing: border-box;
  margin: 8px 0px 0px;
  min-width: 0px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }

.css-7rgokv {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff; }

.css-1i03ndq {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  display: none;
  -webkit-box-align: center;
  align-items: center; }

@media screen and (min-width: 767px) {
  .css-1i03ndq {
    display: flex !important; } }

.css-1i03ndq2 {
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center; }

.css-fhtmef {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff; }

.css-1kswnly {
  box-sizing: border-box;
  margin: 0px 0px 0px 4px;
  min-width: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffc107; }

.text-right {
  text-align: right; }

.maincard {
  border-radius: 1rem;
  border: 1px solid white !important;
  background-color: #fff !important; }

.btn-logout {
  background: linear-gradient(180deg, #ffe867 10%, #fe8a02);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  padding: 4px 14px; }

.btn-deposit {
  background: linear-gradient(180deg, #ffe867 10%, #fe8a02);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 30px;
  transition: all 0.5s; }

.btn-withdraw {
  background: linear-gradient(180deg, #0ff10f 10%, #528f52);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 30px;
  transition: all 0.5s; }

.iconmain {
  display: block;
  margin: auto;
  max-width: 40px;
  position: relative; }

.-img-category-theme5,
.-img-menu-theme5 {
  width: 30px; }

.row-menu-container-theme5 .-menu-parent {
  padding: 0.1rem !important; }

.row-menu-container-theme5 .-menu-parent .active {
  background: linear-gradient(#2c2c2d, #101010) !important; }

.row-menu-container-theme5 .-menu-parent .-menu-btn-theme5 {
  border: none;
  border-radius: 0;
  padding: 10px 0;
  width: 100%; }

.-img-category-theme5,
.-img-menu-theme5 {
  width: 34px; }

.-name-category-theme5 {
  font-weight: 700;
  margin-left: 5px; }

.gamesl {
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end)); }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
  border-top-right-radius: 0; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
  border-bottom-left-radius: 0; }

.gamelist-2.row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
  border-top-left-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
  border-top-right-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
  border-bottom-left-radius: 12px; }

.gamelist-1.row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
  border-bottom-right-radius: 12px; }

@media (max-width: 660px) {
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-0 {
    border-bottom-left-radius: 0 !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-2 {
    border-top-right-radius: 10px !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-3 {
    border-bottom-left-radius: 10px !important; }
  .row-menu-container-theme5 .-menu-parent .btn-theme-5-5 {
    border-top-right-radius: 0 !important; } }

.box-deposit {
  background: rgba(189, 189, 189, 0.3);
  width: 60%; }

.border-10 {
  border-radius: 10px !important; }

.card-money-bank {
  position: relative;
  min-height: 175px;
  border-radius: 17px;
  background-image: url(/static/img/carddeposit.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.bank-icon {
  padding: 5px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px; }

.mt-account {
  position: relative;
  top: 10px; }

.copy {
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translate(50%, -50%); }

.btn-copy-bank {
  background: #2e2e2e;
  border-radius: 10px;
  color: #fff;
  width: max-content;
  border-color: #2e2e2e;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16); }

.btn-topup-promptpay {
  border-color: #dfc88e;
  border-radius: 10px;
  background: linear-gradient(180deg, #dfc88e, #b1955f) !important;
  color: #2e2e2e; }

.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(#2c2c2d, #101010) !important;
  border-color: #dfc88e !important; }

.bank-name {
  line-height: 1; }

.font-weight-600 {
  font-weight: 600 !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.disableGame {
  opacity: 0.5; }

.menu_txt {
  color: #fff; }

.linesticky,
.socialsticky {
  border-radius: 13px 0 0 13px;
  padding: 3px 0 3px 3px;
  position: fixed;
  right: -20px;
  width: 75px; }

.linesticky {
  background: #3ace01;
  bottom: 100px; }

.linesticky img,
.socialsticky img {
  width: 50px; }

.-balance-container .-user-balance {
  align-items: center;
  display: flex; }

.-balance-container .-user-balance .-inner-box-wallet-theme5 {
  background: linear-gradient(180deg, #ffd700 10%, #d69522);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 5px;
  min-width: 120px;
  padding: 5px 25px 5px 25px;
  position: relative;
  text-align: right; }

.-balance-container .-user-balance .-inner-box-wallet-theme5 .-ic-wallet {
  position: absolute;
  right: 92px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px; }

.-link-wallet,
.text-theme5 {
  color: #fff !important; }

.-balance-container .-user-balance .-inner-box-wrapper-theme5 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #27293d;
  font-weight: 500;
  font-weight: 700;
  height: 30px;
  margin-left: 15px;
  margin-right: 10px;
  padding: 0 20px 0 0;
  position: relative;
  text-align: right; }

.-balance-container .-user-balance .-inner-box-wrapper-theme5 .-ic-coin {
  -webkit-transform: translateY(-20%) translateX(-20%);
  transform: translateY(-20%) translateX(-20%);
  width: 50px; }

.-balance-container
.-user-balance
.-inner-box-wrapper-theme5
#customer-balance-m {
  font-size: 14px;
  position: relative;
  top: -9px; }

@media (max-width: 1199px) {
  .-inner-box-wallet-theme5 {
    display: none; } }

@media (max-width: 660px) {
  .navbar-brand {
    margin-right: 0 !important; }
  .-balance-container-theme5 {
    margin-right: 0; }
  .-balance-container .-user-balance .-inner-box-wrapper-theme5 {
    margin-left: -25px;
    margin-right: 5px;
    padding: 0 10px 0 0; } }

.menu-right-theme5 {
  background: #000;
  border-radius: 20px 0 0 20px;
  height: 100vh;
  position: fixed;
  right: -280px;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 280px; }

.badges-profile-theme5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px; }

.menu_side_bar_info {
  padding: 0 15px; }

.menu_side_bar_info {
  padding: 0 15px; }

.-name-menu-theme5 {
  margin-left: 12px; }

#bg-menuright-theme5 {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: block; }

.btn-menu-right {
  border: 0 solid transparent;
  border-radius: 10px !important;
  color: #fff;
  padding: 0.5rem 1.5rem;
  text-align: left !important;
  width: 100%; }

.btn-menu-right:hover {
  background: linear-gradient(#2c2c2d, #101010) !important;
  color: #fff; }

.bg-menuright {
  display: block !important; }

.bg-menuright-none {
  display: none !important; }

.menu-right {
  right: 0 !important; }

.menu-right-none {
  right: -280 !important; }

.pointer {
  cursor: pointer; }

.btn-play {
  border: 0 solid transparent;
  padding: 10px 0 !important;
  width: 245px;
  background: linear-gradient(#0d2f6f 10%, #081941);
  box-shadow: 0 0.12rem 0rem #ffb700; }

.btn-gold,
.btn-play {
  color: #fff !important;
  margin: auto;
  min-width: 85px;
  position: relative; }

.-menu-btn-theme5:hover {
  background: linear-gradient(#2c2c2d, #101010) !important; }

.btn-play:hover {
  background: linear-gradient(#081941 10%, #0d2f6f) !important; }

.resizeTable {
  border: 2px solid var(--color-primary) !important;
  border-radius: 10px !important;
  padding: 0.6rem !important;
  vertical-align: middle !important;
  font-weight: 700;
  font-size: 15px;
  color: #fff; }

.table-bordered {
  border-color: rgba(255, 255, 255, 0.226); }

.x-profile-image img {
  width: 50px; }

.container .title {
  text-align: center;
  margin-bottom: 15px; }

.container .title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  background: -webkit-linear-gradient(#fff4e3, #f4bd66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.imgprofile {
  width: 100px !important; }

.totalLevel {
  font-size: 18px;
  font-weight: 700;
  background: -webkit-linear-gradient(#fff4e3, #f4bd66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.copyright {
  font-size: 12px;
  font-weight: 300;
  color: #ebebeb; }

.btn-download {
  padding: 10px 15px;
  background: #4f68f2;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  margin: auto; }

@media screen and (max-width: 620px) {
  #overlay_a {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .modal-overlay.modal-overlay-visible {
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10600;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 1; }
  #popup {
    width: auto;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    position: fixed;
    bottom: 80px;
    z-index: 99999; }
  .home-screen-tips {
    padding: 10px; }
  #popup .button-holder a {
    color: #007aff;
    text-decoration: none;
    line-height: 45px;
    font-weight: 700;
    display: block;
    border-top: 1px solid #bababa; }
  .prodeposit {
    width: 100% !important; }
  #popup {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); } }

.install_web_app {
  color: #000 !important; }

.auth-container {
  width: 100%;
  padding: 16px 16px 32px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .auth-container {
    width: 440px; } }

.ant-row-middle {
  align-items: center; }

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

.ant-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0; }

.auth-control {
  line-height: 30px !important; }

.sidebar .sidebar-inner {
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  overflow: hidden; }

.sidebar {
  position: fixed;
  top: 0;
  padding: 16px;
  height: 100dvh;
  box-sizing: border-box;
  width: 280px;
  display: none; }

@media (min-width: 992px) {
  .sidebar {
    display: block; } }

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.avatar-logo img {
  object-fit: contain; }

.content {
  width: auto;
  padding: 76px 12px 120px;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .content {
    padding: 0 0 16px 280px; } }

.avatar-logo-topbar img {
  object-position: left; }

.avatar-logo-sidebar {
  width: 150px !important;
  max-height: 80px;
  border-radius: 0 !important; }

.ant-btn {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88); }

.ant-btn {
  height: 40px;
  padding: 10px 15px;
  border-radius: 10px; }

.web-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

@media (min-width: 992px) {
  .web-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .web-container {
    max-width: 1140px; } }

@media (min-width: 1200px) {
  .wallet-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    grid-row-gap: 16px;
    row-gap: 16px; } }

@media (min-width: 1200px) {
  .wallet-row .wallet-col:first-child {
    grid-column-start: 1;
    grid-column-end: 3; } }

.wallet-container {
  position: relative;
  margin: 0 2px 16px;
  color: var(--color-text-primary-bg);
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box; }

.balance-other {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .balance-other {
    margin: 0 -8px;
    flex-direction: row; } }

@media (min-width: 992px) {
  .balance-other {
    flex-direction: column; } }

@media (max-width: 992px) {
  .wallet-other-card .wallet-other-card-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.wallet-other-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px; }

@media (min-width: 992px) {
  .wallet-other-card {
    padding: 17px; } }

.balance-other .balance-other-item {
  margin-bottom: 16px; }

@media (min-width: 768px) {
  .balance-other .balance-other-item {
    margin: 0 8px 16px;
    flex: 1 1; } }

.wallet-other-card .wallet-other-card-amount {
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 20px; }

@media (min-width: 992px) {
  .wallet-other-card .wallet-other-card-amount {
    font-size: 30px; } }

[class^="ant-typography"],
[class*=" ant-typography"] {
  font-family: "Prompt", sans-serif;
  box-sizing: border-box;
  font-size: 18px; }

@media (max-width: 992px) {
  .wallet-other-card .ant-btn-secondary {
    height: 32px;
    padding: 0 8px;
    border-radius: 10px;
    margin-left: 8px; } }

.ant-btn-secondary {
  background: linear-gradient(-325deg, hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l)) 30%, hsl(calc(var(--color-secondary-h) + 50), var(--color-secondary-s), calc(var(--color-secondary-l) + 40%))) !important;
  box-shadow: 0 0 0 0 var(--color-secondary-hsl);
  border: 0 !important;
  will-change: transform, box-shadow; }

.pe-12 {
  padding-inline-end: 3rem; }

.flex {
  display: flex; }

.block {
  display: block; }

.mr-2 {
  margin-right: 0.5rem; }

.gradient-border {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-box);
  border-radius: 10px; }

.borderGradient {
  border: 1px solid #ffc700; }

.gradient-box:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.gradient-box > span {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(135deg, #ffc700 15%, #ffd647 50.42%, #ffc700 85.83%);
  -webkit-background-clip: text; }

.w-full {
  width: 100%; }

.rounded-\[10px\] {
  border-radius: 10px; }

@media (min-width: 768px) {
  .md\:h-\[3\.5rem\] {
    height: 3.5rem; } }

@media (min-width: 768px) {
  .md\:w-\[4\.125rem\] {
    width: 4.125rem; } }

.rounded-\[10px\],
.rounded-base {
  border-radius: 10px; }

.flex-col {
  flex-direction: column; }

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

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

.h-\[16px\] {
  height: 16px; }

.text-\[10px\] {
  font-size: 10px;
  line-height: 1; }

.h-\[55px\] {
  height: 55px; }

.text-\[var\(--input-disabled\)\] {
  color: #d3d3d3; }

.w-\[60px\] {
  width: 60px; }

.w-\[70px\] {
  width: 70px; }

.h-\[65px\] {
  height: 65px; }

.h-7 {
  height: 1.75rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.gradient-box {
  align-items: center;
  background-clip: padding-box !important;
  border: 1px solid transparent !important;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 0 10px #ffd15c40;
  box-sizing: border-box;
  display: flex;
  position: relative; }

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  margin-top: 0.5rem;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))); }

.auto-rows-max {
  grid-auto-rows: max-content; }

@media (min-width: 360px) and (max-width: 639.9px) {
  .\@xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 640px) and (max-width: 767.9px) {
  .\@sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 768px) and (max-width: 1023.9px) {
  .\@md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.rounded-\[10px\],
.rounded-base {
  border-radius: 10px; }

.cursor-pointer {
  cursor: pointer; }

.min-h-14 {
  min-height: 3.5rem; }

.overflow-hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.z-1 {
  z-index: 1; }

.left-3 {
  left: 0.75rem; }

.bottom-8 {
  bottom: 2rem; }

.absolute {
  position: absolute; }

.w-max {
  width: -moz-max-content;
  width: max-content; }

.hits {
  background: linear-gradient(112.4deg, #f90 -18.22%, #e40000); }

.new {
  background: linear-gradient(112.84deg, #ffe600 -56.24%, #159900); }

.hits,
.new {
  border-radius: 3px;
  padding-bottom: 1px; }

.grid {
  display: grid; }

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: 0;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  margin-top: 0.25rem;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))); }

select option {
  color: black;
  background-color: #fff; }

.card-deposit {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 24px; }

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem; }

.min-h-26 {
  min-height: 6.5rem; }

.auto-rows-max {
  grid-auto-rows: max-content; }

.z-\[9\] {
  z-index: 9; }

@media (max-width: 639.9px) {
  .\<sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 640px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 1280px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.right-2 {
  right: 0.5rem; }

.text-danger-heart {
  color: #d72f3c !important; }

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }

.nuxt-icon.nuxt-icon--fill,
.nuxt-icon.nuxt-icon--fill * {
  fill: currentColor !important; }

.nuxt-icon svg {
  height: 1em;
  margin-bottom: 0.125em;
  vertical-align: middle;
  width: 1em; }

.nuxt-icon svg {
  margin-bottom: unset !important; }

.z-\[20\] {
  z-index: 20; }

::-webkit-scrollbar {
  display: none; }

.brightness-50 {
  --tw-brightness: brightness(0.5);
  filter: var(--tw-blur) brightness(0.5) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

.brightness-\[0\.1\] {
  --tw-brightness: brightness(0.1);
  filter: var(--tw-blur) brightness(0.1) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

.brightness-\[0\.3\] {
  --tw-brightness: brightness(0.3);
  filter: var(--tw-blur) brightness(0.3) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

/* สำหรับองค์ประกอบที่ห่อหุ้มรูปภาพ */
.relative.cursor-pointer {
  position: relative;
  display: inline-block;
  /* หรือ 'block' ตามลักษณะการใช้งาน */ }

/* สำหรับรูปภาพ */
.relative.cursor-pointer img {
  display: block;
  /* ให้รูปภาพไม่มีช่องว่างด้านล่าง */
  width: 100%;
  /* หรือกำหนดขนาดตามความต้องการ */ }

.relative.cursor-pointer.providers img {
  border: 2px solid var(--border-box); }

.relative.cursor-pointer.providers img:hover {
  border: 2px solid #ffc700 !important; }

.provider-box {
  border: 2px solid var(--border-box); }

.provider-box:hover {
  border: 2px solid #ffc700 !important; }

/* สำหรับ spinner */
.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.filter.brightness-\[0\.3\] {
  filter: brightness(30%);
  /* ปรับความสว่างของรูปภาพให้เหลือ 30% */ }

.slick-next {
  display: none !important; }

.slick-prev {
  display: none !important; }

.slide-icon-slick {
  padding: 0px 2px 0px 2px; }

*:focus {
  outline: none !important; }

.item-right {
  margin-left: auto;
  margin-right: 0; }

.item-right {
  position: relative; }

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.item-left {
  margin-right: 20px;
  /* หรือระยะห่างที่คุณต้องการ */ }

.item-right {
  flex-grow: 1;
  /* ให้ input ขยายเต็มพื้นที่ที่เหลือ */
  max-width: calc(100% - 40px);
  /* ปรับตามขนาดของปุ่มกลับหน้าแรก */ }

.back-icon {
  font-size: 20px;
  color: #cdcdcd;
  cursor: pointer;
  /* ให้เม้าส์เปลี่ยนเป็นรูปมือเมื่อโฮเวอร์ */ }

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #cdcdcd; }

.newl {
  padding-right: 30px;
  /* ทำให้มีพื้นที่ว่างสำหรับไอคอน */ }

.ant-modal-content {
  background-color: #202020 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 20px; }

.ant-modal .ant-modal-content {
  position: relative;
  background-color: #121416;
  background-clip: padding-box;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 20px 24px; }

.ant-modal .ant-modal-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2857142857142858;
  word-wrap: break-word; }

.ant-modal-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  padding: 8px 16px; }

.ant-modal .ant-modal-close {
  position: absolute;
  top: 18px;
  inset-inline-end: 18px;
  z-index: 1010;
  padding: 0;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s; }

.ant-modal .ant-modal-close:hover {
  color: white !important; }

.notice-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden; }

.notice-card.warning {
  background: linear-gradient(-325deg, rgba(250, 173, 20, 0.15) 30%, rgba(250, 173, 20, 0));
  box-shadow: inset 0 0 0 1px rgba(250, 173, 20, 0.25); }

.notice-card .notcie-card-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  animation: dance 5s infinite; }

.notice-card .notcie-card-icon img {
  width: 100%;
  height: 100%; }

.notice-card .notice-card-text {
  padding-left: 48px;
  font-size: 14px; }

.ant-typography {
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
  line-height: 1; }

.ant-typography.ant-typography-warning {
  color: #faad14; }

.ant-typography strong {
  font-weight: 600; }

.notice-card.danger {
  background: linear-gradient(-325deg, rgba(232, 71, 73, 0.15) 30%, rgba(232, 71, 73, 0));
  box-shadow: inset 0 0 0 1px rgba(232, 71, 73, 0.25); }

.ant-typography.ant-typography-danger {
  color: #ff4d4f; }

.bank-deposit-card {
  display: flex;
  padding: 12px;
  background: linear-gradient(-325deg, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  overflow: hidden; }

.bank-card-logo {
  position: relative;
  display: flex;
  border-radius: 40px;
  margin-right: 12px;
  width: 80px;
  height: 80px;
  overflow: hidden; }

.bank-card-logo:before {
  background: linear-gradient(135deg, transparent 20%, #000);
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.3); }

.bank-card-logo:after,
.bank-card-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  z-index: 2;
  mix-blend-mode: soft-light; }

.bank-card-logo:after {
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5)); }

.bank-card-logo img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.bank-card-info .bank-deposite-account {
  color: #fff;
  font-size: 20px;
  font-weight: 500; }

.ant-image-preview-root .ant-image-preview-mask {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); }

.info-angpao:hover {
  color: #faad14; }

.promotion-detail {
  color: white; }

.custom-modal-content {
  background-color: #1c1c1e;
  color: white; }

.promotion-item {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #303030;
  position: relative;
  cursor: pointer; }

.promotion-item.active {
  border-radius: 10px;
  border: 2px solid #ffc107; }

.promotion-item.active::after {
  content: "\E23\E31\E1A\E42\E1B\E23\E42\E21\E0A\E31\E48\E19\E19\E35\E49\E2D\E22\E39\E48";
  color: #ffc107;
  position: absolute;
  right: 16px;
  font-weight: bold; }

.promotion-item img {
  margin-right: 16px;
  width: 100px;
  height: auto; }

.promotion-item .description {
  flex: 1; }

.promotion-item .arrow {
  color: #d8d8d8;
  font-size: 24px; }

.aff-btn {
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-end)); }

.aff-btn:hover {
  color: #fff; }

.profile-btn {
  color: #fff;
  background: linear-gradient(#2c2c2d, #101010) !important;
  border-color: #dfc88e !important; }

@media (min-width: 992px) {
  /* สำหรับหน้าจอขนาด large (lg) */
  .col-md-2 {
    flex: 0 0 auto;
    width: 12.5%;
    /* คำนวณจาก 100% / 8 คอลัมน์ */ } }

.ant-pagination {
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 20px;
  text-align: center; }

.ant-pagination .ant-pagination-item-active {
  color: #000; }

.ant-pagination .ant-pagination-prev button,
.ant-pagination .ant-pagination-next button {
  color: rgba(255, 255, 255, 0.88) !important; }

.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-link-icon {
  color: #ffffff !important; }

.ant-pagination
.ant-pagination-jump-prev
.ant-pagination-item-container
.ant-pagination-item-ellipsis,
.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-ellipsis {
  color: rgba(255, 255, 255, 0.25) !important; }

.ant-pagination .ant-pagination-prev button,
.ant-pagination .ant-pagination-next button {
  color: rgba(255, 255, 255, 0.88) !important; }

.ant-pagination
.ant-pagination-jump-prev
.ant-pagination-item-container
.ant-pagination-item-ellipsis,
.ant-pagination
.ant-pagination-jump-next
.ant-pagination-item-container
.ant-pagination-item-ellipsis {
  color: rgba(255, 255, 255, 0.25) !important; }

.ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.88) !important; }

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* แบ่งคอลัมน์เป็น grid โดยให้แต่ละคอลัมน์มีความกว้างไม่น้อยกว่า 300px */
  gap: 5px;
  /* ระยะห่างระหว่าง grid items */ }
  @media screen and (max-width: 600px) {
    .grid-container {
      /* เมื่อเป็น mobile */
      grid-template-columns: 1fr;
      /* แสดงเป็นคอลัมน์เดียว */ } }

@media screen and (max-width: 600px) {
  .mobile-container {
    display: none; } }

.disable-click {
  pointer-events: none;
  /* ปิดการกด */ }

.opacity-click {
  opacity: 0.3;
  /* ทำให้จางลง */
  position: relative; }

.overlay-text {
  position: absolute;
  /* กำหนดตำแหน่งแบบ absolute */
  top: 50%;
  /* จัดให้อยู่ตรงกลางในแนวตั้ง */
  left: 50%;
  /* จัดให้อยู่ตรงกลางในแนวนอน */
  transform: translate(-50%, -50%);
  /* ปรับตำแหน่งไปตรงกลาง */
  color: white;
  /* กำหนดสีของข้อความเป็นสีขาว */
  text-align: center;
  /* จัดข้อความให้อยู่ตรงกลาง */
  z-index: 2;
  /* ให้ข้อความอยู่ด้านหน้าของรูปภาพ */
  pointer-events: none;
  /* ปิดการกดที่ข้อความ */ }

.amount-highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  /* ขนาดตัวอักษรใหญ่ */
  font-weight: bold;
  /* ตัวหนา */
  color: #ff0000;
  /* สีแดง */
  text-align: center;
  /* จัดให้อยู่ตรงกลาง */ }

.amount-text {
  background-color: #fff5f5;
  /* พื้นหลังสีอ่อน */
  padding: 10px 20px;
  border-radius: 8px;
  /* มุมมน */
  border: 2px solid #ff4d4f;
  /* เส้นขอบสีแดง */
  display: inline-block;
  /* แสดงเป็นบล็อกในบรรทัดเดียว */ }

