@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fontawesome/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fontawesome/fa-thin-100.ttf") format("truetype");
}
.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fab,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.fab,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

:root {
  --primary-color: #4E7FFF;
  --max-with-mobile: 768px;
  --default-font-size: 14px;
  --default-small-font-size: 13px;
  --default-padding-content: 20px;
  --default-mobile-padding-content: 15px;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  --bs-gutter-x-mobile: 15px;
  --bs-gutter-y-mobile: 15px;
  --bs-danger-rgb: 255, 0, 0;
  --bs-body-color: #fff;
}

body {
  font-size: var(--default-font-size);
  line-height: 18px;
  font-weight: 400;
  max-width: var(--max-with-mobile);
  margin: auto;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  background: #fff;
  color: var(--color-blue1);
}

* {
  outline: none;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.main {
  padding-top: 74px;
}

.container,
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  background: var(--color-dark);
  color: var(--color-white);
}
#loadingDiv .logo {
  animation-name: rotatey;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotatey;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotatey;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotatey;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotatey;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
}

@keyframes rotatey {
  0% {
    -webkit-transform: rotatey(0deg);
    -moz-transform: rotatey(0deg);
    -ms-transform: rotatey(0deg);
    -o-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }
  100% {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    transform: rotatey(360deg);
  }
}
.language-item {
  opacity: 0.5;
}
.language-item.active {
  opacity: 1;
}
.language-item.active > div {
  border-color: var(--color-blue);
}
.language-item.active .selected,
.language-item.active .title {
  font-weight: 600;
  color: var(--color-blue);
}

.btn {
  font-weight: 400;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22%23053b7a%22%20d%3D%22M128%200c17.7%200%2032%2014.3%2032%2032l0%2032%20128%200%200-32c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032l0%2032%2048%200c26.5%200%2048%2021.5%2048%2048l0%2048L0%20160l0-48C0%2085.5%2021.5%2064%2048%2064l48%200%200-32c0-17.7%2014.3-32%2032-32zM0%20192l448%200%200%20272c0%2026.5-21.5%2048-48%2048L48%20512c-26.5%200-48-21.5-48-48L0%20192zm64%2080l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200c-8.8%200-16%207.2-16%2016zm128%200l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200zM64%20400l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200c-8.8%200-16%207.2-16%2016zm144-16c-8.8%200-16%207.2-16%2016l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200zm112%2016l0%2032c0%208.8%207.2%2016%2016%2016l32%200c8.8%200%2016-7.2%2016-16l0-32c0-8.8-7.2-16-16-16l-32%200c-8.8%200-16%207.2-16%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 14px;
  height: 14px;
  border-width: thin;
}

.modal {
  transition: none !important;
}
.modal.modal-open, .modal[open], .modal:target {
  background-color: rgba(0, 0, 0, 0.6);
}

.custom-tabs {
  gap: 10px;
}
.custom-tabs .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.custom-tabs .tab-list::-webkit-scrollbar {
  display: none;
}
.custom-tabs .tab-list > .tab {
  flex: none;
  padding: 3px 10px;
  height: auto;
  border-right: 1px solid var(--color-blue1);
  filter: grayscale(0);
  color: var(--color-blue1);
  min-width: 50px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.custom-tabs .tab-list > .tab.remove-tab-border {
  border-right: none !important;
  text-decoration: none !important;
}
.custom-tabs .tab-list > .tab:before {
  display: none;
}
.custom-tabs .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.5;
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.custom-tabs .tab-list > .tab:last-child {
  border-right: none;
}
.custom-tabs > .tab-content-list .tab-content-item {
  display: none;
}
.custom-tabs > .tab-content-list .tab-content-item.active {
  display: block;
}

.fieldset {
  font-size: unset !important;
}
.fieldset .input {
  width: 100%;
}

.select2 {
  width: 100% !important;
}
.select2 .selection .select2-selection {
  border-color: var(--color-blue) !important;
  height: 40px !important;
  border-radius: 10px !important;
  padding: 0 5px !important;
}
.select2 .selection .select2-selection__rendered {
  line-height: 40px !important;
  color: var(--color-blue1) !important;
  font-weight: 600 !important;
}
.select2 .selection .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 5px !important;
}
.select2 .selection .select2-selection__arrow b {
  border-color: var(--color-blue1) transparent transparent transparent !important;
}
.select2 .selection .select2-selection__placeholder {
  opacity: 0.5 !important;
  color: var(--color-blue) !important;
  font-weight: 300 !important;
}

.phone-code .select2 .selection .select2-selection {
  border-color: var(--color-gray3) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-container--open {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  display: block !important;
}
.select2-container .select2-custom-dropdown {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  margin-top: 3px;
  border-radius: 10px !important;
  border: 1px solid var(--color-blue) !important;
  overflow: hidden !important;
}
.select2-container .select2-dropdown .select2-results__option {
  padding: 10px !important;
}
.select2-container .select2-dropdown .select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results__option--selected {
  background-color: rgba(137, 137, 137, 0.1019607843) !important;
  color: var(--color-blue1) !important;
}

.custom-pagination {
  gap: 5px;
}
.custom-pagination .join-item {
  background-color: transparent !important;
  color: var(--color-blue1) !important;
  padding: 0 5px !important;
  font-size: 13px !important;
  height: 28px !important;
  box-shadow: none !important;
}
.custom-pagination .join-item.btn-active {
  text-decoration: underline !important;
  font-weight: 600 !important;
}

#mySidenav.sidenav {
  width: 100%;
  position: fixed;
  z-index: 1035;
  top: 0;
  bottom: 0;
  left: -500%;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  margin: auto;
}
#mySidenav.sidenav .left-nav {
  width: 100%;
  background: #000B26;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: space-between;
  min-width: 300px;
  overflow: auto;
  max-width: var(--max-with-mobile);
}
#mySidenav.sidenav .left-nav__container {
  max-width: var(--max-with-mobile);
  padding: 40px var(--bs-gutter-y-mobile);
  height: 100%;
  margin: auto;
}
#mySidenav.sidenav .left-nav__container__menu__footer {
  display: flex;
  place-content: space-around;
  place-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}
#mySidenav.sidenav .left-nav__container__menu__footer a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}
#mySidenav.sidenav .left-nav__container__menu__action {
  padding: 40px 0 15px;
}
#mySidenav.sidenav .left-nav__container__menu__action a {
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
#mySidenav.sidenav .left-nav__container__menu__welcome {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 15px 0 13px;
}
#mySidenav.sidenav .left-nav__container__menu__welcome span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0089FF;
}
#mySidenav.sidenav .left-nav__container__menu__info {
  margin-bottom: 15px;
}
#mySidenav.sidenav .left-nav__container__menu__info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
#mySidenav.sidenav .left-nav__container__menu__info a span {
  padding-left: 10px;
}
#mySidenav.sidenav .left-nav__container__menu__country {
  display: flex;
  place-content: space-between;
  place-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
#mySidenav.sidenav .left-nav__container__menu__country span {
  padding: 0 10px;
}
#mySidenav.sidenav .left-nav__container__menu__country a.country-name {
  color: rgba(255, 255, 255, 0.4);
}
#mySidenav.sidenav .left-nav__container__menu__country a.country-name img {
  transition: all 0.5s;
}
#mySidenav.sidenav .left-nav__container__menu__country a.country-name.active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
  padding: 7px 30px;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 6px;
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item:first-child {
  padding-top: 15px !important;
}
#mySidenav.sidenav .left-nav__container__menu .collapse__item.active {
  color: #FFFFFF;
}
#mySidenav.sidenav .left-nav__container__menu__nav {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  place-content: space-between;
  place-items: center;
  padding-bottom: 8px;
}
#mySidenav.sidenav .left-nav__container__menu__content {
  margin: 15px -5px !important;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#mySidenav.sidenav .left-nav__container__menu__content__item {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category {
  background: #26314C;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category img {
  width: 100%;
  margin-top: -2px;
}
#mySidenav.sidenav .left-nav__container__menu__content__item .category span {
  position: absolute;
  left: 15px;
  top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
#mySidenav.sidenav .backdrop {
  transition: 1s;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 0;
}
#mySidenav.sidenav.active {
  left: 0;
}

.home-slider-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 10px;
  margin: 0 2px !important;
  background-color: var(--color-gray1);
  opacity: 1;
}
.home-slider-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

.home-categories .hide-when-more-item:not(.active) {
  display: none;
}
.home-categories #home-categories-checkbox:checked ~ .collapse-title .hide-when-more-item {
  display: flex;
}
.home-categories #home-categories-checkbox:checked ~ .collapse-title .more-item {
  display: none;
}
.home-categories #home-categories-checkbox:not(:checked) ~ .collapse-title .first-item {
  display: none !important;
}

.recently-winners #recently-winners-checkbox:checked ~ .lucky-win {
  background-color: var(--color-blue) !important;
  color: white !important;
}
.recently-winners #recently-winners-checkbox:checked ~ .high-roller {
  background-color: transparent !important;
  color: var(--color-blue1) !important;
}
.recently-winners #recently-winners-checkbox1:checked ~ .lucky-win {
  background-color: transparent !important;
  color: var(--color-blue1) !important;
}
.recently-winners #recently-winners-checkbox1:checked ~ .high-roller {
  background-color: var(--color-blue) !important;
  color: white !important;
}

.footer {
  background: rgba(19, 29, 57, 0.5);
  padding: 25px 15px 40px;
  margin-top: 40px;
}
.footer__logo {
  max-width: 100px;
}
.footer__copy_right {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  margin-top: 5px;
}
.footer__items {
  margin-bottom: 30px;
}
.footer__items__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
.footer__items__item {
  padding-top: 10px;
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 10px;
}
.footer__items__item.social img {
  width: 36px;
}
.footer__items__item.question img {
  width: 28px;
}
.footer__items__item.responsible-gaming img {
  max-height: 26px;
}
.footer__items__item.security-trust img {
  max-width: 83px;
}
.footer__items__item.certification img {
  max-width: 70%;
}
.footer__items__item.payment-method img {
  max-width: 80%;
}
.tabs-promotions {
  gap: 10px;
}
.tabs-promotions .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.tabs-promotions .tab-list::-webkit-scrollbar {
  display: none;
}
.tabs-promotions .tab-list > .tab {
  flex: none;
  padding: 3px 10px;
  height: auto;
  border-right: 1px solid var(--color-blue1);
  filter: grayscale(0);
  color: var(--color-blue1);
  min-width: 50px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.tabs-promotions .tab-list > .tab:before {
  display: none;
}
.tabs-promotions .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.5;
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.tabs-promotions .tab-list > .tab:last-child {
  border-right: none;
}
.tabs-promotions > .tab-content-list .tab-content-item {
  display: none;
}
.tabs-promotions > .tab-content-list .tab-content-item.active {
  display: block;
}

.category-page__content__container__tab {
  margin-top: 20px;
}
.category-page__content__container__tab__nav {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.category-page__content__container__tab__nav .btn-nav {
  background: #194284;
  box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border: none;
  width: 30px;
  min-height: 40px;
  display: flex;
  place-content: center;
  place-items: center;
}
.category-page__content__container__tab__nav .btn-nav img {
  max-width: 10px;
  margin-top: -3px;
}
.category-page__content__container__tab__nav .nav {
  flex-wrap: nowrap;
  overflow: auto;
  padding: 2px 0;
  border-bottom: none;
  background: #131D39;
  width: 100%;
  gap: 2px;
  min-height: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-page__content__container__tab__nav .nav::-webkit-scrollbar {
  display: none;
}
.category-page__content__container__tab__nav .nav-item .nav-link {
  min-width: 60px;
  height: 100%;
  padding: 5px 0;
}
.category-page__content__container__tab__nav .nav-item .nav-link img {
  opacity: 0.5;
  max-width: 50px;
  max-height: 24px;
}
.category-page__content__container__tab__nav .nav-item .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.category-page__content__container__tab__nav .nav-item .nav-link.active img {
  opacity: 1;
}
.category-page__content__container__tab .tab-content {
  margin-top: 15px;
  background: #131D39;
  border: 1.5px solid #194284;
  border-radius: 8px;
  min-height: 200px;
}
.category-page__content__container__tab .tab-content .tab4d-container__title {
  display: flex;
  place-content: space-between;
  place-items: center;
  padding: 10px 15px;
  background: #19264B;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: right;
}
.category-page__content__container__tab .tab-content .tab4d-container__title .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}
.category-page__content__container__tab .tab-content .tab4d-container__title img {
  width: 40px;
}
.category-page__content__container__tab .tab-content .tab4d-container__subtitle {
  background: #19264B;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
}
.category-page__content__container__tab .tab-content .tab4d-container__content {
  display: flex;
  place-content: space-around;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0;
}
.category-page__content__container__tab .tab-content .tab4d-container__content.text-warning {
  color: #FDBB2C;
}
.category-page__content__container__tab .tab-content .tab4d-container__contenttext {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.category-page__content__container__tab .tab-content .tab4d-container__contenttext div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.category-page__content__container__lucky_number {
  background-image: url(../images/4d-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  min-height: 125px;
  margin-top: 30px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 7px;
  flex-direction: column;
  padding: 5px;
}
.category-page__content__container__lucky_number__title {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.category-page__content__container__lucky_number__number {
  background: rgba(0, 0, 0, 0.55);
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #5A81C4;
  padding: 0px 15px;
}
.category-page__content__container__lucky_number__number img {
  margin-left: 5px;
}
.category-page__content__container__lucky_number__bet_now .btn {
  height: 26px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.category-page__content__container__lucky_number__payout .btn {
  height: 26px;
  display: flex;
  place-content: center;
  place-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-decoration-line: underline;
  color: #0089FF;
}
.category-page__content__container__lucky_number__payout .btn:focus {
  box-shadow: none;
}
.category-page__content__container__special_odds__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
}
.category-page__content__container__special_odds__content__item {
  background: #131D39;
  border-radius: 8px;
  padding: 0;
  width: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.category-page__content__container__special_odds__content__item__label {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #FDBB2C;
  padding: 3px;
  background: rgba(253, 187, 44, 0.35);
  border-radius: 0px 0px 12px 12px;
}
.category-page__content__container__special_odds__content__item__img {
  margin: 0;
}
.category-page__content__container__special_odds__content__item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px;
}
.category-page__content__container__games_lobby__content {
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 30px;
}
.category-page__content__container__games_lobby__content__item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
.category-page__content__container__games_lobby__content__item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.category-page__content__container__games_lobby__content__item__img {
  height: 126px;
  display: block;
  text-align: center;
  background-image: url(../images/games-lobby-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}
.category-page__content__container__games_lobby__content__item__img__icon {
  margin-top: -40px;
  max-width: 95px;
  max-height: 95px;
}
.category-page__content__container__games_lobby__content__item__img__logo {
  max-width: 90px;
  max-height: 25px;
}
.category-page__content__container__games_lobby__content__item__img__logo.mh-14px {
  max-height: 14px;
}
.category-page__content__container__games_lobby__content__item__content {
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  background: #131D39;
  border-radius: 8px;
  padding: 15px 12px;
}
.category-page__content__container__games_lobby__content__item__content__icon {
  max-width: 95px;
  max-height: 95px;
}
.category-page__content__container__games_lobby__content__item__content__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
}
.category-page__content__container__games_lobby__content__item:nth-child(even) .category-page__content__container__games_lobby__content__item__img {
  background-image: url(../images/games-lobby-2.svg);
}
.category-page__content__container__hot_games__content {
  display: flex;
  place-content: flex-start;
  gap: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 15px;
}
.category-page__content__container__hot_games__content::-webkit-scrollbar {
  display: none;
}
.category-page__content__container__hot_games__content__item {
  background: #131D39;
  border-radius: 8px;
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  position: relative;
}
.category-page__content__container__hot_games__content__item__label {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
  padding: 3px;
}
.category-page__content__container__hot_games__content__item__label.success {
  background: rgba(73, 185, 2, 0.3);
  color: #49B902;
}
.category-page__content__container__hot_games__content__item__label.danger {
  background: rgba(203, 19, 47, 0.3);
  color: #CB132F;
}
.category-page__content__container__hot_games__content__item__img {
  margin: 8px 0;
  max-height: 72px;
}
.category-page__content__container__hot_games__content__item__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.category-page__content__container__hot_games__content__item .action {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #FDBB2C;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 10px;
  transition: all 0.2s;
  opacity: 0;
  z-index: -1;
}
.category-page__content__container__hot_games__content__item .action .btn {
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: flex;
  place-content: center;
  place-items: center;
  min-width: auto;
  padding: 0;
}
.category-page__content__container__hot_games__content__item.active .action {
  opacity: 1;
  z-index: 1;
}
.category-page__content__top {
  background: #131D39;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
  border-radius: 0px 0px 26px 26px;
}
.category-page__content__top.home {
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 30px;
}
.category-page__content__top.home .home__content__feature {
  display: block;
}
.category-page__content__top__navbar {
  display: flex;
  place-content: space-between;
  place-items: flex-start;
  margin-top: 20px;
  text-align: center;
  border-bottom: none;
  gap: 1px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.category-page__content__top__navbar__item__img {
  background: #131D39;
  border-radius: 18px;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(25, 66, 132, 0.3);
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  place-content: center;
  place-items: center;
}
.category-page__content__top__navbar__item__img img {
  max-height: 34px;
}
.category-page__content__top__navbar__item__img img.active {
  display: none;
}
@media only screen and (max-width: 370px) {
  .category-page__content__top__navbar__item__img {
    width: 55px;
    height: 55px;
  }
}
.category-page__content__top__navbar__item__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
}
.category-page__content__top__navbar__item.active {
  pointer-events: none;
}
.category-page__content__top__navbar__item.active .category-page__content__top__navbar__item__img {
  background: rgba(252, 162, 13, 0.24);
  border: 2px solid #FDBB2C;
}
.category-page__content__top__navbar__item.active .category-page__content__top__navbar__item__img img {
  display: none;
}
.category-page__content__top__navbar__item.active .category-page__content__top__navbar__item__img img.active {
  display: initial;
}
.category-page__content__top .top-slider {
  margin-bottom: 20px !important;
  padding: 20px 15px;
  min-height: 140px;
}
.category-page__content__top .top-slider .slick-slide {
  border-radius: 20px;
}
.category-page__content__top .top-slider .slick-slide img {
  width: 100%;
  border-radius: 9px;
}
.category-page__content__top .top-slider .slick-dots {
  width: auto;
  display: flex;
  place-content: center;
  place-items: center;
  left: 0;
  right: 0;
  bottom: -15px;
}
.category-page__content__top .top-slider .slick-dots li {
  margin: 0 2px;
  width: 6px;
}
.category-page__content__top .top-slider .slick-dots li button {
  width: 6px;
}
.category-page__content__top .top-slider .slick-dots li button::before {
  background-color: #707070;
  content: "";
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 50%;
}
.category-page__content__top .top-slider .slick-dots li.slick-active,
.category-page__content__top .top-slider .slick-dots li.slick-active button {
  width: 27px;
}
.category-page__content__top .top-slider .slick-dots li.slick-active button::before {
  width: 27px;
  border-radius: 10px;
  background-color: #fff;
}
.category-page__content__top .top-slider .no-overflow {
  overflow: hidden;
}
.category-page__content__top .top-slider .slick-slider {
  overflow: hidden;
}

#payoutTableModal .modal-dialog .modal-content {
  height: 80vh;
  padding: 15px;
}
#payoutTableModal .modal-dialog .modal-content .close-button {
  text-align: center;
  padding-bottom: 5px;
}
#payoutTableModal .modal-dialog .modal-content .content {
  overflow-x: auto;
}
#payoutTableModal .modal-dialog .modal-content .content table {
  margin: 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
#payoutTableModal .modal-dialog .modal-content .content table thead tr th {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #FDBB2C;
  background: #19264B;
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#payoutTableModal .modal-dialog .modal-content .content table tbody {
  border-top: none;
}
#payoutTableModal .modal-dialog .modal-content .content table tbody tr td {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
#payoutTableModal .modal-dialog .modal-content .content table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.15);
}
#payoutTableModal .modal-dialog .modal-content .content__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FDBB2C;
  padding: 15px 0;
}
#payoutTableModal .modal-dialog .modal-content .content__subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding: 10px 0;
}
#payoutTableModal .modal-dialog .modal-content .content__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
#payoutTableModal .modal-dialog .modal-content .content__subdescription {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FDBB2C;
  padding-left: 15px;
}
#payoutTableModal .modal-dialog .modal-content .content__subdescription ul {
  padding-left: 15px;
}

.my-account-page .navbar.fixed-top .title {
  text-transform: capitalize;
}
.my-account-page__content {
  padding-top: 10px;
}
.my-account-page__content #myAccountNav {
  border-bottom: none;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding: 4px;
}
.my-account-page__content #myAccountNav .nav-item .nav-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 100%;
}
.my-account-page__content #myAccountNav .nav-item .nav-link.active {
  background: #FDBB2C;
  border-radius: 2px;
  color: #000000;
}
.my-account-page__content #myAccountContent {
  padding: 20px 0;
}
.my-account-page__content #myAccountContent .form__action .btn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  min-height: 50px;
  display: flex;
  place-content: center;
  place-items: center;
  margin-bottom: 5px;
}
.my-account-page__content #myAccountContent .form__action .btn-warning {
  background: #FDBB2C;
  border-radius: 4px;
}
.my-account-page__content #myAccountContent .form__action .btn-link {
  color: #FFFFFF;
  text-decoration: none;
}
.my-account-page__content #myAccountContent .form__action .btn:focus {
  box-shadow: none;
}
.my-account-page__content #myAccountContent .form__container {
  margin-bottom: 20px;
  position: relative;
}
.my-account-page__content #myAccountContent .form__container .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FF1A1A;
  margin-bottom: 5px;
  display: block;
}
.my-account-page__content #myAccountContent .form__container .help-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #FDBB2C;
}
.my-account-page__content #myAccountContent .form__container .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.my-account-page__content #myAccountContent .form__container .form-select,
.my-account-page__content #myAccountContent .form__container .form-control {
  background: rgba(255, 255, 255, 0.13);
  border: none;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FDBB2C;
  margin-bottom: 10px;
}
.my-account-page__content #myAccountContent .form__container .form-select::placeholder,
.my-account-page__content #myAccountContent .form__container .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
.my-account-page__content #myAccountContent .form__container .form-select:disabled,
.my-account-page__content #myAccountContent .form__container .form-control:disabled {
  background: rgba(255, 255, 255, 0.13);
  border-color: transparent;
}

#addBankDetailModal .modal-dialog .modal-content {
  padding: 25px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#addBankDetailModal .modal-dialog .modal-content .modal-header button {
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FDBB2C;
  margin-bottom: 20px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .btn-submit {
  min-height: 40px;
  width: 50%;
  margin: auto;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-select,
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-control {
  background: transparent;
  border-radius: 4px;
  min-height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FDBB2C;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 12px 13px;
  width: 100%;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-select::placeholder,
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.4);
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-select:invalid,
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-control:invalid {
  color: rgba(255, 255, 255, 0.4);
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-select:disabled,
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-control:disabled {
  background: rgba(255, 255, 255, 0.13);
  border: none;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-text.warning {
  color: #FDBB2C;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-text.danger {
  color: #FF1A1A;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .form-text ul {
  margin-bottom: 0;
}
#addBankDetailModal .modal-dialog .modal-content .modal-body .add-bank-form__container .error {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #FF1A1A;
}

.results-tabs {
  gap: 10px;
}
.results-tabs > .tab {
  color: var(--color-blue1);
  text-decoration: underline;
  border-right: 1px solid var(--color-gray1);
  border-radius: 0;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: var(--font-size-base);
  font-weight: 600;
}
.results-tabs > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  color: var(--color-gray1);
  text-decoration: none;
}
.results-tabs > .tab:last-of-type, .results-tabs > .tab:last-child {
  border-right: none !important;
}

.tabs-4d-images {
  gap: 10px;
}
.tabs-4d-images .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs-4d-images .tab-list::-webkit-scrollbar {
  display: none;
}
.tabs-4d-images .tab-list > .tab {
  flex: none;
  padding: 0;
  width: 50px;
  height: 50px;
}
.tabs-4d-images .tab-list > .tab:before {
  display: none;
}
.tabs-4d-images .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.5;
  filter: grayscale(1);
}
.tabs-4d-images > .tab-content-list .tab-content-item {
  display: none;
}
.tabs-4d-images > .tab-content-list .tab-content-item.active {
  display: block;
}

.vip-content .vip-level-card .steps {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 15px);
}
.vip-content .vip-level-card .steps .step {
  grid-template-rows: 25px 1fr;
  min-width: 20px;
}
.vip-content .vip-level-card .steps .step.step-color {
  --step-bg: #419BCB;
  --step-fg: #419BCB;
}
.vip-content .vip-level-card .steps .step .step-icon {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}
.vip-content .table thead tr th {
  color: var(--color-blue1);
  background-color: var(--color-gray5);
}
.vip-content .table thead tr th:nth-child(2) {
  background-color: rgba(5, 59, 122, 0.8);
  color: var(--color-white);
}
.vip-content .table thead tr th:nth-child(3) {
  min-width: 100px;
}
.vip-content .table tbody tr {
  background-color: var(--color-gray-100);
  border-bottom: none !important;
}
.vip-content .table tbody tr:nth-child(2n) {
  background-color: var(--color-gray2);
}
.vip-content .table tbody tr td:first-child {
  font-weight: 600;
}
.vip-content .table tbody tr td:nth-child(2) {
  text-align: center;
  background-color: rgba(5, 59, 122, 0.8);
  color: var(--color-white);
}
.vip-content .table tbody tr td:nth-child(3) {
  text-align: center;
}

.poker-king .draw-btn {
  animation: draw-btn 1s ease-in-out infinite;
}
.poker-king .tabs-promotions {
  gap: 0px !important;
}
.poker-king .tabs-promotions .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
  width: 100%;
}
.poker-king .tabs-promotions .tab-list::-webkit-scrollbar {
  display: none;
}
.poker-king .tabs-promotions .tab-list > .tab {
  flex: 1;
  padding: 3px 2px;
  height: auto;
  border-right: 1px solid var(--color-blue4);
  filter: grayscale(0);
  color: var(--color-blue4);
  min-width: 50px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px !important;
}
.poker-king .tabs-promotions .tab-list > .tab:before {
  display: none;
}
.poker-king .tabs-promotions .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.5;
  color: var(--color-blue4);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.poker-king .tabs-promotions .tab-list > .tab:last-child {
  border-right: none;
}
.poker-king .tabs-promotions .tab-list > .tab > div {
  width: 100%;
}
.poker-king .tabs-promotions > .tab-content-list .tab-content-item {
  display: none;
}
.poker-king .tabs-promotions > .tab-content-list .tab-content-item.active {
  display: block;
}

@keyframes draw-btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.tabs-inbox {
  gap: 10px;
}
.tabs-inbox .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.tabs-inbox .tab-list::-webkit-scrollbar {
  display: none;
}
.tabs-inbox .tab-list > .tab {
  flex: none;
  padding: 3px 6px;
  height: auto;
  border-right: 1px solid var(--color-blue1);
  filter: grayscale(0);
  color: var(--color-blue1);
  min-width: 50px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.tabs-inbox .tab-list > .tab:before {
  display: none;
}
.tabs-inbox .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.3;
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.tabs-inbox .tab-list > .tab:last-child {
  border-right: none;
}
.tabs-inbox > .tab-content-list .tab-content-item {
  display: none;
}
.tabs-inbox > .tab-content-list .tab-content-item.active {
  display: block;
}

.inbox-table tbody tr {
  border-bottom: none;
  background-color: rgba(22, 36, 65, 0.05);
}
.inbox-table tbody tr:nth-child(2n) {
  background-color: rgba(22, 36, 65, 0.1);
}
.inbox-table tbody tr th {
  background-color: var(--color-blue1);
  color: var(--color-white);
  font-weight: 400;
  padding-left: 16px;
}
.inbox-table tbody tr td {
  vertical-align: text-top;
}
.inbox-table tbody tr td .checkbox-container .checkbox {
  border-color: var(--color-blue1);
  opacity: 0.3;
}
.inbox-table tbody tr td .checkbox-container .checkbox:checked {
  opacity: 1;
}

.tabs-voucher {
  gap: 10px;
}
.tabs-voucher .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.tabs-voucher .tab-list::-webkit-scrollbar {
  display: none;
}
.tabs-voucher .tab-list > .tab {
  flex: none;
  padding: 3px 6px;
  height: auto;
  border-right: 1px solid var(--color-blue1);
  filter: grayscale(0);
  color: var(--color-blue1);
  min-width: 50px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.tabs-voucher .tab-list > .tab:before {
  display: none;
}
.tabs-voucher .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 0.3;
  color: var(--color-blue);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}
.tabs-voucher .tab-list > .tab:last-child {
  border-right: none;
}
.tabs-voucher > .tab-content-list .tab-content-item {
  display: none;
}
.tabs-voucher > .tab-content-list .tab-content-item.active {
  display: block;
}

.inbox-table tbody tr {
  border-bottom: none;
  background-color: rgba(22, 36, 65, 0.05);
}
.inbox-table tbody tr:nth-child(2n) {
  background-color: rgba(22, 36, 65, 0.1);
}
.inbox-table tbody tr th {
  background-color: var(--color-blue1);
  color: var(--color-white);
  font-weight: 400;
  padding-left: 16px;
}
.inbox-table tbody tr td {
  vertical-align: text-top;
}
.inbox-table tbody tr td .checkbox-container .checkbox {
  border-color: var(--color-blue1);
  opacity: 0.3;
}
.inbox-table tbody tr td .checkbox-container .checkbox:checked {
  opacity: 1;
}

.tabs-deposit-crypto {
  gap: 10px;
}
.tabs-deposit-crypto .tab-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 10px;
}
.tabs-deposit-crypto .tab-list > .tab {
  flex: none;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 8px !important;
  text-decoration: none !important;
}
.tabs-deposit-crypto .tab-list > .tab .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 90px;
  border-radius: 6px;
  padding: 3px 10px;
  border: none;
  text-decoration: none !important;
  background: linear-gradient(180deg, var(--color-blue), var(--color-blue1) 100%);
  color: white;
  font-size: 14px !important;
  font-weight: 400;
}
.tabs-deposit-crypto .tab-list > .tab:before {
  display: none;
}
.tabs-deposit-crypto .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) {
  opacity: 1 !important;
}
.tabs-deposit-crypto .tab-list > .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true]) .item {
  background: var(--color-gray4) !important;
  color: var(--color-blue) !important;
}
.tabs-deposit-crypto > .tab-content-list .tab-content-item {
  display: none;
}
.tabs-deposit-crypto > .tab-content-list .tab-content-item.active {
  display: block;
}

.deposit-form .channel-fieldset:has(option[value="1"]:checked) ~ .channel1-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}
.deposit-form .channel-fieldset:has(option[value="1"]:checked) ~ .channel1-fieldset .crypto-completed-transfer-fieldset,
.deposit-form .channel-fieldset:has(option[value="1"]:checked) ~ .channel1-fieldset .crypto-currency-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}
.deposit-form .channel-fieldset:has(option[value="2"]:checked) ~ .channel2-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}
.deposit-form .channel-fieldset:has(option[value="2"]:checked) ~ .channel2-fieldset .crypto-completed-transfer-fieldset,
.deposit-form .channel-fieldset:has(option[value="2"]:checked) ~ .channel2-fieldset .crypto-currency-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}
.deposit-form .channel-fieldset:has(option:checked:not([disabled])) ~ .crypto-currency-fieldset,
.deposit-form .crypto-currency-fieldset:has(option:checked:not([disabled])) ~ .crypto-network-fieldset,
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .crypto-address-fieldset,
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .deposit-amount-sgd-fieldset,
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .deposit-amount-usdt-fieldset,
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .deposit-amount-label-fieldset,
.deposit-form .bank-fieldset:has(option:checked:not([disabled])) ~ .bank-info-fieldset,
.deposit-form .channel-fieldset:has(option:checked:not([disabled])) ~ .crypto-completed-transfer-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}
.deposit-form .channel-fieldset:has(option:checked:not([disabled])) ~ .action-fieldset button,
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .crypto-completed-transfer-fieldset button {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.deposit-form .crypto-network-fieldset:has(option:checked:not([disabled])) ~ .crypto-important-note-fieldset {
  display: none !important;
}
.deposit-form .bonus-fieldset:has(input:checked:not([disabled])) ~ .select-bonus-fieldset {
  display: flex !important;
  flex-wrap: wrap;
}