:root {
  --bg-dark-primary: #141c1c;
  --bg-dark-secondary: #1e2525;
  --bg-dark-tertiary: ;
  --bg-dark-fourth: #383838;
  --text-gold: #ffbf29;
  --text--goldsecondary: #e8b246 #e7a646 #d69024;
  --bg-gold: #e7a646;

  --text-light: #f0f0f0;
  --border-color: #494949;
  --bg-dark: #1c1c1c;
  --bg-grey-primary: #b4b4b4;
  --bd-grey-secondary: #494949;
  /* popup-game-transfer */
  --background-popup-transfer: #2d2d2d !important;
  --transfer-border-color: #494949 !important;
  --transfer-text-color: #b4b4b4 !important;
  --transfer-user-text: #fff !important;
  --transfer-login-text: #b4b4b4;
  --transfer-balance-text: #ffbf29 !important;
  --transfer-copy-text: #ffbf29 !important;
  --transfer-color-btn: #000 !important;
  --transfer-border-amount: #494949 !important;
  --transfer-amount-color: #aeaeae;
  --transfer-amount-placeholder: #e1e1e2 !important ;
  --background-user-info: #383838 !important;
  --background-popup-amount: #2d2d2d !important;
  --background-buyin-out: #ffbf29 !important;
  --background-btn-playnow: linear-gradient(
    180deg,
    #e8b246 25%,
    #e7a646 60%,
    #d69024 100%
  ) !important;
}

::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background: #232323;
}

::-webkit-scrollbar-thumb {
  background: #232323;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--bg-dark-primary);
  color: var(--text-light);
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-nav .nav-link {
  font-family: "Montserrat", sans-serif;
}

a {
  color: var(--text-light);
  text-decoration: none;
}

a:hover {
  color: var(--text-gold);
}

.navtext {
  color: var(--text-light);
}

.top-header {
  background-color: #1e2525;
  font-size: 0.8rem;
  padding: 15px 0;
}

.top-header .btn-deposit,
.btn-lottery-bet,
.top-header .btn-withdraw {
  background-color: var(--bg-gold);
  color: #1e2525;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 0.85rem;
}

.btn-lottery-result {
  background-color: transparent;
  color: var(--bg-gold);
  font-weight: bold;
  border: 2px solid var(--bg-gold);
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.top-header .btn-withdraw {
  background-color: #333333;
  color: var(--text-light);
}

.user-info {
  color: var(--text-light);
  font-size: 0.8rem;
}

.user-info strong {
  color: var(--text-gold);
  font-weight: 700;
}

.user-balance {
  background-color: #0e0f14;
  padding: 3px 13px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-balance strong {
  font-size: 0.95rem;
}

.refresh-icon {
  margin-left: 15px;
}

/* Modal Backdrop */
/* .modal-backdrop {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
} */

/* Base Auth Modal Style */
.auth-modal {
  /* display: none; */
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100vh;
  margin-bottom: 10px;
  overflow-y: auto;
}

.auth-modal::-webkit-scrollbar {
  width: 0px;
  height: 1px;
  background: #232323;
}

.auth-modal::-webkit-scrollbar-thumb {
  background: #232323;
}

.auth-modal-content {
  background-color: var(--bg-dark-secondary);
  color: var(--text-light);
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden; /* Important for border-radius */
  margin: auto;
}

/* Close Button */
.auth-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: var(--bg-grey-primary);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* Form Styles */
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bg-grey-primary);
}

.form-group .password-toggle {
  left: auto;
  right: 15px;
  cursor: pointer;
}

.form-group input {
  width: 100%;
  background-color: var(--bg-dark-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px 12px 12px 45px;
  color: var(--text-light);
  font-size: 1rem;
}

.form-group select {
  width: 100%;
  background-color: var(--bg-dark-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px 12px 12px 45px;
  color: var(--text-light);
  font-size: 1rem;
}

.otp_verify_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.otp_verify_input .input-otp {
  width: 70%;
  padding: 12px;
}

.otp_verify_input .getcode-btn {
  background: #e7a646;
  border-radius: 8px;
  border: 1px solid #e7a646;
  padding: 12px;
  color: #000;
  font-weight: bold;
  display: block;
  height: 100%;
}

.otp_verify_input .getcode-btn:hover {
  color: #000 !important;
}

.form-group.select-currency {
  display: none !important;
}

.optional_ref {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.optional_ref img {
  width: 10px;
}

.optional_ref .rotate_180 {
  transform: rotate(180deg) !important;
}

.referral_div {
  display: none;
}

.form-group input:focus {
  outline: none;
  border-color: var(--text-gold);
}

.form-text-muted {
  font-size: 0.65rem;
  color: var(--bg-grey-primary);
  padding-left: 5px;
}

.form-text-gold {
  font-size: 0.65rem;
  color: var(--text-gold);
  padding-left: 5px;
}

.err_msg {
  font-size: 11px;
  color: #ffbf29;
  position: absolute;
}

.btn-auth {
  background-color: var(--bg-gold);
  color: #1e2525;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  margin-top: 1rem;
}

.btn-auth:hover {
  color: #1e2525 !important;
}

.btn_spin_now {
  padding: 15px;
}

.auth-switch,
.auth-support,
.auth-terms {
  font-size: 0.85rem;
  text-align: center;
  color: var(--bg-grey-primary);
  margin-top: 1rem;
}

.auth-switch a,
.auth-support a,
.auth-terms a {
  color: var(--text-gold) !important;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

/* ================== REGISTER MODAL ================== */

#registerModal .modal-dialog {
  max-width: 900px;
}

.register-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
}

.auth-modal-form-section {
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.auth-modal-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.scrollable-content {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 15px;
}

.combined-promo-banner {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.banner-top {
  background: url("../img/login_register/banner_signup/top_banner.png")
    no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: white;
}

.banner-character {
  height: 100px;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-text h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  color: var(--text-gold);
}

.banner-text .gold-text {
  color: var(--text-gold);
}

.banner-text p {
  font-size: 0.8rem;
  margin: 0;
}

.trusted-text {
  color: white;
}

.casino-text {
  color: var(--text-gold);
}

.banner-bottom {
  background-color: var(--text-gold);
  color: var(--bg-dark);
  padding: 0.75rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.promo-item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  gap: 5px;
}

.promo-item-box div {
  text-align: left;
}

.promo-item-box img {
  height: 24px;
  width: 24px;
  background-color: var(--bg-dark-primary);
  border-radius: 50%;
  object-fit: contain;
  padding: 3px;
}

.promo-item-text {
  font-size: 0.7rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.auth-modal-graphic-section {
  background: url("../img/login_register/banner_signup/banner.png") no-repeat
    center center;
  background-size: cover;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: var(--text-light);
  padding-top: 4rem;
}

.auth-modal-graphic-section h3 {
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.auth-modal-graphic-section span {
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-gold);
  margin-bottom: 0.5rem;
}

.auth-modal-graphic-section p {
  font-size: 0.9rem;
  color: var(--bg-grey-primary);
  margin-bottom: 0;
}

/* ================== LOGIN MODAL ================== */
#loginModal .modal-dialog {
  width: 400px;
}

.login-modal-layout {
  width: 400px;
  padding: 2.5rem;
  text-align: center;
}
.auth-modal-logo {
  height: 50px;
}
.auth-modal-subtitle {
  color: var(--text-light);
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.forgot-password {
  color: var(--text-gold);
  text-decoration: none;
}

/* Custom Checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--bg-grey-primary);
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--bg-dark-secondary);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--text-gold);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ================== ANNOUNCEMENT MODAL ================== */
.announcement-container {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  z-index: 15000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px) saturate(115%) !important;
}

#announcementModal {
  max-width: 900px;
  width: 95%;
}

.announcement-modal-content {
  display: flex;
  flex-direction: column;
}

.announcement-top-bar {
  background-color: var(--text-gold);
  color: var(--bg-dark-primary);
  padding: 12px 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 1.1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* We need a different close button style for the yellow bar */
.announcement-top-bar .auth-modal-close {
  color: var(--bg-dark-primary);
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  right: 15px;
}

.announcement-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  background-color: var(--bg-dark-secondary);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.announcement-sidebar {
  background: url("../img/announcement/group.png");
  background-size: cover;
  padding: 20px 10px;
  border-right: 1px solid var(--border-color);
  border-bottom-left-radius: 8px;
}

.announcement-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.announcement-sidebar li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  color: var(--text-light);
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: background-color 0.3s;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.announcement-sidebar li a.active {    
  overflow: visible !important; 
  background-image: url('../img/announcement/frame_select.png'); 
  background-size: contain; 
  background-repeat: no-repeat;
  background-color: transparent; 
  
  background-position: -15px 10px;
  color: var(--bg-dark-primary); 
  padding-left: 25px;
}

.announcement-sidebar li a .fa-solid,
.announcement-sidebar li a .fa-regular {
  font-size: 1.2rem;
  width: 25px;
  text-align: center;
}

.announcement-sidebar li a.active,
.announcement-sidebar li a:hover {
  background-color: transparent; 
  color: var(--text-gold);
}


.announcement-sidebar li a span {
  display: inline-block;
  width: 36px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
  margin-right: 20px;
}

/* Inactive fire icon */
.announcement-sidebar li a span.icon-share-earn,
.announcement-sidebar li a span.icon-join-telegram {
  background-image: url('../img/announcement/icon/trend.png'); 
}

/* Active fire icon */
.announcement-sidebar li a.active span.icon-share-earn,
.announcement-sidebar li a.active span.icon-join-telegram {
  background-image: url('../img/announcement/icon/trend_active.png'); 
}

/* Inactive 'NEW' icon */
.announcement-sidebar li a span.icon-new-fire {
  background-image: url('../img/announcement/icon/new.png'); 
}

/* Active 'NEW' icon */
.announcement-sidebar li a.active span.icon-new-fire {
  background-image: url('../img/announcement/icon/new_active.png');
}

.icon-anounce-1 {
  background-image: url('../img/announcement/icon/announcement_1.png');
}

.icon-anounce-2 {
  background-image: url('../img/announcement/icon/announcement_2.png');
}

.icon-anounce-3 {
  background-image: url('../img/announcement/icon/announcement_3.png');
}

.icon-anounce-4 {
  background-image: url('../img/announcement/icon/announcement_4.png');
}

.announcement-sidebar li a.active span.icon-anounce-1 {
  background-image: url('../img/announcement/icon/announcement_1_active.png');
}

.announcement-sidebar li a.active span.icon-anounce-2 {
  background-image: url('../img/announcement/icon/announcement_2_active.png');
}

.announcement-sidebar li a.active span.icon-anounce-3 {
  background-image: url('../img/announcement/icon/announcement_3_active.png');
}

.announcement-sidebar li a.active span.icon-anounce-4 {
  background-image: url('../img/announcement/icon/announcement_4_active.png');
}

.announcement-main-content {
  padding: 20px 30px;
  overflow-y: auto;
  color: #eee;
}

.announcement-main-content h3 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-gold);
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.announcement-main-content .promo-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.announcement-main-content h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--text-light);
}

.announcement-main-content .date-range {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bg-grey-primary);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.announcement-main-content .details {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ccc;
}

.announcement-main-content .details p {
  margin-bottom: 15px;
}

.announcement-main-content .details strong {
  color: var(--text-gold);
}

.announcement-main-content h5 {
  font-size: 1rem;
  margin-top: 25px;
  margin-bottom: 10px;
  color: var(--text-light);
}

.announcement-content-item:not(.active) {
  display: none;
}

.main-nav {
  background-color: var(--bg-dark-primary);
  border-top: 0px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.main-nav .nav-link {
  color: var(--text-light);
  font-weight: 500;
  padding: 15px 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--text-gold);
  border-bottom: 3px solid var(--text-gold);
}

.header-nav {
  justify-content: start;
}

.sub-nav {
  background-color: var(--bg-dark-primary);
  padding: 8px 0;
}

.sub-nav .nav-link {
  color: var(--text-light);
  font-weight: 500;
  background-color: #2b303b;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 0.8rem;
}

.sub-nav .nav-link.active,
.sub-nav .nav-link:hover {
  background-color: var(--text-gold);
  color: #000;
}

.left-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.left-sidebar .sidebar-btn {
  background-color: #000;
  border: 1px solid var(--text-gold);
  color: var(--text-gold);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  padding: 20px 8px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  text-align: center;
}

.left-sidebar .sidebar-btn i {
  display: block;
  margin-bottom: 8px;
  transform: rotate(90deg);
}

.spin-wheel {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 120px;
  height: auto;
  z-index: 1000;
  cursor: pointer;
}

.spin-wheel-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 120px;
  height: auto;
  z-index: 1000;
}

.spin-icon {
  position: absolute;
  z-index: 999; 

}

/* The spin wheel image itself */
.spin-wheel-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

/* Coin on the top-left */
.coin-left-top {
  width: 50px;
  bottom: 10px;
  left: -25px;
}

/* Coin on the top-right */
.coin-right-top {
  width: 65px; 
  top: 10px;
  right: -40px;
  /* Flipping for better effect if necessary */
  /* transform: scaleX(-1); */
}

/* Gift near the bottom-left */
.gift-left-bottom {
  width: 55px; /* Adjust size */
  bottom: 75px; /* Positioning above the spin button */
  left: -30px;
  z-index: 998; /* Give the gift a lower z-index than the spin wheel */
  position: absolute;
}

/* Gift near the bottom-right */
.gift-right-bottom {
  width: 25px; /* Adjust size */
  bottom: 40px;
  right: -25px;
}

/* Coin above the 'Spin' button in the center-bottom */
.coin-up-bottom {
  width: 18px; 
  top: 15px;
  left: 0px;
}

/* Background Light Glow */
.back-light-glow {
  width: 280px; 
  height: 280px;
  top: -70px;
  left: -70px;
  z-index: 900; 
  object-fit: contain; 
}

/* Styling for the 'X' close button */
.spin-wheel-close-btn {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #2d2d2d;
  color: var(--text-light);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.spin-wheel-close-btn:hover {
  background-color: #e7a646;
}

/* Notification Bar */
.notice-bar {
  background-color: #2d2d2d;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.notice-bar i {
  color: #2d2d2d;
  font-size: 1.2rem;
}

.notice-bar p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--bg-grey-primary);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Modal Container and Background */
.spin-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.spin-modal-content {
  background-image: url("../img/spin/how_to_win/bg_how_to_win.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #f6c03e;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.spin-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

/* Titles and Headers */
.spin-modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #f6c03e;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.spin-section-title {
  font-size: 18px;
  color: var(--text);
  margin: 20px 0 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Steps Section */
.spin-steps-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
}

.spin-step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.spin-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/spin/how_to_win/frame_how_to_get.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 150px;
  height: 180px;
}

.spin-step-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: auto;
  z-index: 2;
}

.spin-step-title {
  position: absolute;
  top: 133px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: var(--bg-dark);
  z-index: 2;
}

.spin-step-description {
  font-size: 14px;
  color: var(--bg-grey-primary);
  line-height: 1.2;
  margin-top: 5px; /* Space between the frame and the description */
}

/* Spins with Deposit Section */
.spin-spins-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.spin-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/spin/how_to_win/frame_earns_spins.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 40px 30px;
  text-align: center;
}

.spin-ticket-icon {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.spin-ticket-amount {
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
}

.spin-ticket-text {
  font-size: 14px;
  color: var(--bg-gold);
}

/* Buttons */
.spin-btn {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 10px auto;
  padding: 12px 20px;
  box-shadow: 0 0 10px 1px var(--text-gold);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.spin-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.spin-btn-win {
  background-color: var(--bg-dark);
  color: #fff;
}

.spin-btn-deposit {
  background-color: var(--bg-gold);
  color: #1e2525;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  margin-top: 1rem;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 767.98px) {
  .spin-wheel-container {
    width: 90px;
    left: 10px;
    bottom: 10px;
  }
}

footer {
  background-color: var(--bg-dark-secondary);
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 0.85rem;
}

footer h6 {
  color: var(--text-gold);
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

footer .list-unstyled li {
  margin-bottom: 8px;
}

footer p,
footer .list-unstyled a {
  color: #8d8d8d;
}

footer .list-unstyled a:hover {
  color: var(--text-gold);
}

footer .social-icons a {
  background-color: #2c2c2c;
  color: var(--text-light);
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1rem;
}

footer .social-icons a:hover {
  background-color: var(--text-gold);
  color: #000;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 30px;
  margin-top: 30px;
}

.footer-copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 0.8rem;
  color: #777;
}

.game-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  display: block;
}

.game-box:hover {
  transform: translateY(-5px);
}

.game-box img {
  width: 100%;
  height: auto;
  display: block;
}

.game-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--text-gold);
  text-align: center;
  padding: 8px 0;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 1;
}

.game-box:hover .game-title-overlay {
  opacity: 1;
}

#heroCarousel {
  max-height: 350px;
  overflow: hidden;
}

#heroCarousel .carousel-item img {
  height: 350px;
  object-fit: cover;
}

.carousel-wrapper {
  position: relative;
}

.carousel-text-overlay {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: var(--text-light);
  text-align: left;
  z-index: 10;
}

.carousel-text-overlay h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 0;
}

.carousel-text-overlay p {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-gold);
  margin-bottom: 0;
}

.carousel-text-overlay h5 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bg-grey-primary);
  margin-bottom: 0;
}

.banner-content {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

#header {
  position: relative;
  z-index: 2;
}

.carousel-text-vip {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(80%, -80%);
  color: var(--text-light);
  text-align: left;
  z-index: 10;
}

.carousel-text-vip h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-gold);
  margin-bottom: 0;
}

.carousel-text-vip p {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--bg-grey-primary);
  margin-bottom: 0;
}

.vip-status-container {
  background: url("../img/vip/bg_banner/bg_middle.png") no-repeat center center;
  background-size: cover;
  color: var(--text-light);
  padding: 2rem;
}

.status-title {
  color: var(--text-gold);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress-bar-card {
  border-radius: 8px;
  padding: 1rem;
  min-width: 150px;
}

.progress-line {
  width: 100%;
  height: 4px;
  background-color: #555;
  position: relative;
  margin-left: 1rem;
}

.progress-line-dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #555;
  border: 2px solid var(--text-gold);
}

.progress-line-dot.active {
  background-color: var(--text-gold);
}

.progress-line-fill {
  height: 100%;
  background-color: var(--bg-grey-primary);
  transition: width 0.5s ease-in-out;
}

.tier-label {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bg-grey-secondary);
  white-space: nowrap;
  margin-top: 0.5rem;
}

.tier-label.active {
  color: var(--text-gold);
  font-weight: 700;
}

.tier-label.inactive {
  color: var(--text-light);
}

.progress-card-image {
  width: 200px;
  height: 200px;
}

.progress-tier-icon {
  width: 24px;
  height: 40px;
  margin: 0rem;
}

.progress-tier-icon p {
  font-size: 0.75rem;
  color: var(--bg-grey-primary);
  margin: 0rem;
}

.progress-tier-icon h5 {
  font-size: 0.75rem;
  color: var(--text-gold);
  margin: 0rem;
}

.progress-milestone {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-milestone p {
  position: absolute;
  top: -60px;
  font-size: 0.8rem;
  color: var(--text-light);
}

.milestone-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 35px;
  background-color: #555;
  transform: translate(-50%, -100%);
}

.vip-privileges-container {
  padding: 2rem;
}

.golden-line {
  width: 100%;
  height: 2px;
  background-color: var(--text-gold);
  margin-top: 1rem;
}

.privileges-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text-gold);
  font-size: 0.9rem;
  table-layout: fixed;
}

.privileges-table th,
.privileges-table td {
  padding: 0.8rem;
  text-align: center;
}

.privileges-table th.header-cell,
.privileges-table td:first-child {
  text-align: left;
  font-weight: normal;
  padding-left: 0;
}

.privileges-table td:first-child {
  font-weight: 600px;
  color: var(--text-light);
}

.privileges-table thead th {
  border-bottom: 2px solid var(--text-gold);
  padding-bottom: 1.5rem;
}

.privileges-table tbody tr:first-child td,
.privileges-table tbody tr:first-child th {
  padding-top: 1.5rem;
}

.privileges-table .sub-header-row th {
  padding-bottom: 0.5rem;
}

.privileges-table .sub-header-row.no-border th {
  border-bottom: none;
}

.dropdown-menu {
  background-color: var(--bg-dark-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.dropdown-item {
  color: var(--text-light);
  padding: 12px 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: flex;
  align-items: center;
}

.dropdown-item img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--bg-dark-primary);
  color: var(--text-gold);
}

.dropdown-main-content {
  display: flex;
  list-style: none; /* Hide the list bullet */
  padding: 0;
  margin: 0;
}

.dropdown-link-list {
  display: flex;
  flex-direction: column;
  padding-right: 20px; /* Add some space between the links and the banner */
}

.dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: none;
}

.dropdown-banner-container {
  padding: 0;
  list-style: none;
  width: 350px;
  flex-shrink: 0;
  margin-top: 15px;
  margin-right: 15px;
}

/* Overall banner container */
.dropdown-banner {
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

/* Top section (image and text) */
.db-top {
  background: url("../img/login_register/banner_signup/top_banner.png")
    no-repeat center center;
  background-size: cover;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
}

.db-character {
  height: 60px;
  object-fit: contain;
}

.db-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.db-text h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  color: var(--text-gold);
}

.db-text .db-gold-text {
  color: var(--text-gold);
}

.db-text p {
  font-size: 0.6rem;
  margin: 0;
}

/* Bottom section (three promo items) */
.db-bottom {
  background-color: var(--text-gold);
  color: var(--bg-dark);
  padding: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
}

.db-item-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  flex: 1;
}

.db-item-box div {
  text-align: left;
}

.db-item-box img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  background-color: var(--bg-dark-primary);
  border-radius: 50%;
  padding: 3px;
}

.db-item-text {
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--bg-dark);
  margin: 0;
}

.db-item-value {
  font-size: 0.7rem;
  font-weight: bold;
  margin: 0;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--bg-dark-primary);
  border: 1px solid var(--border-color);
  transition: background-color 0.2s ease;
}

.icon-container i {
  color: var(--text-light);
}

.icon-container:hover {
  background-color: var(--text-gold);
}

.icon-container:hover i {
  color: #000;
}

.side-nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1050;
}

.nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #ffbf29;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px 10px;
  width: 90px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: 1px solid var(--border-color);
}

.nav-button:hover {
  background-color: var(--text-gold);
  transform: translateX(10px);
}

.nav-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.nav-icon-profile {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}

.Boarder_Profile .nav.mb-4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 28px;
  padding-left: 0;
  margin-bottom: 8px;
}

.Boarder_Profile .nav.mb-4 .nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 6px 14px;
  color: #c8cdcd;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border: 0 !important;
  background: transparent !important;
  white-space: nowrap;
  text-decoration: none;
}

.Boarder_Profile .nav.mb-4 .nav-link:hover {
  color: #e9ecec;
}

.Boarder_Profile .nav.mb-4 .nav-link.active {
  color: #ffbf29 !important;
}

.Boarder_Profile .nav.mb-4 .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #ffbf29;
  border-radius: 3px;
}

.Boarder_Profile .nav.mb-4 .nav-link,
.Boarder_Profile .nav.mb-4 .nav-link.active {
  border: none !important;
  box-shadow: none !important;
}

.nav-text {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

.nav-text2 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.nav-text3 {
  font-size: 0.8rem;
  font-weight: 200;
  color: #ffffff;
  white-space: nowrap;
}

.nav-button:hover .nav-text {
  color: #000;
}

.spin-modal-content {
  background-color: var(--bg-dark-primary);
  border-radius: 15px;
  border: 1px solid var(--text-gold);
  position: relative;
  padding: 20px;
}

.btn-close-custom {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  background: var(--text-gold);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.btn-close-custom i {
  color: black;
  font-size: 1rem;
}

.custom-dropdown {
  position: relative;
}

.dropdown-toggle-custom .fa-chevron-down {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.dropdown-toggle-custom.show .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 1100;
  width: 350px;
  background-color: var(--bg-dark-secondary);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.dropdown-menu-custom.show {
  display: block;
}

.dropdown-header-custom {
  padding: 8px 20px;
  color: var(--text-light);
  font-weight: 500;
  font-size: 0.9rem;
}

.country-item {
  /* display: flex; */
  align-items: center;
  padding: 12px 20px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* .country-item:not(.locked):hover {
    background-color: var(--bg-dark-primary);
} */

.country-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.flag-icon {
  height: 24px;
  /* width: 24px; */
  /* border-radius: 50%; */
  object-fit: cover;
}

.country-name {
  /* margin-left: 12px; */
  flex-grow: 1;
  font-size: 13px;
  color: #8d8d8d;
}

.country-content {
  background: #141c1c;
  display: flex;
  justify-content: space-between;
  padding: 13px;
  border-radius: 10px;
}

.language-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.lang-btn {
  color: #8d8d8d;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lang-btn.active,
.lang-btn:hover {
  color: var(--text-gold);
}

.footer-icon {
  height: 30px;
}

.btn-circle-gold {
  background: var(--text-gold);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-circle-gold i {
  color: #000;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.btn-circle-gold:hover {
  background-color: #ffbf29;
  transform: scale(1.05);
}

.text-thin {
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--text-light);
}

.text-grey {
  color: var(--bg-grey-primary);
  font-size: 0.75rem;
  font-weight: normal;
}

.text-bold {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--text-light);
}

.TextRaw > *:not(:last-child) {
  margin-right: 12px;
}

.LineText-section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text-gold {
  color: var(--text-gold) !important;
}

.custom-card {
  border: 0 solid var(--border-color);
  border-radius: 16px;
  position: relative;
  overflow: visible;
  background: url("../img/my_acc/background.png") no-repeat center;
  background-size: cover;
  height: auto;
}

.custom-card2 {
  background-color: var(--bg-dark-secondary);
  width: 300px;
  border-radius: 20px;
}

.custom-card2 .nav-item {
  cursor: pointer;
}

.acc-link img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 6px;
}

:root {
  --up-pad-x: 14px;
  --up-font: 13px;
  --up-icon: 18px;
  --gold-thick: 6px;
  --gold-arc-w: 14px;
}

.card.custom-card .p-3.border-bottom.mx-auto,
.card.custom-card .mx-auto[style*="border-bottom-width"] {
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: var(--up-pad-x) !important;
  padding-right: var(--up-pad-x) !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.1)) !important;
}

.card.custom-card .p-3.border-bottom.mx-auto > h5 {
  margin: 0 0 8px 0 !important;
  padding-left: 0 !important;
  color: #98a1a1 !important;
  font-size: calc(var(--up-font) + 1px) !important;
  line-height: 1.3 !important;
}

.acc-menu .acc-link,
#sidebar .acc-menu .acc-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px var(--up-pad-x) 12px var(--up-pad-x) !important;
  margin: 0 !important;
  font-size: var(--up-font) !important;
  line-height: 1.35 !important;
  border-radius: 8px !important;
  color: var(--muted, #c8cdcd) !important;
  text-decoration: none !important;
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.acc-menu .acc-link img,
#sidebar .acc-menu .acc-link img {
  width: var(--up-icon) !important;
  height: var(--up-icon) !important;
  margin-right: 8px !important;
  flex-shrink: 0 !important;
  object-fit: contain !important;
}

.acc-menu .acc-link .acc-label,
#sidebar .acc-menu .acc-link .acc-label {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.acc-menu .acc-link:hover,
#sidebar .acc-menu .acc-link:hover {
  color: var(--text, #e9ecec) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.acc-menu .acc-link.is-active,
#sidebar .acc-menu .acc-link.is-active {
  color: var(--text-gold, #ffbf29) !important;
  background: rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  position: relative !important;
}

.acc-menu .acc-link.is-active::before,
#sidebar .acc-menu .acc-link.is-active::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: var(--gold-arc-w);
  background: linear-gradient(
    90deg,
    var(--text-gold, #ffbf29) 0 var(--gold-thick),
    transparent var(--gold-thick)
  );
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  pointer-events: none;
  z-index: 0;
}

.acc-menu .acc-link > *,
#sidebar .acc-menu .acc-link > * {
  position: relative;
  z-index: 1;
}

/* .about-list {
  margin: 0 !important;
  padding: 0 var(--up-pad-x) !important;
} */

/* .about-link {
  display: block !important;
  padding: 10px var(--up-pad-x) 12px var(--up-pad-x) !important;
  text-decoration: none !important;
  color: var(--text, #e9ecec) !important;
  border-radius: 8px !important;
  font-size: var(--up-font) !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.about-link:hover {
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--text, #e9ecec) !important;
}

.about-link.is-active {
  color: var(--text-gold, #ffbf29) !important;
  background: rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55) !important;
  border-radius: 8px !important;
  position: relative !important;
  overflow: hidden !important;
}

.about-link.is-active::before {
  content: "";
  position: absolute;
  inset: 2px auto 2px 2px;
  width: var(--gold-arc-w);
  background: linear-gradient(
    90deg,
    var(--text-gold, #ffbf29) 0 var(--gold-thick),
    transparent var(--gold-thick)
  );
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  pointer-events: none;
} */

@media (max-width: 320px) {
  :root {
    --up-font: 12px;
  }
}

.game-nav-count {
  margin-left: auto;
  color: var(--text-light);
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 10px;
}

.card-lower {
  width: 100%;
  min-height: 80%;
  background-color: var(--bg-dark-secondary);
  border-radius: 16px;
  padding-top: 50px;
  padding-left: 8px;
  padding-right: 10px;
  z-index: 2;
  margin-top: 40%;
  overflow: hidden;
}

.Boarder_Profile {
  width: 100%;
  background-color: var(--bg-dark-secondary);
  border-radius: 16px;
}

.Boarder-Box {
  height: 90px;
  border-radius: 15px;
  background-color: var(--bg-dark-primary);
  flex: 1;
}

.Boarder-Box2 {
  height: 45px;
  border-radius: 15px;
  background-color: var(--bg-dark-primary);
  flex: 1;
}

.table_background {
  background-color: var(--bg-dark-primary);
}

.Boarder-Box .input-group-text,
.Boarder-Box .form-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--text-light);
}

.Boarder-Box2 .input-group-text,
.Boarder-Box2 .form-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--text-light);
}

.Boarder-Box2 .form-select {
  background-color: var(--bg-dark-primary) !important;
  color: #fff !important;
  border: none;
  appearance: none;
  padding-right: 30px;
  background: url("../img/My Acc/View Profile/icon/Icon_More(Down).png")
    no-repeat right 10px center;
  background-size: 16px;
}

.Boarder-Box2 .form-select.open {
  background: url("../img/My Acc/View Profile/icon/Icon_More(UP).png") no-repeat
    right 10px center;
  background-size: 16px;
}

.Boarder-Box2 input::placeholder {
  color: var(--bg-grey-primary) !important;
  opacity: 1;
}

.Boarder-Box3 {
  min-height: 45px;
  height: auto !important;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: var(--bg-dark-primary);
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: var(--text-light);
}

.Boarder-Box3 .input-group-text,
.Boarder-Box3 .form-control {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--text-light);
}

/* dropdown */
.custom-dropdown-wrapper {
  width: 100%;
  position: relative;
  height: 45px;
  border-radius: 15px;
  background-color: var(--bg-dark-primary);
  flex: 1;
}

.custom-dropdown-wrapper .custom-dropdown {
  background-color: var(--bg-dark-fourth);
  border-radius: 12px;
  padding: 12px 36px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  background: url("../img/My Acc/View Profile/icon/Icon_More(Down).png")
    no-repeat right 12px center;
  background-size: 16px;
}

.custom-dropdown-wrapper .custom-dropdown.open {
  background: url("../img/My Acc/View Profile/icon/Icon_More(UP).png") no-repeat
    right 12px center;
  background-size: 16px;
}

.custom-dropdown-wrapper .options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background-color: var(--bg-dark-fourth);
  border: 1px solid var(--border-color);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  display: none;
  z-index: 2200;
  max-height: 408px;
  overflow-y: scroll;
}

.custom-dropdown-wrapper .option {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background-color: var(--bg-dark-fourth);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.custom-dropdown-wrapper .option:hover,
.custom-dropdown-wrapper .option.active {
  background-color: #ffd700;
  color: #000;
}

.custom-dropdown-wrapper .option img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}

.custom-dropdown-wrapper .selected {
  display: flex;
  margin-left: 5px;
  align-items: center;
  background-color: var(--bg-dark-primary);
  border-radius: 12px;
  cursor: pointer;
  color: #fff !important;
}

.custom-dropdown-wrapper .selected img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.custom-dropdown-wrapper .form-select option {
  background-color: var(--bg-dark-secondary) !important;
  color: #fff !important;
}

.custom-dropdown-wrapper .form-select option:hover,
.custom-dropdown-wrapper .form-select option:checked {
  background-color: #ffd700 !important;
  color: #000 !important;
}

#dobInput::placeholder {
  color: white;
  opacity: 1;
}

#shippingAddressInput::placeholder {
  color: white;
  opacity: 1;
}

.gender-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 5px 9px;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  border-radius: 6px;
}

.gender-option:not(.selected) {
  color: var(--bg-grey-primary) !important;
}

.gender-option.selected {
  background-color: var(--bg-grey-primary);
  color: black !important;
}

.gender-option:hover:not(.selected) {
  background-color: rgba(255, 193, 7, 0.2);
}

.btn-confirm {
  background-color: var(--bg-gold);
  color: #1e2525;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
}

.btn-confirm:hover,
.btn-confirm:active {
  background-color: var(--bg-gold);
}

.btn-theme {
  background-color: var(--text-gold);
  color: #000;
  max-width: 150px;
  height: 50px;
  border-radius: 8px;
}

.btn-payment {
  background-color: var(--text-gold);
  color: #000;
  max-width: 200px;
  border-radius: 8px;
}

.btn-promo-submit {
  background-color: var(--text-gold);
  border-radius: 8px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-light);
}

.section-title i {
  color: var(--text-gold);
}

.btn-see-more {
  background-color: transparent;
  border: 1px solid var(--text-gold);
  color: var(--text-gold);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-see-more:hover {
  background-color: var(--text-gold);
  color: #000;
}

.placeholder-select:invalid {
  font-size: 0.7rem;
  color: var(--bd-grey-secondary);
  text-align: center;
}

.placeholder-select {
  text-align: left;
}

.withdraw-option.selected {
  background-color: var(--text-gold);
  color: #000;
  font-weight: 600;
  border-color: gold;
}

.no-bg-buttons button {
  all: unset !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.no-bg-buttons button img {
  width: 20px;
  height: 20px;
  display: block;
}

.subject-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
}

.steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 1rem;
}

.step {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step img {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 12px;
  margin: 0;
}

#referral-tabs .nav-item {
  cursor: pointer;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--bg-dark-secondary);
}

.social-icons a img {
  width: 20px;
  height: 20px;
}

.earn-accordion .accordion-header {
  background: var(--bg-dark-secondary);
  border-radius: 6px;
}

.earn-accordion .accordion-content {
  background: none;
  color: var(--bg-grey-primary);
  margin-left: 50px;
  border-radius: 6px;
}

.record-divider {
  border: none;
  border-top: 1px solid var(--border-color);
  opacity: 0.3;
  width: 90%;
  margin: 4px auto;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--text-light);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: transparent;
}

.custom-checkbox:checked::after {
  content: "✔";
  color: var(--text-gold);
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 2px;
}

/* ====== Calander ====== */
.daterangepicker {
  --gold: #ffbf29;
  --gold-mid: rgba(255, 191, 41, 0.16);
  --dark: #2b2b2b;
  --nav-size: 26px;
  --nav-top: 12px;

  background-color: var(--dark) !important;
  color: #fff !important;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  border: none !important;
  font-size: 16px;
  z-index: 99999;
}

.daterangepicker .drp-calendar.right {
  display: none !important;
}

.daterangepicker .drp-calendar.left {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative;
}

.drp-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.drp-pill {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  color: #e9ecec;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.daterangepicker .drp-calendar .calendar-table thead th,
.daterangepicker .drp-calendar th.month {
  background: var(--dark) !important;
  color: #fff !important;
  border: 0 !important;
}

.daterangepicker .drp-calendar th.month {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}

.daterangepicker .calendar-table thead tr:first-child th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.daterangepicker .calendar-table thead tr:nth-child(2) th {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-top: 10px;
  padding-bottom: 8px;
}

.daterangepicker .calendar-table thead th.prev,
.daterangepicker .calendar-table thead th.next {
  position: relative;
  width: 40px !important;
  padding: 0 !important;
  vertical-align: middle;
  overflow: visible;
}
.daterangepicker .calendar-table thead th.prev span,
.daterangepicker .calendar-table thead th.next span {
  display: none !important;
}
.daterangepicker .calendar-table thead th.prev::before,
.daterangepicker .calendar-table thead th.next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--nav-top);
  transform: translate(-50%, -50%);
  width: var(--nav-size);
  height: var(--nav-size);
  background: #ffbf29;
  border-radius: 50%;
  z-index: 1;
}
.daterangepicker .calendar-table thead th.prev::after,
.daterangepicker .calendar-table thead th.next::after {
  content: "‹";
  position: absolute;
  left: 50%;
  top: var(--nav-top);
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #151515;
  z-index: 2;
}

.daterangepicker .calendar-table thead th.next::after {
  content: "›";
}
.daterangepicker .prev,
.daterangepicker .next {
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

.daterangepicker .calendar-table,
.daterangepicker .calendar-table table {
  background: var(--dark) !important;
  border: 0 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  background: var(--dark) !important;
  color: #fff !important;
  border: 0 !important;
  width: 44px;
  height: 44px;
  border-radius: 8px !important;
  font-size: 16px;
  text-align: center;
}

.daterangepicker td.off,
.daterangepicker td.disabled {
  color: rgba(255, 255, 255, 0.25) !important;
  background: var(--dark) !important;
}
.daterangepicker td.available:hover {
  background: #3a3a3a !important;
  color: #fff !important;
}
.daterangepicker td.today {
  background: var(--dark) !important;
  font-weight: 700;
  outline: 1px dashed #555;
  outline-offset: -2px;
}

.daterangepicker td.in-range,
.daterangepicker td.in-range:hover {
  background: var(--gold-mid) !important;
  color: #fff !important;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
  background: var(--gold) !important;
  color: #1a1a1a !important;
}

.daterangepicker td.start-date {
  border-radius: 10px 0 0 10px !important;
}

.daterangepicker td.end-date {
  border-radius: 0 10px 10px 0 !important;
}

.daterangepicker td.start-date.end-date {
  border-radius: 10px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: var(--gold) !important;
  color: #1a1a1a !important;
  border-radius: 10px !important;
}

.daterangepicker .drp-buttons {
  text-align: center !important;
  padding-top: 16px;
  border: 0 !important;
}

.daterangepicker .applyBtn {
  background: linear-gradient(180deg, #ffd35a 0%, #ffbf29 100%) !important;
  color: #1a1a1a !important;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 12px !important;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(255, 191, 41, 0.28);
}

.daterangepicker .cancelBtn {
  background: transparent !important;
  color: #e9ecec !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  padding: 12px 28px !important;
  border-radius: 12px !important;
  font-weight: 700;
  font-size: 14px;
}

.daterangepicker .drp-buttons .drp-selected {
  display: none !important;
}

.daterangepicker .ranges {
  display: none !important;
}

.chip-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
}

.select-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 6px 12px;
  min-height: 36px;
  cursor: pointer;
  user-select: none;
  transition: all 0.15s ease;
}
.select-chip img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.select-chip span {
  font-size: 0.85rem;
}

.select-chip:hover {
  background: rgba(255, 255, 255, 0.12);
}
.select-chip.selected {
  background: var(--text-gold);
  color: #000;
  border-color: var(--text-gold);
  font-weight: 600;
}
.select-chip.selected span {
  color: #000;
}

.select-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease;
}

.select-chip img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.select-chip:hover {
  background: rgba(255, 255, 255, 0.12);
}

.select-chip.selected {
  background: var(--text-gold);
  border-color: var(--text-gold);
  color: #000;
  font-weight: 700;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-row .select-chip {
  flex: 0 0 calc(20% - 8px);
  justify-content: center;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 12px;
}

@media (max-width: 1199.98px) {
  .grid-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-row .select-chip {
  justify-content: flex-start;
}

.chip-row .select-chip,
.grid-row .select-chip {
  min-height: 44px;
}

.payment-option-list {
  max-width: 420px;
  height: auto;
  min-height: 45px;
  align-items: center;
}

.payment-option {
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto !important;
}

.payment-option.active {
  background-color: var(--text-gold);
  color: #000;
  font-weight: 600;
  border-color: gold;
}

#paymentTypeBox.duit-2 {
  width: auto !important;
  display: inline-grid !important;
  grid-template-columns: repeat(2, max-content) !important;
  gap: 10px 12px !important;
  align-items: center;
}

#paymentTypeRow {
  max-width: 1000px;
  display: flex;
  align-items: center;
}

#paymentTypeRow.duit-compact .Boarder-Box2 {
  max-width: none !important;
}

#paymentTypeBox.duit-2 {
  display: inline-flex !important;
  gap: 12px;
  width: fit-content !important;
  min-width: auto !important;
  max-width: none !important;
  padding: 6px 8px !important;
}

#paymentTypeBox.duit-2 .dm-chip {
  white-space: nowrap;
  font-size: 0.8rem;
  padding: 8px 12px;
  min-height: 36px;
  border-radius: 10px;
}

#paymentTypeBox.duit-2 .dm-chip img {
  width: 18px;
  height: 18px;
}

.bank_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  height: auto;
  min-height: 45px;
  box-sizing: border-box;
}

.bank_grid_short {
  display: inline-flex !important;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  height: auto;
  min-height: 45px;
  box-sizing: border-box;
  gap: 8px !important;
  width: fit-content !important;
  padding: 0px !important;
  flex: 0 0 auto !important;
}

#paymentTypeBox .bank_detail_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: none;
  background: transparent;
  color: #fff;
  min-height: 36px;
  white-space: nowrap;
  line-height: 2.5;
  cursor: pointer;
  overflow: hidden;
}

#paymentTypeBox .bank_detail_box.active {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: none;
  background: rgb(59, 59, 59);
  color: #fff;
  min-height: 36px;
  white-space: nowrap;
  line-height: 2.5;
}

#paymentTypeBox .bank_detail_box img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
  filter: brightness(0.5);
}

#paymentTypeBox .bank_detail_box.active img {
  filter: brightness(1);
}

#depositMethodBox .dm-chip:nth-child(5n) {
  box-shadow: none !important;
}

.method_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  height: auto;
  min-height: 45px;
  box-sizing: border-box;
}

.quick_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: none;
  background: transparent;
  color: #fff;
  min-height: 36px;
  white-space: nowrap;
  line-height: 1;
}

.quick_item.active {
  background: rgb(59, 59, 59);
}

.quick_item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

input:focus-visible {
  outline: none !important;
  outline-offset: 0px !important;
}

.btn-copy {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.btn-copy:hover {
  background: rgba(255, 255, 255, 0.06);
}

.btn-copy-text {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.alert_copied {
  display: none;
  position: absolute;
  right: -90px;
}

.copy_text_box {
  gap: 8px;
  border-radius: 10px;
  background: rgba(16, 115, 72, 0.18);
  color: #66da8f;
  min-height: 40px;
  width: fit-content;
  max-width: 140px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promotionsTrigger input {
  cursor: pointer;
}

.promotionsTrigger img {
  width: 16px;
  /* height: 12px; */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* custom select dropdown */
.select_dropdown {
  max-width: 350px;
  width: 100%;
  position: relative;
  height: 45px;
  border-radius: 15px;
  background-color: var(--bg-dark-primary);
  flex: 1;
}

.select_dropdown label {
  display: flex;
  align-items: center;
}

.select_dropdown input {
  cursor: pointer;
  pointer-events: none;
}

.select_dropdown img.rotate_180 {
  transform: translateY(-50%) rotate(180deg);
}

.select_dropdown .dropdown-menu {
  position: absolute;
  background: #141c1c;
  width: 100%;
  border-radius: 7px;
  z-index: 9;
  border: none;
  padding: 13px;
}

.select_dropdown .dropdown-menu .option_type {
  padding: 10px 13px;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  transition: all 0.2s ease;
}

.select_dropdown .dropdown-menu .option_type.active,
.select_dropdown .dropdown-menu .option_type:hover {
  background: #1e2525;
}

.select_arrow_down {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* .flex-btn-upload {

} */

.image-upload-box {
  margin-bottom: 20px;
}

.label_receipt {
  display: flex;
  align-items: center;
  pointer-events: none;
}

.js-file-input {
  display: none;
}

:root {
  --dlg-bg: #1f2626;
  --panel-bg: #2a3131;
  --text: #e9ecec;
  --muted: #cfcfcf;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.12);
  --accent: #f7c44b;
  --accent-soft: rgba(247, 196, 75, 0.25);
}

.promo-popout.hidden {
  display: none;
}

#promoPopout {
  /* position: fixed;
  inset: 0;
  z-index: 9997; */
  pointer-events: auto;
}

.promo-backdrop {
  z-index: 9998;
}

.promo-dialog {
  z-index: 9999;
}

.promo-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: saturate(120%) blur(2px);
}

.promo-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  max-width: 92vw;
  background: var(--dlg-bg);
  color: var(--text);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  overflow: visible;
}

#promotionsModal .modal-dialog {
  width: 460px;
}

#promotionsModal .modal-content {
  background: var(--dlg-bg);
}

.promo-header {
  position: relative !important;
  padding: 14px 60px !important;
}

.promo-header h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.promo-close-left {
  display: none !important;
}

.promo-close {
  position: absolute !important;
  top: 10px;
  right: 12px;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;

  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.promo-close:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.promo-tabs {
  display: flex;
  justify-content: space-between;
  padding: 10px 60px 0;
  border-bottom: 1px solid var(--line);
}

.promo-tabs .tab {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 10px 0;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;
}

.promo-tabs .tab + .tab {
  margin-left: 8px;
}

.promo-tabs .tab.active {
  color: var(--accent);
}

.promo-tabs .tab.active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -1px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}

.promo-body {
  padding: 12px 60px 16px;
  overflow: visible;
}

.promo-empty {
  background: var(--panel-bg);
  border: 2px solid var(--line-strong);
  border-radius: 14px;
  padding: 18px 22px;
  text-align: center;
  color: #d8d8d8;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}

.promo-divider {
  height: 1px;
  background: var(--line-strong);
  margin: 8px 0 12px 0;
}

.promo-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 12px 14px;
  border-radius: 16px;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease;
  position: relative;
}

.promo-item:hover {
  background: #323a3a;
  border-color: rgba(255, 255, 255, 0.18);
}

.promo-item.selected {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-soft) inset;
}

.promo-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  flex: 0 0 38px;
  background: #111 url("") center/21px 21px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.promo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.promo-title {
  font-weight: 700;
  font-size: 14px;
}

.promo-sub {
  margin-top: 5px;
  color: var(--accent);
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}

.badge-pending {
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
}

/*===crypto(Deposit)===*/
.Boarder-Box2.deposit-method-grid {
  height: auto !important;
  max-height: none !important;
}

.deposit-method-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 48px;
  gap: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.deposit-method-grid .transfer_bank_option {
  gap: 8px;
  padding: 6px 12px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  filter: brightness(0.5);
}

.deposit-method-grid .transfer_bank_option.active {
  background: rgb(59, 59, 59);
  filter: brightness(1);
}

.deposit-method-grid .crypto_option.active {
  background: rgb(59, 59, 59);
  filter: brightness(1);
}

.bt-chip {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 0 12px;
  white-space: nowrap;
}

.bt-chip.bt-selected {
  background: #3b3b3b;
}

.deposit-method-grid .crypto_option {
  padding: 6px 12px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #fff;
  white-space: nowrap;
  line-height: 2.5;
  cursor: pointer;
}

/* ========== Withdrawal OTP modal (final override) ========== */
:root {
  --text-gold: #ffbf29;
  --dlg-bg: #1b2121;
  --panel: #0f1414;
  --bg-grey-primary: #b4b4b4;
  --otp-width: 420px;
  --otp-pad-x: 40px;
  --otp-x-size: 44px;
  --otp-x-font: 28px;
}

/* .modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.show {
    --bs-backdrop-bg: rgba(0,0,0,.58) !important;
    --bs-backdrop-opacity: 1 !important;
    background: rgba(0,0,0,.58) !important;
    backdrop-filter: blur(6px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(6px) saturate(115%) !important;
    opacity: 1 !important;
} */

body.modal-open #appRoot {
  filter: blur(3px) brightness(0.85);
  transition: filter 0.2s ease;
  pointer-events: none;
}

#otpModal {
  --otp-body-size: 14px;
  --otp-small-size: 12px;
  --otp-label-color: #cfd2d2;
}

#otpModal .modal-dialog {
  max-width: var(--otp-width);
  margin: 1.75rem auto;
}

#otpModal .modal-content {
  background: var(--dlg-bg) !important;
  color: #e9ecec !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.55);
}

#otpModal .otp-head {
  position: relative;
  height: 50px;
  padding: 0 var(--otp-pad-x);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-gold);
  color: #111;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#otpModal .otp-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

#otpModal .otp-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--otp-x-size);
  height: var(--otp-x-size);
  border: 0;
  background: transparent;
  color: #111;
  border-radius: 999px;
  font-size: var(--otp-x-font);
  line-height: 1;
}

#otpModal .otp-close:hover {
  background: rgba(0, 0, 0, 0.08);
}

#otpModal .modal-body {
  padding: 16px var(--otp-pad-x) 18px;
  font-size: var(--otp-body-size) !important;
  line-height: 1.5;
}

#otpModal .otp-group {
  margin-bottom: 20px;
}

#otpModal .otp-label {
  font-weight: 700;
  font-size: 12px;
  color: var(--otp-label-color) !important;
  margin-bottom: 8px;
}

#otpModal .otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 12px;
}

#otpModal .otp-field img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.9;
  margin-right: 8px;
}

#otpModal .otp-field input {
  flex: 1;
  margin: 0 8px;
  background: transparent;
  border: 0;
  outline: none;
  color: #e9ecec;
  font-size: var(--otp-body-size) !important;
}

#otpModal .otp-field a {
  color: var(--text-gold);
  font-weight: 700;
  text-decoration: none;
  margin-left: 8px;
  font-size: var(--otp-body-size) !important;
}

#otpModal .otp-field a:hover {
  text-decoration: underline;
}

#otpModal .otp-info-box {
  margin-top: 30px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--bg-grey-primary);
  font-weight: 600;
  font-size: 10px !important;
}

#otpModal .otp-info-box .time {
  color: var(--text-gold);
  font-weight: 800;
}

#otpModal .otp-info-box a {
  color: var(--text-gold);
  font-weight: 700;
  font-size: 10px !important;
}

#otpModal input::placeholder {
  color: var(--bg-grey-primary) !important;
  opacity: 1;
}
#otpModal input::-webkit-input-placeholder {
  color: var(--bg-grey-primary) !important;
  opacity: 1;
}
#otpModal input::-moz-placeholder {
  color: var(--bg-grey-primary) !important;
  opacity: 1;
}
#otpModal input:-ms-input-placeholder {
  color: var(--bg-grey-primary) !important;
  opacity: 1;
}

/* ====== AboutUs Sidebar ====== */
:root {
  --box-pad-x: 24px;
  --box-pad-y: 14px;
  --card-pad-x-default: 2.5rem;
}

.content-pad {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  --card-pad-x: 2.5rem;
}

@media (max-width: 576px) {
  :root {
    --box-pad-x: 18px;
    --box-pad-y: 12px;
  }

  .content-pad {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    --card-pad-x: 1.25rem;
  }
}

.about-sep {
  border: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  margin: 1.2rem 0 2rem;
  display: block;
  position: relative;
  left: calc(-1 * (var(--card-pad-x, var(--card-pad-x-default))));
  width: calc(100% + (var(--card-pad-x, var(--card-pad-x-default)) * 2));
}

.t-panel {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: var(--box-pad-y) var(--box-pad-x);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  position: relative;
}

.t-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
  padding: 2px 0 10px 0;
}

.t-head > span:first-child {
  display: block;
  margin-left: 5%;
  max-width: 75%;
}

.t-hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 10px 0 14px;
  opacity: 1;
  position: relative;
  left: 2%;
  width: 98%;
}

.t-body {
  color: #c8cdcd;
  font-size: 0.92rem;
  line-height: 1.65;
  padding-top: 2px;
  margin-left: 5%;
  max-width: 75%;
}

.t-body p {
  margin: 0 0 14px 0;
}
.t-body strong,
.t-body b {
  font-weight: 400;
  color: inherit;
}

.t-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2a3030;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: var(--box-pad-y) var(--box-pad-x);
  color: #e9ecec;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18) inset,
    0 8px 16px rgba(0, 0, 0, 0.1);
  margin: 8px 0;
  position: relative;
}
.t-row > span:first-child {
  display: block;
  margin-left: 5%;
  max-width: 75%;
}

.t-ico {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  opacity: 0.95;
  flex: 0 0 22px;
}

.t-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.t-ico--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .t-head > span:first-child,
  .t-body,
  .t-row > span:first-child {
    margin-left: 0;
    max-width: 100%;
  }

  .t-hr {
    left: 0;
    width: 100%;
  }
}

/* ===== Contact Us ===== */
.c-lead {
  color: #c8cdcd;
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 880px;
}

.c-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 12px;
}

.c-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.c-ico {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #222a2a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.3);
}

.c-ico::after {
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.c-ico img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.c-title {
  color: #e9ecec;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
}

.c-sub {
  color: #9aa2a2;
  font-size: 0.84rem;
  line-height: 1.2;
  margin-top: 3px;
}

.Boarder_Profile {
  padding-bottom: 1.5rem !important;
}

.pad-bottom-xl {
  padding-bottom: 22rem !important;
}

.mb-outer-xl {
  margin-bottom: 4rem !important;
}

@media (max-width: 992px) {
  .pad-bottom-xl {
    padding-bottom: 9rem !important;
  }

  .mb-outer-xl {
    margin-bottom: 3rem !important;
  }
}

@media (max-width: 768px) {
  .c-contact {
    gap: 14px 18px;
  }

  .c-item {
    min-width: 220px;
    gap: 10px;
  }

  .c-ico {
    width: 38px;
    height: 38px;
  }
  .c-ico::after {
    content: none !important;
  }
  .c-ico img {
    width: 20px;
    height: 20px;
  }

  .c-title {
    font-size: 0.95rem;
  }

  .c-sub {
    font-size: 0.82rem;
  }
}

.t-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}

.t-ico--plus {
  background-image: url("../img/My Acc/Referral/Overview/How to Earn/Button_Drop Down_Inactive@2x.png");
}

.t-ico--minus {
  background-image: url("../img/My Acc/Referral/Overview/How to Earn/Button_Drop Down_Active@2x.png");
}

/* Recommended Games Box */
.recommended-games {
  background: url("../img/homepage/recommended_game/bg_recommended_game.png")
    no-repeat center center;
  background-size: cover;
  border-radius: 15px;
  flex-grow: 1;
  padding: 35px;
  color: #fff;
  position: relative;
}

/* Popular Slots Box */
.popular-slots {
  background: url("../img/homepage/recommended_game/bg_popular_slots.png")
    no-repeat center center;
  background-size: cover;
  border-radius: 15px;
  flex-grow: 1;
  padding: 20px;
  color: #fff;
}

.recommend-popular-wrapper {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.recommended-games .section-title {
  color: var(--text-light);
  font-size: 1.5rem;
  font-weight: 700;
}

.game-tabs .nav-link {
  color: var(--text-light);
  background-color: transparent;
  border: none;
  font-size: 0.8rem;
  padding: 8px 10px;
  padding: 8px 15px;
  margin-right: 3px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}

.game-tabs .nav-link.active {
  background: var(--bg-gold);
  color: #000;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
}

.game-tabs .active .nav-link {
  color: #000; 
  background-color: transparent;
  font-weight: bold; 
}

.game-tabs .nav-link:hover:not(.active) {
  color: var(--text-gold);
}

.game-card-large {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.game-card-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.game-card-small {
  text-align: center;
  cursor: pointer;
}

.game-card-small .img-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
}

.game-card-small:hover .img-wrapper {
  width: 100%;
  border-color: var(--text-gold);
}

.game-card-small img.game-thumb {
  width: 100%;
  transition: transform 0.3s ease;
}

.game-card-small:hover img.game-thumb {
  transform: scale(1.05);
}

.game-card-small p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin: 0;
  font-weight: 500;
}

.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.pagination-dots .dot {
  width: 7px;
  height: 7px;
  background-color: #555;
  border-radius: 50%;
  cursor: pointer;
}

.pagination-dots .dot.active {
  background-color: var(--text-gold);
}

/* Popular Slots Section */
.popular-slots {
  border-radius: 15px;
  padding: 20px;
}

.popular-slots h5 {
  color: var(--text-light);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.popular-slots h5 {
  background-color: var(--text-gold);
  color: #000;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
  margin-left: 10px;
}

.new-badge {
  background-color: neon green;
  color: #66e072;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 0.75rem;
  border: 1px solid #66e072;
  text-shadow: 0 0 5px #66e072, 0 0 5px #66e072;
}

.slot-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.slot-item:hover {
  background-color: rgba(255, 193, 7, 0.1);
}

.slot-item:not(:last-child) {
  margin-bottom: 10px;
}

.slot-item img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}

.slot-item .info {
  flex-grow: 1;
}

.slot-item .title {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0;
}

.slot-item .subtitle {
  font-size: 0.8rem;
  color: var(--bg-grey-primary);
  margin: 0;
}

.slot-item .play-btn {
  color: var(--text-gold);
  font-size: 2rem;
  transition: transform 0.2s ease;
}

.slot-item .play-btn:hover {
  transform: scale(1.1);
}

/* Top Picks of the Weeks */
.top-picks .game-pick-grid {
  display: flex;
  /* overflow-x: auto; */
  /* gap: 20px;
    gap: 30px; */
  padding-bottom: 15px;
  /* -ms-overflow-style: none; */
  /* scrollbar-width: none; */
}

.top-picks .game-pick-grid::-webkit-scrollbar {
  display: none;
}

.top-picks .fw-bold span {
  text-transform: uppercase;
}

.game-pick-card {
  text-align: center;
  flex: 0 0 180px;
}

.game-pick-card img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.game-pick-card img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.game-pick-title {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.game-pick-subtitle {
  color: var(--bg-grey-primary);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  /* margin-top: -15px; */
}

.game-pick-card:hover {
  transform: translateY(-5px);
  border-color: var(--text-gold);
}

.game-pick-card img {
  width: 100%;
  height: auto;
  display: block;
}

.game-boxes-container .game-box {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.game-boxes-container .game-box:hover {
  transform: scale(1.05);
}

.thead-gold-bg th {
  background-color: var(--text-gold);
  color: #000;
  border: none;
  text-align: center;
  padding: 12px;
}

/* Live Matches Section */
.live-matches {
  margin-top: 50px;
  /* max-height: 400px; 
    overflow-y: auto;
    overflow-x: hidden; */
}

.live-matches-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.match-card {
  background-color: var(--card-bg);
  background: url("../img/homepage/live_matches/frame_live.png") no-repeat
    center center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.match-card.faded {
  opacity: 0.5;
}

.match-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.match-card-header .game-info {
  text-align: left;
  font-size: 0.8rem;
  color: var(--bg-grey-primary);
}

.match-card-header .game-info span {
  display: block;
}

.match-card-header .game-info span p {
  margin: 0;
}

.team-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
  border-top: 1px solid var(--border-color);
}

.team-logo {
  margin-top: 10px;
  width: 60px;
  height: 60px;
}

.team-logos span {
  font-weight: bold;
  color: var(--bg-grey-primary);
  font-size: 1.1rem;
}

.team-names p {
  font-size: 0.9rem;
  margin-top: 1px;
  margin-bottom: 15px;
}

.odds-info {
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
  margin-bottom: 15px;
}

.odd-box {
  background-color: #252522; /* Dark background for the odd box */
  border: 1px solid #444; /* Grey border */
  border-radius: 15px;
  color: #fff;
  font-size: 0.9rem;
  display: inline-block;
  width: 45%; /* Make it smaller */
}

.odd-box span {
  display: block;
}

.odd-box .value {
  font-weight: bold;
}

.odd-box .value p {
  margin: 0;
}

.more-link {
  color: var(--text-gold);
  font-size: 0.85rem;
  text-decoration: none;
}

.select-provider {
  background: url("../img/lobby/slots/select_frame/frame_select_provider.png") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.game-page-layout {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.game-sidebar {
  flex: 0 0 260px;
  background-color: transparent;
}

.game-sidebar .nav-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: background-color 0.2s ease;
  color: var(--bg-grey-primary);
}

.game-sidebar .nav-item a:hover {
  background-image: url("../img/lobby/slots/select_frame/frame_select_provider.png");
  background-size: cover;
  border-radius: 8px;
  background-position: center;
  border: 1px solid var(--text-gold);
  font-weight: bold;
}

.game-sidebar .nav-item a.active {
  background-image: url("../img/lobby/slots/select_frame/frame_select_provider.png");
  background-size: cover;
  border-radius: 8px;
  background-position: center;
  color: var(--text-gold);
  font-weight: bold;
}

.game-sidebar .provider-logo {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.game-sidebar .provider-name {
  flex-grow: 1;
  font-size: 0.9rem;
}

.game-sidebar .game-count {
  font-size: 0.8rem;
}

.game-content {
  flex-grow: 1;
  padding-left: 50px;
}

.game-list-bar {
  background-color: var(--bg-dark-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 25px;
}

.game-link {
  color: var(--bg-grey-primary);
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.game-link:hover {
  color: var(--text-light);
}

.game-link.active {
  color: var(--text-gold);
  font-weight: bold;
  border-bottom: 3px solid var(--text-gold);
}

.game-link .fa-star {
  color: var(--text-gold);
}

.game-link .fa-fire {
  color: #e74c3c;
}

.game-search-bar {
  margin-left: auto;
  position: relative;
}

.game-search-bar input {
  background-color: var(--bg-dark-secondary);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 8px 15px 8px 40px;
  color: #ffffff;
  width: 250px;
}

.game-search-bar input::placeholder {
  color: #aaaaaa;
}

.game-search-bar i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaaaaa;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
}

.game-box-card {
  background-color: transparent;
  text-align: center;
  transition: transform 0.2s;
}

.game-box-card:hover {
  transform: translateY(-5px);
}

.game-box-card img {
  width: 100%;
  height: auto;
  height: 170px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.game-box-title {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text-light);
}

/* --- App Download --- */
.app-download-section {
  background-color: var(--container-bg);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Stacks on mobile */
  max-width: 1200px; /* Max width to match original design */
  width: 100%;
}

/* Responsive layout for larger screens */
@media (min-width: 768px) {
  .app-download-section {
    flex-direction: row; /* Side-by-side on larger screens */
  }
}

/* Left side content (Text and QR codes) */
.app-download-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 2rem 3rem;
}

.download-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.logo-placeholder {
  width: 100px;
  height: 100px;
  /* border: 2px solid var(--border-color); */
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-muted);
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.app-download-left h2 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.app-download-left p {
  font-size: 1.5rem;
  color: var(--bg-grey-primary);
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.qr-codes-container {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.qr-code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.qr-code-box {
  background-color: var(--bg-dark-secondary);
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}

.qr-code-box img.qr-image {
  width: 120px;
  height: 120px;
  border-radius: 0.75rem;
  background-color: white;
  padding: 5px;
}

.platform-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-light);
}

.instruction-link {
  font-size: 0.875rem;
  color: var(--bg-grey-primary);
  text-decoration: none;
}

/* Right side content (Banner image) */
.app-download-right {
  flex: 1.2;
  min-height: 400px;
  background-color: #000;
  background: url("../img/homepage/download/banner/app_banner.png") no-repeat
    center center;
  background-size: contain;
  background-position: center;
}

.app-download-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .app-download-banner {
    background: url('../img/homepage/download/banner/app_banner.png') no-repeat center center;
    background-size: contain;
    background-position: center;
} */

.app-download-gem55 {
  background: url("../img/homepage/download/banner/app_banner.png") no-repeat
    center center;
}

/* --- Secondary Promo Navigation --- */
.promo-nav {
  background-color: var(--bg-dark-secondary);
  border-radius: 50px;
  padding: 0.5rem;
  display: inline-block; /* Makes the nav only as wide as its content */
}

.promo-nav .nav-link {
  color: var(--text-muted);
  font-weight: 500;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.promo-nav .nav-link:hover {
  color: var(--text-light);
}

.promo-nav .nav-link.active {
  background-color: var(--text-gold);
  color: #111111;
  font-weight: 700;
}

.promo-card {
  background-image: url("../img/promo/promotion_bg.png");
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-position: center;
}

.promo-card-top {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-jackpot-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-light);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.promo-sub-amount,
.promo-card-overlay-text p {
  color: #ddd;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.promo-card-body {
  padding: 1.5rem;
  flex-grow: 1;
}

.promo-title-img {
  width: 100%;
}

.promotion-content {
  padding: 0 1rem;
}

.promotion-content table{
  width: 100%; 
}

.promo-tags span {
  background-color: rgba(79, 75, 29, 0.799);
  color: var(--text-gold);
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

.promo-tags p {
  background-color: rgba(79, 75, 29, 0.799);
  color: var(--bg-grey-primary);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.promo-description {
  color: var(--bg-grey-primary);
  font-size: 0.9rem;
}

.promo-actions {
  padding: 0 1.5rem 1.5rem 1.5rem;
  display: flex;
  gap: 0.75rem;
}

.modal-custom-bg {
  background-color: var(--bg-dark-secondary);
}

.welcome-bonus-banner {
  background-color: var(--text-gold);
  color: var(--bg-dark-primary);
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  width: 100%;
}

.modal-custom-bg .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-top-banner {
  width: 100%;
  height: auto;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-main-content {
  background-color: var(--bg-dark-primary);
}

.modal-main-content h5 {
  color: #fff;
}

.modal-promo-tags {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 20px;
}

.modal-promo-tags span {
  background-color: var(--bd-grey-secondary) !important;
  color: var(--bg-grey-primary);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

.promo-tag-badge-dark {
  background-color: var(--bd-grey-secondary) !important;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.modal-custom-table th {
  background-color: var(--text-gold);
  font-weight: normal;
  font-size: 0.9rem;
}

.modal-custom-table td {
  background-color: var(--bg-dark-fourth);
  color: #fff;
  border-color: #555;
  font-size: 0.9rem;
}

.modal-custom-table.table-bordered > :not(caption) > * > * {
  border-width: 1px;
  border-color: var(--bg-dark-primary);
}

.modal-custom-table thead th:first-child {
  border-top-left-radius: 10px;
}

.modal-custom-table thead th:last-child {
  border-top-right-radius: 10px;
}

.modal-custom-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.modal-custom-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.mega-modal-bg {
  background-color: var(--bg-dark-secondary);
  color: var(--text-light);
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.mega-modal-bg .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.balance-section h4 {
  color: var(--text-gold);
}

.login-details-section {
  background-color: #283033;
}

.buy-section .form-control {
  background-color: var(--bg-dark-secondary);
  border: 1px solid var(--border-color);
}

.buy-section .form-control::placeholder {
  color: #888;
}

.buy-btn,
.play-now-btn {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
  font-weight: bold;
  width: 180px;
}

.copy-btn {
  background-color: #283033;
  border-color: #ffc107;
  color: #ffc107;
}

/** Spin **/
.background-container {
  position: relative;
  width: 100%;
  /* height: 150vh; */
  background-image: url("../img/spin/bg/bg_spin.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: background-image 1s ease-in-out;
}

.jackpot-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}

.jackpot-item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.jackpot-value-minor {
  position: absolute;
  bottom: 40px;
  left: 48%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
}

.jackpot-value-major {
  position: absolute;
  bottom: 40px;
  left: 53%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
}

.jackpot-value-mega {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .jackpot-value {
    font-size: 1rem;
    bottom: 15px;
  }
}

.spin_wheel_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.spin-wheel-container2 {
  position: relative;
  /* width: 400px;
  height: 400px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.spin-wheel2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 6s cubic-bezier(0.25, 0.1, 0.25, 1);
  top: 50%;
  left: 50%;
  transform: translate(30%, -30%);
}

.spin-wheel2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spin-button {
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #d9a445, #9e6f28);
  color: #4b0082;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, background-color 0.2s;
}

.spin-button:hover {
  transform: scale(1.05);
}

.spin-wheel-prize {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  margin-left: 280px; /* half of width */
  margin-top: 50px; /* half of height */
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #4a2c0c;
}

.spin-wheel-prize img {
  transform: rotate(90deg);
  max-height: 20px;
  width: auto;
}

/* #wheelcanvas {
  position:absolute; width:460px; height:460px; top:50%; left:50%; transform: translate(19%, -33%);
} */


.turnplate {
  position: relative;
}

.spin-wheel-frame {
  position: absolute;
  height: 506px;
  transform: translate(-1%, -1%);
}

.spin-wheel-centre-circle {
  position: absolute;
  height: 130px;
  transform: translate(-1%, -5%);
}

.spin-wheel-target {
  position: absolute;
  height: 210px;
  transform: translate(1%, -78%);
}

@keyframes float-left {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes float-right {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-float-left {
  animation: float-left 3s ease-in-out infinite;
}

.animate-float-right {
  animation: float-right 3s ease-in-out infinite;
}

.animate-spin-slow {
  animation: spin-slow 10s linear infinite;
}

.football {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 150px;
  height: 150px;
  z-index: 10;
}

.coin-left {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.coin-right {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.coin-right-2 {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.coin-right-3 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.notice-bar-spin {
  background-color: #f0f0f021;
  border-radius: 25px;
  display: flex;
  justify-content: center; 
  align-items: center;    
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;     
}

.notice-bar-spin p {
  display: flex;
  margin: 0;     
}

.notice-bar-spin img {
  height: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.spin-text {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-light);
}

.vertical-text {
  writing-mode: vertical-lr;
}

/* Spin Prizes Section Styles (Unique to this page) */
.container.spin-prizes-page {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.spin-prizes-header-link {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-gold);
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.spin-prizes-title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

.spin-prizes-title-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: var(--text-gold);
  margin: 0;
  white-space: nowrap;
}

.spin-prizes-decorative-line {
  width: 100%;
  max-width: 200px;
  height: 5px;
}

.spin-prizes-cards-container {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Makes cards equal height */
  gap: 2rem;
  width: 100%;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.spin-prizes-card {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  font-family: "Inter", sans-serif;
}

.spin-prizes-jackpot-card {
  background-image: url("../img/spin/prizes/frame_progressive_jackpot.png");
}

.spin-prizes-rewards-card {
  background-image: url("../img/spin/prizes/frame_rewards.png");
}

.spin-prizes-card-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-gold);
  margin: 0 0 0.5rem 0;
}

.spin-prizes-card-subtitle {
  font-size: 0.7rem;
  margin-bottom: 2.5rem;
  color: var(--bg-grey-primary);
}

.spin-prizes-prize-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.spin-prizes-prize-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
}

.spin-prizes-prize-icon {
  flex-shrink: 0;
  width: 120px;
  height: 55px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.spin-prizes-prize-details {
  text-align: left;
}

.spin-prizes-prize-details .spin-prizes-start-from {
  font-size: 0.7rem;
  margin: 0;
  color: var(--bg-grey-primary);
}

.spin-prizes-prize-details .spin-prizes-amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-gold);
  margin: 0;
}

.spin-prizes-rewards-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spin-prizes-primary-prize {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spin-prizes-prize-label {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: var(--bg-grey-primary);
}

.spin-prizes-prize-value {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-gold);
  margin: 0;
  line-height: 1;
}

.spin-prizes-secondary-prizes {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-top: 1px solid rgba(255, 191, 41, 0.3);
  padding-top: 2rem;
}

.spin-prizes-prize-group {
  text-align: center;
}

.spin-prizes-secondary-prizes .spin-prizes-prize-value {
  font-size: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .spin-prizes-cards-container {
    flex-direction: column;
    align-items: center;
  }
  .spin-prizes-card {
    width: 100%;
    max-width: 500px; /* Limit card width on smaller screens */
  }
}

@media (max-width: 600px) {
  .container.spin-prizes-page {
    padding: 1rem;
  }
  .spin-prizes-card {
    padding: 4rem 1.5rem;
  }
  .spin-prizes-title-section h2 {
    font-size: 1.2rem;
  }
  .spin-prizes-decorative-line {
    max-width: 100px;
  }
  .spin-prizes-secondary-prizes {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

/* --- Responsive Styles for Mobile --- */
/* Apply these styles for screens smaller than 992px (tablets and phones) */
@media (max-width: 991.98px) {
  /* --- Header Adjustments (This part is unchanged) --- */
  .top-header .container {
    flex-direction: column;
    gap: 15px;
  }

  /* --- Main Navigation Adjustments (NEW) --- */
  /* Allow the main container for the nav bar to wrap its items */
  .main-nav .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }

  /* Position the date/time and language selector block */
  .main-nav .d-flex.ms-auto {
    margin-left: 0 !important;
    width: 100%;
    justify-content: center;
    order: 1;
  }

  .main-nav .nav {
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
    padding-bottom: 0;
    overflow-x: hidden;
  }

  /* --- Carousel & Game Box Adjustments (This part is unchanged) --- */
  .carousel-text-overlay {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }
  .carousel-text-overlay h2 {
    font-size: 1.8rem;
  }
  .carousel-text-overlay p {
    font-size: 1rem;
  }
  .carousel-text-overlay h5 {
    font-size: 1rem;
  }

  /* --- Footer Adjustments (NEW) --- */
  footer {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 0.8rem;
  }

  footer h6 {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  footer img {
    max-height: 28px !important;
    width: auto !important;
  }
  /* Specific adjustments for oddly shaped icons */
  footer [alt="Fpay"] {
    max-height: 22px !important;
  }
  footer [alt="GCB License"] {
    width: 80px !important;
    height: auto !important;
  }
}

/* Apply these styles for screens smaller than 768px (phones) */
@media (max-width: 767.98px) {
  /* Stack user info and deposit/withdraw buttons */
  .top-header .d-flex.align-items-center.gap-3 {
    flex-direction: column;
  }

  /* Center-align footer content on small screens */
  footer .col-lg-2,
  footer .col-lg-3,
  footer .col-lg-5 {
    text-align: center;
  }

  footer .d-flex {
    justify-content: center;
  }

  .spin-wheel {
    width: 90px;
    left: 10px;
    bottom: 10px;
  }
}

.table_depo_list table tr {
  border: none;
  clip-path: rect(0 100% 100% 0 round 10px);
  height: 40px;
}

.table_depo_list table tr th {
  background: #ffbf29;
  border: none;
  text-align: center;
  font-weight: 500;
}

.table_depo_list table tbody tr {
  border: none;
}

.table_depo_list table tbody tr td {
  border: none;
  text-align: center;
  color: #fff;
  background: none;
}

.btn-password {
  display: flex;
  align-items: center;
  right: 10px;
  position: absolute;
  bottom: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}

.bg_redeem_cards {
  min-height: 80vh;
  background: url("../img/my_acc/redeem/bg_redeem.png") no-repeat center center;
  background-size: cover;
}

.massage_options.selected {
  background-color: var(--text-gold);
  color: #000;
  font-weight: 600;
  border-color: gold;
}

#transferModalPopup .tranfer-modal .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.slots_images {
  position: relative;
  overflow: hidden;
}
.slots_images:hover .game_overlay,
.slots_images:focus .game_overlay {
  opacity: 1;
  pointer-events: auto;
}

.game_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.game_overlay .btn_playnow,
.game_overlay .btn_demo {
  pointer-events: auto;
  min-width: 110px;
  display: block;
  padding: 7px;
  cursor: pointer;
}

.btn_playnow {
  background: var(--text-gold);
  font-weight: 500;
  color: #000;
  border-radius: 7px;
}

.btn_playnow:hover {
  background: var(--text-gold);
  font-weight: 500;
  color: #000 !important;
}

.btn_demo {
  color: #fff;
  font-weight: 500;
}

/* about_us */
:root {
  --text-gold: #FFBF29;
  --panel: var(--bg-dark-secondary);
  --line: rgba(255, 255, 255, .08);
  --text: #E9ECEC;
  --muted: #C8CDCD;
  --row-gap: 30px;
  --radius: 8px;
  --gold-thick: 6px;
  --gold-arc-w: 18px;
  --indent: 16px;

  --edge-pad: 22px;
}
.about-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
  max-width: 340px;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: var(--row-gap);
  padding-top: var(--edge-pad);
  padding-bottom: var(--edge-pad);
}

.about-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px calc(var(--gold-arc-w) + var(--indent));
  text-decoration: none;
  color: var(--muted);
  border-radius: var(--radius);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  transition: color .15s ease, transform .06s ease, background .15s ease;
  white-space: nowrap;
}

.about-link:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.about-link:not(.is-active)::after {
  content: "";
  position: absolute;
  left: calc(var(--gold-arc-w) + var(--indent));
  right: 10%;
  bottom: calc(-1 * (var(--row-gap) - 6px));
  height: 1px;
  background: var(--line);
}

.about-list .about-link:last-child::after {
  display: none;
}

.about-link.is-active {
  color: var(--text-gold);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
  border-radius: var(--radius);
}

.about-link.is-active::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: calc(var(--gold-arc-w) + 1px);
  border-left: var(--gold-thick) solid var(--text-gold);
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  background: transparent;
  pointer-events: none;
}

.about-label {
  flex: 1;
  text-align: left;
  color: inherit;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

body[data-pages="about-us"] .accordion-button::after {
  background-image: url("../img/global/button_dropdow_inactive.png") !important;
}

body[data-pages="about-us"] .accordion-button:not(.collapsed)::after {
  background-image: url("../img/global/button_dropdown_active.png") !important;
}

/* terms_conditions */
#terms_conditions .accordion-item {
  padding: 6px 0;
}

#terms_conditions .accordion-button {
  color: #E9ECEC;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18) inset, 0 8px 16px rgba(0, 0, 0, .10);
  box-shadow: unset;
}

#terms_conditions .accordion-collapse {
  background: #2c302f;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* help_center */
#help_center .accordion-item,
#accordion-terms-conditions .accordion-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-radius: 16px;
  padding: 0;
  padding-left: 13px;
  padding-right: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 13px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18) inset, 0 8px 16px rgba(0, 0, 0, .10);
}

#help_center p,
#accordion-terms-conditions p{
  color: #c8cdcd;
}

#help_center p strong,
#accordion-terms-conditions p strong {
  font-weight: 400;
}

#help_center .accordion-content,
#accordion-terms-conditions .accordion-content {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: none;
  padding: 0px 20px;
}

ul.history-notice {
  list-style: decimal;
}

.iturnover {
  display: none;
}

@keyframes showSweetAlert {
  0% {
      transform: scale(0.7);
  }
  45% {
      transform: scale(1.05);
  }
  80% {
      transform: scale(0.95);
  }
  100% {
      transform: scale(1);
  }
}

.showSweetAlert {
  animation: showSweetAlert 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: var(--text-gold);
}

.swiper-recommended-game .swiper-wrapper {
  display: grid;
  grid-template-areas:
      "big small1 small2 small3 small4"
      "big small5 small6 small7 small8";
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(6, 2fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px 20px;
}

#slots-tab .swiper-wrapper {
  grid-template-columns: repeat(18, 2fr);
}

.swiper-recommended-game .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.swiper-recommended-game .swiper-slide.big-box {
  width: 290px !important;
}

.swiper-recommended-game .swiper-wrapper .big-box {
  grid-area: big;
}

.swiper-recommended-game .swiper-wrapper .big-box img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.swiper-recommended-game .swiper-wrapper .big-box .big-title {
  width: 100%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 8px #232727;
  margin-top: 5px;
}

.swiper-recommended-game .swiper-slide.small-box {
  width: 133px !important;
}

.swiper-recommended-game .swiper-wrapper .small-box img {
  object-fit: contain;
  margin-bottom: 6px;
}

.swiper-recommended-game .swiper-wrapper .small-box span {
  color: #f0f0f0;
  font-size: 12px;
  font-weight: 500;
}

.loading_page {
  background-color: rgb(0 0 0);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9999999;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_page img {
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  animation: breathing 1.5s ease-in-out infinite;
}

@keyframes breathing {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}


/* forget_pass */
.main_content {
  max-width: 600px;
  margin: auto;
}

.page-group-wrapper {
  padding: 20px 20px;
  max-width: 500px;
  margin: auto;
}

/* Form Groups */
.forget_header {
  text-align: center;
  margin-bottom: 20px;
}

.forget-tabs {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0;
  border-bottom: 1px solid var(--line);
}

.forget-tabs .tab {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 10px 0;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  flex: 1;
  text-align: center;
}

.forget-tabs .tab + .tab {
  margin-left: 8px;
}

.forget-tabs .tab.active {
  color: var(--accent);
}

.forget-tabs .tab.active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}

.form-group-forget {
  position: relative;
}

.form-group-forget input{
  width: 100%;
  background-color: var(--bg-dark-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 12px 12px 12px 12px;
  color: var(--text-light);
  font-size: 1rem;
}

.form-group-forget input:focus {
  outline: none;
  border-color: var(--text-gold);
}

.mobile-input {
  background: none;
  border: none;
  color: #fff;
  padding: 12px 12px 12px 122px !important;
  flex: 1;
  font-size: 14px;
}

.form-group-forget .password-toggle {
  position: absolute;
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bg-grey-primary);
  cursor: pointer;
}

.country-code {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-right: 1px solid #3a3a3a;
  cursor: pointer;
  min-width: 80px;
  position: absolute;
}

.flag-icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 2px;
}

.country-text {
  color: #7b7b7b;
  font-size: 14px;
  margin-right: 5px;
  white-space: nowrap;
}

.country-code i {
  color: #7b7b7b;
  font-size: 12px;
}

.otp_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.otp_group .input-otp {
  width: 90%;
}

.otp_group .getcode-btn {
  width: 60%;
  height: 100%;
  text-align: center;
  background: #e7a646;
  border-radius: 8px;
  border: 1px solid #e7a646;
  padding: 13px;
  color: #000;
}

.otp_group .getcode-btn:hover {
  background: #e7a646;
  color: #000;
}

.err_forget_msg {
  font-size: 11px;
  color: #ffbf29;
}

.btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_confirm .btn-auth {
  width: 50%;
  text-transform: uppercase;
}

.help-section {
  text-align: center;
  margin-top: 20px;
}

.contact-link {
  color: #ff8c00;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}

.section-important-tips {
  margin-bottom: 20px;
}

.section-important-tips ol {
  list-style-type: none;
}

.section-important-tips h6 {
  font-weight: 600;
  font-size: 17px;
}

/* Full Page Loading Overlay */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container {
  text-align: center;
  color: #ffffff;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #333333;
  border-top: 4px solid #ff8c00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px auto;
}

.loading-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#show_about img.rotate_180 {
  transform: rotate(180deg) !important;
}