/* 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;
}

/* Logo quadrada/vertical (Fanáticos Sports e similares) */
.logo {
  width: auto;
  max-width: 160px;
  flex-shrink: 0;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img,
.logo .logo__is,
.site-brand-logo {
  max-height: 56px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 575px) {
  .logo {
    max-width: 120px;
  }

  .logo img,
  .logo .logo__is,
  .site-brand-logo {
    max-height: 44px;
  }
}

@media (max-width: 424px) {
  .logo {
    max-width: 100px;
  }

  .logo img,
  .logo .logo__is,
  .site-brand-logo {
    max-height: 40px;
  }
}

/* ============================================================
   Header: nav alinhada ao conteúdo principal
   ============================================================ */

@media (min-width: 992px) {
  .header-primary .container-fluid {
    padding-left: 0;
  }

  .header-primary .container-fluid .header-fluid-custom-parent {
    display: grid;
    grid-template-columns: var(--left-side) minmax(0, 1fr);
    gap: 0;
    align-items: center;
  }

  .header-primary .container-fluid .logo {
    max-width: 100%;
    width: 100%;
    padding: 0 12px;
  }

  .header-primary .container-fluid .logo a {
    justify-content: center;
  }

  .header-primary .container-fluid .primary-menu-container {
    padding-left: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    min-width: 0;
  }
}

.header-main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.header-main-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid hsl(var(--white) / 0.12);
  background: hsl(var(--white) / 0.06);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-main-nav__link:hover {
  color: #ffffff;
  background: hsl(var(--white) / 0.14);
  border-color: hsl(var(--white) / 0.28);
}

.header-main-nav__link.active {
  color: #ffffff;
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  box-shadow: 0 2px 10px hsl(var(--base) / 0.35);
}

.header-main-nav__link--live.active {
  background: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 2px 10px rgba(220, 53, 69, 0.35);
}

.header-main-nav__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc3545;
  flex-shrink: 0;
}

.header-main-nav__link--live.active .header-main-nav__live-dot {
  background: #ffffff;
  animation: game-filter-pulse 1.2s ease-in-out infinite;
}

.header-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 220px;
  max-width: 280px;
  border-radius: 999px;
  border: 1px solid hsl(var(--white) / 0.18);
  background: hsl(var(--white) / 0.08);
  overflow: hidden;
}

.header-search-form__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 8px 12px;
}

.header-search-form__input::placeholder {
  color: hsl(var(--white) / 0.55);
}

.header-search-form__input:focus {
  outline: none;
  box-shadow: none;
}

.header-search-form__btn {
  border: 0;
  background: transparent;
  color: hsl(var(--white) / 0.8);
  padding: 8px 12px;
  line-height: 1;
}

.header-search-form__btn:hover {
  color: #ffffff;
}

.live-hub-header__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  font-weight: 700;
  color: hsl(var(--white));
  margin-bottom: 4px;
}

.live-hub-header__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dc3545;
  animation: game-filter-pulse 1.2s ease-in-out infinite;
}

.live-hub-header__subtitle {
  color: hsl(var(--white) / 0.65);
  font-size: 0.9rem;
}

.search-page {
  padding: 8px 0 16px;
}

.search-page__form {
  margin-bottom: 20px;
}

.search-page__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: hsl(var(--white) / 0.75);
  margin-bottom: 8px;
}

.search-page__field {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid hsl(var(--white) / 0.14);
  background: hsl(var(--dark-600));
  overflow: hidden;
}

.search-page__input {
  flex: 1;
  border: 0;
  background: transparent;
  color: hsl(var(--white));
  padding: 14px 16px;
  font-size: 1rem;
}

.search-page__input:focus {
  outline: none;
  box-shadow: none;
}

.search-page__submit {
  border: 0;
  background: hsl(var(--base));
  color: #ffffff;
  padding: 0 20px;
  font-size: 1.2rem;
}

.search-page__hint,
.search-page__meta {
  color: hsl(var(--white) / 0.7);
  margin-bottom: 16px;
}

.search-page__count {
  color: hsl(var(--white) / 0.5);
}

.search-page__results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search-page__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid hsl(var(--white) / 0.1);
  background: hsl(var(--dark-600));
  color: hsl(var(--white));
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.search-page__item:hover {
  border-color: hsl(var(--base) / 0.5);
  background: hsl(var(--dark-500));
  color: hsl(var(--white));
}

.search-page__teams {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.search-page__league {
  display: block;
  font-size: 0.85rem;
  color: hsl(var(--white) / 0.6);
}

.search-page__item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.search-page__badge {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.search-page__badge--live {
  background: #dc3545;
  color: #ffffff;
}

.search-page__time {
  font-size: 0.85rem;
  color: hsl(var(--white) / 0.65);
  white-space: nowrap;
}

.search-page__arrow {
  font-size: 1.1rem;
  color: hsl(var(--white) / 0.45);
}

.betslip-suspend-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.35);
}

.betslip-suspend-notice__text {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffc107;
}

.betslip-item--suspended {
  border-color: rgba(220, 53, 69, 0.35) !important;
}

.betslip-item-odds-change {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.betslip-item-odds-change__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.betslip-item-odds-change__old {
  color: hsl(var(--white) / 0.55);
  text-decoration: line-through;
}

.betslip-item-odds-change__new {
  color: #ffc107;
}

.betslip-item-odds-change__arrow {
  color: hsl(var(--white) / 0.45);
  font-size: 0.9rem;
}

.betslip-quick-stakes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.betslip-quick-stakes__btn {
  border: 1px solid hsl(var(--black) / 0.15);
  background: hsl(var(--black) / 0.04);
  color: hsl(var(--black) / 0.85);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.betslip-quick-stakes__btn:hover,
.betslip-quick-stakes__btn:focus-visible {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  color: #ffffff;
}

.betslip-quick-stakes__btn:active {
  background: hsl(var(--base-dark));
  border-color: hsl(var(--base-dark));
  color: #ffffff;
}

.bet-confirm-selections {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
}

.bet-confirm-selections__type,
.bet-confirm-selections__item {
  padding: 10px 12px;
  border-radius: 10px;
  background: hsl(var(--black) / 0.04);
  border: 1px solid hsl(var(--black) / 0.08);
}

.bet-confirm-selections__type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
}

.bet-confirm-selections__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.bet-confirm-selections__head strong {
  font-size: 0.95rem;
  line-height: 1.3;
}

.bet-confirm-selections__odds {
  flex-shrink: 0;
  font-weight: 700;
  color: hsl(var(--base));
}

.bet-confirm-selections__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.8rem;
  color: hsl(var(--black) / 0.55);
}

.bet-confirm-selections__stake {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: hsl(var(--black) / 0.75);
}

/* ============================================================
   Menu lateral mais largo e legível (Fanáticos)
   ============================================================ */

@media (min-width: 992px) {
  :root {
    --left-side: 200px;
  }
}

/* Filtros: Todos os jogos / Ao vivo */
.sports-category--wide .sports-category__filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px 10px;
  border-bottom: 1px solid hsl(var(--white) / 0.15);
  flex-shrink: 0;
}

.sports-category--wide .sports-category__filter-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
  background: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.22);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sports-category--wide .sports-category__filter-btn i {
  font-size: 1.15rem;
  flex-shrink: 0;
  color: #ffffff;
}

.sports-category--wide .sports-category__filter-btn:hover {
  color: #ffffff;
  background: hsl(var(--white) / 0.16);
  border-color: hsl(var(--white) / 0.35);
}

.sports-category--wide .sports-category__filter-btn.active {
  color: #ffffff;
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  box-shadow: 0 2px 10px hsl(var(--base) / 0.35);
}

.sports-category--wide .sports-category__filter-btn--live.active {
  background: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 2px 10px rgba(220, 53, 69, 0.35);
}

.sports-category--wide .sports-category__filter-btn--live:not(.active) .game-filter__live-dot {
  box-shadow: 0 0 0 2px hsl(var(--white) / 0.25);
}

/* Links dos esportes: ícone + texto em linha (compacto) */
.sports-category--wide .sports-category__list {
  padding: 8px 10px 12px;
  gap: 6px;
  flex: 0 0 auto;
  align-content: flex-start;
}

.sports-category--wide .sports-category__link {
  flex: 0 0 auto !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
  max-height: none;
  min-height: 0;
  height: auto;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid hsl(var(--white) / 0.12);
  background: hsl(var(--white) / 0.06);
}

.sports-category--wide .sports-category__icon {
  flex-shrink: 0;
  width: 22px;
  font-size: 1.05rem;
  line-height: 1;
  color: #ffffff;
}

.sports-category--wide .sports-category__text {
  margin-top: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sports-category--wide .sports-category__link:hover {
  background: hsl(var(--white) / 0.14);
  border-color: hsl(var(--white) / 0.28);
}

.sports-category--wide .sports-category__link.active {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
  box-shadow: 0 2px 10px hsl(var(--base) / 0.35);
}

.sports-category--wide .sports-category__link.active .sports-category__icon,
.sports-category--wide .sports-category__link.active .sports-category__text {
  color: #ffffff;
}

.sports-category--wide .sports-category__icon i,
.sports-category--wide .sports-category__icon [class*="custom-icon"] {
  color: inherit;
}

@media (max-width: 991px) {
  .sports-category--wide .sports-category__filter {
    padding-top: 18px;
  }
}

/* Live odds refresh */
.odds-refresh-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  color: hsl(var(--white) / 0.7);
  background: hsl(var(--dark-600));
  border: 1px solid hsl(var(--white) / 0.1);
}

.odds-refresh-indicator--compact {
  margin-bottom: 0;
}

.odds-refresh-indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6c757d;
  flex-shrink: 0;
}

.odds-refresh-indicator.is-active .odds-refresh-indicator__dot {
  background: #28a745;
  animation: odds-refresh-pulse 1.4s ease-in-out infinite;
}

.odds-refresh-indicator__time::before {
  content: '·';
  margin: 0 4px;
}

.sports-card--live {
  border-color: rgba(220, 53, 69, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(220, 53, 69, 0.15);
}

.sports-card__stream--pulse {
  animation: odds-refresh-pulse 1.2s ease-in-out infinite;
}

.sports-card__info-text--live {
  color: #ff6b6b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sports-card__live-minute {
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(220, 53, 69, 0.2);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.sports-card__scoreboard {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 2px 10px;
  border-radius: 8px;
  background: hsl(var(--white) / 0.08);
  font-weight: 800;
  font-size: 1rem;
}

.sports-card__score-divider {
  opacity: 0.6;
}

.odds-refresh-indicator--score {
  margin-left: 8px;
}

.odds-refresh-indicator__hint {
  opacity: 0.65;
  font-size: 0.72rem;
}

.odds-refresh-indicator__hint::before {
  content: '·';
  margin: 0 4px;
}

.sports-card__score-sync {
  margin-left: 8px;
  font-size: 0.68rem;
  color: hsl(var(--white) / 0.55);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.sports-card__match-live {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.sports-card__match-team--away {
  text-align: right;
}

.sports-card__match-team--away .sports-card__team {
  justify-content: flex-end;
}

.sports-card__center-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 52px;
  padding: 4px 10px;
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.35);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.sports-card__center-score-sep {
  opacity: 0.65;
}

.match-centre__score-sync {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  color: hsl(var(--white) / 0.8);
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.25);
}

.match-centre__score-sync-time {
  opacity: 0.75;
}

.match-centre__score-sync-time--pending {
  color: #ffc107;
}

.match-centre__score--waiting {
  opacity: 0.75;
}

.oddBtn.odds-up,
.odd-list__outcome.odds-up {
  background: rgba(40, 167, 69, 0.22) !important;
  border-color: #28a745 !important;
  color: #9be7b1 !important;
  animation: odds-flash-up 0.6s ease;
}

.oddBtn.odds-down,
.odd-list__outcome.odds-down {
  background: rgba(220, 53, 69, 0.22) !important;
  border-color: #dc3545 !important;
  color: #ffb3b8 !important;
  animation: odds-flash-down 0.6s ease;
}

.match-centre {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: hsl(var(--dark-600));
}

.match-centre--live {
  border-color: rgba(220, 53, 69, 0.35);
}

.match-centre__live-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(90deg, rgba(220, 53, 69, 0.25), transparent);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
}

.match-centre__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc3545;
  animation: odds-refresh-pulse 1.2s ease-in-out infinite;
}

.match-centre__minute {
  margin-left: auto;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
}

.match-centre__teams {
  align-items: center;
}

.match-centre__score-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 90px;
}

.match-centre__score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.match-centre__score--placeholder {
  font-size: 1.25rem;
  opacity: 0.55;
}

.match-centre__score-sep {
  opacity: 0.5;
}

.match-centre__kickoff {
  font-size: 0.8rem;
  color: hsl(var(--white) / 0.65);
}

@keyframes odds-refresh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

@keyframes odds-flash-up {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

@keyframes odds-flash-down {
  0% { transform: scale(1); }
  50% { transform: scale(0.96); }
  100% { transform: scale(1); }
}

.bet-cash-out {
  padding: 10px 12px;
  border-radius: 8px;
  background: hsl(var(--base) / 0.08);
  border: 1px solid hsl(var(--base) / 0.2);
}

.bet-cash-out__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.75;
}

.bet-cash-out__amount {
  font-size: 1.05rem;
  color: hsl(var(--base));
}

.bet-cash-out--modal .list-group-item {
  border-color: hsl(var(--border-color) / 0.35);
}

.user-notification-bell {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: hsl(var(--white) / 0.08);
  color: hsl(var(--white));
  font-size: 1.25rem;
}

.user-notification-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: hsl(var(--base));
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.user-notification-menu {
  min-width: 300px;
  max-width: 340px;
  border: 1px solid hsl(var(--border-color) / 0.2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 30px hsl(0 0% 0% / 0.25);
}

.user-notification-menu__header {
  padding: 12px 14px;
  background: hsl(var(--section-bg));
  border-bottom: 1px solid hsl(var(--border-color) / 0.15);
}

.user-notification-menu__header .caption {
  font-weight: 700;
}

.user-notification-menu__body {
  max-height: 320px;
  overflow-y: auto;
}

.user-notification-menu__body.is-empty {
  padding: 20px 12px;
}

.user-notification-item {
  display: block;
  padding: 10px 14px;
  border-bottom: 1px solid hsl(var(--border-color) / 0.1);
  color: inherit;
  text-decoration: none;
}

.user-notification-item:hover {
  background: hsl(var(--base) / 0.06);
}

.user-notification-item__title {
  margin: 0 0 4px;
  font-size: 0.85rem;
  line-height: 1.35;
}

.user-notification-item__time {
  font-size: 0.75rem;
  opacity: 0.7;
}

.user-notification-menu__footer {
  padding: 10px 14px;
  text-align: center;
  background: hsl(var(--section-bg));
}

.user-notification-menu__footer a {
  font-size: 0.85rem;
  font-weight: 600;
}

.user-notify-area .notify-item-wrapper {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 10px;
}

.user-notify-area .notify__item {
  flex: 1;
}

.match-centre__goal-suspend {
  margin: 8px 12px 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: hsl(45 100% 51% / 0.15);
  border: 1px solid hsl(45 80% 45% / 0.35);
  color: hsl(45 90% 35%);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
}

.sports-card--goal-suspended .oddBtn.locked,
.sports-card--goal-suspended .odd-list__outcome.locked {
  opacity: 0.55;
  pointer-events: none;
}

.match-centre__timeline {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: hsl(var(--section-bg) / 0.65);
  border: 1px solid hsl(var(--border-color) / 0.35);
}

.match-centre__timeline-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: hsl(var(--body-color) / 0.75);
  margin-bottom: 10px;
}

.match-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.match-timeline__item {
  display: grid;
  grid-template-columns: 36px 24px 1fr;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
}

.match-timeline__minute {
  font-weight: 700;
  color: hsl(var(--body-color) / 0.7);
  text-align: right;
}

.match-timeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--base));
}

.match-timeline__item--home .match-timeline__icon {
  color: hsl(210 80% 50%);
}

.match-timeline__item--away .match-timeline__icon {
  color: hsl(0 70% 55%);
}

.match-timeline__text {
  color: hsl(var(--body-color));
}

.match-timeline__empty {
  font-size: 0.85rem;
  color: hsl(var(--body-color) / 0.55);
  padding: 4px 0;
}

.favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: hsl(var(--body-color) / 0.45);
  padding: 2px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.15s ease;
}

.favorite-btn:hover,
.favorite-btn.is-active {
  color: #f0ad4e;
}

.favorite-btn.is-active {
  transform: scale(1.05);
}

.favorite-btn--xs {
  font-size: 0.95rem;
}

.favorite-btn--sm {
  font-size: 1.05rem;
}

.sub-category-drawer__link {
  gap: 6px;
}

.sub-category-drawer__link .favorite-btn {
  margin-left: auto;
  flex-shrink: 0;
}

.sports-card__team {
  gap: 6px;
}

.favorites-hub-header .live-hub-header__title i {
  color: #f0ad4e;
}
