/* Copy Animation */
html,
body.theme-onlybet {
  overscroll-behavior-y: none;
}

body.theme-onlybet {
  overflow-x: hidden;
}

body.theme-onlybet.hide-scroll {
  height: 100dvh;
  overflow: hidden !important;
}

body.theme-onlybet:not(.hide-scroll) {
  height: auto !important;
  overflow-y: auto !important;
}

.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;
}

/* OnlyBet visual refresh */
.theme-onlybet {
  background:
    radial-gradient(circle at top left, rgba(35, 98, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(12, 188, 135, 0.14), transparent 24%),
    linear-gradient(180deg, #07111f 0%, #0c1728 20%, #eef3f8 20%, #f4f7fb 100%);
  color: #223047;
}

.theme-onlybet::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 42%);
  opacity: 0.55;
  z-index: 0;
}

.theme-onlybet .header-primary,
.theme-onlybet .user-header-primary {
  background: rgba(7, 17, 31, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(3, 9, 19, 0.18);
}

.theme-onlybet .section {
  position: relative;
  z-index: 1;
}

.theme-onlybet .header-fluid-custom-parent {
  min-height: 58px;
}

.theme-onlybet .logo img,
.theme-onlybet .logo__is {
  max-height: 46px;
  width: auto;
}

.theme-onlybet .primary-menu-container a:not(.btn),
.theme-onlybet .language-btn,
.theme-onlybet .dropdown-toggle.user-profile-btn {
  color: rgba(255, 255, 255, 0.88) !important;
}

.theme-onlybet .primary-menu-container a:not(.btn):hover,
.theme-onlybet .language-btn:hover,
.theme-onlybet .dropdown-toggle.user-profile-btn:hover {
  color: #ffffff !important;
}

.theme-onlybet .btn--signup,
.theme-onlybet .btn--base,
.theme-onlybet .btn.btn--base {
  background: hsl(var(--base));
  border: 1px solid transparent;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 30px hsl(var(--base) / 0.24);
}

.theme-onlybet .btn--signup:hover,
.theme-onlybet .btn--base:hover,
.theme-onlybet .btn.btn--base:hover {
  color: #fff;
  transform: translateY(-1px);
  background: hsl(var(--base-dark));
  box-shadow: 0 16px 32px hsl(var(--base) / 0.28);
}

.theme-onlybet .btn--dark,
.theme-onlybet .btn.btn--dark {
  border-radius: 999px;
  background: #132238;
  border-color: transparent;
}

.theme-onlybet .card,
.theme-onlybet .custom--card,
.theme-onlybet .support-card,
.theme-onlybet .post-card,
.theme-onlybet .sports-card,
.theme-onlybet .login-form,
.theme-onlybet .profile-completion-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.theme-onlybet .card,
.theme-onlybet .custom--card,
.theme-onlybet .support-card,
.theme-onlybet .post-card,
.theme-onlybet .sports-card {
  overflow: hidden;
}

.theme-onlybet .login-form {
  border: 1px solid rgba(71, 85, 105, 0.4);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.94) 0%, rgba(17, 24, 39, 0.92) 100%);
  box-shadow: 0 28px 60px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(14px);
}

.theme-onlybet .login-form,
.theme-onlybet .login-form p,
.theme-onlybet .login-form span,
.theme-onlybet .login-form label,
.theme-onlybet .login-form .sm-text {
  color: #e5eefb;
}

.theme-onlybet .login-form__title,
.theme-onlybet .login-form h4,
.theme-onlybet .login-form h5 {
  color: #ffffff !important;
}

.theme-onlybet .login-form .text-muted {
  color: rgba(226, 232, 240, 0.78) !important;
}

.theme-onlybet .login-form .form-control,
.theme-onlybet .login-form .form--control {
  background: rgba(15, 23, 42, 0.88) !important;
  border-color: rgba(71, 85, 105, 0.65) !important;
  color: #f8fafc !important;
}

.theme-onlybet .login-form .form-control::placeholder,
.theme-onlybet .login-form .form--control::placeholder {
  color: rgba(226, 232, 240, 0.58) !important;
}

.theme-onlybet .login-form .form-control:focus,
.theme-onlybet .login-form .form--control:focus {
  background: rgba(15, 23, 42, 0.96) !important;
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 0 0.2rem hsl(var(--base) / 0.18) !important;
}

.theme-onlybet .login-form input:-webkit-autofill,
.theme-onlybet .login-form input:-webkit-autofill:hover,
.theme-onlybet .login-form input:-webkit-autofill:focus,
.theme-onlybet .login-form input:-webkit-autofill:active {
  -webkit-text-fill-color: #f8fafc !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(15, 23, 42, 0.96) inset !important;
  box-shadow: 0 0 0 1000px rgba(15, 23, 42, 0.96) inset !important;
  transition: background-color 9999s ease-in-out 0s;
  caret-color: #f8fafc;
}

.theme-onlybet .login-form .input--group {
  position: relative;
  display: block;
  border-radius: 16px;
}

.theme-onlybet .login-form .input--group .form-control,
.theme-onlybet .login-form .input--group .form--control {
  width: 100%;
  border-radius: 16px !important;
  padding-right: 58px !important;
}

.theme-onlybet .login-form .input--group .pass-toggle,
.theme-onlybet .login-form .input--group .input-group-text {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-left: 1px solid rgba(71, 85, 105, 0.55) !important;
  border-radius: 0 15px 15px 0 !important;
  background: rgba(15, 23, 42, 0.96) !important;
  color: #cbd5e1 !important;
  cursor: pointer;
  z-index: 3;
}

.theme-onlybet .login-form .input--group .pass-toggle i,
.theme-onlybet .login-form .input--group .input-group-text i {
  color: #cbd5e1 !important;
  font-size: 0.95rem;
  line-height: 1;
  margin: 0;
}

.theme-onlybet .login-form .input--group .pass-toggle:hover,
.theme-onlybet .login-form .input--group .input-group-text:hover {
  color: #ffffff !important;
  background: rgba(23, 37, 60, 1) !important;
  border-left-color: hsl(var(--base)) !important;
}

.theme-onlybet .login-form .input--group .pass-toggle:hover i,
.theme-onlybet .login-form .input--group .input-group-text:hover i {
  color: #ffffff !important;
}

.theme-onlybet .login-form input::-ms-reveal,
.theme-onlybet .login-form input::-ms-clear {
  display: none;
}

.theme-onlybet .login-form input[type="password"]::-webkit-credentials-auto-fill-button,
.theme-onlybet .login-form input[type="password"]::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
}

.theme-onlybet .login-form .custom--check {
  border-color: rgba(148, 163, 184, 0.7);
  background-color: rgba(15, 23, 42, 0.82);
}

.theme-onlybet .login-form .custom--check:checked {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.theme-onlybet .login-form .captcha {
  border-radius: 16px;
  overflow: hidden;
}

.theme-onlybet .login-form .captcha span,
.theme-onlybet .login-form .captcha div {
  color: #f8fafc;
}

.theme-onlybet .card .card-body,
.theme-onlybet .custom--card .card-body,
.theme-onlybet .profile-completion-card form {
  position: relative;
}

.theme-onlybet .card .card-body::before,
.theme-onlybet .profile-completion-card form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 107, 255, 0.35), rgba(22, 199, 154, 0.35), transparent);
}

.theme-onlybet .profile-completion-card form::before {
  display: none;
}

.theme-onlybet .form-control,
.theme-onlybet .form--control,
.theme-onlybet .input-group-text,
.theme-onlybet .select2-container--default .select2-selection--single {
  min-height: 50px;
  border-radius: 16px !important;
  border: 1px solid rgba(148, 163, 184, 0.35) !important;
  background: rgba(248, 250, 252, 0.92) !important;
  box-shadow: none !important;
}

.theme-onlybet textarea.form--control {
  min-height: 140px;
}

.theme-onlybet .form-control:focus,
.theme-onlybet .form--control:focus,
.theme-onlybet .select2-container--default.select2-container--focus .select2-selection--single,
.theme-onlybet .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(31, 107, 255, 0.55) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(31, 107, 255, 0.09) !important;
}

.theme-onlybet .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  padding-left: 16px !important;
  color: #223047 !important;
}

.theme-onlybet .select2-container .select2-selection--single {
  height: 50px !important;
}

.theme-onlybet .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
  right: 10px !important;
}

.theme-onlybet .dropdown-menu {
  border: 1px solid rgba(71, 85, 105, 0.45);
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(20, 33, 57, 0.98));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
}

.theme-onlybet .dropdown-item {
  border-radius: 12px;
  padding: 10px 12px;
  color: rgba(226, 232, 240, 0.92);
}

.theme-onlybet .dropdown-item:hover {
  color: #fff;
  background: rgba(31, 107, 255, 0.18);
}

.theme-onlybet .user-profile-dropdown .dropdown-menu,
.theme-onlybet .dropdown-lang .dropdown-menu {
  background: linear-gradient(180deg, #122033 0%, #17283f 100%);
}

.theme-onlybet .login-modal .modal-content,
.theme-onlybet .custom--modal .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(31, 107, 255, 0.16), transparent 35%),
    #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
}

.theme-onlybet #existModalCenter .modal-content,
.theme-onlybet #existModalCenter .modal-header,
.theme-onlybet #existModalCenter .modal-body,
.theme-onlybet #existModalCenter .modal-footer {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  color: #f8fafc !important;
  border-color: rgba(71, 85, 105, 0.35) !important;
}

.theme-onlybet #existModalCenter .modal-content {
  border: 1px solid rgba(71, 85, 105, 0.35) !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.5);
}

.theme-onlybet #existModalCenter .modal-title,
.theme-onlybet #existModalCenter .modal-body h5,
.theme-onlybet #existModalCenter .close,
.theme-onlybet #existModalCenter .close i {
  color: #f8fafc !important;
}

.theme-onlybet #betModal .modal-content,
.theme-onlybet #betModal .modal-header,
.theme-onlybet #betModal .modal-body,
.theme-onlybet #betModal .modal-footer {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  color: #f8fafc !important;
  border-color: rgba(71, 85, 105, 0.35) !important;
}

.theme-onlybet #betModal .modal-content {
  border: 1px solid rgba(71, 85, 105, 0.35) !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.5);
}

.theme-onlybet #betModal h4,
.theme-onlybet #betModal h5,
.theme-onlybet #betModal h6,
.theme-onlybet #betModal p,
.theme-onlybet #betModal span,
.theme-onlybet #betModal small,
.theme-onlybet #betModal li,
.theme-onlybet #betModal .modal-title,
.theme-onlybet #betModal .list-group-item,
.theme-onlybet #betModal .text-muted {
  color: #f8fafc !important;
}

.theme-onlybet #betModal .list-group-item {
  background: transparent !important;
}

.theme-onlybet #betModal #userBalance .btn--success {
  background: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  color: #fff !important;
}

.theme-onlybet #betModal #betStakeAmount,
.theme-onlybet #betModal #betReturnAmount {
  color: #f8fafc !important;
}

.theme-onlybet .cookies-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.theme-onlybet .footer--dark,
.theme-onlybet .footer-bottom--dark {
  background: #091321;
}

.theme-onlybet .table-responsive {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
}

.theme-onlybet .custom--table,
.theme-onlybet .custom--table tbody td,
.theme-onlybet .custom--table thead {
  background: transparent;
}

.theme-onlybet .custom--table thead th {
  background: rgba(15, 23, 42, 0.03);
  color: #3b4d68;
}

.theme-onlybet .custom--table tbody td {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

.theme-onlybet .app-nav {
  background: rgba(9, 19, 33, 0.92);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.18);
}

.theme-onlybet .app-nav__menu-link,
.theme-onlybet .app-nav__menu-link .app-nav__menu-text {
  color: rgba(255, 255, 255, 0.7);
}

.theme-onlybet .app-nav__menu-link.active,
.theme-onlybet .app-nav__menu-link:hover,
.theme-onlybet .app-nav__menu-link.active .app-nav__menu-text,
.theme-onlybet .app-nav__menu-link:hover .app-nav__menu-text {
  color: #fff;
}

.theme-onlybet .app-nav__menu-link-important {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-radius: 50% !important;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: hsl(var(--base));
  border: 3px solid #fff;
  box-shadow: 0 10px 24px hsl(var(--base) / 0.28);
  overflow: hidden;
}

.theme-onlybet .app-nav__menu-link-important i {
  line-height: 1;
}

.theme-onlybet .profile-completion-card {
  padding: clamp(20px, 3vw, 34px);
}

.theme-onlybet .home-page {
  background: #08131f;
}

.theme-onlybet .sports-body {
  background:
    radial-gradient(circle at top left, rgba(31, 107, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #0a1624 0%, #0d1a29 100%);
}

.theme-onlybet .sports-category {
  background: linear-gradient(180deg, #0d1523 0%, #121a2b 100%);
  border-right: 1px solid rgba(71, 85, 105, 0.22);
}

.theme-onlybet .sports-category__link:hover,
.theme-onlybet .sports-category__link.active {
  background: rgba(31, 107, 255, 0.12);
}

.theme-onlybet .sub-category-drawer {
  border: 1px solid rgba(51, 65, 85, 0.85);
  border-radius: 18px;
  background: linear-gradient(180deg, #162637 0%, #1a3042 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.theme-onlybet .sub-category-drawer__link {
  color: #f8fafc;
}

.theme-onlybet .sub-category-drawer__text {
  color: rgba(226, 232, 240, 0.78);
}

.theme-onlybet .sub-category-drawer__link.active,
.theme-onlybet .sub-category-drawer__link.active .sub-category-drawer__text,
.theme-onlybet .sub-category-drawer__link:hover .sub-category-drawer__text {
  color: #7dd3fc;
}

.theme-onlybet .sub-category-drawer .category-slider-btn {
  width: 24px;
  height: 32px;
  padding: 0;
  background: transparent !important;
  color: #e5eefb;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 4;
}

.theme-onlybet .sub-category-drawer .category-slider-btn::after {
  display: none !important;
}

.theme-onlybet .sub-category-drawer .category-slider-btn i {
  font-size: 22px;
  line-height: 1;
  color: inherit;
  text-shadow: 0 2px 8px rgba(2, 6, 23, 0.55);
}

.theme-onlybet .sub-category-drawer .arrow-next.category-slider-btn {
  right: 4px;
}

.theme-onlybet .sub-category-drawer .arrow-prev.category-slider-btn {
  left: 4px;
}

.theme-onlybet .sub-category-drawer .category-slider-btn:hover {
  color: #7dd3fc;
}

.theme-onlybet .odd-list__title {
  color: #e2e8f0;
}

.theme-onlybet .odd-list__head {
  border: 1px solid rgba(51, 65, 85, 0.85);
  border-radius: 22px;
  background: linear-gradient(180deg, #15283b 0%, #1b3348 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.theme-onlybet .accordion--odd .accordion-item {
  border: 1px solid rgba(51, 65, 85, 0.78);
  border-radius: 22px;
  background: linear-gradient(180deg, #16283a 0%, #101b2a 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.theme-onlybet .accordion--odd .accordion-header {
  background: rgba(255, 255, 255, 0.02);
}

.theme-onlybet .accordion--odd .accordion-button {
  background: rgba(20, 31, 49, 0.88);
  color: #e2e8f0;
  border-bottom: 1px solid rgba(71, 85, 105, 0.35);
}

.theme-onlybet .accordion--odd .accordion-button::after {
  color: rgba(255, 255, 255, 0.72);
}

.theme-onlybet .accordion--odd .accordion-body {
  background: rgba(8, 18, 32, 0.88);
}

.theme-onlybet .odd-list__outcomes li {
  background: rgba(30, 41, 59, 0.76);
  border: 1px solid rgba(71, 85, 105, 0.45);
}

.theme-onlybet .odd-list__outcome-text,
.theme-onlybet .extra-title,
.theme-onlybet .sports-card__team-name,
.theme-onlybet .sports-card__info-text,
.theme-onlybet .sports-card__info-time {
  color: #e2e8f0;
}

.theme-onlybet .odd-list__outcome.oddBtn,
.theme-onlybet .option-odd-lists .btn {
  background: rgba(51, 65, 85, 0.82);
  color: #f8fafc;
  border-radius: 10px;
}

.theme-onlybet .odd-list__outcome.active,
.theme-onlybet .option-odd-list__item button.active {
  background: hsl(var(--base));
  color: #fff;
}

.theme-onlybet .sports-card,
.theme-onlybet .sports-card-left,
.theme-onlybet .sports-card-inner .sports-card-body,
.theme-onlybet .sports-card-left .sports-card-body {
  background: #162637;
}

.theme-onlybet .sports-card-heading {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(226, 232, 240, 0.74);
}

.theme-onlybet .sports-card-inner:not(:last-child) .sports-card-body,
.theme-onlybet .sports-card-left .sports-card-body {
  border-right-color: rgba(71, 85, 105, 0.35);
}

.theme-onlybet .betslip {
  border-left: 1px solid rgba(71, 85, 105, 0.22);
}

.theme-onlybet .bet-type {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.theme-onlybet .bet-type__btn {
  border-color: rgba(71, 85, 105, 0.35);
  background: rgba(20, 31, 49, 0.94);
  color: rgba(226, 232, 240, 0.75);
}

.theme-onlybet .bet-type__btn:hover,
.theme-onlybet .bet-type__btn:has(input:checked) {
  background: hsl(var(--base));
  color: #fff;
  border-color: transparent;
}

.theme-onlybet .betslip.show-betslip .bet-type__btn[for="betslips"],
.theme-onlybet .betslip.show-my-bets .bet-type__btn[for="mybets-btn"] {
  background: hsl(var(--base));
  color: #fff;
  border-color: transparent;
}

.theme-onlybet .betslip.show-betslip .bet-slip-container,
.theme-onlybet .betslip.show-my-bets .mybet-container {
  display: block;
}

.theme-onlybet .betslip.show-betslip .mybet-container,
.theme-onlybet .betslip.show-my-bets .bet-slip-container {
  display: none;
}

.theme-onlybet .bet-slip-container,
.theme-onlybet .mybet-container,
.theme-onlybet .betslip__body,
.theme-onlybet .betslip__footer,
.theme-onlybet .login-message {
  background: linear-gradient(180deg, #152437 0%, #0f1b2d 100%);
}

.theme-onlybet .bet-slip-container,
.theme-onlybet .mybet-container {
  border: 1px solid rgba(51, 65, 85, 0.75);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.theme-onlybet .betslip-select,
.theme-onlybet .betslip__footer-bottom,
.theme-onlybet .betslip__list-footer {
  border-color: rgba(71, 85, 105, 0.28);
}

.theme-onlybet .betslip-select .form-select,
.theme-onlybet .betslip__footer-bottom .form-control,
.theme-onlybet .betslip-item-stake .input-group {
  background: rgba(30, 41, 59, 0.92) !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  color: #f8fafc !important;
}

.theme-onlybet .betslip-select .form-select,
.theme-onlybet .betslip__list-ratio span,
.theme-onlybet .betslip__list-content,
.theme-onlybet .bet-return,
.theme-onlybet .login-message-text {
  color: rgba(226, 232, 240, 0.8);
}

.theme-onlybet .betslip-item {
  border: 1px solid rgba(71, 85, 105, 0.48);
  border-radius: 18px;
  background: rgba(30, 41, 59, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.theme-onlybet .betslip-item-team__name,
.theme-onlybet .betslip-item-stake__label,
.theme-onlybet .betslip-item-league__name,
.theme-onlybet .betslip-item-market__label,
.theme-onlybet .betslip-item-return__text span,
.theme-onlybet .bet-single__team,
.theme-onlybet .bet-single-info__item .value {
  color: #f8fafc;
}

.theme-onlybet .betslip-item-market__type,
.theme-onlybet .betslip-item-market__label,
.theme-onlybet .betslip-item-return__text,
.theme-onlybet .bet-single__vs,
.theme-onlybet .bet-single-info__item .label {
  color: rgba(203, 213, 225, 0.72);
}

.theme-onlybet .betslip-item-market__score {
  color: #67e8f9;
}

.theme-onlybet .betslip-item-close {
  background: rgba(239, 68, 68, 0.18);
  color: #fca5a5;
}

.theme-onlybet .betslip-item-stake .input-group .input-group-text,
.theme-onlybet .betslip-item-stake .input-group .form-control,
.theme-onlybet .betslip-item-stake .input-group .form-control::placeholder {
  color: #e2e8f0 !important;
}

.theme-onlybet .betslip-item-stake .input-group .input-group-text {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.theme-onlybet .betslip-item-stake .input-group .form-control {
  background: transparent !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

.theme-onlybet .betslip-item-stake .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 12px !important;
  overflow: hidden;
}

.theme-onlybet .betslip-item-stake .input-group .input-group-text:first-child,
.theme-onlybet .betslip-item-stake .input-group .input-group-text:last-child {
  flex: 0 0 auto;
  padding: 0 !important;
  color: #f8fafc !important;
  white-space: nowrap;
}

.theme-onlybet .betslip-item-stake .input-group .form-control,
.theme-onlybet .betslip-item-stake .input-group .form--control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  height: 32px;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f8fafc !important;
  text-align: right;
}

.theme-onlybet .betslip__footer-bottom .form-control,
.theme-onlybet .betslip__footer-bottom .form--control,
.theme-onlybet .betslip__footer-bottom .form-control:focus,
.theme-onlybet .betslip__footer-bottom .form--control:focus {
  background: rgba(15, 23, 42, 0.9) !important;
  color: #f8fafc !important;
  border-color: rgba(71, 85, 105, 0.55) !important;
  box-shadow: none !important;
}

.theme-onlybet .betslip__footer-bottom .form-control::placeholder,
.theme-onlybet .betslip__footer-bottom .form--control::placeholder {
  color: rgba(226, 232, 240, 0.62) !important;
}

.theme-onlybet .betslip__list-ratio:has(.betslip-input-inner) input,
.theme-onlybet .betslip__list-ratio:has(.betslip-input-inner) input:focus {
  background: rgba(15, 23, 42, 0.9) !important;
  color: #f8fafc !important;
  border: 1px solid rgba(71, 85, 105, 0.55) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.theme-onlybet .betslip__list-ratio:has(.betslip-input-inner) input::placeholder {
  color: rgba(226, 232, 240, 0.62) !important;
}

.theme-onlybet .betslip-input-inner {
  color: rgba(226, 232, 240, 0.82) !important;
  z-index: 2;
}

.theme-onlybet .bet-single {
  border-bottom-color: rgba(71, 85, 105, 0.28);
}

.theme-onlybet .single-bet,
.theme-onlybet .bets__list,
.theme-onlybet .bet-list-item {
  background: transparent !important;
}

.theme-onlybet .bet-list-item {
  border: 1px solid rgba(71, 85, 105, 0.48) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #152437 0%, #0f1b2d 100%) !important;
  color: #f8fafc !important;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.theme-onlybet .bet-list-item:not(:last-child) {
  margin-bottom: 10px !important;
}

.theme-onlybet .bet-list-item__body,
.theme-onlybet .bet-list-item__footer {
  background: transparent !important;
}

.theme-onlybet .bet-list-item__footer {
  border-top: 1px solid rgba(71, 85, 105, 0.28);
}

.theme-onlybet .bet-market_type,
.theme-onlybet .bet-list-item .badge {
  color: #f8fafc !important;
}

.theme-onlybet .bet-single__selected-team {
  border-color: rgba(71, 85, 105, 0.45);
  background: rgba(51, 65, 85, 0.45);
  color: #f8fafc !important;
}

.theme-onlybet .bet-single__selected-team .name {
  color: #f8fafc !important;
}

.theme-onlybet .bet-list-item .badge--warning,
.theme-onlybet .bet-list-item .text--warning,
.theme-onlybet .bet-list-item .text-warning {
  color: #fbbf24 !important;
}

.theme-onlybet .delete-btn {
  background: #ef4444;
  color: #fff;
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.28);
}

.theme-onlybet .place-btn .btn,
.theme-onlybet .betslip__footer-btn {
  min-height: 40px;
}

.theme-onlybet .footer--dark .footer__title,
.theme-onlybet .footer--dark .footer__about,
.theme-onlybet .footer--dark .footer__link,
.theme-onlybet .footer--light .footer__title,
.theme-onlybet .footer--light .footer__about,
.theme-onlybet .footer--light .footer__link,
.theme-onlybet .footer-bottom--dark,
.theme-onlybet .footer-bottom,
.theme-onlybet .footer-bottom--dark .xsm-text,
.theme-onlybet .footer-bottom .xsm-text,
.theme-onlybet .footer-bottom--dark p,
.theme-onlybet .footer-bottom p,
.theme-onlybet .footer-bottom--dark li,
.theme-onlybet .footer-bottom li,
.theme-onlybet .footer-bottom--dark span {
  color: rgba(226, 232, 240, 0.88);
}

.theme-onlybet .footer--dark .footer__link:hover,
.theme-onlybet .footer--light .footer__link:hover,
.theme-onlybet .footer-bottom--dark .t-link--base {
  color: hsl(var(--base));
}

.theme-onlybet .footer-bottom .t-link--base {
  color: hsl(var(--base));
}

.theme-onlybet .footer__flag {
  opacity: 0.92;
}

.theme-onlybet .footer--light,
.theme-onlybet .footer--dark,
.theme-onlybet .footer-bottom,
.theme-onlybet .footer-bottom--dark {
  position: relative;
  z-index: 1;
}

.theme-onlybet .footer--light > .row,
.theme-onlybet .footer--dark > .row,
.theme-onlybet .footer-bottom > .row,
.theme-onlybet .footer-bottom--dark > .row {
  position: relative;
  z-index: 2;
}

.theme-onlybet .footer--light,
.theme-onlybet .footer-bottom {
  background: #0b1523;
}

.theme-onlybet .search--form,
.theme-onlybet .pagination-wrapper + .search--form {
  width: min(100%, 360px);
}

.theme-onlybet .header-primary,
.theme-onlybet .user-header-primary,
.theme-onlybet .sports-body,
.theme-onlybet .user-dashboard {
  color: #f8fafc;
}

.theme-onlybet .user-dashboard .dashboard-section-head,
.theme-onlybet .user-dashboard .dashboard-panel__head,
.theme-onlybet .user-dashboard .dashboard-right > .d-flex:first-child {
  color: #f8fafc;
}

.theme-onlybet .search--form form,
.theme-onlybet .breadcrumb-search form,
.theme-onlybet form.d-flex.flex-wrap.gap-2 {
  width: 100%;
  align-items: stretch;
}

.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group,
.theme-onlybet .search--form .input-group {
  width: 100% !important;
  flex-wrap: nowrap;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
}

.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group > .form-control,
.theme-onlybet .search--form .input-group > .form-control {
  min-width: 0;
  border-right: 0 !important;
  border-radius: 16px 0 0 16px !important;
}

.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group > .btn,
.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group > .input-group-text,
.theme-onlybet .search--form .input-group > .btn,
.theme-onlybet .search--form .input-group > .input-group-text {
  min-width: 52px;
  border-radius: 0 16px 16px 0 !important;
  border-left: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: hsl(var(--base));
  border-color: hsl(var(--base)) !important;
  color: #fff;
}

.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group > .btn:hover,
.theme-onlybet form.d-flex.flex-wrap.gap-2 .input-group > .input-group-text:hover,
.theme-onlybet .search--form .input-group > .btn:hover,
.theme-onlybet .search--form .input-group > .input-group-text:hover {
  background: hsl(var(--base-dark));
  border-color: hsl(var(--base-dark)) !important;
  color: #fff;
}

.theme-onlybet .table-responsive .text-muted,
.theme-onlybet .custom--table .text-muted,
.theme-onlybet .dashboard-surface-card .text-muted {
  color: #64748b !important;
}

.theme-onlybet .banner {
  z-index: 1;
}

.theme-onlybet .banner__content {
  padding-top: 56px;
  padding-bottom: 56px;
}

.theme-onlybet .policy-page-wrap {
  position: relative;
  z-index: 2;
  min-height: 55vh;
  background:
    radial-gradient(circle at top left, rgba(31, 107, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #0b1728 0%, #0e1c2f 100%);
}

.theme-onlybet .policy-page {
  position: relative;
  z-index: 3;
  max-width: 1220px;
  padding-top: 56px;
  padding-bottom: 72px;
}

.theme-onlybet .policy-page__content {
  width: 100%;
  padding: 0 !important;
}

.theme-onlybet .privacy-policy-section__content-text {
  display: block;
  margin: 0;
  color: #e5eefb !important;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.theme-onlybet .privacy-policy-section__content-text,
.theme-onlybet .policy-page__content,
.theme-onlybet .policy-page__content *,
.theme-onlybet .privacy-policy-section__content-text * {
  color: #e5eefb !important;
}

.theme-onlybet .policy-page__content h1,
.theme-onlybet .policy-page__content h2,
.theme-onlybet .policy-page__content h3,
.theme-onlybet .policy-page__content h4,
.theme-onlybet .policy-page__content h5,
.theme-onlybet .policy-page__content h6,
.theme-onlybet .policy-page__content strong,
.theme-onlybet .policy-page__content b,
.theme-onlybet .privacy-policy-section__content-text h1,
.theme-onlybet .privacy-policy-section__content-text h2,
.theme-onlybet .privacy-policy-section__content-text h3,
.theme-onlybet .privacy-policy-section__content-text h4,
.theme-onlybet .privacy-policy-section__content-text h5,
.theme-onlybet .privacy-policy-section__content-text h6,
.theme-onlybet .policy-page__content div,
.theme-onlybet .policy-page__content p,
.theme-onlybet .policy-page__content li,
.theme-onlybet .policy-page__content h5,
.theme-onlybet .policy-page__content h6,
.theme-onlybet .policy-page__content font,
.theme-onlybet .privacy-policy-section__content-text div,
.theme-onlybet .privacy-policy-section__content-text p,
.theme-onlybet .privacy-policy-section__content-text li,
.theme-onlybet .privacy-policy-section__content-text h5,
.theme-onlybet .privacy-policy-section__content-text h6,
.theme-onlybet .privacy-policy-section__content-text font {
  font-size: 16px !important;
  line-height: 1.78 !important;
  font-weight: 500 !important;
}

.theme-onlybet .policy-page__content h1,
.theme-onlybet .policy-page__content h2,
.theme-onlybet .policy-page__content h3,
.theme-onlybet .policy-page__content h4,
.theme-onlybet .privacy-policy-section__content-text h1,
.theme-onlybet .privacy-policy-section__content-text h2,
.theme-onlybet .privacy-policy-section__content-text h3,
.theme-onlybet .privacy-policy-section__content-text h4 {
  font-weight: 700 !important;
}

.theme-onlybet .policy-page__content strong,
.theme-onlybet .policy-page__content b,
.theme-onlybet .privacy-policy-section__content-text strong,
.theme-onlybet .privacy-policy-section__content-text b {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.theme-onlybet .privacy-policy-section__content-text p,
.theme-onlybet .privacy-policy-section__content-text ul,
.theme-onlybet .privacy-policy-section__content-text ol {
  margin-bottom: 22px;
}

.theme-onlybet .privacy-policy-section__content-text li {
  margin-bottom: 8px;
}

.theme-onlybet .privacy-policy-section__content-text a {
  color: #7dd3fc !important;
}

.theme-onlybet.modal-open,
.theme-onlybet.modal-open:not(.hide-scroll) {
  height: 100dvh !important;
  overflow: hidden !important;
}

.theme-onlybet .modal {
  z-index: 1065 !important;
}

.modal-backdrop {
  z-index: 1060 !important;
}

.theme-onlybet .modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px !important;
}

.theme-onlybet .modal-dialog,
.theme-onlybet .modal-dialog-centered {
  width: min(100%, var(--bs-modal-width, 500px));
  max-height: calc(100dvh - 32px);
  min-height: 0 !important;
  margin: auto !important;
  display: flex;
  align-items: center;
}

.theme-onlybet .modal-dialog.modal-lg {
  --bs-modal-width: 800px;
}

.theme-onlybet .modal-content {
  width: 100%;
  max-height: calc(100dvh - 32px);
  overflow: hidden;
}

.theme-onlybet .modal-body {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.theme-onlybet .modal-header,
.theme-onlybet .modal-footer {
  flex-shrink: 0;
}

.theme-onlybet .login-modal .modal-content,
.theme-onlybet .custom--modal .modal-content,
.theme-onlybet #existModalCenter .modal-content,
.theme-onlybet #betDetailModal .modal-content,
.theme-onlybet #confirmationModal .modal-content,
.theme-onlybet #formGenerateModal .modal-content {
  border: 1px solid rgba(71, 85, 105, 0.42) !important;
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%) !important;
  color: #f8fafc !important;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.58);
}

.theme-onlybet .login-modal .modal-body,
.theme-onlybet .custom--modal .modal-body,
.theme-onlybet #betDetailModal .modal-body,
.theme-onlybet #confirmationModal .modal-body,
.theme-onlybet #formGenerateModal .modal-body {
  background: transparent !important;
  color: #f8fafc !important;
}

.theme-onlybet .modal .modal-title,
.theme-onlybet .modal h4,
.theme-onlybet .modal h5,
.theme-onlybet .modal h6,
.theme-onlybet .modal p,
.theme-onlybet .modal label,
.theme-onlybet .modal span:not(.input-group-text):not(.select2-selection__rendered),
.theme-onlybet .modal small,
.theme-onlybet .modal .form-label,
.theme-onlybet .modal .text-muted {
  color: #f8fafc !important;
}

.theme-onlybet .modal .close,
.theme-onlybet .modal .close i,
.theme-onlybet .modal .btn-close {
  color: #f8fafc !important;
  opacity: 1 !important;
}

.theme-onlybet .modal .form-control,
.theme-onlybet .modal .form--control,
.theme-onlybet .modal .form-select,
.theme-onlybet .modal .input-group-text {
  background: rgba(15, 23, 42, 0.92) !important;
  border-color: rgba(71, 85, 105, 0.6) !important;
  color: #f8fafc !important;
}

.theme-onlybet .modal .form-control::placeholder,
.theme-onlybet .modal .form--control::placeholder {
  color: rgba(226, 232, 240, 0.62) !important;
}

.theme-onlybet .modal .list-group-item {
  background: transparent !important;
  border-color: rgba(71, 85, 105, 0.35) !important;
  color: #f8fafc !important;
}

.theme-onlybet .modal .input--group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 16px;
}

.theme-onlybet .modal .input--group .form-control,
.theme-onlybet .modal .input--group .form--control {
  min-height: 50px;
  height: 50px;
  padding-right: 58px !important;
  border-radius: 16px !important;
}

.theme-onlybet .modal .input--group .pass-toggle,
.theme-onlybet .modal .input--group .input-group-text.pass-toggle {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  min-width: 48px;
  height: auto;
  min-height: 0;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-left: 1px solid rgba(71, 85, 105, 0.55) !important;
  border-radius: 0 15px 15px 0 !important;
  background: rgba(15, 23, 42, 0.98) !important;
  color: #cbd5e1 !important;
  box-shadow: none !important;
  line-height: 1;
  z-index: 3;
}

.theme-onlybet .modal .input--group .pass-toggle i {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #cbd5e1 !important;
}

.theme-onlybet .modal .captcha,
.theme-onlybet .modal [style*="Henny Penny"] {
  border-radius: 0 !important;
  overflow: hidden;
}

.theme-onlybet .modal .form-check-input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0 !important;
  border-radius: 4px !important;
}

@media (max-width: 991px) {
  .theme-onlybet input,
  .theme-onlybet select,
  .theme-onlybet textarea,
  .theme-onlybet .form-control,
  .theme-onlybet .form--control,
  .theme-onlybet .form-select,
  .theme-onlybet .select2-container--default .select2-selection--single,
  .theme-onlybet .select2-container--default .select2-selection--multiple,
  .theme-onlybet .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
  }

  .theme-onlybet {
    background:
      linear-gradient(180deg, #07111f 0%, #0c1728 15%, #eef3f8 15%, #f4f7fb 100%);
  }

  .theme-onlybet .app-nav__menu-link-important-container {
    width: 70px;
    height: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .theme-onlybet .app-nav__menu-link-important {
    top: -25px;
    left: auto;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    min-height: 58px;
    border-radius: 999px !important;
  }

  .theme-onlybet .app-nav {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    min-height: calc(var(--nav-h) + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #07111f !important;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 -14px 28px rgba(2, 6, 23, 0.42);
    isolation: isolate;
  }

  .theme-onlybet .app-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #07111f;
  }

  .theme-onlybet .home-page,
  .theme-onlybet .sports-body {
    padding-bottom: calc(var(--nav-h) + env(safe-area-inset-bottom, 0px) + 28px) !important;
  }

  .theme-onlybet .betting-body {
    padding-bottom: 24px;
  }

  .theme-onlybet .header-primary,
  .theme-onlybet .user-header-primary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .theme-onlybet .cookies-card {
    border-radius: 24px 24px 0 0;
  }

  .theme-onlybet .betslip {
    position: fixed;
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
    bottom: calc(var(--nav-h) + 8px);
    height: auto;
    max-height: calc(100dvh - var(--nav-h) - 20px);
    border-left: 0;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 22px;
    background: linear-gradient(180deg, #101d30 0%, #0a1423 100%) !important;
    overflow: hidden;
    box-shadow: 0 -12px 30px rgba(2, 6, 23, 0.28);
  }

  .theme-onlybet .bet-slip-container,
  .theme-onlybet .mybet-container {
    border-radius: 0 0 18px 18px !important;
    background: linear-gradient(180deg, #152437 0%, #0f1b2d 100%) !important;
    overflow: hidden;
  }

  .theme-onlybet .betslip.show-betslip .bet-slip-container,
  .theme-onlybet .betslip.show-my-bets .mybet-container {
    min-height: 260px;
    max-height: calc(100dvh - var(--nav-h) - 92px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .theme-onlybet .betslip.show-my-bets .login-message,
  .theme-onlybet .betslip.show-my-bets .betslip__body {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 18px 18px;
    background: transparent !important;
  }

  .theme-onlybet .betslip__body {
    max-height: min(46vh, 420px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding: 10px 10px 14px;
    border-radius: 0 0 18px 18px;
  }

  .theme-onlybet .betslip__body::-webkit-scrollbar {
    width: 6px;
  }

  .theme-onlybet .betslip__body::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.35);
    border-radius: 999px;
  }

  .theme-onlybet .betslip-item {
    border-radius: 16px;
    padding: 10px;
  }

  .theme-onlybet .betslip-item-header {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(71, 85, 105, 0.28);
  }

  .theme-onlybet .betslip-item-league {
    gap: 8px;
  }

  .theme-onlybet .betslip-item-body > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .theme-onlybet #body-overlay {
    z-index: 10010;
    backdrop-filter: blur(3px);
  }

  .theme-onlybet #body-overlay.active {
    opacity: 0.72;
  }

  .theme-onlybet .sports-card {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-behavior: smooth;
    border-radius: 20px;
  }

  .theme-onlybet .sports-card::-webkit-scrollbar {
    display: none;
  }

  .theme-onlybet .sports-card-wrapper,
  .theme-onlybet .sports-card-wrapper-lg {
    min-width: max-content;
    width: max-content;
    flex-wrap: nowrap;
  }

  .theme-onlybet .sports-card-left,
  .theme-onlybet .sports-card-inner {
    flex: 0 0 auto;
  }

  .theme-onlybet .sports-card-left {
    min-width: 150px;
  }

  .theme-onlybet .sports-card-inner {
    min-width: 126px;
  }

  .theme-onlybet .sports-card .option-odd-lists {
    min-width: 100%;
    gap: 6px;
  }

  .theme-onlybet .sports-card .option-odd-lists .btn {
    min-width: 48px;
    white-space: nowrap;
  }
}

.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;
}

.theme-onlybet .user-data-page {
  min-height: calc(100vh - 146px);
  align-items: flex-start;
  padding: 64px 0 72px;
  background: #f4f7fb;
}

.theme-onlybet .user-data-page::before,
.theme-onlybet .user-data-page::after {
  display: none;
}

.theme-onlybet .user-data-page .profile-completion-card {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid rgba(71, 85, 105, 0.4);
  border-radius: 24px;
  background: #202839;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.28);
  backdrop-filter: none;
}

.theme-onlybet .user-data-page .profile-completion-card,
.theme-onlybet .user-data-page .profile-completion-card form,
.theme-onlybet .user-data-page .profile-completion-card p,
.theme-onlybet .user-data-page .profile-completion-card span,
.theme-onlybet .user-data-page .profile-completion-card label {
  color: #e5eefb;
}

.theme-onlybet .user-data-page .profile-completion-card .text-muted {
  color: rgba(226, 232, 240, 0.76) !important;
}

.theme-onlybet .user-data-page .profile-completion-card .form-control,
.theme-onlybet .user-data-page .profile-completion-card .form--control,
.theme-onlybet .user-data-page .profile-completion-card .input-group-text,
.theme-onlybet .user-data-page .profile-completion-card .select2-container--default .select2-selection--single {
  min-height: 50px;
  border: 1px solid rgba(85, 101, 134, 0.85) !important;
  border-radius: 16px !important;
  background: #101827 !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

.theme-onlybet .user-data-page .profile-completion-card .form-control:focus,
.theme-onlybet .user-data-page .profile-completion-card .form--control:focus,
.theme-onlybet .user-data-page .profile-completion-card .select2-container--default.select2-container--focus .select2-selection--single,
.theme-onlybet .user-data-page .profile-completion-card .select2-container--default.select2-container--open .select2-selection--single {
  background: #101827 !important;
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 0 4px hsl(var(--base) / 0.18) !important;
}

.theme-onlybet .user-data-page .profile-completion-card .select2-container {
  width: 100% !important;
}

.theme-onlybet .user-data-page .profile-completion-card .select2-container .select2-selection--single {
  height: 50px !important;
}

.theme-onlybet .user-data-page .profile-completion-card .select2-container .select2-selection--single .select2-selection__rendered {
  color: #f8fafc !important;
  line-height: 48px !important;
  padding-left: 18px !important;
  padding-right: 42px !important;
}

.theme-onlybet .user-data-page .profile-completion-card .select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
  right: 12px !important;
}

.theme-onlybet .user-data-page .profile-completion-card .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  border-color: rgba(226, 232, 240, 0.7) !important;
}

.theme-onlybet .user-data-page .profile-completion-card .input-group {
  flex-wrap: nowrap;
}

.theme-onlybet .user-data-page .profile-completion-card .mobile-code {
  width: 74px;
  flex: 0 0 74px;
  justify-content: center;
  border-right: 0 !important;
  border-radius: 16px 0 0 16px !important;
  background: #172033 !important;
}

.theme-onlybet .user-data-page .profile-completion-card .mobile-code + input + input + .form-control,
.theme-onlybet .user-data-page .profile-completion-card .input-group .form-control:last-child {
  border-radius: 0 16px 16px 0 !important;
}

.theme-onlybet .user-data-page .select2-dropdown,
.select2-dropdown.user-data-country-dropdown {
  border: 1px solid rgba(85, 101, 134, 0.85) !important;
  border-radius: 16px !important;
  background: #101827 !important;
  color: #f8fafc !important;
  overflow: hidden;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-search--dropdown,
.select2-dropdown.user-data-country-dropdown .select2-search--dropdown {
  padding: 10px;
  background: #101827 !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-search__field,
.select2-dropdown.user-data-country-dropdown .select2-search__field {
  min-height: 44px;
  border: 1px solid rgba(85, 101, 134, 0.85) !important;
  border-radius: 12px !important;
  background: #172033 !important;
  color: #f8fafc !important;
  outline: none !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-search__field:focus,
.select2-dropdown.user-data-country-dropdown .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.16) !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results,
.select2-dropdown.user-data-country-dropdown .select2-results {
  background: #101827 !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__options,
.select2-dropdown.user-data-country-dropdown .select2-results__options {
  background: #101827 !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(88, 116, 255, 0.75) #172033;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__option,
.select2-dropdown.user-data-country-dropdown .select2-results__option {
  border-bottom: 1px solid rgba(85, 101, 134, 0.28) !important;
  background: #101827 !important;
  color: rgba(248, 250, 252, 0.86) !important;
  padding: 11px 14px !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable,
.theme-onlybet .user-data-page .select2-dropdown .select2-results__option--selected,
.select2-dropdown.user-data-country-dropdown .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.user-data-country-dropdown .select2-results__option--selected {
  background: rgba(88, 116, 255, 0.22) !important;
  color: #ffffff !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__option--disabled,
.select2-dropdown.user-data-country-dropdown .select2-results__option--disabled {
  color: rgba(148, 163, 184, 0.52) !important;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__options::-webkit-scrollbar,
.select2-dropdown.user-data-country-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__options::-webkit-scrollbar-track,
.select2-dropdown.user-data-country-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #172033;
}

.theme-onlybet .user-data-page .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb,
.select2-dropdown.user-data-country-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(88, 116, 255, 0.75);
  border-radius: 999px;
}

@media (max-width: 767px) {
  .theme-onlybet .user-data-page {
    padding: 32px 0 48px;
  }

  .theme-onlybet .user-data-page .profile-completion-card {
    border-radius: 18px;
  }
}
