[canvas=container] {
    background-color: #e8f5ff
}
.nav-cash .nav-link img {
    max-width: 40px;
    margin-right: 0 !important;
}

/* footer */
footer {
    border-radius: 15px 15px 0 0;
}
footer [class*=ic-]::before {
  width: 22px;
  height: 22px;
}
.fixed-bottom {
  border: none;
}
.ic-service::before {
  content: "";
  background: url(../../images/t8kh/icon/icon_servicen.png) center/contain no-repeat !important;
}
.nav-link.active .ic-service::before {
  content: "";
  background: url(../../images/t8kh/icon/icon_servicen_active.png) center/contain no-repeat !important;
}
.ic-home::before {
  background: url(../../images/t8kh/icon/icon_homen.png) center/contain no-repeat !important;
}

.nav-link.active .ic-home::before {
  background: url(../../images/t8kh/icon/icon_homen_active.png) center/contain no-repeat !important;
}
.ic-fund1::before {
  background: url(../../images/t8kh/icon/icon_fin1n.png) center/contain no-repeat !important;
}

.nav-link.active .ic-fund1::before {
  background: url(../../images/t8kh/icon/icon_fin1n.png) center/contain no-repeat !important;
}
.ic-promo::before {
  background: url(../../images/t8kh/icon/icon_promotionsn.png) center/contain no-repeat !important;
}

.nav-link.active .ic-promo::before {
  background: url(../../images/t8kh/icon/icon_promotionsn_active.png) center/contain no-repeat !important;
}
.ic-account::before {
  background: url(../../images/t8kh/icon/icon_myn.png) center/contain no-repeat !important;
}

.nav-link.active .ic-account::before {
  background: url(../../images/t8kh/icon/icon_myn_active.png) center/contain no-repeat !important;
}
.middle-bar {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  flex-direction:row;
  -webkit-box-pack:center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -21px;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.middle-bar- {
  width: 45px;
  height: 45px;
  background: #00aeef;
  border-radius: 100px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
@keyframes zoomInOut {
  0% {
    transform: scale(.8) rotate(0deg);
  }
  25% {
    transform: scale(1) rotate(0deg);
  }
  40% {
    transform: scale(1) rotate(10deg);
  }
  55% {
    transform: scale(1) rotate(-10deg);
  }
  70% {
    transform: scale(1) rotate(5deg);
  }
  85% {
    transform: scale(1) rotate(-5deg);
  }
  100% {
    transform: scale(.8) rotate(0deg);
  }
}

.ic-fund1 {
  display: inline-block;
  animation: zoomInOut 1.5s ease-in-out infinite;
}
.walltet-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.carousel {
  margin: auto -15px;
}
.carousel-inner {
  border-radius: 0;
}
.main-game .row-account .user-balance {
  gap: 2px;
  color: #565a68;
}
.main-game .user-balance .glyphicon-yen {
  filter: none;
}
/* module-game */
.module-game #nav-tabContent {
  height: 405px !important;
}
.module-game .game-section {
  display: block;
  opacity: 1;
}
/* lang */
.Lang-cflog, .modebtt {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
}
#lstLang, #lstinfo, .flogt .flags img{
  width: 22px;
  height: 22px;
  margin-bottom: 2px;
  margin-left: 3px;
  border-radius: 11px;
}
.langdiv span.lang, .modebtt .modeTxt {
  font-size: 12px;
  padding-top: 3px;
}
.flogt {
  position: absolute;
  top: 46px;
  right: 5px;
  width: auto;
  border: #00aeef 1px solid;
  display: flex;
  flex-direction: column;
  background: #013b7a;
  padding: 5px 10px;
}
.flogt .flags a {
  width: 100%;
  height: 30px;
  color: #000;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.flogt .flags a img {
  margin: 5px 0;
}
.flogt .flags a span {
  width: 100%;
  text-align: left;
  color: #e2e2e2;
  font-size: 11px;
  text-transform: uppercase;
}

/* profile center */

.profile_p {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.user_profile {
  width: 100%;
  background-image: url(../../images/t8kh/design_v2/bg_center.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 115px;
}
.user_infor {
  width: 100%;
  padding: 0 15px;
  position: relative;
  padding-top: 45px;
}
.user_infor_inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items:flex-end;
  position: relative;
}
.user_avatar {
  margin-right: 12px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.user_avatar img {
  max-width: 100%;
  max-height: 100%;
}
.user_name {
  display: flex;
  height: 22px;
  align-items: center;
}
.user_name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.user-balance {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}
.user-balance .refresh {
  margin-left: 5px;
}
.user-balance .glyphicon-yen {
  filter: invert(100%) brightness(200%);
}
.profile_p .user_contents {
  margin: 10px 15px;
  padding: 15px 12px;
  background: #fff;
  border-radius: 10px;
}
.profile_p .user_vip {
  /* margin-bottom: 20px; */
  padding: 10px;
  border: 1px solid #f2f2f6;
  border-radius: 10px;
}
.profile_p .user_vip_inner {
  width: 100%;
}
.profile_p .user_vip_icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.profile_p .vip_line_content {
  position: relative;
  flex: 1 1;
  height: 10px;
  margin: 6px;
  border-radius: 22px;
}
.profile_p .vip_line {
  position: relative;
  width: 100%;
  height: 100%;
  background: #e8f5ff;
  border-radius: 14px;
  overflow: hidden;
}
.profile_p .vip_line_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(../../images/t8kh/icon/profilep/vip_line_inner.png);
  background-size: auto 100%;
  border-radius: 14px;
}
.profile_p .user_vip_infor {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.profile_p .user_vip_infor span {
  font-size: 12px;
  line-height: 14px;
  color: #7981a4;
}
.profile_p .user_vip_icon .vip{
  background-image: url(../../images/t8kh/icon/icon_level.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 20px;
}
.profile_p .user_vip_icon .vip small {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-left: 10px;
  padding-top: 1px;
  color: #fff;
}
.profile_p .more_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../../images/t8kh/icon/icon_more.png);
  background-size: cover;
  margin-left: 4px;
}
.profile_p .nav-cash .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-center-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px 20px;
}
	.m-center-grid-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.m-center-grid-menu .child-grid-menu{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		text-align: center;
		gap: 5px;
	}
	.m-center-grid-menu .child-grid-menu img{
		width: 100%;
	}
	.m-center-grid-menu .child-grid-name{
		font-size: 12px;
		/* color: #ffffff; */
		white-space: nowrap;
	}
  .m-center-grid-menu .icon_p {
    background: #fff;
    border-radius: 5px;
  }
	.m-center-list-menu {
		background: #fff;
		border-radius: 10px;
		padding: 0 15px;
		margin-top: 25px;
		display: flex;
		flex-direction: column;
		/* gap: 25px; */
	}
	.child-list-logout-menu{
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin-top: 15px;
	}
  .m-center-list-menu .child-list-menu {
    border-bottom: 1px solid #a4b2c947;
    height: 50px;
    line-height: 50px;
  }
  .m-center-list-menu .child-list-menu:last-child {
    border-bottom: unset;
  }
	.m-center-list-menu .child-list-menu,
	.child-list-logout-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	/* .m-center-list-menu .child-list-menu img,
	.child-list-logout-menu img {
		width: 25px;
		margin-right: 10px;
	} */
  .m-center-list-menu .child-list-menu svg,
	.child-list-logout-menu svg {
		width: 25px;
		margin-right: 10px;
	}
	.m-center-list-menu-title{
		color: #000;
		font-size: 14px;
	}
  .p-menu-section {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 30px) / 4));
    grid-gap: 10px;
    flex-wrap: wrap
  }
  .p-menu-section .shortcut-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    width: unset;
    padding-top: 10px;
    height: 80px;
  }
  .p-menu-section .shortcut-menu svg {
    width: 30px;
    height: 30px;
  }
  .p-menu-section .shortcut-menu .shortcut-label {
    margin: 35px 0 0 0;
    color: #0f161f;
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 21%;
    font-size: 13px;
  }

  /* wallet */
  .mobile-wallet-section {
        margin: 0 0 10px;
        padding: 0 15px
    }
  .user-level {
    color: #3dc3ff;
    font-size: 14px;
  }
  .show_balance, .hide_balance{
		display: block;
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
  .hide_balance {
    background-image: url(../../images/t8kh/design_v2/wallet/icon_hide.png);
  }
  .show_balance {
    background-image: url(../../images/t8kh/design_v2/wallet/icon_show.png);
  }
  .mobile-wallet-section .wallet-info {
      background: #00aeef;
      font-size: 14px;
      border-radius: 10px
  }
  .mobile-wallet-section .wallet-info .top-content {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      gap: 5px;
      margin-top: 5px;
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet {
      width: 70%
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet .header-n {
      display: flex;
      width: 100%
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet .header-n .title {
      color: #fff;
      word-break: unset;
      white-space: nowrap;
      margin: 0;
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet .bottom {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet .bottom .currency-label {
      display: flex;
      color: #fff;
      margin: 0;
      align-items: center;
      font-size: 18px;
  }
  .mobile-wallet-section .wallet-info .top-content .member-wallet .bottom .member-balance {
      font-size: 18px;
      color: #fff;
      font-weight: 500;;
      margin: 0;
  }
  .mobile-wallet-section .wallet-info .top-content .refresh {
      position: absolute;
      width: 35px;
      right: 0px;
      cursor: pointer;
      margin: 14px 30px;
  }
  .account-menu-section {
      margin: 20px 0;
      padding: 0 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 6.5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .account-menu-section .shortcut-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 5px;
      padding: 7.6px 5px 15px;
      width: 111px
  }
  .account-menu-section .shortcut-menu svg,
  .account-menu-section .shortcut-menu img {
      height: 50px;
      width: 50px
  }
  .account-menu-section .shortcut-menu img {
    transform: scale(1.5);
  }
  .account-menu-section .shortcut-menu .shortcut-label {
      margin: 5px 0 0;
      color: #0f161f;
      font-size: 14px;
      text-align: center;
  }

  /* deposit withdraw*/

  .sz-wrapper {
    width: 100%;
  }
  .sticky-backnavbar {
    position: relative;
    width: 100%;
    height: auto;
  }
  .back-navbar-container {
    background-color: #0066d1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .back-navbar-container .back-button {
    color: #000000;
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: auto 10px;
  }
  .back-navbar-container .back-button i {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .back-navbar-container .title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    align-self: center;
    padding: 0 4px;
    margin: auto;
    text-transform: uppercase;
  }
  .wallet-balance-total {
    text-align: center;
    display: flex;
    color: white;
  }
  .wallet-balance-total-balance {
    width: 100%;
    background-color: #3c3c3c;
    height: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .wallet-total-amount {
    color: #edbb54;
    font-weight: 900;
    margin-top: 2px;
    font-size: 20px;
    line-height: 22px;
    justify-content: center;
    align-items: center;
  }
  .wallet-total-amount img{
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
  #ewallet-content,
  #deposit-content,
  #withdraw-content,
  #account-content {
    padding-top: 0;
  }
  #deposit-content .option-switcher {
    font-weight: 400;
    display: flex;
    color: #fff;
    background: #8dcdfe;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .option-switcher>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 8px 0;
    background-color: transparent;
    font-size: #fff;
  }
  .option-remark {
    margin-top: 5px;
    padding: 1.6px 8px;
    font-size: 9.6px;
    font-weight: 700;
    border-radius: 16px;
  }
  .yellow-remark {
    color: #fff;
    background-color: #0066d1;
  }
  .option-switcher>div .stopwatch,
  .option-switcher>div.active .stopwatch {
    margin-right: 3.2px;
    width: 20px;
    content: none;
  }
  .option-switcher>div p {
    color: #fff;
  }
  .deposit-container form,
  .withdraw-container form {
    padding: 0 24px 24px;
    
  }
  .sz-wrapper .tab-container {
    margin-bottom: 32px;
    color: white;
    padding-top: 30px;
  }
  .sz-wrapper .input-wrap .input-title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
  }
  .sz-wrapper .bankOption {
    display: flex;
    flex-wrap: wrap;
  }
  .sz-wrapper .bankOption>div {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 12px;
    padding: 4px 0 4px;
    color: #3c3c3c;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-radius: 15px;
    height: fit-content;
    border: 2px solid white;
  }
  .sz-wrapper .bankOption>div.active {
    color: #0066d1;
    background-color: #3c3c3c;
    border: 2px solid;
  }
  .bankOptionImg {
    margin-top: 0;
    width: 64px;
    height: 48px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .sz-wrapper .bankOption .bankOptionImg>img {
    width: 75%;
  }
  .sz-wrapper .payment-methods {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 28px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .nd-bank-details,
  .bt-bank-details {
    display: none;
    padding: 10px 5px 20px 5px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
  }
  .nd-bank-details-body,
  .bt-bank-details-body {
    font-size: 12px;
    margin: 10px 15px;
    align-items: center;
  }
  .txt-bold {
      font-weight: 600;
  }
  .nd-bank-details .copy-btn,
  .bt-bank-details .copy-btn {
    padding: 5px;
    color: #fff;
    background-color: #0066d1;
    font-size: 12px;
    border: none;
    border-radius: 5px;
  }
  .nd-bank-details-reminder,
  .bt-bank-details-reminder {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    color: red;
  }
  .nd-bank-details-logo-wrap,
  .bt-bank-details-logo-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .bt-bank-details-logo-wrap div img {
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: auto;
  }
  .sz-wrapper .input-inner-wrap .input-field {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    color: #000;
    background: #fff;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 10px !important;
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
  }
  .deposit-money-pre,
  .nd-deposit-money-pre,
  .atm-deposit-money-pre {
    margin-top: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 7px;
  }
  .deposit-money-pre>div,
  .nd-deposit-money-pre>div,
  .atm-deposit-money-pre>div {
    width: 18%;
    padding: 8px 0;
    color: #000;
    background-color: #fff;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 1rem;
    margin: 0;
  }
  .input-attachment {
    font-weight: 900;
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    padding: 0px 8px;
    text-align: left;
    background: #fff;
    color: black;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    overflow: hidden;
  }
  .input-attachment img {
    height: 40px;
    margin: 0 4px;
  }

  .input-attachment input {
    opacity: 0;
    position: absolute;
    left: 0px;
    width: 90%;
    height: 40px;
    margin-left: 15px;
  }

  .input-attachment .close-btn {
    border-radius: 30px;
    background-color: #0066d1;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    z-index: 1;
  }
  .input-attachment span {
    position: absolute;
    top: 8px;
    left: 45px;
    background: #fff;
    height: 100%;
    width: 100%;
    color: gray;
    font-weight: bold;
    font-size: 15px;
  }
 
  .btn-reset,
  .btn-reset:hover,
  .btn-reset:active {
    height: 40px;
    width: 45%;
    color: #fff;
    background-color: #1e1e1e;
    font-weight: 900;
    font-size: 1rem;
    border-radius: 12px;
    border: none;
  }

  .btn-submit,
  .btn-submit:hover,
  .btn-submit:active {
    height: 40px;
    width: 45%;
    background-color: #0066d1;
    color: #fff;
    border: none;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
  }

  /* withdraw */
  .wd-method > div {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 2%;
    margin-bottom: 0.75rem;
    padding: 9px 20px;
    color: #0066d1;
    background-color: #3c3c3c;
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 28px;
    border: 2px solid #0066d1;
    font-weight: 800;
  }
  .custom-dropdown-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
  }

  .custom-dropdown__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    color: #000 !important;
    background: #fff !important;
    border-radius: 10px;
    font-size: 13px;
    width: 100%;
    height: auto !important;
    border: none;
  }
  .input-inner-wrap .input-group {
    background: white;
    border-radius: 10px;
  }
  .btn-withdraw {
    height: 45px;
    width: 100%;
    color: #fff;
    background-color: #0066d1;
    border: 0;
    font-weight: 900;
    font-size: 16px;
    border-radius: 12px;
  }
  .withdrawal-notice {
    margin: 50px 0;
    background-color: #fff;
    padding: 1.5rem;
    color: #1e1e1e;
  }

  .withdrawal-notice .withdrawal-notice-title {
    margin-bottom: 0.5rem;
    font-weight: 900;
    text-decoration: underline;
  }

  .withdrawal-notice li {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }

  .withdrawal-notice li span {
    font-weight: 900;
  }
  .de-select[disabled] {
    opacity: 1 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
  }

  /* history */
  #account-content .option-switcher-scroll {
    padding: 0 1rem;
  }
  .option-switchers {
    display: flex;
    color: #666;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin: 1rem 0 0;
    padding: 0;
    width: 100% !important;
  }
  .option-switchers > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 8px 15px;
    border-radius: 0;
    background-color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
  }
  .option-switchers > div.active {
    color: #fff;
    font-weight: 900;
    border-bottom: 2px solid;
    background-color: #00aeef;
  }

  #account-content .option-switcher-scroll::-webkit-scrollbar-thumb {
    background: #00aeef;
  }

  #account-content .option-switcher-scroll::-webkit-scrollbar {
    height: 4px;
  }

  #account-content .option-switchers > div.active {
    border-bottom: none;
  }

  #whTransDate {
    margin: 0 1rem 1rem 1rem;
  }

  #account-content .form-control{
    border: none;
    border-radius: 10px;
  }
  .dateSch .form-control {
    font-size: 14px;
    color: #000;
    background: #fff;
  }
  .dateSch {
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #000;
  }
  .date-picker-search-btn {
    background: #00aeef;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    padding: 7px 0;
    margin-top: 16px;
    width: 100%;
  }
  .wh-record-table,
  .br-record-table {
      text-align: center;
      border-collapse: separate;
      border-spacing: 0
  }
  .empty-record>img {
    width: 100%;
    padding: 20px
  }
  #account-content .table thead th {
    background: #646464;
    color: #fff;
    font-size: 12px;
  }
  #account-content .table-bordered td {
    text-align: center;
    border: none;
    font-size: 12px;
    border: none;
  }
  #account-content table {
    background: #fff;
    font-size: 12px;
    text-align: center;
  }

  /* History List - Card-based vertical layout */
  .history-list-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 0;
  }
  .history-record-item {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
  }
  .history-record-item:last-child {
    border-bottom: none;
  }
  .report-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .report-list:last-child {
    margin-bottom: 0;
  }
  .report-list p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
  .report-list p:first-child {
    font-weight: 600;
    color: #000;
    min-width: 100px;
    margin-right: 10px;
  }
  .report-list p:last-child {
    color: #000;
    flex: 1;
    word-break: break-word;
  }
  .report-list p.canceled {
    color: #ff0000;
    font-weight: 500;
  }
  /* Status colors */
  .report-list p.status-0 {
    color: orange !important; /* Orange for Submitting */
  }
  .report-list p.status-1 {
    color: green !important; /* Green for Finish */
  }
  .report-list p.status-2 {
    color: #2196f3 !important; /* Blue for Processing */
  }
  .report-list p.status-3 {
    color: #ff5722; /* Deep Orange for Timeout */
  }
  .report-list p.status-4 {
    color: red !important; /* Grey for Be Closed */
  }
  .report-list p.status-5 {
    color: #ffc107 !important; /* Amber for pending */
  }
  .report-list p.status-6 {
    color: #757575 !important; /* Light Grey for Other */
  }
  .history-empty {
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
  }

  /* Deposit Guide Card Popup */
  #deposit-guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-y: auto;
  }
  #deposit-guide-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    border: none;
    margin: auto;
  }
  #deposit-guide-card .card-header {
    background: #00aeef;
    color: #fff;
    padding: 15px 20px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  #deposit-guide-card .card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    flex: 1;
  }
  #deposit-guide-card .close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
  }
  #deposit-guide-card .close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  #deposit-guide-card .card-body {
    padding: 20px;
    background: #fff;
  }
  #deposit-guide-card .card-body img {
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  #deposit-guide-card .card-body ul {
    margin: 0;
    padding-left: 0;
  }
  #deposit-guide-card .card-body ul li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
  }
  #deposit-guide-card .card-body ul li strong {
    color: #0066d1;
    font-weight: 600;
  }

  .center-head {
    background: url(../../images/t8kh/design_v2/bg_center.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* point wheeel event*/
  .container_event {
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    text-align: center;
    height: auto;
    overflow-x: hidden;
    background: radial-gradient(77.26% 54.32% at 50% 37.59%,#02b9ff 14%,#005e95 57.5%,#004376 78%,#00244d),linear-gradient(180deg,#005e95 -7.07%,#005e95 14.79%,#00cdff 39.59%,#005e95 58.5%,#004376 67.14%,#00244d 99.06%);
  }

  .container_event .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
  }
  .container_event .top-title img {
    width: 19px;
    height: 19px;
    margin-right: 2.5px;
  }
  .container_event .top-title {
    color: #7fabda;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
  .container_event .close-btn {
    background: #ffffff14;
    width: 25px;
    height: 25px;
    color: #fff;
    border: none;
    font-size: 21px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
  }

  .container_event .tab-menu {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
    gap: 10px;
  }

  .container_event .tab {
    background: #ffffff14;
    border: none;
    padding: 0;
    color: #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    width: 50%;
  }

  .container_event .tab img {
    width: 20px;
    height: 20px;
    margin: 10px 0;
  }
  .container_event .tab.active {
    background: linear-gradient(180deg,#00cdff -10%,#00397c 146.25%);
  }

  .container_event .tab.active .menu-title{
    background: #0173af;
    border: 1px solid hsla(0,0%,100%,.16);
    border-radius: 6px;
  }

  .container_event .wheel-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 30px 0; 
  }

  .container_event .wheel-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container_event .wheel-label {
    position: absolute;
    height: 39px;
    line-height: 39px;
    top: -47px;
    background: linear-gradient(-45deg,#ec696d 64.9%,#de403c 90.9%);
    color: #fff;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 1000;
    word-break: break-all;
  }

  .container_event .wheel-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg,#001a39,#0079e9);
    width: 366px;
    height: 366px;
    border-radius: 100%;
  }

  .container_event .turnplate {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container_event .turnplate .wheel-border {
    width: 330px;
    height: 330px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 20px #0e4a7b88;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .container_event .itemp {
    position: absolute;
  }

  .container_event .wheel_spin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container_event .wheel_spin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.1s;
  }

  .container_event .wheel_spin img:active {
    transform: scale(0.95);
  }
  .container_event .wheel-title {
    width: 250px;
    position: absolute;
    top: -25px;
    z-index: 3;
  }

  .container_event .spin-btn {
    background: linear-gradient(1turn,#0c5eff .8%,#1398f9);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 6px 38px rgba(34,131,246,.4),inset 0 3px 3px hsla(0,0%,100%,.30196078431372547);
    position: absolute;
    top: 320px;
    z-index: 3;
  }

  .container_event .spin-btn span {
    font-size: 0.9em;
    font-weight: normal;
    color: #b3e0ff;
  }

  .container_event .turnplate #wheelcanvas {
        background-image: url(../../images/t8kh/design_v2/event/turnplate-bg.png);
        background-size: contain;
        border-radius: 100%;
        border-radius: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

  .container_event .bottom-bar {
    margin-top: 1rem;
    background: #001327ad;
    border-radius: 9px;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  .container_event .profile {
    margin: 40px 0;
  }

  .container_event .profile-img {
    width: 100px;
  }

  .container_event .no-orders {
    color: #b0c4de;
    font-size: 11px;
  }

  .container_event .card- {
    background: #072a4ea3;
    border-radius: 15px;
    padding: 15px;
    text-align: left;
    margin-bottom: 10px;
  }

  .container_event .section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2284f6;
    display: flex;
    gap: 8px;
  }

  .container_event .icon- img {
    width: 20px;
  }

  .container_event .item- {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
  }

  .container_event .border- {
    margin: 10px auto 0;
    background: #0e151e6e;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
  }
  .container_event .dot {
    width:9px;
    height:9px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
  }

  .container_event .calc-title {
    margin-top: 18px;
    font-weight: 600;
    color: #2284f6;
    font-size: 14px;
  }

  .container_event .calc-desc {
    font-size: 14px;
    margin-bottom: 14px;
    color: #fff;
  }

  .container_event .note {
    background: #0e151e6e;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    color: #9caacc;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .container_event .note-icon {
    font-size: 1.2em;
    margin-top: 2px;
  }

  /* download app */
  .main-screen {
    overflow-y: auto;
  }
  .header {
    position: unset;
  }
  .body {
    overflow: unset;
    bottom: unset;
    position: relative;
    top: 0;
  }
  
  .wrap-download {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-content: center;
    background-image: linear-gradient(to top, #ced0dc, #f2f1f6);
  }

  .wrap-download .download-content {
    display: flex;
    gap: 10px;
    flex: 0 0 63%;
  }

  .wrap-download .download-content .download-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wrap-download .download-content .download-close {
    width: 10px;
  }

  .wrap-download .download-content .download-logo {
    width: 40px;
    height: 40px;
  }

  .wrap-download .download-content .download-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .wrap-download .download-content .download-text > * {
    color: black;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
  }

  .wrap-download .download-content .download-text span {
    font-size: 12px;
  }

  .wrap-download .download-button {
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #00aeef;
    color: #fff;
    margin: auto 0;
    font-weight: 500;
    text-align: center;
    margin-left: 5px;
  }

  .app_adjustment {
    top: 56px;
  }

  .download_img_close {
    color: #000;
    font-size: 30px;
  }

  /* app download */
  .container-app {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 0 0;
    background: #f3f5f6;
    min-height: 100vh;
  }

  .tabs-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .tab-btn {
    background: none;
    border: none;
    font-size: 13px;
    color: #888 !important;
    padding: 8px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }

  .tab-btn.active,
  .tab-btn:hover {
    background: #00aeef;
    color: #fff !important;
    font-weight: bold;
  }

  .phone-section {
    position: relative;
    margin-top: 5px;
  }

  .phone-img {
    width: 100%;
  }

  .cta h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 10px;
    color: #222;
  }

  .subtitle {
    color: #b0b0b0;
    font-size: 14px;
    margin: 20px 40px;
  }

  .download-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 5px;
    padding: 5px 30px;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(44,204,113,0.08);
    background: #fff;
    width: 140px;
  }

  .download-btn.android svg {
      width: 18px;
      fill: #85c707;
      margin-right: 5px;
  }
  .instructions-link {
    display: block;
    color: #2d8cff;
    font-size: 14px;
  }

  .app-install-title {
      margin: 50px 28px 0;
      font-size: 16px;
      color: #0f161f;
      font-weight: 600;
      text-align: left;
      line-height: unset;
  }
  .app-install-container {
      margin: 25px 28px 0;
      display: grid;
      grid-template-areas: "box1 box2" "box3 box4";
      grid-gap: 10px;
      color: #fff
  }
  .app-install-container .box1-1 {
      grid-area: box3
  }
  .app-install-container .box2-0 {
      grid-area: box2
  }
  .app-install-container .box2-1 {
      grid-area: box4
  }
  .app-install-container .app-install-box {
      height: 234px;
      border-radius: 8px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 145px 20px 0
  }
  .app-install-container .app-install-box .app-install-title {
      color: #fff;
      font-size: 14px;
      margin: 0
  }
  .app-install-container .app-install-box .app-install-desc {
      margin: 3px 0 0;
      font-size: 11px;
      line-height: unset;
      color: #fff;
      text-align: left;
  }
  .app-install-container .app-install-box.box2-0 {
      padding: 126px 20px 0
  }

  /* Modal app Styles */
  .modal-step-app {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0; width: 100%; height: 100vh;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
  }

  .modal-step-app .modal-content-step {
    background: #fff;
    border-radius: 10px;
    padding: 32px 20px 24px 20px;
    max-width: 340px;
    min-width: 340px;
    text-align: center;
    position: relative;
  }
  .modal-step-app .modal-content-step h5 {
    font-weight: 600;
    margin: 0;
  }
  .modal-step-app .close-btn {
    position: absolute;
    top: -15px;
    right: -6px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 0.03rem #6c6c6c);
  }
  .modal-step-app .close-btn span {
    font-size: 2rem;
    color: #888;
    padding-top: -15px;
    position: absolute;
    top: -9px;
    right: 5px;
  }
  .modal-step-app .carousel {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-step-app .carousel-arrow {
    background: none;
    border: none;
    font-size: 25px;
    color: #00aeef;
    cursor: pointer;
    padding: 0 10px;
    user-select: none;
    margin-top: -100px;
  }

  .modal-step-app .carousel-slide {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .modal-step-app .carousel-image-container {
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .modal-step-app .carousel-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
  }

  .modal-step-app .carousel-indicators {
    position: relative;
    margin: 0;
  }

  .modal-step-app .dot {
    height: 8px; width: 8px;
    margin: 0 2px;
    background: #b0d4ff;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }

  .modal-step-app .dot.active {
    background: #00aeef;
    opacity: 1;
  }

  .modal-step-app .carousel-caption {
    font-size: 1rem;
    color: #444;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15px 0;
  }
  .modal-step-app .carousel-caption #stepDesc {
    font-size: 12px;
    color: #8899a4;
    white-space: nowrap;
  }

  /* promotion */
  .promotion-page .promo-nav .modal {
    overflow: hidden;
    padding: 0px 10px !important;
  }
  .promotion-page .modal-fullscreen {
    width: auto;
  }
  .promotion-page .modal-content {
    max-height: 80vh;
    border-radius: 10px !important;
  }
  .promotion-page .modal-body {
    overflow-y: auto;
    min-height: 0;
  }
  .promotion-page .modal-header {
    background: #00aeef;
    border: 0;
    border: none;
  }
  .promotion-page .btn-promo {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff !important;
  }
  .promotion-page .modal-title {
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .promotion-page .modal-fullscreen .bt-close {
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
      opacity: unset;
    }
  .promotion-page .modal-footer {
    position: absolute;
    background: #00aeef;
    border-color: #00aeef;
    bottom: 0;
    width: 100%;
    justify-content: center;
    padding: 5px 0;
  }
  .promotion-page .modal-footer a {
    color: #fff !important;
    font-size: 16px;
  }
  /* contact/service */
  #contactModal .modal-body a {
    text-align: left;
  }
  #contactModal .modal-body a img {
    width: 25px;
    margin: 0 5px;
  }
  #contactModal .modal-content {
    width: auto !important;
  }
  #contactModal .modal-header {
    padding: 1rem 1rem 0;
  }

  /* referral page */
  .referral-container {
      width: 100%;
      background: none;
  }
  .referral-container .header-r {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 15px 0 15px;
  }
  .referral-container .overview-cont {
    padding: 0 15px;
  }
  .referral-container .title-r {
      font-size: 1.3em;
      font-weight: bold;
  }
  .referral-container .tabs-r {
      margin: 20px 0 0 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #013b7a;
      border-radius: 9.5px;
      padding: 5px;
      color: #fff;
      gap: 5px;
  }
  .referral-container .tab-r {
      flex: 1;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
      background: none;
      border-radius: 7px;
      height: 40px;
      line-height: 40px;
      text-align: center;
  }
  .referral-container .tab-r:hover, .tab-r.active {
      background: #00aeef;
  }
  .referral-container .dashboard {
      background: radial-gradient(84.14% 61.12% at 100% 0,rgba(34,131,246,.050980392156862744) 0,rgba(34,131,246,0)),radial-gradient(97.46% 59.97% at 0 0,rgba(34,131,246,.30196078431372547) 0,rgba(34,131,246,.058823529411764705) 75%,rgba(34,131,246,0)),hsla(0,0%,100%,0);
      background-color: #0f212e;
      border-radius: 12px;
      padding: 18px;
      margin: 20px 0;
  }
  .referral-container .referral-list-cont {
    background: radial-gradient(84.14% 61.12% at 100% 0,rgba(34,131,246,.050980392156862744) 0,rgba(34,131,246,0)),radial-gradient(97.46% 59.97% at 0 0,rgba(34,131,246,.30196078431372547) 0,rgba(34,131,246,.058823529411764705) 75%,rgba(34,131,246,0)),hsla(0,0%,100%,0);
    background-color: #0f212e;
    height: 80vh;
    margin-top: 15px;
  }
  .referral-container .center-table {
    margin: 0;
  }
  .referral-container .stats {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 18px;
      border: 1px solid hsla(0,0%,100%,.08);
      border-radius: 8px;
  }
  .referral-container .stat {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 10px 0;
      flex: 1;
      color: #fff;
  }
  .referral-container .stat-t {
          padding-left: 15px;
  }
  .referral-container .rightBorder {
          position: absolute;
          height: 100px;
          top: 225px;
          left: 50%;
          transform: translate(-50%,-50%);
          border-right: 2px solid;
          border-image: linear-gradient(180deg,rgba(221,234,252,0),rgba(149,176,220,.30196078431372547) 50%,rgba(221,234,252,0)) 2 2 2 2;
          -webkit-border-image: linear-gradient(180deg,rgba(221,234,252,0),rgba(149,176,220,.30196078431372547) 50%,rgba(221,234,252,0)) 2 2 2 2;
  }
  .referral-container .money, .users {
      width: 80px;
      height: 70px;
  }
  .referral-container .stat-label {
      font-size: 12px;
      color: #93acd3;
  }
  .referral-container .stat-value {
      font-size: 16px;
      font-weight: bold;
      margin-top: 2px;
  }
  .referral-container .invite-box {
      background: radial-gradient(121.09% 121.09% at 100% 0, #017ed6 0, #01266e);
      border-radius: 10px;
      padding: 14px;
      margin-bottom: 18px;
      font-size: 16px;
      color: #fff;
  }
  .referral-container .invite-box ul {
      margin: 8px 0 0 0;
      padding: 0;
      color: #fff;
      font-size: 14px;
  }
  .referral-container .referral-links {
      margin-bottom: 18px;
  }
  .referral-container .links-title {
          font-size: 16px;
          font-weight: 600;
          color: #fff;
  }
  .referral-container .ref-link-row {
      display: flex;
      align-items: center;
      margin: 10px 0;
      padding: 7px 10px;
      border-radius: 10px;
      height: 58px;
      border: 1px solid hsla(0,0%,100%,.08);
  }
  .referral-container .ref-link-row svg {
          width: 25px;
          margin-right: 10px
  }
  .referral-container .ref-link-row span {
      width: 120px;
      color: #b0b8c9;
      font-size: 14px;
  }
  .referral-container .ref-link-row input {
      flex: 1;
      background: none;
      border: none;
      color: #007aff;
      font-size: 14px;
      margin-right: 8px;
  }
  .referral-container .copy-btn {
      padding: 4px 8px;
      cursor: pointer;
      background: none;
  }
  .referral-container .copy-btn img {
          width: 20px;
  }
  .referral-container .actions {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
  }
  .referral-container .share-btn, .qr-btn {
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 8px;
  }
  .referral-container .qr-btn {
      background: #2563eb;
  }
  .referral-container .icon-attach:before {
          content: "\e901"
  }

  .referral-container .balance-title {
      margin-top: 0;
      margin-bottom: 18px;
      font-size: 1.3em;
      font-weight: bold;
      color: #e0e6f7;
  }
  .referral-container .balance-card {
      background: #0f212e;
      border-radius: 8px;
      border: 1px solid #203442;
      padding: 16px;
      margin-bottom: 15px;
      height: auto;
      color: #fff
  }
  .referral-container .card-header-r {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      margin-bottom: 10px;
  }
  .referral-container .card-header-r span {
          color: #fff;
  }
  .referral-container .details-link {
      color: #007aff;
      text-decoration: none;
      font-size: 0.98em;
  }
  .referral-container .card-section {
      text-align: center;
  }
  .referral-container .available-label, .locked-label {
      color: #b0b8c9;
      font-size: 0.97em;
      margin-bottom: 2px;
  }
  .referral-container .balance-row {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      justify-content: center;
  }
  .referral-container .balance-row .currency {
          font-size: 22px;
  }
  .referral-container .icon-circle img,
  .referral-container .icon-lock img{
      width: 24px;
      margin-right: 2px;
  }
  .referral-container .currency {
      font-size: 14px;
      font-weight: bold;
      margin-left: 2px;
  }
  .referral-container .green {
      color: #2ecc40;
  }
      hr {
      border: none;
      border-top: 1px solid #2c3a54;
      margin: 10px 0;
  }
  .referral-container .commission-link {
      color: #b0b8c9;
      text-decoration: none;
      font-size: 0.98em;
      display: block;
      margin-bottom: 10px;
      margin-top: 2px;
      pointer-events: none;
      opacity: 0.6;
  }
  .referral-container .claim-btn {
      width: 100%;
      background: #ff3576;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 0;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      margin-top: 5px;
  }

  .referral-container .faq-section {
    margin: 30px 0;
  }

  .referral-container .faq-section- {
    background: #0f212e;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
  }

  .referral-container .faq-section h3 {
    margin-bottom: 12px;
    font-size: 1.3em;
    color: #000;
  }

  .referral-container .faq-item {
    padding: 4px 0px;
  }

  .referral-container .faq-question {
    cursor: pointer;
    padding: 10px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a2c38;
    border-radius: 5px;
  }

  .referral-container .faq-question span {
    color: #b1bad3;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%; 
  }
  .referral-container .faq-answer {
    display: none;
    padding: 10px 7px;
    font-size: 14px;
    background: none;
    color: #909399;
  }

  .referral-container .faq-question i {
    color: #fff;
  }


  .loader-h {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 999;
      display: none;
      background: transparent center no-repeat;
  }

  .center-avtar {
    background: url(../../images/t8kh/design_v2/icon_userprofile.png) center no-repeat;
  }
  .vip_mp_details,
  .myvip_gift_desc,
  .vipdetail_gift_tbl {
    color: #212529;
  }
  /* announcement */
  .announcement-slide-list {
    position: relative;
  }

  .announcement-text {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
  }

  /* tnc */
  .accordion-tnc .card {
    border-radius: 0.5rem !important;
  }
  .accordion-tnc .card .card-header {
    padding: 0;
  }
  .accordion-tnc .card .card-header .btn {
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    text-align: left;
    width: 100%;
  }
  .accordion-tnc .card .card-header .btn[aria-expanded=true] {
    background-color: rgba(0, 174, 239, 0.09019607);
    color: #00aeef !important;
  }
  .accordion-tnc .card .card-body li {
    color: #333;
    list-style: none;
  }
  .accordion-tnc p {
    line-height: 1.5;
  }

  /* change password */

  .change_pass.togglePass {
    position: absolute;
    right: 22px;
    margin-top: -32px;
    font-size: 25px;
    color: #00aeef !important;
    background: #fff;
  }

  /* msg */
  .msg i.icon {
    color: #00aeef !important;
    font-size: 30px;
    width: 10%;
  }
  .msg .msg_caption, .msg  .msg_date {
    font-size: 14px
  }
  .msg  .msg_date {
    color: #000;
    margin: 0;
  }
  .msg_content p, .msg_content span {
    color: #666;
    font-size: 14px !important;
    margin: 0;
  }
  .msg_info {
    width: 90% !important;
    padding: 5px !important;
  }
  .msg .msg_caption{
    margin: 0 0 0 5px;
  }
  .msg .msg_status {
    margin-right: 0 !important;
    position: absolute;
    right: 10px;
  }
  .msg_pop .msg_pop_header {
    background: #00aeef !important;
  }

  /* promotion list */
  .prom-list-title {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 09/09/2025 */
  .nav-cash .nav-item .nav-link {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-tabs .nav-link span {
    padding: 3px 0 0 0;
    font-size: 11.5px;
  }

  /* slot */
  .slots-tab .nav-slot-game {
    display: flex;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 5px;
  }
  .slots-tab .nav-slot-game a {
    width: auto;
    height: auto;
    line-height: unset;
  }
  .slots-tab .nav-slot-game a img {
    max-width: 55px;
    margin: 2px 10px;
  }

  /* mode day night*/
  #ThemeMode img {
    filter: invert(100%) sepia(0%) saturate(1378%) hue-rotate(40deg) brightness(108%) contrast(77%);
  }
  body.dark-mode [canvas=container]{
    background-image: url(../../images/t8kh/nightMode/dark_bg.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-color: #1e2029;
  }
  body.dark-mode .header {
    background: none;
  }
  body.dark-mode,
  body.dark-mode button,
  body.dark-mode cite,
  body.dark-mode em,
  body.dark-mode i,
  body.dark-mode img,
  body.dark-mode input,
  body.dark-mode select,
  body.dark-mode span,
  body.dark-mode tt,
  body.dark-mode p,
  body.dark-mode .announcement-slide-list,
  body.dark-mode .row-account .user-name,
  body.dark-mode .nav-cash .nav-link,
  body.dark-mode .nav-tabs .nav-link.active span,
  body.dark-mode .game-name,
  body.dark-mode .btn-gold,
  body.dark-mode .modal-title,
  body.dark-mode [class^="icon-"],
  body.dark-mode [class*=" icon-"],
  body.dark-mode .btn-close,
  body.dark-mode .modal-fullscreen .bt-close,
  body.dark-mode .nav-promo .nav-link,
  body.dark-mode .btn-outline-secondary,
  body.dark-mode .profile_p .user_name span,
  body.dark-mode .m-center-grid-menu .child-grid-name,
  body.dark-mode .mobile-wallet-section .wallet-info .top-content .member-wallet .header-n .title,
  body.dark-mode .account-menu-section .shortcut-menu .shortcut-label,
  body.dark-mode .sz-wrapper .input-wrap .input-title,
  body.dark-mode .btn-reset, body.dark-mode .btn-reset:hover, body.dark-mode .btn-reset:active,
  body.dark-mode .dateSch,
  body.dark-mode .m-center-list-menu-title,
  body.dark-mode .p-menu-section .shortcut-menu .shortcut-label,
  body.dark-mode .referral-container .faq-section h3,
  body.dark-mode .accordion-tnc .card .card-header .btn,
  body.dark-mode .main-game .row-account .user-balance,
  body.dark-mode .accordion-tnc .card .card-body li,
  body.dark-mode .report-list p:first-child,
  body.dark-mode .report-list p:last-child,
  body.dark-mode .form-control:disabled, 
  body.dark-mode .form-control[readonly]
  {
    color: #fff;
  }

  body.dark-mode .promotion-page .modal-body table span,
  body.dark-mode .accordion-tnc .card .card-body 
  {
    color: #fff !important;
  }
  body.dark-mode .fixed-bottom {
    background: rgba(24,26,33,.9);
    -webkit-backdrop-filter:blur(38.461538vw);
    backdrop-filter:blur(38.461538vw);
    border: 0;
  }
  body.dark-mode .nav-tabs .nav-link {
    background-image: url(../../images/t8kh/nightMode/icon_bg.png) !important;
    color: #fff;
  }
  body.dark-mode .nav-tabs .nav-link.active {
    background-image: url(../../images/t8kh/nightMode/icon_bg_active.png) !important;
  }
  body.dark-mode .nav-tabs .nav-link span {
    color: rgba(255, 255, 255, 0.5);
  }
  body.dark-mode .game-item, 
  body.dark-mode .game-item:before, 
  body.dark-mode .game-item:after {
    background: none;
  }
  body.dark-mode .game-item {
    border: 0;
    box-shadow: 0px 1px 2px 0px rgba(191, 197, 208, 0.5);
  }
  body.dark-mode .btn-gold {
    border-color: #0062c9;
  }
  body.dark-mode .modal-content,
  body.dark-mode .flogt,
  body.dark-mode .card,
  body.dark-mode .mobile-wallet-section .wallet-info,
  body.dark-mode .account-menu-section .shortcut-menu,
  body.dark-mode #deposit-content .option-switcher,
  body.dark-mode #account-content .option-switcher-scroll
  {
    background: #1e2029;
  }
  body.dark-mode .btn-light,
  body.dark-mode .nav-promo {
    color: #fff;
    background: hsla(0, 0%, 100%, .04);
    border: none;
  }
  body.dark-mode .modal-fullscreen .bt-close
  {
    filter: invert(1);
  }
  body.dark-mode .nav-promo
  {
    background: rgba(24,26,33,.9);
    color: #fff;
  }
  body.dark-mode .promotion-page .modal-body span
  {
    background: #1e2029 !important;
  }
  body.dark-mode .list a
  {
    background: hsla(0, 0%, 100%, .04);
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .04);
  }
  body.dark-mode .game-triangle {
    background: linear-gradient(270deg, #003b79, #0062c9)
  }
  body.dark-mode .nav-tabs .nav-link:focus, body.dark-mode .nav-tabs .nav-link:hover {
    border-color: transparent;
  }
  body.dark-mode .profile_p .user_contents,
  body.dark-mode .m-center-list-menu,
  body.dark-mode .child-list-logout-menu,
   body.dark-mode .p-menu-section .shortcut-menu,
   body.dark-mode .accordion-tnc .card .card-header .btn
  {
    background: #282d33;
  }
  body.dark-mode .user-balance .glyphicon-yen {
    filter: brightness(0) invert(1);
  }
  body.dark-mode .dateSch .form-control,
  body.dark-mode .subtitle,
  body.dark-mode .app-install-title,
  body.dark-mode .modal-step-app .modal-content-step,
  body.dark-mode .sport-popup h3,
  body.dark-mode .sport-item a span,
  body.dark-mode .msg_caption,
  body.dark-mode .msg .msg_date,
  body.dark-mode .slots-contant a span,
  body.dark-mode .form-group select,
  body.dark-mode .form-group input {
    color: #000;
  }
  
  body.dark-mode .flatpickr-day {
    color: #393939;
  }
  body.dark-mode .msg_content p, 
  body.dark-mode .msg_content span {
    color: #666;
  }
  body.dark-mode .history-list-wrapper {
    background: #1e2029;
  }
  body.dark-mode .history-record-item {
    background: #1e2029;
    border-bottom-color: #2c3a54;
  }

  body.dark-mode .history-empty {
    color: #b0b8c9;
  }
  body.dark-mode #deposit-guide-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  body.dark-mode #deposit-guide-card {
    background: #1e2029;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  }
  body.dark-mode #deposit-guide-card .card-header {
    background: #00aeef;
  }
  body.dark-mode #deposit-guide-card .close-btn {
    color: #fff;
  }
  body.dark-mode #deposit-guide-card .close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  body.dark-mode #deposit-guide-card .card-body {
    background: #1e2029;
  }
  body.dark-mode #deposit-guide-card .card-body ul li {
    color: #fff;
  }
  body.dark-mode #deposit-guide-card .card-body ul li strong {
    color: #3dc3ff;
  }
