/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

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

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
  z-index: 9999;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da !important;
  padding: 10px 20px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default .select2-selection--single {
  border-color: #d9d9d9 !important;
  border-width: 1px !important;
  border-radius: 0.375rem !important;
  padding: 0.375rem 0.75rem !important;
  height: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 31px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: hsl(var(--base)) !important;
  border-radius: 0.375rem !important;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(340px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--dark) / 0.07);
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.mobile-code {
  cursor: pointer;
  padding-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
}

.text--extra-small {
  font-size: 0.625rem !important;
}

.text--small {
  font-size: 0.75rem !important;
}

.social-login-btn {
  border: 1px solid #cbc4c4;
}

.register-disable {
  padding-block: 80px;
  width: 100%;
  background-color: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-disable-image img {
  width: 100%;
}

.register-disable-title {
  color: rgb(0 0 0 / 80%);
  font-size: 42px;
  margin-bottom: 18px;
}

.register-disable-icon {
  font-size: 16px;
  background: rgb(255, 15, 15, 0.07);
  color: rgb(255, 15, 15, 0.8);
  border-radius: 3px;
  padding: 6px;
  margin-right: 4px;
}

.register-disable-desc {
  color: rgb(0 0 0 / 50%);
  font-size: 18px;
  max-width: 565px;
  width: 100%;
  margin-bottom: ;
  :32px ;
}

.register-disable-footer-link {
  color: #fff;
  background-color: #5b28ff;
  padding: 13px 24px;
  border-radius: 6px;
  text-decoration: none;
}

.register-disable-footer-link:hover {
  background-color: #440ef4;
  color: #fff;
}

@media (max-width: 1199px) {
  .payment-item {
    padding: 10px 6px;
  }
  .payment-item__name {
    font-size: 0.875rem;
  }
}


.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: hsl(var(--base)) !important;
}

/* ============================================================
   BETAPEXPRO DARK THEME
   Dark betting platform theme inspired by BetApexPro
   ============================================================ */

/* 1. CSS Variable Overrides — Green primary + dark backgrounds */
:root {
  --base-h: 142;
  --base-s: 69%;
  --base-l: 45%;

  --dark-h: 222;
  --dark-s: 47%;
  --dark-l: 10%;

  --light-h: 0;
  --light-s: 0%;
  --light-l: 95%;

  --text: 215 20% 82%;
  --heading: 0 0% 100%;
  --border: 222 35% 18%;
}

/* 2. Body & global */
body {
  background: #0d0f1c !important;
  color: #c8d2e0 !important;
}

/* 3. Home page layout background */
.home-page {
  background: #0d0f1c !important;
}

.sports-body {
  background: #0b0d18 !important;
}

/* 4. Header */
.header-primary {
  background: #0d0f1c !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}

/* Nav links */
.primary-menu-container a {
  color: #c8d2e0 !important;
  transition: color 0.2s;
}
.primary-menu-container a:hover {
  color: #22c55e !important;
}

/* Login / Sign Up buttons */
.btn--login {
  background: transparent !important;
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
}
.btn--login:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}
.btn--signup {
  background: #22c55e !important;
  color: #fff !important;
  border-radius: 6px !important;
  border: none !important;
}
.btn--signup:hover {
  background: #16a34a !important;
  color: #fff !important;
}

/* Logged-in user dropdown toggle */
.user-profile-btn {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #e2e8f0 !important;
  border-radius: 6px !important;
}

/* 5. Sports category top bar */
.sports-category {
  background: #111827 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.sports-category__link {
  color: #94a3b8 !important;
}
.sports-category__link:hover,
.sports-category__link.active {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.08) !important;
}
.sports-category__link.active .sports-category__icon,
.sports-category__link.active .sports-category__text {
  color: #22c55e !important;
}
.sports-category__link.live-btn i {
  color: #ef4444 !important;
}
.sports-category__notification {
  background: #22c55e !important;
  color: #fff !important;
}

/* 6. Sub-category drawer (league tabs) */
.sub-category-drawer {
  background: #0f1523 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.sub-category-drawer__title-text {
  color: #94a3b8 !important;
}
.sub-category-drawer__link {
  color: #94a3b8 !important;
}
.sub-category-drawer__link.active,
.sub-category-drawer__link:hover .sub-category-drawer__text {
  color: #22c55e !important;
}
.sub-category-drawer__link.active {
  background: rgba(34, 197, 94, 0.1) !important;
}

/* 7. League title bar */
.league-title {
  background: #131929 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.league-title__name,
.league-title__flag-img + .league-title__name {
  color: #e2e8f0 !important;
}

/* 8. Sports Card (game rows) */
.sports-card {
  background: #161c2d !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.sports-card-left {
  background-color: #161c2d !important;
}
.sports-card:hover .sports-card__list-item {
  background: rgba(34, 197, 94, 0.12) !important;
}
.sports-card__team-name {
  color: #e2e8f0 !important;
}
.sports-card__info-text,
.sports-card__info-time {
  color: #94a3b8 !important;
}
.sports-card-heading {
  background-color: rgba(255, 255, 255, 0.04) !important;
  color: #94a3b8 !important;
}
.sports-card-inner:not(:last-child) .sports-card-body,
.sports-card-left .sports-card-body {
  border-right-color: rgba(255, 255, 255, 0.07) !important;
}
.sports-card__stream {
  color: rgba(255, 255, 255, 0.4) !important;
}
.sports-card__stream.live {
  color: #ef4444 !important;
}
.details-link {
  color: #3b82f6 !important;
}
.details-link:hover {
  color: #60a5fa !important;
}
.extra-title {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* 9. Odds Buttons */
.option-odd-lists .btn {
  background: #1e2a40 !important;
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px !important;
  transition: all 0.2s;
}
.option-odd-lists .btn:hover {
  background: #253352 !important;
  color: #fff !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
}
.option-odd-lists .btn.active,
.option-odd-lists .btn.oddBtn.active {
  background: #22c55e !important;
  color: #fff !important;
  border-color: #22c55e !important;
}
.option-odd-list__item .point {
  color: #94a3b8 !important;
}

/* 10. Odd list (market details page) */
.odd-list__item {
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  color: #e2e8f0 !important;
}
.odd-list__item-title {
  color: #94a3b8 !important;
}
.odd-list__head {
  background: linear-gradient(135deg, #22c55e 0%, #0f1a2e 100%) !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
}

/* 11. Accordion (market sections) */
.accordion--odd .accordion-button {
  background-color: #161c2d !important;
  color: #e2e8f0 !important;
  box-shadow: none !important;
}
.accordion--odd .accordion-button:not(.collapsed) {
  color: #22c55e !important;
  background-color: #131929 !important;
}
.accordion--odd .accordion-button::after {
  filter: invert(1) brightness(0.8);
}
.accordion--odd .accordion-header {
  background: #1a2035 !important;
}
.accordion--odd .accordion-body {
  background-color: #111827 !important;
}
.accordion--odd .accordion-item {
  border-color: rgba(255, 255, 255, 0.07) !important;
}

/* 12. Betslip panel (right side) */
@media screen and (min-width: 992px) {
  .betslip {
    background: #111827 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.07) !important;
  }
  .betslip__head {
    background: #0d0f1c !important;
    border-radius: 8px !important;
  }
  .betslip__head-content {
    color: #e2e8f0 !important;
  }
  .betslip__body {
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 6px !important;
  }
  .betslip__footer {
    background-color: #111827 !important;
  }
  .betslip__footer-text {
    color: #94a3b8 !important;
  }
  .betslip__footer-bottom .form--control {
    background: #1e2a40 !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #e2e8f0 !important;
  }
  .betslip__footer-bottom .form--control::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .betslip__footer-bottom .form--control:focus {
    background: #1e2a40 !important;
    border-color: #22c55e !important;
    color: #e2e8f0 !important;
  }
  .betslip__list-ratio span {
    color: #94a3b8 !important;
  }
  .betslip__list-ratio input {
    color: #e2e8f0 !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  }
  .betslip__list-ratio span.amount {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  }
  .betslip__footer li:first-child {
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  }
  .betslip__list-odd {
    color: #e2e8f0 !important;
  }
  .betslip__list-match {
    color: #94a3b8 !important;
  }
  .betslip__list-question {
    color: #94a3b8 !important;
  }
  .betslip__list-text {
    color: #22c55e !important;
  }
  .betslip__footer-list .betslip__list-odd {
    color: #22c55e !important;
  }
}

/* Betslip on mobile */
@media screen and (max-width: 991px) {
  .betslip {
    background-color: #111827 !important;
  }
  .betslip__footer {
    background-color: #111827 !important;
  }
}

/* Bet type tabs (Bet Slip / My Bets) */
.bet-type {
  background: #0d0f1c !important;
  border-radius: 8px !important;
}
.bet-type__btn {
  color: #94a3b8 !important;
  border-bottom: 2px solid transparent !important;
}
.bet-type__btn:has(input:checked) {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.1) !important;
  border-bottom-color: #22c55e !important;
}
.bet-type__btn:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #e2e8f0 !important;
}

/* Place bet & footer buttons */
.betslip__footer-btn,
.btn--base {
  background: #22c55e !important;
  color: #fff !important;
}
.betslip__footer-btn:hover,
.btn--base:hover {
  background: #16a34a !important;
  color: #fff !important;
}

/* Bet select dropdown */
.betslip .betslip-select .form-select,
.betslip .form-select {
  background-color: #1e2a40 !important;
  color: #e2e8f0 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* 13. Betslip header area */
.betslip-header {
  background: #0d0f1c !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.bet-slip-container,
.mybet-container {
  background: #111827 !important;
}

/* Betslip item */
.betslip-item {
  background: #161c2d !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 6px !important;
}
.betslip-item .betslip__list-close {
  color: #94a3b8 !important;
}
.betslip-item .betslip__list-close:hover {
  color: #ef4444 !important;
}
.empty-slip-message {
  color: #94a3b8 !important;
}

/* Delete all button */
.delete-btn {
  background: #1e2a40 !important;
  color: #94a3b8 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.delete-btn:hover {
  color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.1) !important;
}

/* 14. Left sidebar (under-tree / treeView) */
.left-side,
[class*="left-side"] {
  background: #111827 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.07) !important;
}

/* treeView */
.treeview,
.treeview li a,
.under-tree,
.firstList {
  color: #94a3b8 !important;
}
.treeview li a:hover {
  color: #22c55e !important;
}
.treeview .active > a {
  color: #22c55e !important;
}

/* 15. Footer */
.footer--light {
  background: #111827 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.footer--light * {
  color: #94a3b8 !important;
}
.footer--light a:hover {
  color: #22c55e !important;
}
.footer-bottom {
  background: #0d0f1c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.footer-bottom * {
  color: #64748b !important;
}

/* 16. Mobile bottom nav */
.app-nav {
  background: #111827 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.app-nav__menu-icon,
.app-nav__menu-text {
  color: #94a3b8 !important;
}
.app-nav__menu-link.active .app-nav__menu-icon,
.app-nav__menu-link.active .app-nav__menu-text {
  color: #22c55e !important;
}
.app-nav__menu-link-important {
  background: #22c55e !important;
  border-color: #111827 !important;
  color: #fff !important;
}
.app-nav__drawer {
  background-color: #111827 !important;
}
.app-nav__drawer-list li {
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
}
.app-nav__drawer-link {
  color: #c8d2e0 !important;
}
.app-nav__drawer-link:hover {
  color: #22c55e !important;
}

/* 17. Forms & Inputs */
.form--control {
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}
.form--control::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.form--control:focus {
  background: #1e2a40 !important;
  border-color: #22c55e !important;
  color: #e2e8f0 !important;
}
.form--control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1e2a40 inset !important;
  -webkit-text-fill-color: #e2e8f0 !important;
}
.form--select .form-select {
  background-color: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}
.form--select .form-select:focus {
  border-color: #22c55e !important;
}
.form--select::before {
  color: #94a3b8 !important;
}
.form-label {
  color: #94a3b8 !important;
}
.form-control {
  background-color: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}
.form-control:focus {
  background-color: #1e2a40 !important;
  border-color: #22c55e !important;
  color: #e2e8f0 !important;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15) !important;
}

/* 18. Modal (Login/Register) */
.modal-content {
  background-color: #111827 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #e2e8f0 !important;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h6 {
  color: #fff !important;
}
.modal-content .close,
.modal-content [data-bs-dismiss="modal"] {
  color: #94a3b8 !important;
}
.modal-content .close:hover,
.modal-content [data-bs-dismiss="modal"]:hover {
  color: #e2e8f0 !important;
}

/* 19. Dropdown menus */
.dropdown-menu {
  background-color: #1a2235 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}
.dropdown-item {
  color: #c8d2e0 !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(34, 197, 94, 0.12) !important;
  color: #22c55e !important;
}

/* Language dropdown */
.language-btn,
.language-text {
  color: #c8d2e0 !important;
}

/* Odds type select */
.select-lang .form-select {
  background: transparent !important;
  color: #94a3b8 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  font-size: 0.8rem;
}

/* 20. Custom card */
.custom--card {
  background-color: #161c2d !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
}
.custom--card .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  color: #e2e8f0 !important;
}
.custom--card .card-footer {
  background: rgba(255, 255, 255, 0.03) !important;
  border-top-color: rgba(255, 255, 255, 0.07) !important;
}
.custom--card .card-title {
  color: #e2e8f0 !important;
}
.custom--card p,
.custom--card span {
  color: #94a3b8;
}

/* 21. Badges */
.badge--primary {
  background: rgba(34, 197, 94, 0.15) !important;
  border-color: #22c55e !important;
  color: #22c55e !important;
}

/* 22. Bet count badge */
span.bet-count {
  background: #22c55e !important;
  color: #fff !important;
}

/* 23. Empty message */
.empty-message p {
  color: #94a3b8 !important;
}

/* 24. Scrollbar (webkit) */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #0d0f1c;
}
::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}

/* 25. Bet return / stake info */
.bet-return span,
.betslip-return {
  color: #94a3b8 !important;
}
.bet-return .text--danger,
.total-validation-msg,
.total-stake-amount {
  color: #ef4444 !important;
}

/* 26. Select2 overrides */
.select2-dropdown {
  background: #1a2235 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  color: #c8d2e0 !important;
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
}
.select2-results__option.select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(34, 197, 94, 0.15) !important;
  color: #22c55e !important;
}
.select2-search--dropdown {
  background: #111827 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}
.select2-container--default .select2-selection--single {
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #e2e8f0 !important;
}

/* 27. Preloader */
.preloader {
  background-color: #0d0f1c !important;
}

/* 28. LIVE badge colours */
.badge-live,
.text-live,
[class*="live-badge"] {
  color: #ef4444 !important;
}

/* 29. "View All" style links */
a.text-primary,
.view-all-link {
  color: #3b82f6 !important;
}
a.text-primary:hover,
.view-all-link:hover {
  color: #60a5fa !important;
}

/* 30. Cookies card */
.cookies-card {
  background: #1a2235 !important;
  color: #e2e8f0 !important;
}

/* 31. Odd list head gradient */
.odd-list__head {
  background: linear-gradient(135deg, #1a7a42 0%, #0f1a2e 100%) !important;
}

/* 32. Pagination */
.pagination .page-link {
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #c8d2e0 !important;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: #22c55e !important;
  border-color: #22c55e !important;
  color: #fff !important;
}

/* 33. Table */
.table {
  color: #c8d2e0 !important;
  --bs-table-bg: transparent;
  border-color: rgba(255, 255, 255, 0.07) !important;
}
.table thead th {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  color: #94a3b8 !important;
}
.table td, .table th {
  border-color: rgba(255, 255, 255, 0.07) !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(255, 255, 255, 0.03);
  color: #c8d2e0;
}

/* 34. Headings throughout */
h1, h2, h3, h4, h5, h6 {
  color: #e2e8f0 !important;
}
p {
  color: #94a3b8;
}

/* 35. Alerts */
.alert {
  border-radius: 6px !important;
}

/* 36. Back to top */
.back-to-top {
  background-color: #22c55e !important;
  color: #fff !important;
}

/* ============================================================
   DASHBOARD DARK THEME OVERRIDES
   ============================================================ */

/* Dashboard page background */
.user-dashboard {
  background: #0d0f1c !important;
}

/* Dashboard layout container */
.dashboard-wrapper {
  background: transparent !important;
}
.dashboard-right {
  background: transparent !important;
}

/* Breadcrumb title */
.dashboard-right h5 {
  color: #e2e8f0 !important;
}

/* ---- Sidebar ---- */
.dashboard-sidebar {
  background: #111827 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}
@media (max-width: 991px) {
  .dashboard-sidebar {
    background: #111827 !important;
  }
}

/* Widget balance card (top of sidebar) */
.widget-card--primary {
  background: #161c2d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.widget-card__head {
  background: #0d0f1c !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: 8px 8px 0 0 !important;
}
.widget-card__id,
.widget-card--primary .widget-card__id {
  color: #94a3b8 !important;
}
.widget-card--primary .widget-card__reload,
.widget-card__reload {
  color: #94a3b8 !important;
}
.widget-card--primary .widget-card__balance {
  color: #e2e8f0 !important;
}
.widget-card--primary .widget-card__balance-text {
  color: #94a3b8 !important;
}
/* Deposit button — keep green */
.widget-card__deposit {
  background: #22c55e !important;
  color: #fff !important;
  border-radius: 5px !important;
}
.widget-card__deposit:hover {
  background: #16a34a !important;
  color: #fff !important;
}
/* Withdraw button — dark ghost style */
.widget-card__withdraw {
  background: #1e2a40 !important;
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 5px !important;
}
.widget-card__withdraw:hover {
  background: #253352 !important;
  color: #fff !important;
}

/* Secondary widget card */
.widget-card--secondary {
  background: #161c2d !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.widget-card {
  background: rgba(34, 197, 94, 0.08) !important;
  border-color: rgba(34, 197, 94, 0.15) !important;
}
.widget-card__balance {
  color: #e2e8f0 !important;
}
.widget-card__balance-text {
  color: #94a3b8 !important;
}

/* ---- Dashboard Menu ---- */
@media screen and (min-width: 992px) {
  .dashboard-menu {
    border-color: rgba(255, 255, 255, 0.07) !important;
    background: transparent !important;
  }
}
.dashboard-menu__body .accordion-item {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
@media screen and (min-width: 992px) {
  .dashboard-menu__body .accordion-button {
    background: transparent !important;
    color: #c8d2e0 !important;
  }
  .dashboard-menu__body .accordion-button:hover {
    background: rgba(34, 197, 94, 0.08) !important;
    color: #22c55e !important;
  }
  .dashboard-menu__body .accordion-button:not(.collapsed) {
    background: rgba(34, 197, 94, 0.1) !important;
    color: #22c55e !important;
  }
}
.dashboard-menu__body .accordion-button {
  color: #c8d2e0 !important;
}
.dashboard-menu__body .accordion-button::after {
  color: #94a3b8 !important;
}
.dashboard-menu__body .accordion-button__icon {
  color: #22c55e !important;
}
.dashboard-menu__body .accordion-body {
  background: transparent !important;
}
.dashboard-menu__body .accordion-button:not(.collapsed) {
  color: #22c55e !important;
}
.dashboard-menu__head {
  background: #0d0f1c !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.dashboard-menu__head-text {
  color: #e2e8f0 !important;
}

/* Nav links */
.dashboard-menu__link {
  color: #94a3b8 !important;
}
.dashboard-menu__link:hover,
.dashboard-menu__link.active,
.dashboard-menu__link.active .dashboard-menu__icon {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.08) !important;
}
.dashboard-menu__inner > li {
  background: rgba(255, 255, 255, 0.03) !important;
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}
.dashboard-menu__inner-link {
  color: #94a3b8 !important;
}
.dashboard-menu__inner-link:hover,
.dashboard-menu__inner-link.active {
  color: #22c55e !important;
}
.dashboard-submenu__link {
  color: #94a3b8 !important;
}
.dashboard-submenu__link:hover {
  color: #22c55e !important;
}
@media screen and (min-width: 992px) {
  .dashboard-submenu__link {
    background: transparent !important;
    color: #94a3b8 !important;
  }
}
.dashboard-menu__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.submenu {
  background-color: #1a2235 !important;
}

/* Nav toggle */
.dashboard-sidebar__nav-toggle {
  background: rgba(34, 197, 94, 0.1) !important;
  border: 1px solid rgba(34, 197, 94, 0.2) !important;
}
.dashboard-sidebar__nav-toggle-text {
  color: #c8d2e0 !important;
}
.dashboard-sidebar__nav-toggle-btn {
  color: #22c55e !important;
}

/* Accordion sub-items */
.dashboard-menu__body .accordion.has-sub .accordion-button {
  background: rgba(255, 255, 255, 0.03) !important;
  color: #94a3b8 !important;
}
@media screen and (min-width: 992px) {
  .dashboard-menu__body .accordion.has-sub .accordion-button {
    background: transparent !important;
  }
}

/* ---- Main Content Cards ---- */
.card {
  background-color: #161c2d !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
  color: #c8d2e0 !important;
}
.card-body {
  background-color: transparent !important;
  color: #c8d2e0 !important;
}
.card-header {
  background-color: #131929 !important;
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  color: #e2e8f0 !important;
}
.card-footer {
  background-color: #131929 !important;
  border-top-color: rgba(255, 255, 255, 0.07) !important;
  color: #94a3b8 !important;
}
.card-title {
  color: #e2e8f0 !important;
}
.card-text {
  color: #94a3b8 !important;
}

/* ---- Alerts ---- */
.alert {
  background-color: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #c8d2e0 !important;
}
.alert-warning {
  background-color: rgba(245, 158, 11, 0.12) !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
  color: #fcd34d !important;
}
.alert-warning a {
  color: #22c55e !important;
}
.alert-danger {
  background-color: rgba(239, 68, 68, 0.12) !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
  color: #fca5a5 !important;
}
.alert-success {
  background-color: rgba(34, 197, 94, 0.12) !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
  color: #86efac !important;
}
.alert-info {
  background-color: rgba(59, 130, 246, 0.12) !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
  color: #93c5fd !important;
}
.alert-primary {
  background-color: rgba(34, 197, 94, 0.12) !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
  color: #86efac !important;
}

/* ---- Tables ---- */
.table-responsive {
  border-color: rgba(255, 255, 255, 0.07) !important;
  border-radius: 8px !important;
  background: #161c2d !important;
}
.custom--table {
  background: transparent !important;
}
.custom--table thead {
  background-color: #131929 !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
.custom--table thead th {
  color: #94a3b8 !important;
}
.custom--table tbody td {
  background-color: #161c2d !important;
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
  color: #c8d2e0 !important;
}
.custom--table tbody tr:last-child td {
  border-bottom: none !important;
}
@media (max-width: 991px) {
  .table-responsive--md tbody tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.03) !important;
  }
  .table-responsive--md tr th,
  .table-responsive--md tr td {
    border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  }
}
@media (max-width: 767px) {
  .table-responsive--sm tbody tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.03) !important;
  }
}

/* ---- ApexCharts (Bet Chart) ---- */
.apexcharts-canvas,
.apexcharts-canvas svg,
.apexcharts-bg {
  background: #161c2d !important;
}
.apexcharts-canvas {
  border-radius: 6px;
}
.apexcharts-text,
.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
  fill: #94a3b8 !important;
}
.apexcharts-gridline {
  stroke: rgba(255, 255, 255, 0.07) !important;
}
.apexcharts-tooltip {
  background: #1a2235 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #e2e8f0 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}
.apexcharts-tooltip-title {
  background: #131929 !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  color: #e2e8f0 !important;
}
.apexcharts-legend-text {
  color: #94a3b8 !important;
}

/* Date range picker */
.daterangepicker {
  background-color: #1a2235 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #c8d2e0 !important;
}
.daterangepicker .calendar-table {
  background-color: #1a2235 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.daterangepicker th,
.daterangepicker td {
  color: #c8d2e0 !important;
}
.daterangepicker td.off,
.daterangepicker td.disabled {
  color: #4b5563 !important;
}
.daterangepicker td:hover,
.daterangepicker th:hover {
  background-color: rgba(34, 197, 94, 0.15) !important;
  color: #22c55e !important;
}
.daterangepicker .ranges li {
  color: #c8d2e0 !important;
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.daterangepicker .ranges li:hover {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #22c55e !important;
}
.daterangepicker .drp-buttons {
  background-color: #131929 !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  background: #1e2a40 !important;
  color: #e2e8f0 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Date range picker input */
.input-group.date-picker-input .form--control,
input[name="dateRange"] {
  background: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #e2e8f0 !important;
}

/* ---- Deposit card & list items ---- */
.deposit-card {
  background: #161c2d !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.deposit-card__title {
  color: #e2e8f0 !important;
}
.deposit-card__list li {
  border-bottom-color: rgba(34, 197, 94, 0.2) !important;
  color: #c8d2e0 !important;
}

/* ---- Input group ---- */
.input-group:has(input) .btn {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: #1e2a40 !important;
  color: #94a3b8 !important;
}
.input-group-text {
  background-color: #1e2a40 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #94a3b8 !important;
}

/* ---- Footer (dashboard) ---- */
.footer-bottom--dark {
  background: #0a0c16 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.footer-bottom--dark * {
  color: #4b5563 !important;
}

/* ---- Bootstrap link color overrides ---- */
a {
  color: inherit;
}
a:not(.btn):not(.nav-link):not(.dashboard-menu__link):not(.dashboard-menu__inner-link):hover {
  color: #22c55e;
}

/* ---- Bootstrap primary color overrides (removes leftover blue) ---- */
.text-primary {
  color: #22c55e !important;
}
.bg-primary {
  background-color: #22c55e !important;
}
.btn-primary {
  background-color: #22c55e !important;
  border-color: #22c55e !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
}
.border-primary {
  border-color: #22c55e !important;
}
.badge.bg-primary {
  background-color: #22c55e !important;
}

/* ---- List group ---- */
.list-group-item {
  background-color: #161c2d !important;
  border-color: rgba(255, 255, 255, 0.07) !important;
  color: #c8d2e0 !important;
}
.list-group-item.active {
  background-color: #22c55e !important;
  border-color: #22c55e !important;
  color: #fff !important;
}
.list-group-item:hover {
  background-color: #1e2a40 !important;
  color: #e2e8f0 !important;
}

/* ---- Progress bars ---- */
.progress {
  background-color: #1e2a40 !important;
}
.progress-bar {
  background-color: #22c55e !important;
}

/* ---- Sidebar scrollbar ---- */
@media (min-width: 992px) {
  .dashboard-sidebar::-webkit-scrollbar-track {
    background-color: #111827 !important;
  }
  .dashboard-sidebar::-webkit-scrollbar-thumb {
    background: #374151 !important;
  }
}

/* ---- Menu balance area ---- */
.menu-blance {
  background: rgba(34, 197, 94, 0.08) !important;
  border-radius: 6px !important;
  border: 1px solid rgba(34, 197, 94, 0.15) !important;
}

/* ---- Support cards ---- */
.support-card {
  background: #161c2d !important;
  border-color: rgba(34, 197, 94, 0.15) !important;
}
.support-card.admin-reply {
  background-color: rgba(34, 197, 94, 0.08) !important;
}
.support-card__body-text {
  color: #94a3b8 !important;
}

/* ---- KYC & verification area ---- */
.verify-status {
  background: #161c2d !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}

/* ---- Misc: text muted, small text ---- */
.text-muted {
  color: #64748b !important;
}
small,
.text-sm {
  color: #94a3b8 !important;
}

/* END DASHBOARD DARK THEME */

/* END BETAPEXPRO DARK THEME */