@charset "UTF-8";
/* 
    Theme 4 - TBET (Replacement Theme 3)
    @date: 2025-02-08
    @author: @TBET 
    @description: @KEY `tbt__`
        - i. Global components (Button, Fields, GameBox, Loading Indicator ...)
        - ii. Layout (Header, Footer, Sidebar, Main Content)
        - iii. Pages (Home, Game, Promotions ....)
        - iv. Inline Styles (Style for a specific element)
        - v. Media Queries (Style for different screen sizes)
*/
/* Generate Functions - Button */
/* Generate Function - Input Box */
/* Generate Functions - Box */
/* Generate Functions - Typography */
/* Core */
body {
  background: #2C323A url("/images/BG Pattern.png?ad61eb74bfb4d2e6b946dc6c9134e5e4") no-repeat center top;
  color: #fff;
  font-family: "Sofia Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1;
  max-width: 100vw;
  overflow-x: hidden;
  font-weight: 300;
}

a {
  cursor: pointer;
}

input[type=date], input[type=datetime-local] {
  padding: 0;
}

/**
*** i. Global components (Button, Fields, GameBox, Loading Indicator ...)
*/
.x__skeleton {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #333 25%, #444 50%, #333 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite ease-in-out;
  border-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.x__skeleton .xs-icon {
  width: 48px;
  height: auto;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.x__button {
  background-color: #5375FF;
  color: #FFFFFF;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}

/* INPUT */
.x__input {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  position: relative;
  background-color: #2C323A;
}
.x__input.disabled {
  opacity: 0.85;
  cursor: not-allowed;
  background-color: #707070 !important;
}
.x__input input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 1rem;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.x__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.447);
}
.x__input input::placeholder {
  color: rgba(255, 255, 255, 0.447);
}
.x__input input:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.x__input input:-moz-read-only {
  opacity: 1;
  cursor: not-allowed;
}
.x__input input:read-only {
  opacity: 1;
  cursor: not-allowed;
}
.x__input .right-icon {
  cursor: pointer;
}
.x__input .right-icon:hover {
  color: #FFBA08;
}
.x__input.standard {
  width: 200px;
  max-width: 200px;
}
.x__input.dark__full {
  background: #20242A;
  border: none;
}
.x__input.dark__full_profile {
  background: #2C323A;
  border: none;
}
@media (max-width: 475px) {
  .x__input.dark__full_profile {
    background: #20242A;
  }
}
.x__input.form__error {
  border: 1px solid #f00;
}

.error__reminder {
  color: #f00;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-align: left;
}

/**
*** ii. Layout (Header, Footer, Sidebar, Main Content)
*/
.tbt__bottomnav {
  width: 100%;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  position: fixed;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tbt__bottomnav .bottom-nav-item {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 10px;
}
.tbt__bottomnav .bottom-nav-item img {
  width: 24px;
  height: auto;
}
.tbt__bottomnav .bottom-nav-item span {
  color: #fff;
  font-size: 0.675rem;
  display: block;
  margin-top: 0.25rem;
}
.tbt__bottomnav .bottom-nav-item.bolded {
  background: radial-gradient(ellipse at top, rgba(255, 140, 0, 0.3764705882), rgba(255, 140, 0, 0.0745098039), transparent, transparent);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
}

.tbt__topnav {
  padding: 15px 35px;
  background-color: #20242A;
  height: 80px;
  display: flex;
  align-items: center;
  max-width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  width: calc(100% - 240px);
  margin-left: 240px;
}
.tbt__topnav .logo {
  width: 100px;
  height: auto;
}
.tbt__topnav .language-btn {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.tbt__topnav .language-btn img {
  width: 20px;
  height: auto;
}
.tbt__topnav .language-btn span {
  font-size: 14px;
}
.tbt__topnav .language-btn i {
  font-size: 30px;
  margin: -5px 0;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tbt__topnav .language-btn:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  border: 1px solid #FFBA08;
}
.tbt__topnav .right-section {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.tbt__topnav .form-login {
  margin-bottom: -15px;
}
.tbt__topnav .login-btn {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  color: #fff;
  border: 1px solid #20242A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 30px;
  font-size: 1rem;
  cursor: pointer;
  place-self: flex-start;
}
.tbt__topnav .login-btn:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  border: 1px solid #FFBA08;
}
.tbt__topnav .register-btn {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  color: #fff;
  border-radius: 8px;
  padding: 9px 30px;
  font-size: 1rem;
  cursor: pointer;
  place-self: flex-start;
  border: none;
}
.tbt__topnav .register-btn:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}
.tbt__topnav .link-btn {
  text-align: right;
  display: block;
  color: #FFBA08;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 0px;
}
.tbt__topnav .link-btn:hover {
  background: -webkit-linear-gradient(right, #FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tbt__topnav .btn__deposit {
  padding: 0.5rem 1.5rem;
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  margin-left: -30px;
}
.tbt__topnav .btn__deposit:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}
@media (max-width: 768px) {
  .tbt__topnav {
    width: 100%;
    margin-left: 0;
    padding: 10px 15px;
    height: 65px;
  }
  .tbt__topnav .btn__deposit {
    margin-left: 0px;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 186, 8, 0.5);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(255, 186, 8, 0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-60%);
  }
}
.tbt__sitenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  background-color: #20242A;
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  z-index: 30;
}
.tbt__sitenav .logo-link {
  display: block;
  margin: 15px auto;
  text-align: center;
}
.tbt__sitenav .logo {
  width: 60%;
  height: auto;
}
.tbt__sitenav .sect__nav1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5px 0px 15px;
  margin: 0 10px;
  border-bottom: 1px solid #FFBA08;
}
.tbt__sitenav .sect__nav2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 10px;
}
.tbt__sitenav .vip-btn {
  border: 1px solid #FFBA08;
  background-size: cover;
  background-color: transparent;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  height: 55px;
}
.tbt__sitenav .vip-btn span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-right: 55px;
}
.tbt__sitenav .vip-btn img {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-50%);
}
.tbt__sitenav .vip-btn:hover {
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 5px 3px rgba(255, 186, 8, 0.3), 0 0 10px rgba(255, 186, 8, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow1.png?a67a48237db3303ad9c38c9754971e7c);
  border: 1px solid #ff8c00;
}
.tbt__sitenav .vip-btn:hover img {
  animation: float 2s ease-in-out infinite;
}
.tbt__sitenav .vip-btn.bolded {
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 5px 3px rgba(255, 186, 8, 0.3), 0 0 10px rgba(255, 186, 8, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow1.png?a67a48237db3303ad9c38c9754971e7c);
}
.tbt__sitenav .vip-btn.bolded img {
  animation: float 2s ease-in-out infinite;
}
.tbt__sitenav .affiliate-btn {
  border: 1px solid #A020F0;
  background-size: cover;
  background-color: transparent;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  height: 55px;
}
.tbt__sitenav .affiliate-btn span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-right: 55px;
}
.tbt__sitenav .affiliate-btn img {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-50%);
}
.tbt__sitenav .affiliate-btn:hover {
  box-shadow: inset 0 5px 10px rgba(160, 32, 240, 0.3), 0 0 5px 3px rgba(160, 32, 240, 0.3), 0 0 10px rgba(160, 32, 240, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow2.png?c06b3cb452d881c12f669dbd74ca193a);
}
.tbt__sitenav .affiliate-btn:hover img {
  animation: float 2s ease-in-out infinite;
}
.tbt__sitenav .nav-btn {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: 1px solid transparent;
  outline: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 10px;
  gap: 10px;
  cursor: pointer;
}
.tbt__sitenav .nav-btn img {
  width: 24px;
  height: auto;
}
.tbt__sitenav .nav-btn span {
  color: #fff;
  font-size: 1rem;
}
.tbt__sitenav .nav-btn .points {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFBA08;
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 5px 3px rgba(255, 186, 8, 0.3), 0 0 10px rgba(255, 186, 8, 0.3);
  animation: pulse-animation 1.5s infinite;
}
.tbt__sitenav .nav-btn:hover {
  border: 1px solid #FFBA08;
  background: linear-gradient(to right, transparent, #2A2D34, #2A2D34, rgba(255, 148, 8, 0.1294117647), rgba(255, 148, 8, 0.3450980392));
  box-shadow: 0 0 5px rgba(255, 140, 0, 0.7);
}
.tbt__sitenav .nav-btn:hover span {
  color: #FFBA08;
}
.tbt__sitenav .nav-btn.bolded {
  border: 1px solid #FFBA08;
  background: linear-gradient(to right, transparent, #2A2D34, #2A2D34, rgba(255, 148, 8, 0.1294117647), rgba(255, 148, 8, 0.3450980392));
  box-shadow: 0 0 5px rgba(255, 140, 0, 0.7);
}
.tbt__sitenav .nav-btn.bolded span {
  color: #FFBA08;
}

.vip-btn {
  border: 1px solid #FFBA08;
  background-size: cover;
  background-color: transparent;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  height: 55px;
}
.vip-btn span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-right: 55px;
}
.vip-btn img {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-50%);
}
.vip-btn:hover {
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 5px 3px rgba(255, 186, 8, 0.3), 0 0 10px rgba(255, 186, 8, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow1.png?a67a48237db3303ad9c38c9754971e7c);
  border: 1px solid #ff8c00;
}
.vip-btn:hover img {
  animation: float 2s ease-in-out infinite;
}

.vip-btn.bolded {
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 5px 3px rgba(255, 186, 8, 0.3), 0 0 10px rgba(255, 186, 8, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow1.png?a67a48237db3303ad9c38c9754971e7c);
}
.vip-btn.bolded img {
  animation: float 2s ease-in-out infinite;
}

.affiliate-btn {
  border: 1px solid #A020F0;
  background-size: cover;
  background-color: transparent;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  height: 55px;
}
.affiliate-btn span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin-right: 55px;
}
.affiliate-btn img {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-50%);
}
.affiliate-btn:hover {
  box-shadow: inset 0 5px 10px rgba(160, 32, 240, 0.3), 0 0 5px 3px rgba(160, 32, 240, 0.3), 0 0 10px rgba(160, 32, 240, 0.3);
  background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 0), rgba(0, 0, 0, 0)), url(/images/Glow2.png?c06b3cb452d881c12f669dbd74ca193a);
}
.affiliate-btn:hover img {
  animation: float 2s ease-in-out infinite;
}

.tbt__footer {
  background-color: #20242A;
  margin-left: 240px;
  min-height: 200px;
  max-width: 100%;
  padding: 20px 30px 40px;
}
@media (max-width: 768px) {
  .tbt__footer {
    margin-left: 0;
    padding: 20px 15px 90px;
  }
}
.tbt__footer .footer-logo {
  min-width: 6rem;
  max-width: 6rem;
}
@media (max-width: 768px) {
  .tbt__footer .footer-logo {
    min-width: 4.5rem;
    max-width: 4.5rem;
  }
}
.tbt__footer .footer__info {
  display: flex;
  padding: 25px 0;
  gap: 1rem;
}
@media (max-width: 768px) {
  .tbt__footer .footer__info {
    flex-direction: column;
  }
}
.tbt__footer .footer__info .title {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.tbt__footer .footer__info .game {
  flex: 2;
}
.tbt__footer .footer__info .cert {
  flex: 1;
}
.tbt__footer .footer__info .cert .cert-logo {
  margin: 15px 0 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.tbt__footer .footer__info .cert .cert-logo .certification-img {
  width: 48px;
}
@media (max-width: 768px) {
  .tbt__footer .footer__info .cert .cert-logo .certification-img {
    width: 32px;
  }
}
.tbt__footer .footer__info .payment {
  flex: 1;
}
.tbt__footer .footer__info .payment .payment-logo {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tbt__footer .footer__info .payment .payment-logo .xs {
  width: 48px;
}
@media (max-width: 768px) {
  .tbt__footer .footer__info .payment .payment-logo .xs {
    width: 32px;
  }
}
.tbt__footer .footer__seo {
  padding: 30px 0;
}
.tbt__footer .footer__seo .title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}
.tbt__footer .footer__seo .sub {
  color: rgba(255, 255, 255, 0.447);
  font-size: 1rem;
  line-height: 1.15;
}
.tbt__footer .footer__copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.447);
  font-size: 0.75rem;
}

.footer__nav {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2745098039);
}
.footer__nav .navx {
  color: rgba(255, 255, 255, 0.447);
  text-decoration: unset;
  font-size: 1rem;
}
.footer__nav .navx:hover {
  color: #FFBA08;
}
.footer__nav .navx.bolded {
  color: #FFBA08;
}
@media (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0 30px;
    align-items: flex-start;
    justify-content: start;
    text-align: left;
    border-bottom: 1px solid rgba(238, 238, 238, 0.2745098039);
  }
  .footer__nav .navx {
    color: rgba(255, 255, 255, 0.4470588235);
    text-decoration: unset;
    font-size: 0.875rem;
  }
}

.popover {
  position: absolute;
  min-width: 200px;
  background: #20242A;
  border: 1px solid #FFBA08;
  border-radius: 8px;
  padding: 10px;
  display: none;
}
.popover.language {
  left: 35px;
  top: 70px;
}
@media (max-width: 768px) {
  .popover.language {
    right: 15px;
    top: 65px;
  }
}
.popover.user {
  top: 70px;
  min-width: 170px;
  max-width: 170px;
  padding: 5px 15px 10px;
}
.popover.deposit {
  right: 35px;
  top: 70px;
  width: 275px;
}
.popover.active {
  display: block;
}
.popover .language-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popover .each-language {
  display: flex;
  align-items: center;
}
.popover .each-language img {
  width: 20px;
  height: 20px;
}
.popover .each-language .direction {
  display: flex;
  align-items: center;
  gap: 0px;
}
.popover .each-language .direction a {
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: unset;
  cursor: pointer;
  padding: 3px 8px;
  white-space: nowrap;
}
.popover .each-language .direction a:last-child {
  border: none;
}
.popover .each-language .direction a:hover {
  color: #FFBA08;
}
.popover .each-language .direction a.bolded {
  color: #FFBA08;
}
.popover .btn__deposit {
  margin-left: -30px;
}
.popover .sub__nav {
  padding: 8px 0px;
  display: block;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popover .sub__nav:hover {
  color: #FFBA08;
}
.popover .sub__nav.bolded {
  color: #FFBA08;
}
.popover .btn__summary {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: 1px solid transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 10px;
  gap: 10px;
  cursor: pointer;
  color: #FFBA08;
  width: 100%;
}
.popover .btn__summary:hover {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8);
  box-shadow: 0 0 5px rgba(255, 87, 34, 0.6);
}

.tbt__user_avatar {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 170px;
}
.tbt__user_avatar i {
  font-size: 30px;
  margin: -5px 0;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
}
.tbt__user_avatar:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  border: 1px solid #FFBA08;
}

.tbt__user_deposit_box {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 215px;
}
.tbt__user_deposit_box span {
  font-size: 1rem;
  font-weight: 300;
}
.tbt__user_deposit_box b {
  font-size: 1rem;
  font-weight: 400;
  color: #FFBA08;
  margin-left: 10px;
}
.tbt__user_deposit_box > i {
  font-size: 30px;
  margin: -5px 6px -5px 0px;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tbt__user_deposit_box:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  border: 1px solid #FFBA08;
}

.tbt__content {
  margin: 0;
  line-height: 1;
  margin-left: 240px;
  margin-top: 80px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .tbt__content {
    margin-left: 0;
    margin-top: 80px;
    padding: 0 16px 25px;
  }
}

/**
*** iii. Pages (Home, Game, Promotions ....)
*/
/* Home */
.home__slider_section {
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .home__slider_section {
    padding: 5px 0;
  }
}

.swiper.homeslider {
  height: 30px;
}
.swiper.homeslider span {
  max-width: 50vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .swiper.homeslider span {
    max-width: 100%;
  }
}

.swiper.banner {
  height: 340px;
  /* Center slide: larger and full opacity */
  /* Side slides: smaller and semi-transparent */
  /* Image blur effect */
}
.swiper.banner .swiper-slide-active {
  transform: scale(1.1); /* Enlarge */
  z-index: 2; /* Bring to front */
  opacity: 1;
}
.swiper.banner .swiper-slide {
  transform: scale(0.5); /* Shrink */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.swiper.banner .swiper-slide-active img {
  filter: blur(0px);
  width: 100%;
  height: auto;
  transform: scale(3);
}
.swiper.banner .swiper-slide:not(.swiper-slide-active) img {
  filter: blur(1px);
  height: auto;
  width: 100%;
  transform: scale(1.5);
}
.swiper.banner .swiper-pagination {
  bottom: 15px;
}
.swiper.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.75);
}
.swiper.banner .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  width: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .swiper.banner {
    height: 170px;
  }
}

.home__balance_section {
  background-color: #20242A;
  margin: 0.5rem -1rem;
  padding: 1rem 0.75rem;
}
.home__balance_section .user-balance-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.home__balance_section .user-balance-title img {
  width: 30px;
}
.home__balance_section .user-balance-title span {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.home__balance_section .user-balance-title b {
  color: #FFBA08;
  margin-left: -8px;
  font-weight: 400;
  font-size: 1rem;
}
.home__balance_section .user-balance {
  display: flex;
  align-items: center;
  width: 100%;
  background: #2C323A;
  border-radius: 8px;
}
.home__balance_section .user-balance .balance_box {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0px 1rem;
}
.home__balance_section .user-balance .balance_box b {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFBA08;
  line-height: 1;
}
.home__balance_section .user-balance .balance_box button {
  background-color: transparent;
  border: none;
  outline: none;
  margin-top: 0px;
}
.home__balance_section .user-balance .balance_box button i {
  font-size: 1.5rem;
  line-height: 1;
}
.home__balance_section .user-balance .btn__restore {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 15px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  flex: 1;
  min-height: 26px;
  flex-grow: 1;
}
.home__balance_section .user-balance .btn__restore span {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
  line-height: 1;
}
.home__balance_section .user-balance .btn__restore i {
  font-size: 1.125rem;
  color: #fff;
  margin: 0;
}
.home__balance_section .wallet__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
  border-top: 1px solid #2C323A;
}
.home__balance_section .wallet__action .btn__act {
  flex: 1;
  flex-grow: 1;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 0.5rem 0;
  text-align: center;
}
.home__balance_section .wallet__action .btn__act img {
  height: 25px;
  width: auto;
}
.home__balance_section .wallet__action .btn__act span {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.5rem;
}
.home__balance_section .wallet__action .btn__act:hover {
  box-shadow: 0 0 6px 0 #E85D04;
}
.home__balance_section .wallet__action .btn__act:active {
  box-shadow: 0 0 6px 0 #E85D04;
}
.home__balance_section .wallet__action .btn__act:focus {
  box-shadow: 0 0 6px 0 #E85D04;
}

.home__balance_section .wallet__action .btn__act:hover span, .home__balance_section .wallet__action .btn__act:active span, .home__balance_section .wallet__action .btn__act:focus span {
  color: #FFBA08;
}

.home__auth_section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0.75rem;
  background-color: #20242A;
  margin: 0 -15px;
}
.home__auth_section .btn__register {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  padding: 0.75rem 1.25rem;
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}
.home__auth_section .btn__login {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  padding: 0.75rem 1.25rem;
}

.home__auth_section .btn__login,
.home__auth_section .btn__register {
  flex: 1;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.hotgame_content {
  min-height: 200px;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .hotgame_content {
    min-height: 140px;
  }
}

.game__home {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sec__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1.25rem;
}
.sec__header span {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.sec__header .more {
  white-space: nowrap;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: unset;
}

.hotgame-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
.hotgame-item .game_thumb {
  border-radius: 5px;
}
.hotgame-item .game_thumb img {
  width: 100%;
  border-radius: 5px;
}
.hotgame-item .game__name {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}

.__game_list_ .game__each, .game__each {
  width: 240px;
  height: auto;
}

.__game_list_ .game__each .image-container, .game__each .image-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.__game_list_ .game__each .image-container > img, .game__each .image-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  background-color: #20242A;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.__game_list_ .game__each:hover .image-container > img, .game__each:hover .image-container > img {
  transform: scale(1.1);
}

.__game_list_ .game__each .__content, .game__each .__content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  opacity: 0; /* Initially invisible */
  transition: transform 0.4s ease, opacity 0.2s ease; /* Smooth transition */
  transform: translateY(30px); /* Start slightly below */
}

.__game_list_ .game__each:hover .__content, .game__each:hover .__content {
  bottom: 0;
  opacity: 1;
  transform: translateY(0); /* Move up to normal position */
}

.game__each .__content .btn-launch, .game__each .__content .btn-launch-login {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  cursor: pointer;
}

.game__each .__content .btn-launch > img, .game__each .__content .btn-launch-login > img {
  width: 60px;
  height: auto;
}

.game__each .game-caption {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.news {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .news {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
}

.news-icon {
  width: auto;
  padding: 3px 5px;
  background-color: #FE4326;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 3px;
  white-space: nowrap;
}
.news-icon span {
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news-icon {
    font-size: 0.813rem;
  }
  .news-icon span {
    font-size: 0.813rem;
  }
}

.promotion__content {
  min-height: 200px;
  position: relative;
  margin-bottom: 2rem;
}

.home__intermediary_section {
  background: url(/images/Info_BG.png?f8977753f416e6bec67cf3da03ba78db) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  min-height: 300px;
}
.home__intermediary_section .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home__intermediary_section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.home__intermediary_section .content .title {
  font-size: 2.5rem;
  text-align: center;
  padding: 1.75rem 0 1rem;
}
.home__intermediary_section .content .con {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.home__intermediary_section .content .con .con__box {
  flex: 1;
  position: relative;
}
.home__intermediary_section .content .con .con__box .a {
  position: relative;
}
.home__intermediary_section .content .con .con__box .a img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.5;
}
.home__intermediary_section .content .con .con__box .a .text {
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.home__intermediary_section .content .con .con__box .b {
  margin-top: 0px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: -0.5rem;
}

/* Grid Container */
.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Two-column layout */
  gap: 20px; /* Gap between grid items */
  padding: 1rem 0;
  margin: 0 auto; /* Center align the grid */
  color: white;
}

/* Grid Item Styling */
.category-item {
  background-color: #20242A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

/* Larger items for the top row */
.large-item {
  grid-column: span 2; /* Span two columns for the larger items */
  min-height: 200px; /* Adjust height for larger items */
}

/* Category Content Styling */
.category-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.category-item.vLC {
  background: url(/images/01_Live_BG.png?33093b1160339fd6361a61bc9b53c0da) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vLC {
    min-height: 100px;
  }
}

.category-item.vLC .category-content {
  background: url("/images/01_Live_Normal Glow.png?155dcade107fed7416b1198be8140c15") no-repeat center center;
  background-size: cover;
  transition: all 0.15s ease-in-out;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vLC .category-content {
    min-height: 100px;
  }
}

.category-item.vLC .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLC.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLC:hover {
  border: 2px solid #00BFFF;
}

.category-item.vLC:hover .category-content {
  background: url("/images/01_Live_Hover Glow.png?8e3321a920444f491458c934065cddb3") no-repeat center center;
  background-size: cover;
}

.category-item.vSP {
  background: url(/images/03_Sport_BG.png?f78989b22feaf9af4b3664aa4c5fad64) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
}

.category-item.vSP .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vSP.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 60%;
  position: absolute;
  right: 10%;
  top: 0;
}

.category-item.vSP .category-content {
  background: url("/images/03_Sport_Normal Glow.png?e3d6ade27c34dbc0ae7600efd736f941") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vSP .category-content {
    min-height: 100px;
  }
}

.category-item.vSP:hover {
  border: 2px solid #32CD32;
}

.category-item.vSP:hover .category-content {
  background: url("/images/03_Sport_Hover Glow.png?69b10ff13bb053593c652e04f711563e") no-repeat center center;
  background-size: 100%;
}

.category-item.vES {
  background: url(/images/04_E-Sport_BG.png?a9b5ef88a10a6eb7b87d00f83acef896) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vES .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vES.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 60%;
  position: absolute;
  right: 15%;
  top: 0;
}

.category-item.vES .category-content {
  background: url("/images/04_E-Sport_Normal Glow.png?d27eb99737bae8145023bf1d63a9df3b") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vES .category-content {
    min-height: 100px;
  }
}

.category-item.vES:hover {
  border: 2px solid #FF4500;
}

.category-item.vES:hover .category-content {
  background: url("/images/04_E-Sport_Hover Glow.png?6d2182bf53f5ee5c23d048d502a73e3c") no-repeat center center;
  background-size: 100%;
}

.category-item.vSL {
  background: url(/images/02_Slot_BG.png?05ec0e540616e2794a85c6ec8eb0c393) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vSL .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 8%;
  top: 0;
}

.category-item.vSL.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vSL .category-content {
  background: url("/images/02_Slot_Normal Glow.png?c6376bc726a17003b05b09500a5c7452") no-repeat bottom center;
  background-size: 120%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vSL .category-content {
    min-height: 100px;
  }
}

.category-item.vSL:hover {
  border: 2px solid #FFA500;
}

.category-item.vSL:hover .category-content {
  background: url("/images/02_Slot_Hover Glow.png?a60a2cec3aa71bb0104845ddc1734c84") no-repeat bottom center;
  background-size: cover;
}

.category-item.vFS {
  background: url(/images/05_Fishing_BG.png?7c2bb28275c58abd18ebb53bec4fc0c8) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vFS .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 3%;
  top: 0;
}

.category-item.vFS.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 60%;
  position: absolute;
  right: 15%;
  top: 0;
}

.category-item.vFS .category-content {
  background: url("/images/05_Fishing_Normal Glow.png?7083cc1904ffec71c26b3debeab27c39") no-repeat bottom center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vFS .category-content {
    min-height: 100px;
  }
}

.category-item.vFS:hover {
  border: 2px solid #fe8e26;
}

.category-item.vFS:hover .category-content {
  background: url("/images/05_Fishing_Hover Glow.png?5d16c38d06ba3b955aae2bb4da23b144") no-repeat bottom center;
  background-size: 100%;
}

.category-item.vCD {
  background: url("/images/08_Card Game_BG.png?05ec0e540616e2794a85c6ec8eb0c393") no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vCD .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
}

.category-item.vCD.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vCD .category-content {
  background: url("/images/08_Card Game Glow.png?c6376bc726a17003b05b09500a5c7452") no-repeat bottom center;
  background-size: 120%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vCD .category-content {
    min-height: 100px;
  }
}

.category-item.vCD:hover {
  border: 2px solid #1359f0;
}

.category-item.vCD:hover .category-content {
  background: url("/images/08_Card Game_Hover Glow.png?a60a2cec3aa71bb0104845ddc1734c84") no-repeat bottom center;
  background-size: cover;
}

.category-item.vLO {
  background: url(/images/06_Lottery_BG.png?2692dcadccacfba92ea75f9290875a8c) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vLO .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.category-item.vLO.large-item .category-content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 60%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLO .category-content {
  background: url("/images/06_Lottery_Normal Glow.png?78ae630027bfe4e72344160390a1f378") no-repeat bottom center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .category-item.vLO .category-content {
    min-height: 100px;
  }
}

.category-item.vLO:hover {
  border: 2px solid #9400D3;
}

.category-item.vLO:hover .category-content {
  background: url("/images/06_Lottery_Hover Glow.png?d3817c497d061575bd839d652f1ff306") no-repeat bottom center;
  background-size: 100%;
}

.category-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* Ensures images cover the div without distortion */
  border-radius: 10px;
}

/* Category Title Styling */
.category-title {
  position: absolute;
  bottom: 40%;
  left: 2rem;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .home-banner {
    min-height: 130px;
  }
  .home__slider {
    max-width: 100%;
    padding: 0.5rem 25px;
    margin-top: 2.5rem;
    gap: 10px;
  }
  .sec__header {
    padding: 1rem 0;
  }
  .sec__header span {
    font-size: 0.875rem;
  }
  .sec__header .more {
    font-size: 0.875rem;
  }
  .home__hotgames_section {
    margin: 10px 0;
  }
  .mob__hotgame {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-y: auto;
    margin-right: -1rem;
  }
  .mob__hotgame .hotgame {
    min-width: 120px;
    margin-bottom: 1rem;
  }
  .mob__hotgame .hotgame .game_thumb img {
    width: 100%;
  }
  .mob__hotgame .hotgame .game__name {
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.5rem 0.25rem;
  }
  .mob__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0 0rem;
  }
  .mob__action > button {
    flex: 1;
  }
  .site-nav .vip-btn, .vip-btn {
    border-radius: 8px;
    max-width: 50%;
    min-width: 50%;
  }
  .site-nav .vip-btn span, .vip-btn span {
    font-size: 0.875rem;
    margin-right: 75px;
  }
  .site-nav .vip-btn img, .vip-btn img {
    width: 80px;
    top: 45%;
    right: 10px;
  }
  .site-nav .affiliate-btn, .affiliate-btn {
    border-radius: 8px;
  }
  .site-nav .affiliate-btn span, .affiliate-btn span {
    font-size: 0.875rem;
    margin-right: 75px;
  }
  .site-nav .affiliate-btn img, .affiliate-btn img {
    width: 60px;
    top: 45%;
    right: 10px;
  }
  .home__balance_section {
    background-color: #20242A;
    margin: 0.5rem -1rem;
    padding: 1rem 0.75rem;
  }
  .home__balance_section .user-balance-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .home__balance_section .user-balance-title img {
    width: 30px;
  }
  .home__balance_section .user-balance-title span {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
  }
  .home__balance_section .user-balance-title b {
    color: #FFBA08;
    margin-left: -8px;
    font-weight: 400;
    font-size: 1rem;
  }
  .home__balance_section .user-balance {
    display: flex;
    align-items: center;
    width: 100%;
    background: #2C323A;
    border-radius: 8px;
  }
  .home__balance_section .user-balance .balance_box {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0px 1rem;
  }
  .home__balance_section .user-balance .balance_box b {
    font-size: 1.25rem;
    font-weight: 400;
    color: #FFBA08;
    line-height: 1;
  }
  .home__balance_section .user-balance .balance_box button {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 0px;
  }
  .home__balance_section .user-balance .balance_box button i {
    font-size: 1.5rem;
    line-height: 1;
  }
  .home__balance_section .user-balance .btn__restore {
    background: linear-gradient(to right, #FE4326, #FFBA08);
    border-radius: 15px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    flex: 1;
    min-height: 26px;
    flex-grow: 1;
  }
  .home__balance_section .user-balance .btn__restore span {
    font-size: 0.875rem;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
  }
  .home__balance_section .user-balance .btn__restore i {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
  }
  .home__balance_section .wallet__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid #2C323A;
  }
  .home__balance_section .wallet__action .btn__act {
    flex: 1;
    flex-grow: 1;
    background: linear-gradient(180deg, #2A2D34, #1E2026);
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 0.5rem 0;
  }
  .home__balance_section .wallet__action .btn__act img {
    height: 25px;
    width: auto;
  }
  .home__balance_section .wallet__action .btn__act span {
    display: block;
    font-size: 0.875rem;
    color: #fff;
    margin-top: 0.5rem;
  }
  .home__balance_section .wallet__action .btn__act:hover {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:active {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:focus {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:hover span, .home__balance_section .wallet__action .btn__act:active span, .home__balance_section .wallet__action .btn__act:focus span {
    color: #FFBA08;
  }
  .mob__promotions {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow: auto;
    margin-right: -1rem;
    min-height: 200px;
    padding-bottom: 0.5rem;
  }
  .mob__promotions .promotion {
    background-color: #20242A;
    border-radius: 8px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
  }
  .mob__promotions .promotion img {
    width: 100%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .mob__promotions .promotion .promo-text {
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
  }
  .mob__promotions .promotion .promo-text .promo-title {
    font-size: 0.875rem;
    flex: 1;
    font-weight: 400;
  }
  .mob__promotions .promotion .promo-text .promo-more {
    margin-left: auto;
  }
  .btn__join {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
  .btn__icon {
    color: #fff;
  }
  .mob__hotgame .hotgame .game__each {
    width: 120px;
  }
  .mob__hotgame .hotgame .game__each .image-container > img {
    width: 100%;
    height: auto;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mob__hotgame .hotgame .game__each .game-caption {
    font-size: 0.875rem;
  }
  .categories__grid {
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .category-item {
    min-height: 100px;
  }
  .category-title {
    bottom: 30%;
    left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 30px;
    line-height: 1.25rem;
    white-space: nowrap;
  }
}
/* Promotions  */
.promo__page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.promo__page .sub__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0;
  border-bottom: 1px solid #8D8D8D;
  overflow: auto;
}

.promo__page .sub__nav .pnav {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  text-decoration: unset;
  color: #8D8D8D;
  min-width: 100px;
  text-align: center;
}

.promo__page .sub__nav .pnav .__line {
  width: 100%;
  height: 2px;
  background: transparent;
  margin-top: 1rem;
}

.promo__page .sub__nav .pnav.bolded, .promo__page .sub__nav .pnav:hover {
  border-radius: 8px;
  color: #FFBA08;
}

.promo__page .sub__nav .pnav.bolded .__line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #FFBA08, #FE4326);
}

.promo__page .sub__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.promo__page .sub__content .__items {
  border-radius: 8px;
  display: flex;
  align-items: start;
  gap: 1rem;
}

.promo__page .sub__content .__items .__img {
  width: 550px;
}

.promo__page .sub__content .__items .__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo__page .sub__content .__items .__text {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 200px;
}

.promo__page .sub__content .__items .__text .__title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.promo__page .sub__content .__items .__text .__desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6941176471);
  flex-grow: 1;
}

.promo__page .sub__content .__items .__text .__more {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.promo__page .sub__content .__items .__text .__more .__time {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.promo__page .sub__content .__items .__text .__more .__time .__timerow {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.promo__page .sub__content .__items .__text .__more .__time span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.promo__page .sub__content .__items .__text .__more .__time .value {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 300;
  color: #fff;
  background: #20242A;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
}

.promotion-banner {
  width: 100%;
  height: auto;
}

.promotion-banner img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.promotion > .__content {
  padding: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.promotion > .__content .info-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}

.promotion > .__content .info-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .promo__page .sub__nav {
    padding: 0;
  }
  .promo__page .sub__nav .nav {
    min-width: unset;
    white-space: nowrap;
  }
  .promo__page .sub__nav .pnav {
    min-width: unset;
    white-space: nowrap;
    margin-top: 0.75rem;
  }
  .promo__page .sub__nav .pnav .__line {
    margin-top: 0.75rem;
  }
  .promo__page .sub__content .__items {
    display: block;
    background: #20242A;
  }
  .promo__page .sub__content .__items .__img {
    width: 100%;
  }
  .promo__page .sub__content .__items .__img img {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .promo__page .sub__content .__items .__text {
    padding: 0.75rem 1rem;
    min-height: 0px;
  }
  .promo__page .sub__content .__items .__text .__title {
    font-size: 1rem;
  }
  .promo__page .sub__content .__items .__text .__desc {
    font-size: 0.875rem;
  }
}
/* Game */
.game__page {
  padding: 1rem 0;
  max-width: 1265px;
  margin: auto;
}

.gametypes__page {
  padding: 1rem 0;
  max-width: 1265px;
  margin: auto;
}

.game__page_sports {
  padding: 1rem 0;
  margin: auto;
}

.game__page .game__banner_sect, .game__page_sports .game__banner_sect {
  position: relative;
}

.game__page .game__banner_sect .bg, .game__page_sports .game__banner_sect .bg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.game__page .game__banner_sect .con, .game__page_sports .game__banner_sect .con {
  position: absolute;
  top: 40%;
  left: 5vw;
}

.game__page .game__banner_sect .con .title, .game__page_sports .game__banner_sect .con .title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.game__page .game__providers, .game__page_sports .game__providers {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.game__page .game__providers .game__provider, .game__page_sports .game__providers .game__provider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: unset;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  padding: 0.5rem 1rem;
  min-width: 150px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #2A2D34;
  position: relative;
  flex: 1 1 150px;
  max-width: 167px;
}

.game__page .game__providers .game__provider:hover, .game__page_sports .game__providers .game__provider:hover,
.game__page .game__providers .game__provider.bolded, .game__page_sports .game__providers .game__provider.bolded {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.game__page .game__providers .game__provider img, .game__page_sports .game__providers .game__provider img {
  width: auto;
  height: 25px;
}

.game__page .game__providers .game__provider span, .game__page_sports .game__providers .game__provider span {
  text-decoration: unset;
  color: #fff;
  font-size: 0.875rem;
}

.game__page .game__providers .game__provider .type-icon, .game__page_sports .game__providers .game__provider .type-icon {
  width: 32px;
  height: auto;
  position: absolute;
  top: -1px;
  left: -1px;
}

.game__page .game__types_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.game__page .game__types_search .game__types {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: auto;
}

.game__page .game__types_search .game__types .filter-box {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  text-decoration: unset;
  color: #8D8D8D;
  min-width: 80px;
  text-align: center;
  padding: 0.5rem;
}

.game__page .game__types_search .game__types .filter-box.active {
  color: #FFBA08;
  font-weight: 500;
  border-bottom: 2px solid #FFBA08;
}

.form-search {
  position: relative;
  width: 200px;
}

.form-search input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: #20242A;
  border: none;
  outline: none;
  color: #fff;
  padding-right: 2.5rem;
}

.form-search i {
  position: absolute;
  right: 0.875rem;
  bottom: 0.5rem;
  color: #fff;
}

.form-search .close_search {
  position: absolute;
  right: 2rem;
  bottom: 0.5rem;
  color: #fff;
}

.__game_list_ {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.__game_list_ .game__each, .game__each {
  width: 240px;
  height: auto;
}

.__game_list_ .game__each .image-container, .game__each .image-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.__game_list_ .game__each .image-container > img, .game__each .image-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  background-color: #20242A;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.__game_list_ .game__each:hover .image-container > img, .game__each:hover .image-container > img {
  transform: scale(1.1);
}

.__game_list_ .game__each .__content, .game__each .__content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  opacity: 0; /* Initially invisible */
  transition: transform 0.4s ease, opacity 0.2s ease; /* Smooth transition */
  transform: translateY(30px); /* Start slightly below */
}

.__game_list_ .game__each:hover .__content, .game__each:hover .__content {
  bottom: 0;
  opacity: 1;
  transform: translateY(0); /* Move up to normal position */
}

.game__each .__content .btn-launch, .game__each .__content .btn-launch-login {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  cursor: pointer;
}

.game__each .__content .btn-launch > img, .game__each .__content .btn-launch-login > img {
  width: 60px;
  height: auto;
}

.game__each .game-caption {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.sports__screen {
  margin-bottom: -1rem;
  position: relative;
}

.esports__screen {
  margin-bottom: -1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  position: relative;
}

.sports__screen .title, .esports__screen .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.sports__screen .desc, .esports__screen .desc {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.sports__screen .screen_con, .esports__screen .screen_con {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.esports__screen > .bg {
  width: 100%;
}

.sports__screen .btn__bets, .esports__screen .btn__bets {
  min-width: 361px;
  height: 35px;
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sports__screen .btn__bets:hover, .esports__screen .btn__bets:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}

.esports__screen .animate-logo-box {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
  border: 2px solid #8a2be2;
  background-color: rgba(46, 0, 95, 0.3294117647);
  box-shadow: 0px 0px 20px rgba(130, 25, 150, 0.7);
  animation: glow-animation 1s infinite alternate;
  filter: drop-shadow(0px 0px 20px rgba(130, 25, 150, 0.7));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1.5rem 0;
  border-radius: 15px;
  position: absolute;
  bottom: 40px;
  transform: translate(35%, 0%);
}

@keyframes glow-animation {
  0% {
    box-shadow: 0px 0px 20px rgba(130, 25, 150, 0.7);
  }
  100% {
    box-shadow: 0px 0px 40px rgb(130, 25, 150);
  }
}
.esports__screen .animate-logo-box .thumb1 {
  height: 100px;
}

.esports__screen .animate-logo-box .thumb2 {
  height: 90px;
}

.esports__screen .animate-logo-box .thumb3 {
  height: 70px;
}

.esports__screen .animate-logo-box .thumb4 {
  height: 90px;
}

.esports__screen .animate-logo-box .thumb5 {
  height: 70px;
}

.esports__screen .animate-logo-box .thumb6 {
  height: 120px;
}

.esports__screen .animate-logo-box .thumb7 {
  height: 40px;
}

.esports__screen .animate-logo-box .thumb8 {
  height: 80px;
}

.esports__screen .animate-char {
  position: absolute;
  bottom: 0%;
  left: 32%;
  animation: floatChar 5s ease-in-out infinite;
}

.esports__screen .animate-char img {
  width: 500px;
}

@keyframes floatChar {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to start */
  }
}
@media (max-width: 768px) {
  .mob__topnav_game {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #2A2D34, #1E2026);
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    padding: 0 1rem;
    z-index: 10;
    height: 55px;
  }
  .mob__topnav_game .mob__topnav_game__back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    color: #fff;
    text-decoration: none;
  }
  .mob__topnav_game .mob__topnav_game__back i {
    font-size: 1.5rem;
    background: -webkit-linear-gradient(#FFBA08, #FE4326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mob__topnav_game .mob__topnav_game__back span {
    font-size: 1rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
  }
  .game__page {
    padding-top: 40px;
  }
  .game__page .game__types_search {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
  }
  .game__page .game__types_search .game__types .filter-box {
    min-width: unset;
    white-space: nowrap;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 300;
  }
  .game__page .game__types_search .game__types .filter-box.active {
    font-weight: 300;
  }
  .__game_list_ {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .__game_list_ .game__each, .game__each {
    width: 100%;
  }
  .mob_sports_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 60px;
  }
  .mob_sports_list .mob_sports_list_item {
    width: 100%;
    border-radius: 12px;
    position: relative;
    height: 120px;
  }
  .mob_sports_list .mob_sports_list_item .bg {
    width: 100%;
    height: auto;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
  }
  .mob_sports_list .mob_sports_list_item .char {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: auto;
    max-height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 5;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #08090a, rgba(255, 255, 255, 0));
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    padding: 1rem;
    border-radius: 12px;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .logo {
    width: auto;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .title {
    color: #8D8D8D;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .btn__bets {
    margin-top: auto;
    width: 100px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    border: none;
    outline: none;
    border-radius: 8px;
    background: linear-gradient(to left, #FFBA08, #FE4326);
  }
}
/* END Sports */
/* VIP */
.vip__page {
  padding: 1rem 0;
}

.vip__page .game__banner_sect {
  position: relative;
  margin-bottom: 1.5rem;
}

.vip__page .game__banner_sect .bg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: black;
}

.vip__page .game__banner_sect .con {
  position: absolute;
  top: 20%;
  left: 5vw;
}

.vip__page .game__banner_sect .con .title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.vip-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  border-radius: 10px;
  background-color: #20242A;
}

.vip-header {
  display: table-row;
  text-align: center;
  font-weight: bold;
  background-color: rgba(110, 113, 117, 0.1137254902);
  padding: 1rem 0;
  border-top-left-radius: 10px;
}

.vip-card {
  display: table-cell;
  padding: 1.5rem;
  border-bottom: 2px solid #444;
}

.vip-card.big {
  min-width: 400px;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFBA08;
  border-top-left-radius: 12px;
  vertical-align: middle;
}

.vip-card.big .big--title {
  display: flex;
  align-items: center;
}

.vip-header .vip-card:last-child {
  border-top-right-radius: 12px;
}

.section-title {
  display: contents;
  font-size: 18px;
  color: #FFC700;
  padding: 10px 0;
  background-color: #20242A;
  text-align: left;
  font-weight: bold;
}

.vip-row {
  display: table-row;
}

.vip-cell {
  display: table-cell;
  padding: 0.5rem 1.5rem;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.1137254902);
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFBA08;
}

.vip-cell.big {
  text-align: left;
  color: #fff;
}

.rank__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.rank__head .ranking-img {
  height: 80px;
  width: auto;
}

.rank__head .ranking-label {
  font-weight: 400;
  font-size: 1.1rem;
}

.section-title .title {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* VIP Page */
/* Deposit */
.profile__page {
  padding: 1rem 0;
}

.profile__page .profile__content {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  gap: 1rem;
}

.profile__navigation {
  width: 250px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profile__navigation .profile__navigation-item {
  border: 1px solid #FFBA08;
  border-radius: 10px;
  background-color: #20242A;
  display: flex;
  flex-direction: column;
}

.profile__navigation .title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding: 0.75rem 1.125rem;
  background-color: #FFBA08;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.profile__navigation .nav {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none !important;
  padding: 0.875rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile__navigation .nav img {
  width: 20px;
  height: auto;
}

.profile__navigation .nav span {
  font-size: 1rem;
  font-weight: 400;
}

.profile__navigation .nav .badge {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  background-color: red;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.65rem;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.25;
}

.profile__navigation .nav .badge span {
  font-size: 0.65rem;
  font-weight: 500;
  color: #fff !important;
}

.profile__navigation .nav.bolded, .profile__navigation .nav:hover {
  font-weight: 500;
  background: linear-gradient(to right, transparent, #20242A, #20242A, rgba(255, 148, 8, 0.1921568627), rgba(255, 148, 8, 0.4666666667));
}

.profile__navigation .nav.bolded span, .profile__navigation .nav:hover span {
  color: #FFBA08;
}

.sect__nav_listing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 30px;
  overflow: auto;
  max-width: 100%;
}

.sect__nav_listing .nav__btn {
  font-size: 1rem;
  font-weight: 400;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: none;
  outline: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #2A2D34;
}

.sect__nav_listing .nav__btn.bolded {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.sect__nav_listing .nav__btn:hover {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.sect__nav_listing .nav__btn.bolded:hover {
  box-shadow: unset;
  text-shadow: unset;
}

.sect__content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.sect__content .form {
  flex: 1;
}

.sect__content.transfer {
  border-bottom: 1px solid #FFBA08;
  padding-bottom: 1.5rem;
}

.sect__content .reminder {
  width: 275px;
  min-height: 15vh;
}

.sect__content .reminder figure {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5215686275);
  margin: 0;
}

.sect__content .reminder .reminder-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0 1.25rem;
}

.sect__content .reminder .reminder-img img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.sect__content .reminder figure ol {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.sect__content .reminder figure li {
  margin-bottom: 0.75rem;
}

.sect__content .reminder figure b {
  font-weight: 400;
  color: #FFBA08;
}

.form__row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.form__row figure {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0.75rem 0;
  min-width: 200px;
}

.form__row .row {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

@media (max-width: 475px) {
  .form__row {
    flex-direction: column;
  }
  .sect__nav_listing .nav__btn {
    flex: 1;
    white-space: nowrap;
  }
  .sect__content .form {
    width: 100%;
  }
  .form__row figure {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
  .form__row .row {
    width: 100%;
  }
  .sect__content.transfer {
    padding-bottom: 0;
    border-bottom: 1px solid #444;
  }
  .sect__content .reminder {
    min-height: 0px;
    width: 100%;
  }
  .sect__content .reminder .reminder-img {
    padding: 0.5rem 0 1rem;
  }
}
/* Deposit */
.sect__content.status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}

.sect__content.status .status-icon {
  width: 100px;
  height: 100px;
}

.sect__content.status .status-content {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.sect__content.status .content-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.sect__content.status .content-box .status-content h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  margin-block-start: 0.5rem;
  margin-block-end: 1.25rem;
}

.sect__content.status .content-box .status-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  margin-block-start: 0.5rem;
  margin-block-end: 1.5rem;
}

.sect__content.status .content-box .__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

/* Withdrawal */
/* END Withdrawal */
/* Transfer */
.sect__filter .filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.sect__filter .filter .title {
  font-size: 1rem;
  color: #fff;
}

.wallet-balance-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  background-color: #2C323A;
  border-radius: 8px;
  padding: 0.675rem 1.5rem;
  font-size: 1rem;
  min-width: 140px;
  text-align: right;
  color: #FFBA08;
}

.sect__filter .filter .btn-refresh-game-wallet {
  background-color: #2C323A;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8078431373);
  font-size: 0.875rem;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect__filter .filter .btn-refresh-game-wallet i {
  font: normal normal normal 22px/1 "Material Design Icons";
}

.sect__filter .filter .btn-refresh-game-wallet:hover {
  color: #FFBA08;
}

.all-in-title {
  font-size: 1rem;
  color: #fff;
  padding: 1.5rem 0 1rem;
}

.all-in-listing {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.all-in-listing .allin-box {
  width: 220px;
  background-color: #2C323A;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.all-in-listing .allin-box .allin-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.all-in-listing .allin-box .allin-balance .namex {
  font-size: 0.875rem;
  color: #fff;
}

.all-in-listing .allin-box .allin-balance .valuex {
  font-size: 1rem;
  color: #fff;
}

.all-in-listing .allin-box .btn--allin {
  font-size: 0.875rem;
  color: #fff;
  background-color: #20242A;
  border-radius: 15px;
  padding: 0.35rem 1rem;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}

.all-in-listing .allin-box .btn--allin:hover {
  color: #FFBA08;
}

.btn-swap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-swap i {
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 475px) {
  .wallet-balance-box {
    background-color: #20242A;
  }
  .sect__filter .filter {
    padding: 1rem 0;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  .sect__filter .filter .btn-refresh-game-wallet {
    margin-left: -5px;
  }
  .all-in-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .all-in-listing .allin-box {
    width: 100%;
    background-color: #20242A;
    padding: 0.75rem;
  }
  .all-in-listing .allin-box .btn--allin {
    background-color: #2C323A;
    cursor: pointer;
  }
}
/* END Transfer */
/* History */
.data table, .special-data table {
  width: 100%;
}

.data table .listing-header, .special-data table .listing-header {
  background-color: #2C323A;
}

.data table tr, .special-data table tr {
  padding: 1rem;
}

.data table th, .special-data table th {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

.data.history table, .special-data table {
  border-spacing: 0px;
}

.data.history table th, .special-data table th {
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.data.history table td, .special-data table td {
  padding: 0.875rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.25;
  border-bottom: 1px solid #444;
}

@media (max-width: 475px) {
  .data table .listing-header, .special-data table .listing-header {
    font-size: 0.875rem;
    background-color: #20242A;
  }
  .data.history .table-responsive, .data.user-accounts-data .table-responsive, .special-data.history .table-responsive, .special-data.user-accounts-data .table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
  .data.history table td, .special-data table td {
    padding: 0.5rem 0.5rem;
  }
}
/* END History */
/* Profile */
.btn--verified {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.btn--verified i {
  font: normal normal normal 20px/1 "Material Design Icons";
  color: rgba(124, 255, 53, 0.5960784314);
}

/* END Profile */
/* Change Password */
/* END Change Password */
/* Bank Details */
/* END Bank Details */
.user-accounts-data.data table, .user-accounts-data.special-data table {
  border-spacing: 0px;
}

.user-accounts-data.data table th, .user-accounts-data.special-data table th {
  padding: 1rem 1rem;
  font-size: 1rem;
  text-align: center;
}

.user-accounts-data.data table td, .user-accounts-data.special-data table td {
  padding: 1rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}

@media (max-width: 475px) {
  .user-accounts-data.data table td, .user-accounts-data.special-data table td {
    padding: 0.75rem 0;
  }
}
/* Support */
#accordion_faq {
  margin: 20px;
}

.card {
  margin-bottom: 10px;
  border-radius: 10px;
}

.collapse-header {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  padding: 1rem;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
}

.collapse-header h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.collapse-header:hover, .collapse-header:active {
  background-color: #ffbd02;
  color: #fff;
}

.collapse-body {
  display: none; /* Hidden by default, shown with jQuery */
  padding: 5px 15px;
  background-color: #1E2026;
  border-top: 1px solid #1E2026;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 300;
  margin-top: -5px;
}

.collapse-body.active {
  display: block;
  max-height: 1000px; /* Adjust based on content height */
}

.contact-us-boxin {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact-us-boxin .country-name {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-block-end: 1rem;
}

.contact-us-boxin .rowx .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-us-boxin .rowx .contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  padding: 1rem 0.75rem;
  border: 1px solid #2A2D34;
  cursor: pointer;
}

.contact-us-boxin .rowx .contacts:hover {
  border: 1px solid #ffa008;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  font-weight: 500;
}

.contact-us-boxin .rowx .contacts .flag {
  width: 30px;
  height: 30px;
}

.contact-us-boxin .rowx .contacts .val, .contact-us-boxin .rowx .contacts a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff !important;
  text-decoration: none;
}

.body {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7607843137);
}

.body .bolded {
  font-weight: 400;
  color: #ffbd02;
}

.body .title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-block-end: 1rem;
}

.separator__title {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 768px) {
  .body {
    font-weight: 300;
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.7607843137);
  }
  .contact-us-boxin {
    flex-direction: column;
  }
  .contact-us-boxin .rowx {
    width: 100%;
  }
  .contact-us-boxin .rowx .contact-list {
    justify-content: flex-start;
    gap: 1rem;
  }
  .contact-us-boxin .rowx .contacts {
    width: calc(50% - 0.5rem);
    gap: 0.25rem;
  }
  .contact-us-boxin .rowx .contacts .val, .contact-us-boxin .rowx .contacts a {
    font-size: 0.875rem;
  }
  .separator__title {
    margin-block-end: 1rem;
  }
}
/* Profile Menu */
.profile__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0rem 0 0.5rem;
}

.profile__menu .profile__menu_icon {
  width: 25px;
  height: 25px;
}

.profile__menu .profile__username {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.profile__menu .btn__profile_rank {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  margin-left: auto;
  padding: 0;
  background: #20242A;
  border-radius: 15px;
}

.profile__menu .btn__profile_rank img {
  width: auto;
  height: 30px;
}

.profile__menu .btn__profile_rank span {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-right: 20px;
}

.profile__menu_section {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.profile__menu_section .subitem_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.975rem 0.5rem;
  border-radius: 8px;
  background-color: #20242A;
  height: 100%;
  position: relative;
}

.profile__menu_section .subitem_box img {
  width: 35px;
  height: 35px;
}

.profile__menu_section .subitem_box span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.profile__menu_section .subitem_box .badge {
  font-size: 0.65rem;
  font-weight: 300;
  color: #fff;
  background-color: #f00;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}

.profile__menu_section .subitem_box:hover {
  box-shadow: 0 0 6px 0 #E85D04;
}

@media (max-width: 768px) {
  .profile__header {
    border: none;
    margin-top: 1.25rem;
    flex-direction: column;
  }
  .profile__header .vip {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile__header .rank__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .profile__header .vip .chart {
    flex-direction: column;
    max-width: 50%;
    padding-right: 0;
    flex: 1;
  }
  .profile__header .rank {
    display: none;
  }
  .profile__header .vip .chart .chart__info .desc .desc__text {
    font-size: 0.875rem;
    text-align: center;
  }
  .profile__header .vip .chart .chart__info .desc .desc__grid {
    font-size: 0.875rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile__header .vip .chart .chart__info .desc .desc__grid span {
    font-size: 0.875rem;
    text-align: center;
  }
  .profile__header .vip .info {
    border-left: none;
    border-top: 1px solid #404855;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    min-width: 100%;
  }
  .profile__page .profile__header {
    display: none;
  }
  .profile__page.trans {
    padding-top: 0;
  }
  .profile__page.mobnav {
    padding-top: 3.5rem;
  }
  .sect__content {
    flex-direction: column;
  }
}
/* END Support */
/* Mobile Vip */
.vip-mob-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vip-mob-table .vip-option-listing {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  overflow-x: auto;
}

.vip-mob-table .vip-option-listing .items {
  min-width: 90px;
  height: auto;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}

.vip-mob-table .vip-option-listing .items img {
  width: 100%;
  height: auto;
}

.vip-mob-table .vip-option-listing .items .rank-title {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.vip-mob-table .vip-option-listing .items.bolded {
  background-color: #20242A;
  border-radius: 8px;
}

.vip-mob-table .vip-option-listing .items.bolded .rank-title {
  color: #FFBA08;
}

.vip-mob-table .vip-value-listing {
  border-top: 1px solid #707070;
  padding: 0 0 1rem;
}

.vip-mob-table .vip-value-listing .title {
  font-size: 1rem;
  font-weight: 300;
  color: #FFBA08;
  padding: 4px 15px;
  background-color: #20242A;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.vip-mob-table .vip-value-listing .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.vip-mob-table .vip-value-listing .value span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
}

.vip-mob-table .vip-value-listing .value b {
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffbd02;
  width: 20%;
  text-align: center;
}

/* Mobile Apps */
.guide__info_box {
  display: flex;
  gap: 2rem;
  max-width: 90%;
  margin: 1rem auto 2rem;
}

.guide__info_box .guide__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.guide__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}

.guide__logo p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
}

.guide__inputs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide__method .title {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.guide__method .qr-box {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.guide__method .qr-box img {
  width: 20%;
  height: auto;
  border-radius: 8px;
}

.guide__method .qr-box b {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 0.75rem;
}

.guide__method .qr-box .qr-title {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
}

.guide__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.guide__buttons a {
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem;
  text-decoration: none;
  min-width: 200px;
}

.btn--android {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: 1px solid #2A2D34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn--android:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.btn--ios1 {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: 1px solid #2A2D34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn--ios1:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.btn--edit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.btn--edit i {
  font-size: 1rem !important;
}

.btn--edit:hover {
  color: #FFBA08;
}

@media (max-width: 768px) {
  .guide__info_box {
    flex-direction: column;
  }
}
/* END Mobile Apps */
/* Sub Game Listing */
.subgame__listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  background: #20242A;
  padding: 1rem;
  border-radius: 8px;
  margin-left: 70px;
}

.subgame__listing .subgame {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
}

.subgame__listing .subgame .subgame__banner {
  border-radius: 8px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}

.subgame__listing .subgame .subgame__banner img {
  width: 100%;
  height: auto;
  transform: scale(1.05);
}

.subgame__listing .subgame .subgame__name {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff !important;
  text-align: center;
}

.subgame__listing .subgame .type-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: auto;
}

.subgame__listing .subgame:hover .subgame__banner {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}

.subgame__listing .subgame:hover .subgame__banner img {
  transform: scale(1.2);
}

.referral__info_section {
  background: inherit;
  padding: 1rem;
  width: 100%;
}

.referral__info_box,
.referral__cards {
  flex: 1;
}

.referral__info_section > div {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}

.referral__qr-box {
  flex: 1;
  text-align: center;
}

.referral__qr-title {
  font-size: 1rem;
  color: #fcfcfc;
  margin-bottom: 1rem;
}

.referral__qr-img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}

.referral__inputs {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.referral__info-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.referral__label {
  font-size: 1rem;
  color: #d1d1d1;
}

.referral__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.referral__input {
  flex: 1;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border-radius: 10px;
  background-color: #707070;
  color: #fff;
  box-sizing: border-box;
}

.referral__input:disabled {
  background-color: #707070;
  color: #fff;
}

.referral__btn-copy {
  position: absolute;
  right: 0.5rem;
  height: calc(100% - 2px);
  font-size: 1rem;
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.referral__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem auto;
  max-width: 1200px;
  justify-content: flex-start;
}

.referral__card {
  background-color: #444;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex: 1 1 calc(25% - 1rem);
  max-width: calc(40% - 1rem);
}

@media (max-width: 768px) {
  .referral__card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .referral__card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.referral__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #ffc107;
}

.referral__card-icon i {
  font-size: 1.3rem;
}

.referral__card-content {
  flex: 1;
}

.referral__card-title {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-align: center;
}

.referral__card-value {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #FFBA08;
  margin: 0;
}

.referral__content .form-label {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.referral__achievement_container {
  width: 100%;
}

.achievements__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 0 auto;
}

.achievement__card {
  background-color: #444;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  min-width: 250px;
}

.achievement__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #ffc107;
}

.achievement__card-icon i {
  font-size: 1.2rem;
}

.achievement__card-content {
  flex: 1;
}

.achievement__card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.achievement__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.achievement__description span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffc107;
  font-size: 0.9rem;
}

.achievement__progress {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: right;
}

.achievement__progress .achievement__status {
  font-size: 0.8rem !important;
  padding: 1px 5px;
  border-radius: 5px;
  font-weight: bold;
}

.bg-green {
  background-color: #4CAF50;
  color: #000;
}

.bg-gray {
  background-color: #b9b9b9;
  color: #000000;
}

@media (max-width: 1024px) {
  .achievements__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .referral__info_section > div {
    flex-direction: column;
  }
  .referral__info_box,
  .referral__cards {
    width: 100%;
    flex: unset;
  }
  .referral__card {
    width: 100%;
  }
  .achievements__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .achievements__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
  .achievement__card {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem;
    min-width: 320px;
  }
}
/* new guide */
.guide__info_section {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: row;
  padding-top: 1.5rem;
  border-top: 1px solid #6c6f72;
  padding-bottom: 2.5rem;
}

.new__guide {
  flex: 1;
  display: flex;
  gap: 5vw;
  max-width: 90%;
}

.new_guide_info_box {
  flex: 1;
  background-color: #20242A;
  padding: 2rem 3rem;
  border-radius: 8px;
}

.guide__logo {
  padding-bottom: 1.5rem;
}

.guide__logo img {
  width: 175px;
  height: auto;
}

.guide__logo p {
  font-size: 1.2rem;
  font-weight: bold;
}

.new_guide_info_box_content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new_guide_info_box_content .guide__item {
  display: flex;
  gap: 1rem;
  flex: 1;
  width: 100%;
}

.new_guide_info_box_content .guide__item_1 {
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
}

.new_guide_info_box_content .guide__inputs {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.new_guide_info_box_content .guide__inputs .form-info-box {
  flex: 1;
}

.new_guide_info_box_content .guide__inputs .flabel {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.75rem;
}

.new_guide_info_box_content .guide__item .guide__method {
  width: 100%;
}

.new_guide_info_box_content .guide__item .guide__method .title {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding-bottom: 0.75rem;
}

.guide__step .flickity-prev-next-button.previous {
  left: -50px;
}

.guide__step .flickity-prev-next-button.next {
  right: -50px;
}

@media (max-width: 768px) {
  .guide__info_section {
    flex-direction: column;
    border: none;
  }
  .new__guide {
    max-width: 100%;
    flex-direction: column;
  }
  .new_guide_info_box {
    padding: 1rem 0;
    background-color: transparent;
  }
  .new_guide_info_box_content .guide__inputs {
    flex-direction: column;
  }
  .new_guide_info_box_content .guide__item {
    flex-direction: column;
  }
  .guide__step .flickity-prev-next-button.previous {
    left: -35px;
  }
  .guide__step .flickity-prev-next-button.next {
    right: -35px;
  }
}
/* Register Popup */
.register_content_popup {
  display: flex;
  align-items: start;
  gap: 40px;
  padding: 20px;
}

.register_content_popup .left {
  flex-grow: 1;
  flex-basis: 50%;
}

.register_content_popup .left .thumb {
  position: relative;
}

.register_content_popup .left .thumb .bg {
  width: 100%;
}

.register_content_popup .left .thumb .char {
  position: absolute;
  top: 55%;
  left: 5%;
  width: 90%;
  animation: float 5s ease-in-out infinite;
}

.register_content_popup .left .content {
  border: 1px solid #FFBA08;
  background: #20242A;
  border-radius: 10px;
  text-align: left;
  padding: 15px 15px 10px;
}

.register_content_popup .left .content .title {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.register_content_popup .left .content .info {
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}

.register_content_popup .left .content .info .point {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.register_content_popup .left .content .info span {
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.8784313725);
}

.register_content_popup .right {
  flex-grow: 1;
  flex-basis: 50%;
  min-height: 480px;
  flex-direction: column;
  display: flex;
}

.register_content_popup .right .title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1rem;
  text-align: left;
}

.modal-content.login .register_content_popup .left {
  display: none !important;
}

.modal-content.login .register_content_popup .right {
  min-height: 280px;
}

@media (max-width: 767px) {
  .register_content_popup {
    height: 100vh;
    padding: 0;
  }
  .register_content_popup .right .title {
    margin-bottom: 0rem;
    padding: 1.25rem 1.25rem;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #2A2D34, #1E2026);
    text-align: center;
  }
  .register_content_popup .right {
    min-height: 90vh;
  }
  .register_content_popup .right .form-group {
    padding: 0 1.25rem;
    flex: 1;
  }
  .form-group.spl-1 {
    padding: 0 !important;
  }
  .__nav_sec {
    background: #20242A;
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
  .__nav_sec .btn__nav {
    flex: 1;
    background: transparent;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 300;
    border: none;
    outline: none;
  }
  .__nav_sec .btn__nav.bolded {
    background: linear-gradient(to right, #FE4326, #FFBA08);
    box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
  }
  .home__auth_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0.75rem;
    background-color: #20242A;
    margin: 0 -15px;
  }
  .home__auth_section .btn__login,
  .home__auth_section .btn__register {
    flex: 1;
    border-radius: 8px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
  }
  .home__auth_section .btn__register {
    background: linear-gradient(to right, #FE4326, #FFBA08);
    padding: 0.75rem 1.25rem;
    box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
  }
  .home__auth_section .btn__login {
    background: linear-gradient(180deg, #2A2D34, #1E2026);
    padding: 0.75rem 1.25rem;
  }
  .modal-content.login .register_content_popup .right {
    min-height: 90vh;
  }
}
/* END Register Popup */
/* Forgot Password Popup */
.popup__header_title {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem 1.25rem 1.5rem;
}

.popup__content {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .popup__content {
    padding: 0 10px;
  }
}

.popup__sec_nav {
  background-color: #20242A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.popup__sec_nav .navv {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  padding: 8.5px 15px;
  line-height: 1;
  color: #fff;
}

.popup__sec_nav .navv.bolded {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 8px;
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}

.popup__form {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

.popup__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0 1rem;
}

/* END Forgot Password Popup */
/* Home */
.home__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 1rem 0;
  max-width: 40%;
  margin: 0 auto;
  cursor: pointer;
}

.home__slider .news-icon {
  width: auto;
  padding: 3px 5px;
  background-color: #FE4326;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 3px;
  white-space: nowrap;
}

.home__slider span {
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
}

.home__slider .more {
  white-space: nowrap;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: unset;
}

.home__hotgames_section {
  width: 100%;
  margin: 5px auto 15px;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .home__hotgames_section {
    margin: 0;
    padding: 0;
  }
}

.home__intermediary_section {
  background: url(/images/Info_BG.png?f8977753f416e6bec67cf3da03ba78db) no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  min-height: 300px;
}

.home__intermediary_section .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.home__intermediary_section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.home__intermediary_section .content .title {
  font-size: 2.5rem;
  text-align: center;
  padding: 1.75rem 0 1rem;
}

.home__intermediary_section .content .con {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.home__intermediary_section .content .con .con__box {
  flex: 1;
  position: relative;
}

.home__intermediary_section .content .con .con__box .a {
  position: relative;
}

.home__intermediary_section .content .con .con__box .a img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.5;
}

.home__intermediary_section .content .con .con__box .a .text {
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.home__intermediary_section .content .con .con__box .b {
  margin-top: 0px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: -0.5rem;
}

.promotion-item {
  flex: 1;
  display: block;
  margin: 0 5px;
  box-sizing: border-box;
  background-color: #20242A;
  border-radius: 10px;
}

.promotion-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.promotion-item .promo-text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 60px;
}

.promotion-item .promo-text .promo-title, .promo-title {
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
}

.promotion-item .promo-text .promo-desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6941176471);
}

.promotion-item .promo-text .promo-more {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.promotion-item .promo-text .promo-more .promo-time, .promo-time {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  margin-left: auto;
  margin-top: 0.25rem;
}

.promo-time {
  font-size: 0.813rem;
}

.promotion-item .promo-text .promo-more .promo-time b, .promo-time b {
  font-weight: 400;
  color: #FFBA08;
}

.btn__join {
  padding: 0.5rem 1.5rem;
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.btn__join.disabled {
  background: #383c43;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn__join:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}

.btn__join.hidden {
  background: #383c43;
  cursor: not-allowed;
  opacity: 0.25;
  display: none;
}

.btn__join.hidden:hover {
  text-shadow: none;
  box-shadow: none;
}

.btn__more {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.75rem 0rem;
}

.btn__more:hover {
  color: #FFBA08;
}

.btn__link {
  color: #FFBA08;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: unset;
  text-align: left;
}

/* Grid Container */
.categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Two-column layout */
  gap: 20px; /* Gap between grid items */
  padding: 1rem 0;
  margin: 0 auto; /* Center align the grid */
  color: white;
}

/* Grid Item Styling */
.category-item {
  background-color: #20242A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

/* Larger items for the top row */
.large-item {
  grid-column: span 2; /* Span two columns for the larger items */
  min-height: 200px; /* Adjust height for larger items */
}

/* Category Content Styling */
.category-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.category-item.vLC {
  background: url(/images/01_Live_BG.png?33093b1160339fd6361a61bc9b53c0da) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
}

.category-item.vLC .category-content {
  background: url("/images/01_Live_Normal Glow.png?155dcade107fed7416b1198be8140c15") no-repeat center center;
  background-size: cover;
  transition: all 0.15s ease-in-out;
}

.category-item.vLC .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLC.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLC:hover {
  border: 2px solid #00BFFF;
}

.category-item.vLC:hover .category-content {
  background: url("/images/01_Live_Hover Glow.png?8e3321a920444f491458c934065cddb3") no-repeat center center;
  background-size: cover;
}

.category-item.vSP {
  background: url(/images/03_Sport_BG.png?f78989b22feaf9af4b3664aa4c5fad64) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
}

.category-item.vSP .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vSP.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  position: absolute;
  right: 10%;
  top: 0;
}

.category-item.vSP .category-content {
  background: url("/images/03_Sport_Normal Glow.png?e3d6ade27c34dbc0ae7600efd736f941") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
}

.category-item.vSP:hover {
  border: 2px solid #32CD32;
}

.category-item.vSP:hover .category-content {
  background: url("/images/03_Sport_Hover Glow.png?69b10ff13bb053593c652e04f711563e") no-repeat center center;
  background-size: 100%;
}

.category-item.vES {
  background: url(/images/04_E-Sport_BG.png?a9b5ef88a10a6eb7b87d00f83acef896) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vES .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vES.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  position: absolute;
  right: 15%;
  top: 0;
}

.category-item.vES .category-content {
  background: url("/images/04_E-Sport_Normal Glow.png?d27eb99737bae8145023bf1d63a9df3b") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}

.category-item.vES:hover {
  border: 2px solid #FF4500;
}

.category-item.vES:hover .category-content {
  background: url("/images/04_E-Sport_Hover Glow.png?6d2182bf53f5ee5c23d048d502a73e3c") no-repeat center center;
  background-size: 100%;
}

.category-item.vSL {
  background: url(/images/02_Slot_BG.png?05ec0e540616e2794a85c6ec8eb0c393) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vSL .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 8%;
  top: 0;
}

.category-item.vSL.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vSL .category-content {
  background: url("/images/02_Slot_Normal Glow.png?c6376bc726a17003b05b09500a5c7452") no-repeat bottom center;
  background-size: 120%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}

.category-item.vSL:hover {
  border: 2px solid #FFA500;
}

.category-item.vSL:hover .category-content {
  background: url("/images/02_Slot_Hover Glow.png?a60a2cec3aa71bb0104845ddc1734c84") no-repeat bottom center;
  background-size: cover;
}

.category-item.vFS {
  background: url(/images/05_Fishing_BG.png?7c2bb28275c58abd18ebb53bec4fc0c8) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vFS .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 3%;
  top: 0;
}

.category-item.vFS.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  position: absolute;
  right: 15%;
  top: 0;
}

.category-item.vFS .category-content {
  background: url("/images/05_Fishing_Normal Glow.png?7083cc1904ffec71c26b3debeab27c39") no-repeat bottom center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}

.category-item.vFS:hover {
  border: 2px solid #fe8e26;
}

.category-item.vFS:hover .category-content {
  background: url("/images/05_Fishing_Hover Glow.png?5d16c38d06ba3b955aae2bb4da23b144") no-repeat bottom center;
  background-size: 100%;
}

.category-item.vLO {
  background: url(/images/06_Lottery_BG.png?2692dcadccacfba92ea75f9290875a8c) no-repeat center center;
  background-size: cover;
  background-color: #20242A;
  border-radius: 10px;
}

.category-item.vLO .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.category-item.vLO.large-item .category-content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  position: absolute;
  right: 0%;
  top: 0;
}

.category-item.vLO .category-content {
  background: url("/images/06_Lottery_Normal Glow.png?78ae630027bfe4e72344160390a1f378") no-repeat bottom center;
  background-size: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 10px;
}

.category-item.vLO:hover {
  border: 2px solid #9400D3;
}

.category-item.vLO:hover .category-content {
  background: url("/images/06_Lottery_Hover Glow.png?d3817c497d061575bd839d652f1ff306") no-repeat bottom center;
  background-size: 100%;
}

.category-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures images cover the div without distortion */
  border-radius: 10px;
}

/* Category Title Styling */
.category-title {
  position: absolute;
  bottom: 40%;
  left: 2rem;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .home__slider {
    max-width: 100%;
    padding: 0.5rem 25px;
    margin-top: 2.5rem;
    gap: 10px;
  }
  .sec__header {
    padding: 1rem 0;
  }
  .sec__header span {
    font-size: 0.875rem;
  }
  .sec__header .more {
    font-size: 0.875rem;
  }
  .mob__hotgame {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-y: auto;
    margin-right: -1rem;
  }
  .mob__hotgame .hotgame {
    min-width: 120px;
    margin-bottom: 1rem;
  }
  .mob__hotgame .hotgame .game_thumb img {
    width: 100%;
  }
  .mob__hotgame .hotgame .game__name {
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.5rem 0.25rem;
  }
  .mob__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem 0 0.5rem;
  }
  .mob__action > button {
    flex: 1;
  }
  .site-nav .vip-btn, .vip-btn {
    border-radius: 8px;
    max-width: 50%;
  }
  .site-nav .vip-btn span, .vip-btn span {
    font-size: 0.875rem;
    margin-right: 75px;
  }
  .site-nav .vip-btn img, .vip-btn img {
    width: 80px;
    top: 45%;
    right: 10px;
  }
  .site-nav .affiliate-btn, .affiliate-btn {
    border-radius: 8px;
  }
  .site-nav .affiliate-btn span, .affiliate-btn span {
    font-size: 0.875rem;
    margin-right: 75px;
  }
  .site-nav .affiliate-btn img, .affiliate-btn img {
    width: 60px;
    top: 45%;
    right: 10px;
  }
  .home__balance_section {
    background-color: #20242A;
    margin: 0.5rem -1rem;
    padding: 1rem 0.75rem;
  }
  .home__balance_section .user-balance-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .home__balance_section .user-balance-title img {
    width: 30px;
  }
  .home__balance_section .user-balance-title span {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
  }
  .home__balance_section .user-balance-title b {
    color: #FFBA08;
    margin-left: -8px;
    font-weight: 400;
    font-size: 1rem;
  }
  .home__balance_section .user-balance {
    display: flex;
    align-items: center;
    width: 100%;
    background: #2C323A;
    border-radius: 8px;
  }
  .home__balance_section .user-balance .balance_box {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0px 1rem;
  }
  .home__balance_section .user-balance .balance_box b {
    font-size: 1.25rem;
    font-weight: 400;
    color: #FFBA08;
    line-height: 1;
  }
  .home__balance_section .user-balance .balance_box button {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 0px;
  }
  .home__balance_section .user-balance .balance_box button i {
    font-size: 1.5rem;
    line-height: 1;
  }
  .home__balance_section .user-balance .btn__restore {
    background: linear-gradient(to right, #FE4326, #FFBA08);
    border-radius: 15px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    flex: 1;
    min-height: 26px;
    flex-grow: 1;
  }
  .home__balance_section .user-balance .btn__restore span {
    font-size: 0.875rem;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
  }
  .home__balance_section .user-balance .btn__restore i {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
  }
  .home__balance_section .wallet__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid #2C323A;
  }
  .home__balance_section .wallet__action .btn__act {
    flex: 1;
    flex-grow: 1;
    background: linear-gradient(180deg, #2A2D34, #1E2026);
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 0.5rem 0;
  }
  .home__balance_section .wallet__action .btn__act img {
    height: 25px;
    width: auto;
  }
  .home__balance_section .wallet__action .btn__act span {
    display: block;
    font-size: 0.875rem;
    color: #fff;
    margin-top: 0.5rem;
  }
  .home__balance_section .wallet__action .btn__act:hover {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:active {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:focus {
    box-shadow: 0 0 6px 0 #E85D04;
  }
  .home__balance_section .wallet__action .btn__act:hover span, .home__balance_section .wallet__action .btn__act:active span, .home__balance_section .wallet__action .btn__act:focus span {
    color: #FFBA08;
  }
  .mob__promotions {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    overflow: auto;
    margin-right: -1rem;
    min-height: 200px;
    padding-bottom: 0.5rem;
  }
  .mob__promotions .promotion {
    background-color: #20242A;
    border-radius: 8px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
  }
  .mob__promotions .promotion img {
    width: 100%;
    height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .mob__promotions .promotion .promo-text {
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-grow: 1;
  }
  .mob__promotions .promotion .promo-text .promo-title {
    font-size: 0.875rem;
    flex: 1;
    font-weight: 400;
  }
  .mob__promotions .promotion .promo-text .promo-more {
    margin-left: auto;
  }
  .btn__join {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
  .btn__icon {
    color: #fff;
  }
  .mob__hotgame .hotgame .game__each {
    width: 120px;
  }
  .mob__hotgame .hotgame .game__each .image-container > img {
    width: 100%;
    height: auto;
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mob__hotgame .hotgame .game__each .game-caption {
    font-size: 0.875rem;
  }
  .categories__grid {
    gap: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .category-item {
    min-height: 100px;
  }
  .category-title {
    bottom: 30%;
    left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 30px;
    line-height: 1.25rem;
  }
}
/* Promotions  */
.promo__page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.promo__page .sub__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0;
  border-bottom: 1px solid #8D8D8D;
  overflow: auto;
}

.promo__page .sub__nav .pnav {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  text-decoration: unset;
  color: #8D8D8D;
  min-width: 100px;
  text-align: center;
}

.promo__page .sub__nav .pnav .__line {
  width: 100%;
  height: 2px;
  background: transparent;
  margin-top: 1rem;
}

.promo__page .sub__nav .pnav.bolded, .promo__page .sub__nav .pnav:hover {
  border-radius: 8px;
  color: #FFBA08;
}

.promo__page .sub__nav .pnav.bolded .__line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #FFBA08, #FE4326);
}

.promo__page .sub__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.promo__page .sub__content .__items {
  border-radius: 8px;
  display: flex;
  align-items: start;
  gap: 1rem;
}

.promo__page .sub__content .__items .__img {
  width: 550px;
}

.promo__page .sub__content .__items .__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo__page .sub__content .__items .__text {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 200px;
}

.promo__page .sub__content .__items .__text .__title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.promo__page .sub__content .__items .__text .__desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6941176471);
  flex-grow: 1;
}

.promo__page .sub__content .__items .__text .__more {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
}

.promo__page .sub__content .__items .__text .__more .__time {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.promo__page .sub__content .__items .__text .__more .__time .__timerow {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.promo__page .sub__content .__items .__text .__more .__time span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.promo__page .sub__content .__items .__text .__more .__time .value {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 300;
  color: #fff;
  background: #20242A;
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
}

.promotion-banner {
  width: 100%;
  height: auto;
}

.promotion-banner img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.promotion > .__content {
  padding: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.promotion > .__content .info-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
}

.promotion > .__content .info-desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.75;
}

@media (max-width: 767px) {
  .promo__page .sub__nav {
    padding: 0;
  }
  .promo__page .sub__nav .nav {
    min-width: unset;
    white-space: nowrap;
  }
  .promo__page .sub__nav .pnav {
    min-width: unset;
    white-space: nowrap;
    margin-top: 0.75rem;
  }
  .promo__page .sub__nav .pnav .__line {
    margin-top: 0.75rem;
  }
  .promo__page .sub__content .__items {
    display: block;
    background: #20242A;
  }
  .promo__page .sub__content .__items .__img {
    width: 100%;
  }
  .promo__page .sub__content .__items .__img img {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .promo__page .sub__content .__items .__text {
    padding: 0.75rem 1rem;
    min-height: 0px;
  }
  .promo__page .sub__content .__items .__text .__title {
    font-size: 1rem;
  }
  .promo__page .sub__content .__items .__text .__desc {
    font-size: 0.875rem;
  }
}
/* Game */
.game__page {
  padding: 1rem 0;
  max-width: 1265px;
  margin: auto;
}

.gametypes__page {
  padding: 1rem 0;
  max-width: 1265px;
  margin: auto;
}

.game__page_sports {
  padding: 1rem 0;
  margin: auto;
}

.game__page .game__banner_sect, .game__page_sports .game__banner_sect {
  position: relative;
}

.game__page .game__banner_sect .bg, .game__page_sports .game__banner_sect .bg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.game__page .game__banner_sect .con .title, .game__page_sports .game__banner_sect .con .title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
}

.game__page .game__providers, .game__page_sports .game__providers {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.game__page .game__providers .game__provider, .game__page_sports .game__providers .game__provider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: unset;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  padding: 0.5rem 1rem;
  min-width: 150px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #2A2D34;
  position: relative;
}

.game__page .game__providers .game__provider:hover, .game__page_sports .game__providers .game__provider:hover,
.game__page .game__providers .game__provider.bolded, .game__page_sports .game__providers .game__provider.bolded {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.game__page .game__providers .game__provider img, .game__page_sports .game__providers .game__provider img {
  width: auto;
  height: 25px;
}

.game__page .game__providers .game__provider span, .game__page_sports .game__providers .game__provider span {
  text-decoration: unset;
  color: #fff;
  font-size: 0.875rem;
}

.game__page .game__providers .game__provider .type-icon, .game__page_sports .game__providers .game__provider .type-icon {
  width: 32px;
  height: auto;
  position: absolute;
  top: -1px;
  left: -1px;
}

.game__page .game__types_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.game__page .game__types_search .game__types {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: auto;
}

.game__page .game__types_search .game__types .filter-box {
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  text-decoration: unset;
  color: #8D8D8D;
  min-width: 80px;
  text-align: center;
  padding: 0.5rem;
}

.game__page .game__types_search .game__types .filter-box.active {
  color: #FFBA08;
  font-weight: 500;
  border-bottom: 2px solid #FFBA08;
}

.form-search {
  position: relative;
  width: 200px;
}

.form-search input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: #20242A;
  border: none;
  outline: none;
  color: #fff;
  padding-right: 2.5rem;
}

.form-search i {
  position: absolute;
  right: 0.875rem;
  bottom: 0.5rem;
  color: #fff;
}

.form-search .close_search {
  position: absolute;
  right: 2rem;
  bottom: 0.5rem;
  color: #fff;
}

.__game_list_ {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.__game_list_ .game__each, .game__each {
  width: 240px;
  height: auto;
}

.__game_list_ .game__each .image-container, .game__each .image-container {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.__game_list_ .game__each .image-container > img, .game__each .image-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  background-color: #20242A;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.__game_list_ .game__each:hover .image-container > img, .game__each:hover .image-container > img {
  transform: scale(1.1);
}

.__game_list_ .game__each .__content, .game__each .__content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  opacity: 0; /* Initially invisible */
  transition: transform 0.4s ease, opacity 0.2s ease; /* Smooth transition */
  transform: translateY(30px); /* Start slightly below */
}

.__game_list_ .game__each:hover .__content, .game__each:hover .__content {
  bottom: 0;
  opacity: 1;
  transform: translateY(0); /* Move up to normal position */
}

.game__each .__content .btn-launch, .game__each .__content .btn-launch-login {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  cursor: pointer;
}

.game__each .__content .btn-launch > img, .game__each .__content .btn-launch-login > img {
  width: 60px;
  height: auto;
}

.game__each .game-caption {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.sports__screen {
  margin-bottom: -1rem;
  position: relative;
}

.esports__screen {
  margin-bottom: -1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  position: relative;
}

.sports__screen .title, .esports__screen .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.sports__screen .desc, .esports__screen .desc {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.sports__screen .screen_con, .esports__screen .screen_con {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.esports__screen > .bg {
  width: 100%;
}

.sports__screen .btn__bets, .esports__screen .btn__bets {
  min-width: 361px;
  height: 35px;
  background: linear-gradient(to right, #FE4326, #FFBA08);
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sports__screen .btn__bets:hover, .esports__screen .btn__bets:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3);
}

.esports__screen .animate-logo-box {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
  border: 2px solid #8a2be2;
  background-color: rgba(46, 0, 95, 0.3294117647);
  box-shadow: 0px 0px 20px rgba(130, 25, 150, 0.7);
  animation: glow-animation 1s infinite alternate;
  filter: drop-shadow(0px 0px 20px rgba(130, 25, 150, 0.7));
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 1.5rem 0;
  border-radius: 15px;
  position: absolute;
  bottom: 40px;
  transform: translate(35%, 0%);
}

@keyframes glow-animation {
  0% {
    box-shadow: 0px 0px 20px rgba(130, 25, 150, 0.7);
  }
  100% {
    box-shadow: 0px 0px 40px rgb(130, 25, 150);
  }
}
.esports__screen .animate-logo-box .thumb1 {
  height: 100px;
}

.esports__screen .animate-logo-box .thumb2 {
  height: 90px;
}

.esports__screen .animate-logo-box .thumb3 {
  height: 70px;
}

.esports__screen .animate-logo-box .thumb4 {
  height: 90px;
}

.esports__screen .animate-logo-box .thumb5 {
  height: 70px;
}

.esports__screen .animate-logo-box .thumb6 {
  height: 120px;
}

.esports__screen .animate-logo-box .thumb7 {
  height: 40px;
}

.esports__screen .animate-logo-box .thumb8 {
  height: 80px;
}

.esports__screen .animate-char {
  position: absolute;
  bottom: 0%;
  left: 32%;
  animation: floatChar 5s ease-in-out infinite;
}

.esports__screen .animate-char img {
  width: 500px;
}

@keyframes floatChar {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to start */
  }
}
@media (max-width: 768px) {
  .mob__topnav_game {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #2A2D34, #1E2026);
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    padding: 0 1rem;
    z-index: 10;
    height: 55px;
  }
  .mob__topnav_game .mob__topnav_game__back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    color: #fff;
    text-decoration: none;
  }
  .mob__topnav_game .mob__topnav_game__back i {
    font-size: 1.5rem;
    background: -webkit-linear-gradient(#FFBA08, #FE4326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mob__topnav_game .mob__topnav_game__back span {
    font-size: 1rem;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
  }
  .game__page {
    padding-top: 40px;
  }
  .game__page .game__types_search {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
  }
  .game__page .game__types_search .game__types .filter-box {
    min-width: unset;
    white-space: nowrap;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 300;
  }
  .game__page .game__types_search .game__types .filter-box.active {
    font-weight: 300;
  }
  .__game_list_ {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .__game_list_ .game__each, .game__each {
    width: 100%;
  }
  .mob_sports_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 60px;
  }
  .mob_sports_list .mob_sports_list_item {
    width: 100%;
    border-radius: 12px;
    position: relative;
    height: 120px;
  }
  .mob_sports_list .mob_sports_list_item .bg {
    width: 100%;
    height: auto;
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
  .mob_sports_list .mob_sports_list_item .char {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: auto;
    max-height: 130px;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 5;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #08090a, rgba(255, 255, 255, 0));
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    padding: 1rem;
    border-radius: 12px;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .logo {
    width: auto;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .title {
    color: #8D8D8D;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .mob_sports_list .mob_sports_list_item .mob_sports_list_item_con .btn__bets {
    margin-top: auto;
    width: 100px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    border: none;
    outline: none;
    border-radius: 8px;
    background: linear-gradient(to left, #FFBA08, #FE4326);
  }
}
/* END Sports */
/* VIP */
.vip__page {
  padding: 1rem 0;
}

.vip__page .game__banner_sect {
  position: relative;
  margin-bottom: 1.5rem;
}

.vip__page .game__banner_sect .bg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: black;
}

.vip__page .game__banner_sect .con {
  position: absolute;
  top: 40%;
  left: 5vw;
}

.vip-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  border-radius: 10px;
  background-color: #20242A;
}

.vip-header {
  display: table-row;
  text-align: center;
  font-weight: bold;
  background-color: rgba(110, 113, 117, 0.1137254902);
  padding: 1rem 0;
  border-top-left-radius: 10px;
}

.vip-card {
  display: table-cell;
  padding: 1.5rem;
  border-bottom: 2px solid #444;
}

.vip-card.big {
  min-width: 400px;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFBA08;
  border-top-left-radius: 12px;
  vertical-align: middle;
}

.vip-card.big .big--title {
  display: flex;
  align-items: center;
}

.vip-header .vip-card:last-child {
  border-top-right-radius: 12px;
}

.section-title {
  display: contents;
  font-size: 18px;
  color: #FFC700;
  padding: 10px 0;
  background-color: #20242A;
  text-align: left;
  font-weight: bold;
}

.vip-row {
  display: table-row;
}

.vip-cell {
  display: table-cell;
  padding: 0.5rem 1.5rem;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.1137254902);
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFBA08;
}

.vip-cell.big {
  text-align: left;
  color: #fff;
}

.rank__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.rank__head .ranking-img {
  height: 80px;
  width: auto;
}

.rank__head .ranking-label {
  font-weight: 400;
  font-size: 1.1rem;
}

.section-title .title {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

/* VIP Page */
/* Deposit */
.profile__page {
  padding: 1rem 0;
}

.profile__page .profile__content {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
  gap: 1rem;
}

.profile__navigation {
  width: 250px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profile__navigation .profile__navigation-item {
  border: 1px solid #FFBA08;
  border-radius: 10px;
  background-color: #20242A;
  display: flex;
  flex-direction: column;
}

.profile__navigation .title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding: 0.75rem 1.125rem;
  background-color: #FFBA08;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.profile__navigation .nav {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none !important;
  padding: 0.875rem 1.125rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

.profile__navigation .nav img {
  width: 20px;
  height: auto;
}

.profile__navigation .nav span {
  font-size: 1rem;
  font-weight: 400;
}

.profile__navigation .nav .badge {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  background-color: red;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.65rem;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.25;
}

.profile__navigation .nav .badge span {
  font-size: 0.65rem;
  font-weight: 500;
  color: #fff !important;
}

.profile__navigation .nav.bolded, .profile__navigation .nav:hover {
  font-weight: 500;
  background: linear-gradient(to right, transparent, #20242A, #20242A, rgba(255, 148, 8, 0.1921568627), rgba(255, 148, 8, 0.4666666667));
}

.profile__navigation .nav.bolded span, .profile__navigation .nav:hover span {
  color: #FFBA08;
}

.sect__nav_listing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 30px;
  overflow: auto;
  max-width: 100%;
}
@media (max-width: 475px) {
  .sect__nav_listing {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.sect__nav_listing .nav__btn {
  font-size: 1rem;
  font-weight: 400;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: none;
  outline: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #2A2D34;
}

.sect__nav_listing .nav__btn.bolded {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.sect__nav_listing .nav__btn:hover {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.sect__nav_listing .nav__btn.bolded:hover {
  box-shadow: unset;
  text-shadow: unset;
}

.sect__content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.sect__content .form {
  flex: 1;
}

.sect__content.transfer {
  border-bottom: 1px solid #FFBA08;
  padding-bottom: 1.5rem;
}

.sect__content .reminder {
  width: 275px;
  min-height: 15vh;
}

.sect__content .reminder figure {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5215686275);
  margin: 0;
}

.sect__content .reminder .reminder-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0 1.25rem;
}

.sect__content .reminder .reminder-img img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.sect__content .reminder figure ol {
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}

.sect__content .reminder figure li {
  margin-bottom: 0.75rem;
}

.sect__content .reminder figure b {
  font-weight: 400;
  color: #FFBA08;
}

.form__row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

.form__row figure {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0.75rem 0;
  min-width: 200px;
}

.form__row .row {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

@media (max-width: 475px) {
  .form__row {
    flex-direction: column;
  }
  .sect__nav_listing .nav__btn {
    flex: 1;
    white-space: nowrap;
  }
  .sect__content .form {
    width: 100%;
  }
  .form__row figure {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
  .form__row .row {
    width: 100%;
  }
  .sect__content.transfer {
    padding-bottom: 0;
    border-bottom: 1px solid #444;
  }
  .sect__content .reminder {
    min-height: 0px;
    width: 100%;
  }
  .sect__content .reminder .reminder-img {
    padding: 0.5rem 0 1rem;
  }
}
/* Deposit */
.sect__content.status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}

.sect__content.status .status-icon {
  width: 100px;
  height: 100px;
}

.sect__content.status .status-content {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}

.sect__content.status .content-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

.sect__content.status .content-box .status-content h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  margin-block-start: 0.5rem;
  margin-block-end: 1.25rem;
}

.sect__content.status .content-box .status-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  margin-block-start: 0.5rem;
  margin-block-end: 1.5rem;
}

.sect__content.status .content-box .__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

/* Withdrawal */
/* END Withdrawal */
/* Transfer */
.sect__filter .filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.sect__filter .filter .title {
  font-size: 1rem;
  color: #fff;
}

.wallet-balance-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  background-color: #2C323A;
  border-radius: 8px;
  padding: 0.675rem 1.5rem;
  font-size: 1rem;
  min-width: 140px;
  text-align: right;
  color: #FFBA08;
}

.sect__filter .filter .btn-refresh-game-wallet {
  background-color: #2C323A;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8078431373);
  font-size: 0.875rem;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sect__filter .filter .btn-refresh-game-wallet i {
  font: normal normal normal 22px/1 "Material Design Icons";
}

.sect__filter .filter .btn-refresh-game-wallet:hover {
  color: #FFBA08;
}

.all-in-title {
  font-size: 1rem;
  color: #fff;
  padding: 1.5rem 0 1rem;
}

.all-in-listing {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.all-in-listing .allin-box {
  width: 220px;
  background-color: #2C323A;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.all-in-listing .allin-box .allin-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.all-in-listing .allin-box .allin-balance .namex {
  font-size: 0.875rem;
  color: #fff;
}

.all-in-listing .allin-box .allin-balance .valuex {
  font-size: 1rem;
  color: #fff;
}

.all-in-listing .allin-box .btn--allin {
  font-size: 0.875rem;
  color: #fff;
  background-color: #20242A;
  border-radius: 15px;
  padding: 0.35rem 1rem;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}

.all-in-listing .allin-box .btn--allin:hover {
  color: #FFBA08;
}

.btn-swap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-swap i {
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 475px) {
  .wallet-balance-box {
    background-color: #20242A;
  }
  .sect__filter .filter {
    padding: 1rem 0;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  .sect__filter .filter .btn-refresh-game-wallet {
    margin-left: -5px;
  }
  .all-in-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .all-in-listing .allin-box {
    width: 100%;
    background-color: #20242A;
    padding: 0.75rem;
  }
  .all-in-listing .allin-box .btn--allin {
    background-color: #2C323A;
    cursor: pointer;
  }
}
/* END Transfer */
/* History */
.data table, .special-data table {
  width: 100%;
}

.data table .listing-header, .special-data table .listing-header {
  background-color: #2C323A;
}

.data table tr, .special-data table tr {
  padding: 1rem;
}

.data table th, .special-data table th {
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

.data.history table, .special-data.history table {
  border-spacing: 0px;
}

.data.history table th, .special-data.history table th {
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.data.history table td, .special-data.history table td {
  padding: 0.875rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.25;
  border-bottom: 1px solid #444;
}

@media (max-width: 475px) {
  .data table .listing-header, .special-data table .listing-header {
    font-size: 0.875rem;
    background-color: #20242A;
  }
  .data.history .table-responsive, .data.user-accounts-data .table-responsive, .special-data.history .table-responsive, .special-data.user-accounts-data .table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
  .data.history table td, .special-data.history table td {
    padding: 0.5rem 0.5rem;
  }
}
/* END History */
/* Profile */
.btn--verified {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.btn--verified i {
  font: normal normal normal 20px/1 "Material Design Icons";
  color: rgba(124, 255, 53, 0.5960784314);
}

/* END Profile */
/* Change Password */
/* END Change Password */
/* Bank Details */
/* END Bank Details */
/* Support */
#accordion_faq {
  margin: 20px;
}

.card {
  margin-bottom: 10px;
  border-radius: 10px;
}

.collapse-header {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  padding: 1rem;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
}

.collapse-header h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.collapse-header:hover, .collapse-header:active {
  background-color: #ffbd02;
  color: #fff;
}

.collapse-body {
  display: none; /* Hidden by default, shown with jQuery */
  padding: 5px 15px;
  background-color: #1E2026;
  border-top: 1px solid #1E2026;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 300;
  margin-top: -5px;
}

.collapse-body.active {
  display: block;
  max-height: 1000px; /* Adjust based on content height */
}

.contact-us-boxin {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.contact-us-boxin .country-name {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-block-end: 1rem;
}

.contact-us-boxin .rowx .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-us-boxin .rowx .contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  padding: 1rem 0.75rem;
  border: 1px solid #2A2D34;
  cursor: pointer;
}

.contact-us-boxin .rowx .contacts:hover {
  border: 1px solid #ffa008;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  font-weight: 500;
}

.contact-us-boxin .rowx .contacts .flag {
  width: 30px;
  height: 30px;
}

.contact-us-boxin .rowx .contacts .val, .contact-us-boxin .rowx .contacts a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff !important;
  text-decoration: none;
}

.body {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7607843137);
}

.body .bolded {
  font-weight: 400;
  color: #ffbd02;
}

.body .title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  margin-block-end: 1rem;
}

.separator__title {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 768px) {
  .body {
    font-weight: 300;
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.7607843137);
  }
  .contact-us-boxin {
    flex-direction: column;
  }
  .contact-us-boxin .rowx {
    width: 100%;
  }
  .contact-us-boxin .rowx .contact-list {
    justify-content: flex-start;
    gap: 1rem;
  }
  .contact-us-boxin .rowx .contacts {
    width: calc(50% - 0.5rem);
    gap: 0.25rem;
  }
  .contact-us-boxin .rowx .contacts .val, .contact-us-boxin .rowx .contacts a {
    font-size: 0.875rem;
  }
  .separator__title {
    margin-block-end: 1rem;
  }
}
/* Profile Menu */
.profile__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0rem 0 0.5rem;
}

.profile__menu .profile__menu_icon {
  width: 25px;
  height: 25px;
}

.profile__menu .profile__username {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.profile__menu .btn__profile_rank {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  margin-left: auto;
  padding: 0;
  background: #20242A;
  border-radius: 15px;
}

.profile__menu .btn__profile_rank img {
  width: auto;
  height: 30px;
}

.profile__menu .btn__profile_rank span {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-right: 20px;
}

.profile__menu_section {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.profile__menu_section .subitem_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.975rem 0.5rem;
  border-radius: 8px;
  background-color: #20242A;
  height: 100%;
  position: relative;
}

.profile__menu_section .subitem_box img {
  width: 35px;
  height: 35px;
}

.profile__menu_section .subitem_box span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.profile__menu_section .subitem_box .badge {
  font-size: 0.65rem;
  font-weight: 300;
  color: #fff;
  background-color: #f00;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
}

.profile__menu_section .subitem_box:hover {
  box-shadow: 0 0 6px 0 #E85D04;
}

@media (max-width: 768px) {
  .profile__header {
    border: none;
    margin-top: 1.25rem;
    flex-direction: column;
  }
  .profile__header .vip {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile__header .rank__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .profile__header .vip .chart {
    flex-direction: column;
    max-width: 50%;
    padding-right: 0;
    flex: 1;
    padding-right: 0;
  }
  .profile__header .rank {
    display: none;
  }
  .profile__header .vip .chart .chart__info .desc .desc__text {
    font-size: 0.875rem;
    text-align: center;
  }
  .profile__header .vip .chart .chart__info .desc .desc__grid {
    font-size: 0.875rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile__header .vip .chart .chart__info .desc .desc__grid span {
    font-size: 0.875rem;
    text-align: center;
  }
  .profile__header .vip .info {
    border-left: none;
    border-top: 1px solid #404855;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    min-width: 100%;
  }
  .profile__page .profile__header {
    display: none;
  }
  .profile__page.trans {
    padding-top: 0;
  }
  .profile__page.mobnav {
    padding-top: 3.5rem;
  }
  .profile__body {
    padding: 0;
    background-color: transparent;
    gap: 0;
  }
  .sect__content {
    flex-direction: column;
  }
}
/* END Support */
/* Mobile Vip */
.vip-mob-table {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vip-mob-table .vip-option-listing {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  overflow-x: auto;
}

.vip-mob-table .vip-option-listing .items {
  min-width: 90px;
  height: auto;
  padding: 10px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}

.vip-mob-table .vip-option-listing .items img {
  width: 100%;
  height: auto;
}

.vip-mob-table .vip-option-listing .items .rank-title {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.vip-mob-table .vip-option-listing .items.bolded {
  background-color: #20242A;
  border-radius: 8px;
}

.vip-mob-table .vip-option-listing .items.bolded .rank-title {
  color: #FFBA08;
}

.vip-mob-table .vip-value-listing {
  border-top: 1px solid #707070;
  padding: 0 0 1rem;
}

.vip-mob-table .vip-value-listing .title {
  font-size: 1rem;
  font-weight: 300;
  color: #FFBA08;
  padding: 4px 15px;
  background-color: #20242A;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.vip-mob-table .vip-value-listing .value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.vip-mob-table .vip-value-listing .value span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
}

.vip-mob-table .vip-value-listing .value b {
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffbd02;
  width: 20%;
  text-align: center;
}

/* Mobile Apps */
.guide__info_box {
  display: flex;
  gap: 2rem;
  max-width: 90%;
  margin: 1rem auto 2rem;
}

.guide__info_box .guide__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.guide__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}

.guide__logo p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
}

.guide__inputs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide__method .title {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.guide__method .qr-box {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.guide__method .qr-box img {
  width: 20%;
  height: auto;
  border-radius: 8px;
}

.guide__method .qr-box b {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 0.75rem;
}

.guide__method .qr-box .qr-title {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.5rem;
}

.guide__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.guide__buttons a {
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem;
  text-decoration: none;
  min-width: 200px;
}

.btn--android {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: 1px solid #2A2D34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn--android:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.btn--ios1 {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: 1px solid #2A2D34;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn--ios1:hover {
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0.0745098039) 70%);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.4);
  border: 1px solid #ffa008;
}

.btn--edit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.btn--edit i {
  font-size: 1rem !important;
}

.btn--edit:hover {
  color: #FFBA08;
}

@media (max-width: 768px) {
  .guide__info_box {
    flex-direction: column;
  }
}
/* END Mobile Apps */
.referral__info_section {
  background: inherit;
  padding: 1rem;
  width: 100%;
}

.referral__info_box,
.referral__cards {
  flex: 1;
}

.referral__info_section > div {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}

.referral__qr-box {
  flex: 1;
  text-align: center;
}

.referral__qr-title {
  font-size: 1rem;
  color: #fcfcfc;
  margin-bottom: 1rem;
}

.referral__qr-img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  background-color: #fff;
}

.referral__inputs {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.referral__info-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.referral__label {
  font-size: 1rem;
  color: #d1d1d1;
}

.referral__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.referral__input {
  flex: 1;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  border-radius: 10px;
  background-color: #707070;
  color: #fff;
  box-sizing: border-box;
}

.referral__input:disabled {
  background-color: #707070;
  color: #fff;
}

.referral__btn-copy {
  position: absolute;
  right: 0.5rem;
  height: calc(100% - 2px);
  font-size: 1rem;
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.referral__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem auto;
  max-width: 1200px;
  justify-content: flex-start;
}

.referral__card {
  background-color: #444;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex: 1 1 calc(25% - 1rem);
  max-width: calc(40% - 1rem);
}

@media (max-width: 768px) {
  .referral__card {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .referral__card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.referral__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #ffc107;
}

.referral__card-icon i {
  font-size: 1.3rem;
}

.referral__card-content {
  flex: 1;
}

.referral__card-title {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-align: center;
}

.referral__card-value {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #FFBA08;
}

.referral__content .form-label {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}

.referral__achievement_container {
  width: 100%;
}

.achievements__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin: 0 auto;
}

.achievement__card {
  background-color: #444;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  min-width: 250px;
}

.achievement__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #555;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #ffc107;
}

.achievement__card-icon i {
  font-size: 1.2rem;
}

.achievement__card-content {
  flex: 1;
}

.achievement__card-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.achievement__description {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.achievement__description span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffc107;
  font-size: 0.9rem;
}

.achievement__progress {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: right;
}

.achievement__progress .achievement__status {
  font-size: 0.8rem !important;
  padding: 1px 5px;
  border-radius: 5px;
  font-weight: bold;
}

.bg-green {
  background-color: #4CAF50;
  color: #000;
}

.bg-gray {
  background-color: #b9b9b9;
  color: #000000;
}

@media (max-width: 1024px) {
  .achievements__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .referral__info_section > div {
    flex-direction: column;
  }
  .referral__info_box,
  .referral__cards {
    width: 100%;
    flex: unset;
  }
  .referral__card {
    width: 100%;
  }
  .achievements__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .achievements__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
  }
  .achievement__card {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem;
    min-width: 320px;
  }
}
/* new guide */
.guide__info_section {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: row;
  padding-top: 1.5rem;
  border-top: 1px solid #6c6f72;
  padding-bottom: 2.5rem;
}

.new__guide {
  flex: 1;
  display: flex;
  gap: 5vw;
  max-width: 90%;
}

.new_guide_info_box {
  flex: 1;
  background-color: #20242A;
  padding: 2rem 3rem;
  border-radius: 8px;
}

.guide__logo {
  padding-bottom: 1.5rem;
}

.guide__logo img {
  width: 175px;
  height: auto;
}

.guide__logo p {
  font-size: 1.2rem;
  font-weight: bold;
}

.new_guide_info_box_content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new_guide_info_box_content .guide__item {
  display: flex;
  gap: 1rem;
  flex: 1;
  width: 100%;
}

.new_guide_info_box_content .guide__item_1 {
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
}

.new_guide_info_box_content .guide__inputs {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.new_guide_info_box_content .guide__inputs .form-info-box {
  flex: 1;
}

.new_guide_info_box_content .guide__inputs .flabel {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.75rem;
}

.new_guide_info_box_content .guide__item .guide__method {
  width: 100%;
}

.new_guide_info_box_content .guide__item .guide__method .title {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  padding-bottom: 0.75rem;
}

.guide__step .flickity-prev-next-button.previous {
  left: -50px;
}

.guide__step .flickity-prev-next-button.next {
  right: -50px;
}

@media (max-width: 768px) {
  .guide__info_section {
    flex-direction: column;
    border: none;
  }
  .new__guide {
    max-width: 100%;
    flex-direction: column;
  }
  .new_guide_info_box {
    padding: 1rem 0;
    background-color: transparent;
  }
  .new_guide_info_box_content .guide__inputs {
    flex-direction: column;
  }
  .new_guide_info_box_content .guide__item {
    flex-direction: column;
  }
  .guide__step .flickity-prev-next-button.previous {
    left: -35px;
  }
  .guide__step .flickity-prev-next-button.next {
    right: -35px;
  }
}
/* Styles for draggable element */
#draggable-element {
  width: 150px;
  height: 150px;
  background-color: #3490dc;
  color: white;
  text-align: center;
  line-height: 150px;
  cursor: move;
  border-radius: 5px;
}

/* Custom Tooltip Styles */
.ui-tooltip {
  background-color: #333 !important; /* Background color */
  color: #fff !important; /* Text color */
  border-radius: 5px !important; /* Rounded corners */
  padding: 5px !important; /* Padding */
  font-size: 1rem !important; /* Font size */
  font-weight: 400 !important;
  font-family: var(--FONT-FAMILY) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important; /* Shadow for depth */
  border: none !important;
  display: inline-block;
}

/* Modal backdrop */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 36, 42, 0.8078431373);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 30;
}

/* Modal content for zoom-in effect */
.modal-content {
  background: #2C323A;
  border: 1px solid #FFBA08;
  padding: 10px 15px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  min-height: 75px;
  text-align: center;
  transform: scale(0.7); /* Start with zoomed-out */
  opacity: 0; /* Initially transparent */
  transition: transform 0.4s ease, opacity 0.4s ease;
  position: relative;
}

.modal-dialog {
  max-width: 575px;
  padding: 0;
  min-width: 450px;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-width: 100%;
    margin: 0;
  }
}

.modal-content.register {
  width: 100%;
}

.modal-lg {
  max-width: 700px;
  min-width: 500px;
}
@media (max-width: 768px) {
  .modal-lg {
    min-width: 100%;
    margin: 0;
  }
}

.modal-content.login {
  width: 60%;
}

.modal-content.promotion {
  width: 100%;
  padding: 0;
  /*padding-bottom: 1.5rem;*/
}
.modal-content.promotion .__content {
  max-height: 50vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal-content.promotion {
    width: 80%;
  }
  .modal-content.promotion .__content {
    max-height: 50vh;
    overflow: auto;
  }
}

.modal-content.announcement {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  min-height: auto;
  max-height: 60vh;
}

.modal-content .close-btn {
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  cursor: pointer;
  z-index: 10;
}

.modal-content .close-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: ease-out 0.3s all;
}

.modal-content .close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: ease-out 0.3s all;
}

.modal-content .close-btn:hover:before, .modal-content .close-btn:focus:before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.modal-content .close-btn:hover:after, .modal-content .close-btn:focus:after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.modal-content .__header {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content .__header.big {
  font-size: 1.5rem;
}

.modal-content .__header .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.modal-content .__content {
  height: 100%;
  flex-grow: 1;
}

.modal-content .__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.modal-content .success, .modal-content .error {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-direction: column;
}

.modal-content .success .title {
  color: #fff;
  font-size: 1.5rem;
}

.modal-content .success .message {
  color: rgba(124, 255, 53, 0.5960784314);
  font-size: 1rem;
}

.modal-content .error .title {
  color: #fff;
  font-size: 1.5rem;
}

.modal-content .error .message {
  color: #f27474;
  font-size: 1rem;
}

.modal-content .popup__buttons {
  margin-top: auto;
}

/* Special for announcement */
.modal-content.announcement .__header {
  min-height: 50px;
  flex-basis: 50px;
}

.modal-content.announcement .__content {
  height: 100%;
  flex-grow: 1;
  overflow: auto;
  margin-bottom: 1.25rem;
}

.modal-content.announcement .__content .empty-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content.announcement .__content .announcement-listing {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: 0 1rem 1rem;
}

.modal-content.announcement .__content .announcement-listing .announcement-list-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #20242A;
  padding: 1rem;
  border-radius: 10px;
  text-align: left;
}

.modal-content.announcement .__content .announcement-listing .announcement-list-box .title-announcement {
  font-size: 1rem;
  font-weight: 400;
  color: #FFBA08;
}

.modal-content.announcement .__content .announcement-listing .announcement-list-box .desc-announcement {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8941176471);
}

.modal-content.announcement .__content .announcement-listing .announcement-list-box .date-announcement {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(219, 219, 219, 0.5960784314);
}

/* Special for notification info */
.modal-content .__content.info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0 0;
}

.modal-content .__content.info .title {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.5rem 0;
  text-align: left;
  color: #FFBA08;
}

.modal-content .__content.info .message {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6980392157);
  flex: 1;
  text-align: left;
}

.modal-content .__content.info .message .text-secondary {
  color: #FFBA08;
}

.modal-content .__content.info .notification-date-info {
  font-size: 1rem;
  font-weight: 300;
  color: #FFBA08;
  text-align: left;
}

/* Special for Announcement Info*/
.modal-content.announcementInfo {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  min-height: 30vh;
  max-height: 60vh;
}
@media (max-width: 768px) {
  .modal-content.announcementInfo {
    width: 90%;
    max-height: 50vh;
    min-height: auto;
  }
}

.modal-content.announcementInfo .__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#banner_tab_web, #banner_tab_mob {
  width: 100%;
  height: auto;
}

#banner_tab img {
  width: 100%;
  height: auto;
  max-height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-content.announcementInfo .__content {
  overflow: auto;
  flex-grow: 1;
  padding: 1rem 1.5rem;
}

.modal-content.announcementInfo .__content .popup-content .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 0.75rem;
}

.modal-content.announcementInfo .__content .popup-content .description {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6980392157);
  text-align: left;
}

.modal-content.announcementInfo .popup-footer {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem 1.25rem;
  min-height: 30px;
}

.custom-switch-new {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-switch-new .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
  background-color: #20242A;
  top: -0.1rem;
}

.custom-switch-new .custom-control-label::after {
  top: calc(-0.1rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: rgba(255, 255, 255, 0.6470588235);
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label {
  font-size: 0.813rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch-new .custom-control-label::after {
    transition: none;
  }
}
.custom-switch-new .custom-control-input:checked ~ .custom-control-label::after {
  background-color: var(--SECONDARY-COLOR);
  transform: translateX(0.75rem);
}

.custom-switch-new .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(14, 17, 24, 0.5);
}

@media (max-width: 767px) {
  .modal-content {
    width: 80%;
  }
  .modal-content.register {
    width: 100%;
    height: 100vh;
    border: none;
    padding: 0;
  }
  .modal-content.login {
    width: 100%;
    height: 100vh;
    border: none;
    padding: 0;
  }
  .modal-content.announcement {
    width: 90%;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: auto;
    max-height: 60vh;
  }
  .register_content_popup {
    height: 100vh;
    padding: 0;
  }
}
/* Show modal with zoom-in effect */
.show .modal-content {
  transform: scale(1); /* Zoom to full size */
  opacity: 1; /* Fade in */
  display: flex;
  flex-direction: column;
}

/* Hide modal with zoom-out effect */
.hide .modal-content {
  transform: scale(0.7); /* Zoom out */
  opacity: 0; /* Fade out */
}

/* Show backdrop */
.show {
  display: flex;
}

/* Swal Icons */
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  justify-content: flex-end;
  height: 2.2em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
  font-size: 1em;
}

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown > .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown > .swal2-container.swal2-top-left, body.swal2-toast-shown > .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-center-left, body.swal2-toast-shown > .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-left, body.swal2-toast-shown > .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown > .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.25em;
  left: -0.9375em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: showSweetToast 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: hideSweetToast 0.2s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  animation: animate-toast-success-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  animation: animate-toast-success-long 0.75s;
}
@keyframes showSweetToast {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

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

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-popup .swal2-actions {
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-popup .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  box-shadow: none;
}

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding-top: 1em;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.swal2-popup .swal2-close:hover {
  transform: none;
  color: #f27474;
}

.swal2-popup > .swal2-checkbox, .swal2-popup > .swal2-file, .swal2-popup > .swal2-input, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-select, .swal2-popup > .swal2-textarea {
  display: none;
}

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

.swal2-popup #swal2-content {
  text-align: center;
}

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
  margin: 1em auto;
}

.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-popup .swal2-file::-moz-placeholder, .swal2-popup .swal2-input::-moz-placeholder, .swal2-popup .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-popup .swal2-range input {
  width: 80%;
}

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0.75em;
}

.swal2-popup .swal2-input[type=number] {
  max-width: 10em;
}

.swal2-popup .swal2-file {
  font-size: 1.125em;
}

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
  align-items: center;
  justify-content: center;
}

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
  margin: 0 0.4em;
}

.swal2-popup .swal2-validationerror {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  zoom: normal;
}

.swal2-icon-text {
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  z-index: 1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  animation: none;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  animation: none;
}

[dir=rtl] .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Daily Checkin */
.modal-content.checkin {
  width: 95% !important;
  margin: 0 auto !important;
}

.count-down-box {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #20242A;
  padding: 10px;
  gap: 10px;
  z-index: 50;
}

.count-down-box .join-now-btn {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
}

.count-down-box .countdown-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.count-down-box .timebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.count-down-box .timebox .time-title {
  font-size: 0.813rem;
  font-weight: 300;
  color: #fff;
}

.count-down-box .timebox .time-count {
  font-size: 1rem;
  font-weight: 500;
  background: #2C323A;
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .count-down-box {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #20242A;
    padding: 10px;
    gap: 10px;
  }
  .count-down-box.show {
    display: flex;
  }
}
.form-control {
  border: none !important;
  background: #20242A !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 1rem !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
@media (max-width: 475px) {
  .form-control {
    background: #20242A;
  }
}

/* Global - Buttons */
.form-buttons {
  padding-top: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.form-reminder {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6117647059);
  margin: 0.75rem 0;
}

.form-reminder-center {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6117647059);
  margin: 1rem 0;
  line-height: 1.15;
}

.form-reminder-center.no-mb {
  margin-bottom: 0;
}

.form-reminder-center a {
  color: #FFBA08;
  text-decoration: underline;
  cursor: pointer;
}

.btn--submit {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  color: #fff;
  border-radius: 8px;
  padding: 8.5px 30px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  cursor: pointer;
  place-self: flex-start;
  line-height: 1;
}

.btn--submit:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3); /* Additional outer glow */
}

.btn-form-submit {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  color: #fff;
  border-radius: 8px;
  padding: 8.5px 30px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  cursor: pointer;
  place-self: flex-start;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-form-submit:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3); /* Additional outer glow */
}

.btn--auth {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  color: #fff;
  border-radius: 8px;
  padding: 8.5px 30px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  cursor: pointer;
  place-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn--auth .loadingio-spinner-spinner-nq4q5u6dq7r {
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.btn--auth:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3); /* Additional outer glow */
}

.btn--otp {
  background: #e75810;
  color: #fff;
  border-radius: 8px;
  padding: 7px 20px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  place-self: flex-start;
  white-space: nowrap;
  height: 34px;
}
.btn--otp.disabled {
  background: #20242A;
  cursor: not-allowed;
  pointer-events: none;
}
.btn--otp:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  background: linear-gradient(to right, #FE4326, #FFBA08);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3); /* Additional outer glow */
}

.btn--cancel {
  border: 1px solid #FFBA08;
  color: #fff;
  background-size: cover;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.5px 20px;
  font-size: 1rem;
  cursor: pointer;
  place-self: flex-start;
}
.btn--cancel:hover {
  background: radial-gradient(ellipse at bottom, rgba(254, 67, 38, 0.2588235294), transparent);
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
}

.date-input::-moz-placeholder, .datetime-input::-moz-placeholder {
  color: #fff !important;
}

.date-input::placeholder, .datetime-input::placeholder {
  color: #fff !important;
}

@media (max-width: 475px) {
  .btn-form-submit {
    width: 100%;
    padding: 15px 30px;
  }
  .form-buttons-box {
    gap: 0.5rem;
    margin-top: -0.5rem;
  }
  .form-buttons-box .btn__amount {
    background: #20242A;
    width: calc(25% - 0.375rem);
  }
}
.swal2-popup {
  background: #20242A !important;
  color: #fff !important;
}

.swal2-popup .swal2-title {
  color: #fff !important;
}

.swal2-popup .swal2-content {
  color: #fff !important;
}

.form-info-box {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #707070;
  box-sizing: border-box;
}
.form-info-box span {
  letter-spacing: 0.25px;
  font-size: 1rem;
  font-weight: 400;
}
.form-info-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.form-info-box .right {
  margin-left: auto;
}
.form-info-box .btn__copy {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: #000;
}
.form-info-box .btn__copy i {
  font-size: 1rem;
}

.form-input-box {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #2C323A;
}
.form-input-box input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 1rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.form-input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4941176471);
}
.form-input-box input::placeholder {
  color: rgba(255, 255, 255, 0.4941176471);
}
.form-input-box .right-icon {
  cursor: pointer;
}
.form-input-box .right-icon:hover {
  color: #FFBA08;
}
.form-input-box.standard {
  width: 200px;
  max-width: 200px;
}
.form-input-box.dark__full {
  background: #20242A;
  border: none;
}
.form-input-box.dark__full_profile {
  background: #2C323A;
  border: none;
}
.form-input-box.form__error {
  border: 1px solid #f00;
}

.error__reminder {
  color: #f00;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-align: left;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  flex-grow: 1;
  margin-bottom: 0;
}
.form-group i.mdi-chevron-down {
  font-size: 30px;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 2px;
  right: 1.5%;
  z-index: 3;
}

.form-split {
  display: flex;
  gap: 1rem;
}
.form-split > div {
  flex: 1;
}
.form-split > .spl-1 {
  flex: 1;
}
.form-split > .spl-2 {
  flex: 2;
}
.form-split > .spl-3 {
  flex: 3;
}

/* Home Slider Banner */
.home-banner, .type-carousel {
  height: auto; /* Let the height adjust based on content */
}

/* Carousel 4 Divs */
.carousel-cells {
  width: 100%; /* Make carousel cells take up 100% width */
  display: flex; /* Flex layout for the inner content */
  justify-content: space-between; /* Spread out the divs inside */
  padding: 1rem 0 10px; /* Optional padding around the content */
  box-sizing: border-box;
}

.carousel-content {
  display: flex; /* Flexbox to place 4 divs in a row */
  /*justify-content: space-between;*/ /* Evenly space out the divs */
  width: 100%; /* Ensure the content takes up the full width */
}

.four-divs-carousel {
  width: 100%; /* Full-width for the carousel container */
  margin: 0 auto; /* Center the carousel */
}

/* End Carousel 4 Divs */
.home-banner .carousel-cell {
  width: 70%; /* 单元格宽度 */
  margin-right: -10%;
}

@media (max-width: 767px) {
  .carousel-cell img {
    width: 100%;
    height: auto; /* Make sure the image covers the full height */
    -o-object-fit: contain;
    object-fit: contain; /* Scale the image to fit, maintaining its aspect ratio */
  }
  /* Home Slider Banner */
  .home-banner .carousel-cell {
    width: 70%; /* 单元格宽度 */
    margin-right: -20px;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
}
/* 图片样式 */
.home-banner .carousel-cell img {
  width: 100%;
  display: block;
  border-radius: 10px;
  /*box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);*/
}

/* 中间图片放大效果 */
.home-banner .carousel-cell.is-selected {
  transform: scale(1.1); /* 放大 */
  z-index: 2; /* 提高层级，盖住其他图片 */
  opacity: 1;
}

.home-banner .carousel-cell.is-selected img {
  filter: blur(0px);
}

/* 两侧图片缩小效果 */
.home-banner .carousel-cell:not(.is-selected) {
  transform: scale(0.8); /* 缩小 */
  opacity: 0.5; /* 调低透明度 */
}

.home-banner .carousel-cell:not(.is-selected) img {
  filter: blur(1px);
}

/**
*** iv. Inline Styles (Style for a specific element)
*/
/**
*** v. Media Queries (Style for different screen sizes)
*/
.profile__header {
  display: flex;
  gap: 1rem;
  border: 1px solid #FFBA08;
  border-radius: 10px;
  padding: 1rem;
  background-color: #20242A;
}
.profile__header .balance {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 160px;
}
.profile__header .balance .wallet {
  width: 25px;
  height: auto;
}
.profile__header .balance_info {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.profile__header .balance_info .title {
  font-size: 1rem;
  font-weight: 300;
}
.profile__header .balance_info .title b {
  color: #FFBA08;
  font-weight: 300;
}
.profile__header .balance_info .balance {
  display: flex;
  align-items: center;
}
.profile__header .balance_info .balance .value {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFBA08;
}
.profile__header .balance_info .balance .balance__button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C323A;
  border-radius: 50%;
}
.profile__header .balance_info .balance .balance__button i {
  color: rgba(255, 255, 255, 0.4274509804);
  font: normal normal normal 22px/1 "Material Design Icons";
}
.profile__header .balance_info .balance .balance__button:hover {
  background: #FFBA08;
}
.profile__header .balance_info .balance .balance__button:hover i {
  color: #fff;
}
.profile__header .balance_info .btn__restore {
  outline: none;
  border: none;
  background: #2C323A;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 120px;
  padding: 5px;
}
.profile__header .balance_info .btn__restore i {
  font-size: 1rem;
  color: #fff;
}
.profile__header .balance_info .btn__restore span {
  font-size: 0.875rem;
  color: #fff;
}
.profile__header .balance_info .btn__restore:hover {
  background: linear-gradient(to right, #FE4326, #FFBA08);
}
.profile__header .vip {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1;
  max-width: calc(100% - 250px - 200px);
}
@media (max-width: 767px) {
  .profile__header .vip {
    max-width: 100%;
  }
}
.profile__header .vip .chart {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1.5rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .profile__header .vip .chart {
    padding-right: 0;
  }
}
.profile__header .vip .chart .chart__bar {
  width: 100px;
  height: 100px;
}
.profile__header .vip .chart .chart__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.profile__header .vip .chart .chart__info .desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.profile__header .vip .chart .chart__info .desc .desc__text {
  font-size: 1rem;
  font-weight: 300;
}
.profile__header .vip .info {
  border-left: 1px solid #404855;
  flex: 1;
  height: 100%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  max-width: 55%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .profile__header .vip .info {
    border-left: none;
  }
}
.profile__header .vip .info .chart__linebar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.profile__header .vip .info .chart__linebar .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile__header .vip .info .chart__linebar .label span {
  font-size: 1rem;
  font-weight: 400;
}
.profile__header .vip .info .chart__linebar .label b {
  font-size: 0.875rem;
  font-weight: 400;
}
.profile__header .vip .info .chart__linebar .bar {
  width: 100%;
}
.profile__header .rank__info {
  min-width: 250px;
  max-width: 35%;
}
@media (max-width: 767px) {
  .profile__header .rank__info {
    max-width: 100%;
  }
}
.profile__header .rank {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #2C323A;
  border-radius: 30px;
  padding: 8px 15px;
  margin-bottom: 1rem;
}
.profile__header .rank img {
  width: auto;
  height: 22px;
}
.profile__header .desc__grid {
  display: flex;
  flex-wrap: 1;
  gap: 0.5rem;
}
.profile__header .desc__grid span {
  font-size: 1rem;
  font-weight: 300;
  white-space: nowrap;
}
.profile__header .desc__grid img {
  width: auto;
  height: 15px;
}
.profile__header .desc__grid b {
  font-weight: 400;
  color: #FFBA08;
  white-space: nowrap;
}

.profile__body {
  flex: 1;
  background: #20242A;
  min-height: 50vh;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
}
@media (max-width: 475px) {
  .profile__body {
    padding: 0;
    background-color: transparent;
    gap: 0;
  }
}

.wallet__sub_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.wallet__sub_box .wallet-info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.wallet__sub_box .wallet-info b {
  margin-left: auto;
}
.wallet__sub_box .wallet-info .btn__icon {
  outline: none;
  background: transparent;
  border: none;
  padding: 0;
}
.wallet__sub_box .wallet-info .btn__icon i {
  color: #fff;
  font-size: 1.25rem;
}

.submain-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 50px;
}

.submain-section .subheader-nav {
  display: flex;
  gap: 10px;
  padding: 10px 0 0;
  min-height: 40px;
}

.submain-section .subheader-nav .nav {
  color: #fff;
  text-decoration: unset;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  padding: 2px 15px;
  min-width: 150px;
  text-align: center;
  justify-content: center;
}

.submain-section .subheader-nav .nav.bolded {
  color: #FFBA08;
  border-bottom: 2px solid #FFBA08;
}

.submain-section .subheader-body {
  background: #20242A;
  padding: 1rem 1.5rem;
}

.submain-section .subheader-body .body {
  display: none;
}

@media (max-width: 767px) {
  .submain-section {
    padding: 10px 0 0px;
    gap: 5px;
  }
  .submain-section .subheader-nav {
    padding: 5px 0;
    overflow: auto;
    min-height: 45px;
  }
  .submain-section .subheader-nav .nav {
    min-width: 130px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .submain-section .subheader-body {
    background: transparent;
    padding: 0;
  }
}
/* Global - Selection */
.form-select-box {
  border: 1px solid #FFBA08;
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 15px;
  border-radius: 10px;
  background-color: #2C323A;
  min-width: 90px;
  position: relative;
}

.form-select-box span {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  flex: 1;
}

.form-select-box i {
  font-size: 30px;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 1px;
  right: 1.5%;
  z-index: 1;
}

.form-select-box .each-country {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  padding: 5px 5px;
  text-align: left;
  cursor: pointer;
  z-index: 2;
}

.form-select-box .each-country span {
  font-size: 1rem;
}

.form-select-box .each-country b {
  font-size: 1rem;
}

.form-select-box.dark__full {
  background: #20242A;
  border: none;
  position: relative;
}

.form-select-box.dark__full_profile {
  background: #2C323A;
  border: none;
  position: relative;
}

@media (max-width: 475px) {
  .form-select-box {
    background: #20242A;
  }
  .form-upload-box {
    background: #20242A;
    border-radius: 8px;
  }
  .form-upload-box .upload__display {
    background: transparent;
  }
  .form-select-box.dark__full_profile {
    background: #20242A;
  }
  .form-input-box.dark__full_profile {
    background: #20242A;
  }
}
/* Global - Buttons Box */
.form-buttons-box {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: -0.5rem;
}

.form-buttons-box .btn__amount {
  font-size: 1rem;
  font-weight: 400;
  background: #2C323A;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: #fff;
  width: calc(25% - 0.375rem);
}
@media (max-width: 475px) {
  .form-buttons-box .btn__amount {
    background: #20242A;
  }
}

.form-buttons-box .btn__amount:hover {
  color: #FFBA08;
}

.form-buttons-box .btn__amount.bolded {
  border: 1px solid #FFBA08;
  color: #FFBA08;
}

/* Global - Upload Box */
.form-upload-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-upload-box .upload__display {
  background: #2C323A;
  border-radius: 8px;
  padding: 10px 15px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 475px) {
  .form-upload-box .upload__display {
    background: transparent;
  }
}

.form-upload-box .upload__display .upload__name {
  font-size: 1rem;
  font-weight: 300;
}

.form-upload-box .upload__display .btn__remove {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  display: none;
}

.form-upload-box .upload__display .btn__remove i {
  font-size: 1rem;
  color: #fff;
}

.form-upload-box .upload__display.uploaded .btn__remove {
  display: block;
}

.form-upload-box .btn__upload {
  background: #E85D04;
  border: none;
  outline: none;
  padding: 10px 15px;
  min-width: 150px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}

.form-upload-box .btn__upload:hover {
  text-shadow: 0 0 10px rgba(255, 186, 8, 0.5);
  background: linear-gradient(to right, #FE4326, #FFBA08);
  box-shadow: inset 0 5px 10px rgba(255, 186, 8, 0.3), 0 0 6px 3px rgba(232, 91, 4, 0.2862745098), 0 0 2px rgba(255, 186, 8, 0.3); /* Additional outer glow */
}

.home__swp {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .home__swp {
    flex-direction: column-reverse;
    gap: 0rem;
    padding-bottom: 0;
  }
}

/* Dark Mode Datepicker */
.ui-datepicker {
  background: #222;
  border: 1px solid #444;
  padding: 6px; /* Reduced padding */
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  font-family: Arial, sans-serif;
  color: white;
}

/* Header (Month & Year) */
.ui-datepicker-header {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 6px; /* Reduced padding */
  border-radius: 5px 5px 0 0;
  text-align: center;
}

/* Navigation Arrows */
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  color: white;
  background: none;
  border: none;
  font-weight: bold;
}

/* Table cells */
.ui-datepicker-calendar td {
  padding: 4px; /* Smaller padding */
  text-align: center;
}

/* Default Date Cells */
.ui-state-default {
  background: #444;
  border-radius: 4px; /* Slightly reduced */
  padding: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 14px; /* Slightly smaller text */
}

/* Hover Effect */
.ui-state-default:hover {
  background: #007bff;
  color: white;
}

/* Selected Date */
.ui-state-active {
  background: #007bff !important;
  color: white !important;
  font-weight: bold;
}

/* Notification */
.inbox-table .data--box {
  color: #fff;
  cursor: pointer;
}

.inbox-listing-header {
  color: #fff !important;
  display: flex;
  align-items: center;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #FFBA08;
}

.inbox-listing-header * {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inbox-listing-header #form-mark-as-read {
  margin-left: auto;
}

.inbox-listing-header #form-mark-as-read .btn-link {
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.8274509804);
  background: transparent;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
}

.inbox-listing-header #form-mark-as-read .btn-link i {
  font-size: 1.25rem;
}

.inbox-listing-header #form-mark-as-read .btn-link:hover {
  color: #FFBA08;
}

/* Notification */
.inbox-table .data--box {
  color: #fff;
  cursor: pointer;
}

.inbox-listing-header {
  color: #fff !important;
  display: flex;
  align-items: center;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #FFBA08;
}

.inbox-listing-header * {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inbox-listing-header #form-mark-as-read {
  margin-left: auto;
}

.inbox-listing-header #form-mark-as-read .btn-link {
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.8274509804);
  background: transparent;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
}

.inbox-listing-header #form-mark-as-read .btn-link i {
  font-size: 1.25rem;
}

.inbox-listing-header #form-mark-as-read .btn-link:hover {
  color: #FFBA08;
}

.data.latest-notifications .inbox-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1rem 0;
}

.data--box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.data--box .tick__box {
  width: 50px;
}

.data--box .tick__box .custom-checkbox {
  margin: 0;
}

.data--box .data__box {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 0.5rem;
  border-radius: 10px;
}

.data--box .data__box .date__box {
  width: 150px;
}

.data--box .data__box .date__box span {
  font-size: 1rem;
  font-weight: 300;
}

.data--box .data__box .content__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.data--box .data__box .content__box .title {
  font-size: 1rem;
  color: #FFBA08;
}

.data--box .data__box .content__box .desc {
  font-size: 1rem;
  color: #FFF;
}

.data--box .data__box .content__box .text-secondary {
  color: #FFBA08 !important;
}

.data--box:hover .data__box {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.data--box.readed .content__box .title {
  color: rgba(255, 255, 255, 0.5294117647);
}

.data--box.readed .content__box .desc {
  color: rgba(255, 255, 255, 0.3137254902);
}

.data--box.readed .content__box .text-secondary {
  color: #FFBA08;
}

.data--box.readed .date__box span {
  color: #ffffff;
}

.data--box.selected .data__box {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.custom-control-label {
  color: rgba(255, 255, 255, 0.8274509804);
  font-weight: 300;
  font-size: 1rem;
}

@media (max-width: 475px) {
  .inbox-listing-header {
    margin-top: -0.5rem;
  }
  .data--box .data__box {
    flex-direction: column-reverse;
    background: #20242A;
    padding: 0.75rem 1rem;
  }
  .data--box .data__box .date__box {
    width: 100%;
  }
  .data--box .data__box .date__box span {
    font-size: 0.875rem;
  }
}
.custom-control-label::before {
  background: transparent;
  border: none;
}

/* Global - Small Options */
.form__small_options {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.form__small_options .btn__small_type {
  font-size: 0.875rem;
  padding: 10px 15px;
  border-radius: 5px;
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  color: #fff;
  border: none;
  font-weight: normal;
  width: calc(25% - 0.65rem);
  border: 1px solid transparent;
}

.form__small_options .btn__small_type:hover {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.form__small_options .btn__small_type.bolded {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 8px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

.no-clickable {
  opacity: 0.75;
  pointer-events: none;
  cursor: not-allowed;
}

.sub__nav .badge {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  background-color: red;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.65rem;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.25;
}

.btn-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* The container */
.form-checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  /*position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 10;*/
  position: relative;
  z-index: 10;
  opacity: 0;
  margin-left: -30px;
  width: 40px;
  cursor: pointer;
}

.custom-checkbox.checkeach input {
  /*position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 10;*/
  position: relative;
  z-index: 10;
  visibility: hidden;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(238, 238, 238, 0.168627451);
  border-radius: 2px;
  border: 1px solid rgba(238, 238, 238, 0.3607843137);
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: rgba(238, 238, 238, 0.4705882353);
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: rgba(238, 238, 238, 0.168627451);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fe8426;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .language--popover {
    right: 15px;
    top: 55px;
    bottom: unset;
    left: unset;
  }
}
.spin {
  animation: spin 1s linear infinite;
  display: flex !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-danger {
  color: #FF4500 !important;
}

/* Global - Popover */
[data-popover] {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

[data-popover]:hover {
  background-color: rgba(19, 18, 18, 0.168627451);
}

.popover {
  position: absolute;
  top: 110%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  background-color: #20242A;
  border: 1px solid #FFBA08;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  z-index: 10;
  max-width: 100%;
}

.popover.language {
  left: 90%;
  max-width: unset;
}

.popover.country {
  width: 100px;
  max-width: 100px;
  left: 70%;
}

.popover.user {
  left: 50%;
  max-width: unset;
  min-width: 100%;
}

.popover.deposit {
  left: 71%;
  max-width: unset;
  min-width: calc(100% + 80px);
}

.popover.gamelist {
  left: 130px;
  top: 0;
  max-width: 550px;
  width: 500px;
  max-height: 500px;
  border: none;
  padding: 0;
  background: transparent;
}

.popover.gamelist.more1 {
  left: 280px;
  width: 50px;
}

.popover.gamelist.more2 {
  left: 340px;
  width: 320px;
}

.popover.gamelist.more3 {
  left: 400px;
  width: 435px;
}

.popover.gamelist.more4 {
  left: 457px;
  width: 550px;
}

.popover.gamelist.more1 .subgame__listing {
  grid-template-columns: repeat(1, 1fr) !important;
}

.popover.gamelist.more2 .subgame__listing {
  grid-template-columns: repeat(2, 1fr) !important;
}

.popover.gamelist.more3 .subgame__listing {
  grid-template-columns: repeat(3, 1fr) !important;
}

.popover.gamelist.more4 .subgame__listing {
  grid-template-columns: repeat(4, 1fr) !important;
}

.popover::before {
  /* content: '';*/
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.popover.show {
  opacity: 1 !important;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .popover.language {
    left: -15%;
    max-width: unset;
  }
  .btn--auth {
    width: 100%;
    padding: 15px 30px;
  }
}
.pagination {
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: center;
}

.non-app-div, .app-div {
  min-height: 50vh;
}

/* Special Popover */
.language--popover {
  position: absolute;
  left: 35px;
  top: 65px;
  min-width: 250px;
  background: #20242A;
  border: 1px solid #FFBA08;
  border-radius: 8px;
  padding: 10px;
  display: none;
}
.language--popover.active {
  display: block;
}

.language--popover .language-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.language--popover .each-language {
  display: flex;
  align-items: center;
}

.language--popover .each-language img {
  width: 20px;
  height: 20px;
}

.language--popover .each-language .direction {
  display: flex;
  align-items: center;
  gap: 0px;
}

.language--popover .each-language .direction a {
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: unset;
  cursor: pointer;
  padding: 3px 8px;
  white-space: nowrap;
}

.language--popover .each-language .direction a:last-child {
  border: none;
}

.language--popover .each-language .direction a:hover, .language--popover .each-language .direction a.bolded {
  color: #FFBA08;
}

.static__popover {
  position: fixed;
  top: 65px;
  background: #20242A;
  border: 1px solid #FFBA08;
  border-radius: 8px;
  padding: 5px 10px 10px;
  width: 170px;
  margin-left: auto;
  display: none;
}
.static__popover.active {
  display: block;
}

.static__popover2 {
  position: fixed;
  top: 65px;
  background: #20242A;
  border: 1px solid #FFBA08;
  border-radius: 8px;
  padding: 10px 10px 10px;
  width: 275px;
  right: 35px;
  margin-left: auto;
  display: none;
}
.static__popover2.active {
  display: block;
}

.right-section .sub__nav {
  padding: 10px 5px;
  display: block;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.right-section .sub__nav:hover {
  color: #FFBA08;
}

.right-section .sub__nav.bolded {
  color: #FFBA08;
}

.right-section .btn__summary {
  background: linear-gradient(180deg, #2A2D34, #1E2026);
  border: 1px solid transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 10px;
  gap: 10px;
  cursor: pointer;
  color: #fff;
  width: 100%;
}

.right-section .btn__summary:hover {
  border: 1px solid #ff9408;
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.7843137255), rgba(255, 140, 0, 0.2), transparent, transparent);
  background: radial-gradient(ellipse at bottom, rgba(255, 140, 0, 0.5921568627), rgba(255, 140, 0, 0) 70%);
  font-weight: 500;
  text-shadow: 0 0 8px rgba(255, 153, 0, 0.8); /* Subtle text glow */
  box-shadow: 0 0 5px rgba(255, 87, 34, 0.6); /* Outer glow effect */
}

#modal-daily-checkin .modal-content {
  border: 1px solid #FFBA08;
  background-color: rgba(44, 50, 58, 0.9); /* Background with 75% opacity */
  box-shadow: 0px 4px 10px rgba(255, 186, 8, 0.45); /* Solid yellow-orange shadow */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* Blur effect */
}

#modal-daily-checkin .modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1rem;
}
@media (max-width: 767px) {
  #modal-daily-checkin .modal-body {
    max-height: unset;
    padding: 0.5rem;
  }
}

#modal-daily-checkin .modal-dialog-centered {
  align-items: center;
}

@media (min-width: 576px) {
  #modal-daily-checkin .modal-dialog {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  #modal-daily-checkin .modal-dialog {
    max-width: 50%;
  }
}
#floating-menu {
  position: fixed;
  z-index: 1000;
  width: 100px;
  height: auto;
  touch-action: none;
  /* transition: top 0.15s ease, left 0.2s ease; */
}

#floating-menu .dropdown-toggle {
  position: relative;
  z-index: 2;
}

#floating-menu .dropdown-toggle::after {
  content: none;
}

#floating-menu-main-img {
  width: 100px;
  height: auto;
}

#floating-menu-main-img:hover {
  cursor: pointer;
}

#floating-menu .floating-menu-div {
  text-align: center;
  min-width: 75px;
  width: 75px;
  transform: translateY(35%) !important;
  left: 13px !important;
  padding-top: 50px;
  z-index: 1;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  border: 1px solid #ffbd02;
  background-color: rgba(0, 0, 0, 0.2);
}

#floating-menu .floating-menu-div .floating-menu-item {
  width: 80%;
  height: auto;
  padding-bottom: 15px;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

#floating-menu .floating-menu-div2 {
  text-align: center;
  min-width: 75px;
  width: 75px;
  transform: translateY(-77%) !important;
  left: 12px !important;
  padding-bottom: 50px;
  z-index: 1;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid #ffbd02;
  background-color: rgba(0, 0, 0, 0.75);
}

#floating-menu .floating-menu-div2 .floating-menu-item {
  width: 80%;
  height: auto;
  padding-top: 15px;
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

#floating-menu .floating-menu-div .floating-menu-item:hover, #floating-menu .floating-menu-div2 .floating-menu-item:hover {
  cursor: pointer;
  transform: scale(1);
}

.form-control.dark__full_profile {
  background-color: #2C323A !important;
}
@media (max-width: 767px) {
  .form-control.dark__full_profile {
    background-color: #20242A !important;
  }
}

/* Chart Label */
.chart__label {
  font-size: 1rem;
  font-family: var(--FONT-FAMILY);
  color: #ffffff; /* White text color */
}

.animated-progress {
  width: 100%;
  background: #707070;
  height: 8px;
  display: flex;
  border-radius: 5px;
  position: relative;
}

.animated-progress span {
  background: #FFBA08;
  height: 100%;
  border-radius: 5px;
}

.animated-progress .centers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.ui-datepicker-buttonpane {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ui-datepicker-header {
  background-color: transparent; /* Change background color */
  color: white; /* Change text color */
  text-align: center; /* Center the text */
  font-size: 16px; /* Adjust font size */
  padding: 10px 0; /* Add spacing */
  border-radius: 5px; /* Round corners */
}

.ui-datepicker-title select {
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

/* Change arrow icons */
.ui-datepicker-prev span,
.ui-datepicker-next span {
  font-size: 18px;
  color: white;
}

/* Hover effect */
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: #003f7f;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.paginator .pagination-link {
  color: #fff;
}

.paginator .pagination-link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.paginator .paginator-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.paginator .pagination-link[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {
  .referral__content {
    margin-top: 2rem;
  }
}

.modal-content.forgot {
  max-width: 450px;
}
@media (max-width: 768px) {
  .modal-content.forgot {
    width: 90%;
  }
}

.hotgame-pag {
  bottom: -30px !important;
}

.hotgame-pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(255, 255, 255);
  opacity: 1;
}

.hotgame-pag .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #FE4326, #FFBA08);
  width: 30px;
  border-radius: 5px;
}

.form-group.provider-group {
  flex: 1;
  border: 1px solid #FFBA08;
  border-radius: 10px;
}
.form-group.provider-group select {
  font-size: 0.9rem;
}

.header-sub-1, .header-sub-2 {
  font-size: 0.9rem;
}
.header-sub-1 .row, .header-sub-2 .row {
  gap: 0.25rem;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .claim-day {
    font-size: 0.8rem;
  }
  .h-100x {
    font-size: 0.8rem;
  }
  .daily_checkin_ribbon {
    width: 15em !important;
  }
  .daily_checkin_title_div {
    transform: translateY(-65%) !important;
  }
  .daily_checkin_ribbon_div {
    transform: translateY(-80%) !important;
  }
}
/* scrollbar */
html, body {
  /* 强制 macOS Chrome 显示滚动条 */
  scrollbar-width: 5px; /* Firefox 隐藏滚动条 */
  overscroll-behavior: none; /* 防止滚动穿透 */
}

/* 隐藏默认滚动条 */
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}

hr {
  border-color: #FFBA08;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0.75;
}

.referral__content {
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .referral__content {
    padding-bottom: 0.5rem;
  }
}

.info-contentx .desc1 {
  font-size: 0.9rem;
}
.info-contentx .desc1 table {
  font-size: 0.8rem;
}

.site-loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 80px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20242A;
}

.custom-switch-new .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFBA08;
}

.custom-switch-new .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFBA08;
}

.inbox-listing-header .custom-control-label {
  font-size: 1rem !important;
}

/* Loading Indicator */
.page__loading {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #2d323a;
  z-index: 9;
}

.page-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page__loading .loading__spinner {
  width: 100px;
  height: 100px;
  background: #20242A;
  position: relative;
}

.page__loading .loading__spinner img {
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 2;
}

.page__loading .loading__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #FFBA08;
  z-index: 1;
  transition: height 0.5s ease-in-out;
}

.page__loading .loading__count {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  width: 100%;
}

.home-banner {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-banner {
    margin-bottom: 40px;
  }
}

.bootstrap-select .dropdown-toggle::after {
  content: "\f0140"; /* FontAwesome caret-down */
  font: normal normal normal 24px/1 "Material Design Icons";
  display: inline-block;
  margin-left: 10px;
  border: none;
  background: -webkit-linear-gradient(#FFBA08, #FE4326);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown.show .dropdown-toggle::after {
  border: none !important;
}

.btn-light {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  padding: 8px 5px 8px 15px !important;
  outline: none !important;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  background-color: #20242A !important;
  border-color: #20242A !important;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  outline: none !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.home__promotions_section .sec__header {
  padding: 1.5rem 0 0rem;
  margin-bottom: -0.1rem;
}
@media (max-width: 767px) {
  .home__promotions_section .sec__header {
    padding: 1rem 0 1rem;
  }
}

.home__categories_section .sec__header {
  padding: 1.5rem 0 0rem;
  margin-bottom: -0.1rem;
}
