/* Nova home */

/* Cor de fundo */
body {
  background: rgb(9, 17, 25) !important;
}

/* Header */
#column4063,
#column4065,
#column4228 {
  background: #0b1621 !important;
}

.main-rows .column {
  background: rgb(9, 17, 25) !important;
}

.header-rows {
  background: transparent !important;
}

.headerRow .column-container:has(.navigation) {
  align-items: center;
}

/* Botões header */
.headerRow .navigation .subMenu__item {
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  background: #1d252d;
  border: 1px solid #323b44;
  border-radius: 8px;
  text-decoration: none;
  color: #e4e8ed;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  margin: 5px 0px;
}

div[data-widget="Accounts"] {
  justify-items: center;
}

.headerRow .navigation .subMenu__item.active {
  background: #33403a;
  border-color: #7f8e87;
  color: #ffffff;
}

.headerRow .navigation .subMenu__item:hover {
  background: #2a3340;
  transform: translateY(-2px);
}

#navigation-7647 li.page:not(.ignore)>a:hover {
  color: #33a272 !important;
}

#navigation-7647 li.page.active>a {
  color: #ffffff !important;
}

.headerRow .navigation {
  justify-content: center;
}

.authSectionsButtonsWrapper {
  display: flex;
  gap: 8px;
  justify-content: end;
  align-items: center;
}

.authSectionsButtonsWrapper .v3-btn {
  border-radius: 8px !important;
  border: none !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  font-family: "Montserrat", sans-serif !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 13px 16px !important;
  font-size: 14px !important;
  min-height: 44px !important;
  transition: all 0.2s ease !important;
  /* Transição suave */
}

/* Botão ENTRAR */
.authSectionsButtonsWrapper .v3-login-btn,
.authSectionsButtonsWrapper .v3-btn-text {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
}

.authSectionsButtonsWrapper .v3-login-btn:hover,
.authSectionsButtonsWrapper .v3-btn-text:hover {
  opacity: 0.9 !important;
  /* Leve opacidade */
  transform: translateY(-1px) !important;
  /* Sobe levemente */
}

/* Botão REGISTRO */
.authSectionsButtonsWrapper .v3-register-btn,
.authSectionsButtonsWrapper .v3-btn-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
}

.authSectionsButtonsWrapper .v3-register-btn:hover,
.authSectionsButtonsWrapper .v3-btn-primary:hover {
  opacity: 0.9 !important;
  /* Leve opacidade */
  transform: translateY(-1px) !important;
  /* Sobe levemente */
}

.authSectionsButtonsWrapper .v3-login-btn span,
.authSectionsButtonsWrapper .v3-register-btn span,
.authSectionsButtonsWrapper .v3-btn-primary span,
.authSectionsButtonsWrapper .v3-btn-text span {
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
}

/* Header: pesquisa + entrar/registro inline (override coluna BC) */
#column6272 .column-container,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px;
}

#column6272 .module-container,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#column6272 .module-container:has([data-widget="Search"]),
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Search"]) {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding-left: 10px !important;
  padding-right: 0 !important;
}

#column6272 .module-container:has([data-widget="Accounts"]),
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Accounts"]) {
  flex: 0 0 auto !important;
  padding-left: 0 !important;
  padding-right: 10px !important;
}

#column6272 .module-container:has([data-widget="Search"]) .module,
#column6272 .module-container:has([data-widget="Search"]) .searchElement,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Search"]) .module,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Search"]) .searchElement {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

#column6272 .module-container:has([data-widget="Accounts"]) .full-width,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Accounts"]) .full-width {
  width: auto !important;
  max-width: none !important;
}

#column6272 .authSectionsButtonsWrapper,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .authSectionsButtonsWrapper {
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Marquee cassino */
.marquee-container {
  width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
  background-color: #1a2622 !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #006c41 !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box !important;
}

.marquee-wrapper {
  display: flex !important;
  width: max-content !important;
  animation: scrollLeft 20s linear infinite !important;
}

.marquee-content {
  display: flex !important;
  white-space: nowrap !important;
  color: white !important;
}

.marquee-content span {
  margin: 0 2px !important;
  font-size: 12px !important;
  color: white !important;
}

.separator {
  margin: 0 2px !important;
  font-size: 14px !important;
  color: white !important;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Elementos cassino */
html .providersSlider .providerSlide--active {
  border: 1px solid #006c41 !important;
}

html .providersSlider .providerSlide {
  background: rgb(26, 38, 34) !important;
}

.casino-categories-block .horizontalMenuWrapper {
  background: #1d252d !important;
  border-radius: 0px !important;
  border-bottom: none !important;

  .menuItem {
    background-color: transparent !important;
  }

  .menuItem--active {
    background: linear-gradient(0deg,
        var(--color-primary-500, #00824f),
        var(--color-primary-500, #00824f)),
      radial-gradient(68.91% 100% at 50% 0%,
        rgba(102, 190, 149, 0.5) 0%,
        rgba(0, 130, 79, 0.5) 100%) !important;
    box-shadow: 0px 1px 3px 0px #00000099 !important;
    border: 1px solid #00824f !important;
  }

  .menuItem--active::after {
    background: transparent !important;
    background-color: transparent !important;
  }
}

/* Barra de pesquisa */
.searchProviders .v3-input-suffix {
  color: #b2bac5 !important;
}

.searchProviders {
  border: none !important;
  border-radius: 8px !important;
}

html .providersSlider__header__actions .searchProviders .searchProviders__input {
  font-family: "Montserrat" !important;
  color: #b2bac5 !important;
  font-weight: 500 !important;
  padding: 12px !important;
  background-color: #1d252d !important;
}

.providersSlider .v3-btn {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
}

.providersSlider .v3-btn:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}

html .providersSlider__emptyView {
  color: #ffffff !important;
}

/* Marquee */
.marquee-content a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.marquee-content a:visited {
  color: #ffffff !important;
}

.marquee-content a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}

/* Header case */
html .headerRow .navigation .nav-item {
  text-transform: none !important;
}

/* Header padding */
.headerRow .module-container:has(.navigation) {
  padding: 0px !important;
}

/* Modais login e cadastro */
.customModal.visible .custom__modalContent {
  opacity: 1 !important;
}

.custom__modalContent>div {
  background: #091119 !important;
}

.custom__modalMask {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.accountModal--desktop--small .custom__modalClose {
  border-radius: 8px !important;
  background: radial-gradient(119.35% 119.35% at 50% -11.29%,
      var(--color-gray-600, rgba(75, 85, 97, 0.5)) 0%,
      var(--color-gray-800, rgba(29, 37, 45, 0.5)) 100%),
    var(--color-gray-800, #1d252d);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  width: 36px !important;
  height: 36px !important;
  right: 5px !important;
  top: 5px !important;
}

.accountModal--desktop--small .custom__modalClose:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
}

html .accountUi__title:not(.accountUi__title-mobile) {
  color: #fff !important;
}

.xUi-input-container {
  border-radius: 12px !important;
  border: 1px solid var(--color-gray-600, #4b5561) !important;
  background: var(--color-gray-700, #323b44) !important;
}

.custom__modalBody .forgotPasswordLink {
  color: #33a272 !important;
}

.linkWithText .styledLink {
  color: #33a272 !important;
}

.accountModal--desktop--small .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

.accountModal--desktop--small .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(1px) !important;
}

.v3-signup-form--desktop .accountUi__title {
  text-align: center;
}

.phoneNumber .phoneCountrySelect {
  display: none;
}

.termsBox--text a {
  color: #33a272 !important;
}

.termsBox .xUi-checkbox-check {
  background-color: #33a272 !important;
  border-color: #33a272 !important;
}

.termsBox .xUi-checkbox.xUi-checkbox-checked {
  border-color: #33a272 !important;
}

.register__text-link .register__styled-link {
  color: #33a272 !important;
}

.confirmRegisterCancel .modal-title {
  color: #fff !important;
}

.confirmRegisterCancel .modal__close-icon {
  color: #fff !important;
  top: 6px;
}

.confirmRegisterCancel .custom__modalClose {
  border-radius: 8px !important;
  background: radial-gradient(119.35% 119.35% at 50% -11.29%,
      var(--color-gray-600, rgba(75, 85, 97, 0.5)) 0%,
      var(--color-gray-800, rgba(29, 37, 45, 0.5)) 100%),
    var(--color-gray-800, #1d252d);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  width: 36px !important;
  height: 36px !important;
  right: 5px !important;
  top: 5px !important;
}

.confirmRegisterCancel .modal__footer .xUi-button-default {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

html .confirmRegisterCancel .modal__footer .xUi-button-default:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

.confirmRegisterCancel .modal__footer .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border-color: transparent !important;
}

html .confirmRegisterCancel .modal__footer .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

.confirmRegisterCancel {
  border: 1px solid #33a272;
}

/* Torneios */
.tournament__card {
  background-color: #1a2621 !important;
  border: 0 !important;
}

.tournament__gamesCount__wrapper {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
}

.CasinoTournamentCard__timeTitle__end {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
}

.tour__right-section .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

.tour__right-section .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

.tour__card-section .v3TournamentStatus {
  background-color: rgb(29, 37, 45);
  border: 1px solid rgb(50, 59, 68);
}

html .tournament .xUi-select__overridden {
  background: #1a2622 !important;
  border: 0 !important;
}

html .xUi-select-multi .xUi-select-tag {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%) !important;
  box-shadow: 0px 1px 3px 0px #00000099 !important;
  border: 1px solid #00824f !important;
  color: #091119 !important;
  font-weight: 600 !important;
}

html .v3-select-dropdown,
html .xUi-select-dropdown {
  background-color: #1a2621;
  border: 0 !important;
}

.xUi-select-options .xUi-select-option.selected,
.xUi-select-options .xUi-select-option:hover {
  color: #091119 !important;
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%) !important;
}

.xUi-select {
  border: 0 !important;
}

html .tournament .xUi-select__overridden,
.tournament .xUi-select__overriddens {
  background-color: #1a2621 !important;
}

html .tournament .xUi-select__overridden__buttonWrapper .xUi-button {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

html .tournament .xUi-select__overridden__buttonWrapper .xUi-button:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

.xUi-checkbox {
  border-color: #33a272 !important;
}

.xUi-checkbox-check {
  background-color: #33a272 !important;
  border-color: #33a272 !important;
}

.xUi-checkbox.xUi-checkbox-checked {
  border-color: #33a272 !important;
}

.tournament__readMore {
  color: #33a272 !important;
}

.tournament__entryFee {
  color: #33a272 !important;
}

.timeSquareLabel {
  color: #33a272 !important;
}

.tournamentSingleView__infoContainer__mainSection__subSection__rulesMainSection {
  background-color: #1a2621 !important;
}

.tabsWrapper {
  background-color: #1a2621 !important;
}

.sidebarRow__leaderBoardLeftPart__playerPosition {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%) !important;
  box-shadow: 0px 1px 3px 0px #00000099 !important;
  border: 1px solid #00824f !important;
  color: #091119 !important;
  font-weight: 600 !important;
}

.tournamentSingleView__banner__info__name .v3TournamentStatus {
  background-color: rgb(29, 37, 45);
  border: 1px solid rgb(50, 59, 68);
}

.tournamentSingleView__banner__info {
  background: #091119 !important;
}

.tournamentSingleView__banner__info__timer .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

.tournamentSingleView__banner__info__timer .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

.tournamentSingleView__infoContainer__mainSection__informationMainSection {
  background-color: #1a2621 !important;
}

.divider--vertical {
  border-left: 1px solid #33a272;
}

html .v3-tabs-ink-bar {
  background: #33a272 !important;
}

.tournamentSingleView__infoContainer__mainSection__subSectionName {
  margin-top: 0px !important;
}

.casino__load-more-button .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

.casino__load-more-button .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(-1px) !important;
  border-color: transparent !important;
}

/* Footer */
.help-section {
  background: #091119;
  padding: 32px 55px;
  text-align: center;
}

.help-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
}

.help-section__title {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.help-section__title span {
  color: #33a272;
}

.help-section__description {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

.help-section__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #00824f 0%, #00a862 100%);
  color: #091119;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.help-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 130, 79, 0.3);
}

.help-section__button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* FOOTER DESKTOP */
.footer {
  background: #091119;
  padding: 60px 0px;
  font-family: "Montserrat";
  max-width: 1034px;
  justify-self: center;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 32px;
}

.footer__left {
  flex: 0 1 auto;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 232px;
}

.footer__logo {
  margin-bottom: 24px;
  text-align: left;
}

.footer__sponsors {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
}

.footer__sponsor-badge {
  padding: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__sponsor-badge img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__sponsors-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__sponsors-images {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

.footer__sponsors-title {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.footer__social {
  width: 100%;
}

.footer__social-title {
  font-size: 14px;
  font-weight: 700;
  color: #33a272;
  margin-bottom: 12px;
  text-align: left;
}

.footer__social-icons {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer__social-link {
  width: 32px;
  height: 32px;
  background: #323b44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__social-link:hover {
  background: #33a272;
  transform: translateY(-2px);
}

.footer__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer__right {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.7fr 1fr;
  gap: 32px;
  flex: 1;
}

.footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__title {
  font-size: 14px;
  font-weight: 700;
  color: #33a272;
  margin-bottom: 12px;
  text-align: left;
  white-space: nowrap;
}

.footer__link {
  font-size: 12px;
  font-weight: 500;
  color: #b2bac5 !important;
  text-decoration: none !important;
  margin-bottom: 12px;
  display: block;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .footer__link {
    white-space: normal;
  }

  .footer__title {
    white-space: normal;
  }
}

.footer__link:hover {
  color: #33a272 !important;
}

.footer__chat-box {
  width: 180px;
  height: 208px;
  background: #33403a;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer__chat-title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
}

.footer__chat-title span {
  color: #33a272;
}

.footer__chat-description {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  color: #b2bac5;
  margin-bottom: 8px;
  text-align: left;
}

.footer__chat-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, #00824f 0%, #00a862 100%);
  color: #091119;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: auto;
}

.footer__chat-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 130, 79, 0.3);
}

.footer__chat-button img {
  width: 18px;
  height: 18px;
}

.footer__results-cookies-mobile {
  display: none;
}

.footer__results-cookies-desktop {
  display: flex;
}

@media (max-width: 1440px) {
  .footer__right {
    grid-template-columns: 1fr 1fr 0.7fr 1fr;
    flex: 1 1 auto;
  }

  .footer__results-cookies-desktop {
    display: none !important;
  }

  .footer__results-cookies-mobile {
    display: block;
  }
}

@media (max-width: 861px) {
  .footer {
    padding: 40px 16px 20px;
  }

  .footer__top {
    flex-direction: column;
    gap: 32px;
  }

  .footer__left {
    max-width: 100%;
  }

  .footer__right {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    row-gap: 0;
  }

  .footer__chat-box {
    max-width: 100%;
  }

  .footer__column:last-child {
    margin-top: -12px;
  }
}

.footer__logos img {
  max-width: 100%;
  height: auto;
}

.footer__legal-text {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #b2bac5;
  line-height: 1.6;
  margin: 16px 0px;
  text-align: center;
}

.footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #b2bac5;
  text-align: center;
  margin: 0;
}

.footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer__logo-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer__logo-link:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.footer__logo-link img {
  max-width: 100%;
  height: auto;
  display: block;
}

.footer__sponsor-badge a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer__sponsor-badge a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

/* Promoções */
.header {
  padding: 20px 0;
  margin-top: 50px;
  background: transparent !important;

  .title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

.filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;

  .filter-btn {
    min-width: auto !important;
    width: auto !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    border-radius: 8px !important;
    border: 1px solid #006c41 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    overflow: visible !important;
    height: 38px !important;
    color: #fff;
  }

  .filter-btn.active {
    background: linear-gradient(0deg,
        var(--color-primary-500, #00824f),
        var(--color-primary-500, #00824f)),
      radial-gradient(68.91% 100% at 50% 0%,
        rgba(102, 190, 149, 0.5) 0%,
        rgba(0, 130, 79, 0.5) 100%) !important;
    box-shadow: 0px 1px 3px 0px #00000099 !important;
    border: 1px solid #00824f !important;
    color: #091119 !important;
    font-weight: 600 !important;
  }
}

.promo-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 150px 0px 150px;
}

.promo-container:has(.gallery) {
  margin-bottom: 60px !important;
  margin-top: 15px;
}

.gallery {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
  grid-gap: 8px;

  .banner {
    position: relative;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #1a1a1a;
  }

  .banner:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.2);
  }

  .banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/490;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .banner:hover img {
    transform: scale(1.05);
  }

  /* Banners expirados */
  .banner.expired {
    opacity: 0.4;
    filter: grayscale(100%);
    pointer-events: none;
  }

  .banner.hidden {
    display: none !important;
  }

  .banner.scheduled {
    display: none;
  }

  .banner.expired::after {
    content: "EXPIRADO";
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(120, 120, 120, 0.95);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    backdrop-filter: blur(5px);
  }

  /* Banners agendados */
  .banner.scheduled::after {
    display: none;
  }

  /* Melhorias sutis de performance */
  .banner img {
    will-change: transform;
  }

  .banner {
    will-change: transform, box-shadow;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@media (max-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .header .title {
    font-size: 2rem;
  }

  .promo-container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;
    gap: 15px;

    .banner {
      height: auto;
    }

    .banner img {
      height: auto;
      aspect-ratio: 1200/490;
    }
  }

  .header .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

/* Top ganhos */

.new-last-wins-container {
  display: flex;
}

.topWinners__carousel {
  background: #323b44 !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px;
}

.new-last-wins-wrapper {
  position: relative;
  display: flex;
  z-index: 2;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(309.95deg,
      #1d252d 38.29%,
      #99d4b9 236.88%) !important;
  width: 63px;
  box-shadow: 4px 0px 8px 0px #000000bf;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.new-last-wins-wrapper-img {
  height: 40px;
  margin-bottom: 5px;
  margin-top: 3px;
}

.new-last-wins-wrapper-text {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  text-align: center;
  margin-bottom: 7px;
  line-height: 10px;
}

.topWinners__cardSlider {
  min-height: 0px !important;
  width: 155px !important;
}

.topWinners__cardSlider__info {
  height: 32px !important;
  margin: 0px !important;
  width: 140px !important;
  justify-self: anchor-center;
  border-radius: 12px !important;
}

.topWinners__cardSlider__wrapper--disable {
  display: none !important;
}

.topWinners__cardSlider--loading {
  min-width: 155px !important;
}

.topWinners__carousel--autoSlide:has(.topWinners__carousel__container--skeleton) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

html [data-widget="TopWinners"] {
  min-height: 0px !important;
}

.topWinners__cardSlider__info svg {
  display: none !important;
}

/* Top ligas */
.top-ligas-header {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 16px;
}

.top-ligas-header span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.top-ligas-header a {
  display: inline-block;
  text-decoration: none;
}

.top-ligas-header a img {
  display: block;
  height: 24px;
  width: auto;
}

.main-rows .uc-row .column:has(#top_ligas .top-ligas-header) {
  background: rgb(26, 38, 34) !important;
}

.top-carousel-container,
.hnvf1 {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.top-carousel-container {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  gap: 1px;
}

.top-carousel-container::-webkit-scrollbar {
  display: none;
}

.top-carousel-item {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 0 4px;
  gap: 4px;
}

.top-carousel-item img {
  height: 84px;
  width: auto;
  display: block;
}

.top-carousel-item__text {
  font-size: 11px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}

.top-carousel-item:last-child {
  margin-right: 2px;
}

.top-carousel-item:hover {
  transform: translateY(-2px);
}

.top-carousel-item:hover img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(17%) saturate(1181%) hue-rotate(100deg) brightness(88%) contrast(87%);
}

.top-carousel-item:hover .top-carousel-item__text {
  color: #6fcf97;
}

/* Odds turbinadas */

/* componente: odds-turbinadas — oculta widget quando não há eventos (BetConstruct) */
.events-wrapper:has(.events-wrapper__games .xUi-result-info) {
  display: none !important;
}

/* home — compensa padding de #top_ligas quando odds turbinadas some na mesma uc-row */
.main-rows .uc-row:has(.events-wrapper__games .xUi-result-info) .column:has(#top_ligas) {
  padding-bottom: 20px;
}

.events-wrapper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(102, 112, 125, 0.4) 0%,
      rgba(29, 37, 45, 0.6) 100%),
    #1d252d !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
  min-height: 32px !important;
  margin-top: 22px;
}

.events-wrapper__header--title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

.events-wrapper__header span {
  font-family: "Montserrat";
  color: #f5f7fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.events-wrapper__header a {
  text-decoration: none;
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.events-wrapper__sports .menu-wrapper {
  border-top: none !important;
  padding: 0px !important;
  background-color: #1a2622 !important;
}

v3-result v3-result-info {
  background: none !important;
}

.selectedGameCard__header__competitions .x-svgInline.v3-icon {
  font-size: 24px !important;
}

.selectedGameCard__contanier {
  background-image: url("https://segurobet-18751649.springbuilder.site/fs/userFiles-v2/segurobet-18751649/media/backgroundsb4opt-17833706152099.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-wrapper .menuItemFill--active {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%);
  box-shadow: 0px 1px 3px 0px #00000099;
}

.menuItemFill__name {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  margin-left: 0 !important;
  width: auto !important;
}

.menuItemFill {
  min-width: auto !important;
  width: auto !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  border-radius: 8px !important;
  border: 1px solid #006c41 !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
  overflow: visible !important;
  height: 38px !important;
  color: #66be95;
}

.menuItemFill--active {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%) !important;
  box-shadow: 0px 1px 3px 0px #00000099 !important;
  border: 1px solid #00824f !important;
  color: #091119 !important;
  font-weight: 600 !important;
}

.menuItemFill--active__name,
.menuItemFill--active .menuItemFill__name {
  color: #091119 !important;
  font-weight: 600 !important;
}

.menuItemFill .menuItemFill__name {
  font-size: 12px !important;
  color: #66be95;
  font-weight: 600 !important;
}

.menuItemFill svg {
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.menuItemFill--active svg,
.menuItemFill--active img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(2089%) hue-rotate(115deg) brightness(96%) contrast(101%) !important;
}

.menuItemFill:not(.menuItemFill--active) svg,
.menuItemFill:not(.menuItemFill--active) img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.menuItemFill--active .icon-sport-menu {
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(2089%) hue-rotate(115deg) brightness(96%) contrast(101%) !important;
}

.icon-sport-menu {
  filter: none;
}

.icon-sport-card {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.selectedGameCard__header {
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 14px;
}

.cSPaWw .style__Name-sc-1t08258-1 {
  font-family: "Montserrat";
  font-weight: 600;
}

.odd-label-number {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.boostedOdd {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 6px !important;
  gap: 12px;
}

@media (max-width: 1060px) {
  .boostedOdd {
    gap: 0px !important;
    padding: 0px !important;
  }
}

.boostedOdd--header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin-left: auto !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  order: 2 !important;
}

.boostedOdd__calculation {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #FFD54D !important;
  text-decoration: line-through !important;
  order: 1 !important;
}

.boostedOdd--header-main {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #66be95 !important;
  order: 2 !important;
}

svg.x-svgInline.v3-icon.boostedOdd--icon {
  position: absolute !important;
  right: 7px !important;
  top: -7px !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  vertical-align: middle;
  box-sizing: border-box !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background-color: #00331F !important;
  border-radius: 50%;
  border: 1px solid var(--color-secondary-300, #FFD54D);
  background-image: url("../images/assets/thunder_badge.gif");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  fill: transparent !important;
  stroke: transparent !important;
}

svg.x-svgInline.v3-icon.boostedOdd--icon * {
  display: none !important;
}

.selectedGameCard__title {
  margin: 0 3px;
}

.selectedGameCard__header__competitions img.icon-sport-card {
  width: 26px !important;
  height: 26px !important;
  min-width: 20px !important;
}

.selectedGameCard__header__date {
  gap: 4px !important;
}

.selectedGameCard__header__competitions__name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.selectedGameCard__header__competitions svg {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.selectedGameCard__header__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.comp__teamName__wrapper {
  margin-top: 5px;
}

.style__Container-sc-673oi-0 {
  background-color: transparent !important;
  width: 26px !important;
  height: 26px !important;
  color: #fff;
  display: block !important;
}

.style__Container-sc-673oi-0 svg {
  font-size: 23px !important;
}

.style__Container-sc-673oi-0 grZknz {
  color: #33a272 !important;
}

.grZknz {
  color: #33a272 !important;
}

img.teamLogoImage {
  max-height: max-content !important;
  max-width: max-content !important;
}

teamLogoImage__content {
  width: 48px;
  height: 48px;
}

.selectedGameCard__title__gameInfo__vs {
  border: none;
  background: none;
  font-family: "Montserrat";
  color: #fff;
  margin-top: 5px;
}

.selectedGameCard__odds {
  display: flex !important;
  gap: 8px !important;
}

.xOddButton {
  flex: 1 !important;
  position: relative !important;
  background-color: #33403a !important;
  border: 1px solid #4d5b56;
  border-radius: 8px !important;
  padding: 12px !important;
  min-height: 42px;
}

.xOddButton--defaultHover:hover {
  border: 1px solid #4d5b56 !important;
}

.xOddButton--defaultHover:active {
  background-color: #33a272;
}

.x-odd__wrapper {
  background: #2f584f !important;
  color: #fff !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.x-odd__price,
.xOddButton__coef {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #66be95 !important;
}

.events-wrapper__games {
  margin-bottom: 40px;
}

.xOddButton--active,
.xOddButton.xOddButton--active {
  background: #33a272 !important;
  border-color: #4d5b56 !important;
}

/* Texto principal fica preto quando SELECIONADO */
.xOddButton--active .odd-label-number,
.xOddButton--active .boostedOdd--header-main,
.xOddButton--active .x-odd__price,
.xOddButton--active .xOddButton__coef {
  color: #091119 !important;
}

/* Texto riscado fica verde escuro quando SELECIONADO */
.xOddButton--active .boostedOdd__calculation {
  color: #005634 !important;
}

/* Estado ACTIVE (quando está sendo clicado - mantém o mesmo visual) */
.xOddButton:active,
.xOddButton--defaultHover:active {
  background: #33a272 !important;
  border-color: #4d5b56 !important;
}

.xOddButton:active .odd-label-number,
.xOddButton:active .boostedOdd--header-main,
.xOddButton:active .x-odd__price,
.xOddButton:active .xOddButton__coef {
  color: #091119 !important;
}

.xOddButton:active .boostedOdd__calculation {
  color: #005634 !important;
}

.events-wrapper__header--right-bar button:hover,
.events-wrapper__header--right-bar>button:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}

/* Top10 */
.top-jogados-wrapper {
  position: relative;
  width: 100%;
}

.top-jogados-container {
  cursor: grab !important;
  background-color: #091119;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.top-jogados-container:active {
  cursor: grabbing !important;
}

.top-jogados-container::-webkit-scrollbar {
  display: none;
}

.top-jogados {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.top-jogo {
  position: relative;
  width: 160px;
  height: 108px;
  flex-shrink: 0;
  padding-bottom: 20px;
  overflow: visible;
}

.top-jogados-img {
  border-radius: 8px;
}

.top-jogados-pos {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(147.05deg, #4b5561 6.55%, #091119 103.49%);
  border: 1px solid #ffd54d;
  border-radius: 32px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  color: #ffd54d;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  z-index: 2;
}

/* Setas de navegação */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  background: #1a2622;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex !important;
  height: 40px;
  justify-content: center;
  opacity: 0.7;
  width: 40px;
  z-index: 2;
}

.carousel-arrow:hover {
  opacity: 0.9;
}

.carousel-arrow.disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.carousel-arrow-left {
  left: 8px;
}

.carousel-arrow-right {
  right: 8px;
}

.carousel-arrow svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

/* Slide main */
.ModuleSlider {
  max-width: 1083px;
  margin: 0 auto;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider-track li {
  flex: 0 0 100%;
}

.slider-track img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.slider-arrow {
  pointer-events: all;
  margin: 0 10px;
}

.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-arrow {
  pointer-events: all;
  cursor: pointer;
  opacity: 0.8;
  background: #1a2622;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  transition: background 0.3s;
}

.slider-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

.left-arrow {
  margin-left: 10px;
  margin-right: 10px;
}

/* Conteudo Destaque Home — desktop (banner + top pagantes, Figma 665:6195) */
#conteudo_destaque_home {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 100%;
  overflow: visible;
}

/* Proporção Figma 1044:490 — os dois encolhem juntos (769px+ desktop) */
@media (min-width: 769px) {
  #conteudo_destaque_home > #slide_main_test {
    flex: 1044 1 0;
    min-width: 0;
  }

  #conteudo_destaque_home > #top_pagantes {
    flex: 490 1 0;
    min-width: 333px;
    max-width: 490px;
    width: auto;
    margin: 0;
  }

  #conteudo_destaque_home .ModuleSlider {
    max-width: none;
    margin: 0;
  }
}

/* === #slide_main_test only — não afeta #slide_main (prod) === */
#slide_main_test .slider-track-wrapper {
  position: relative;
}

#slide_main_test .slider-track-wrapper--novo {
  aspect-ratio: 1044 / 297;
}

#slide_main_test .slider-track-wrapper--novo .slider-track,
#slide_main_test .slider-track-wrapper--novo .slider-track li {
  height: 100%;
}

#slide_main_test .hero-card-link {
  display: block;
  width: 100%;
  height: 100%;
}

#slide_main_test .slider-arrow {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

#slide_main_test .slider-arrow:hover {
  background: transparent;
  opacity: 0.85;
}

#slide_main_test .slider-arrow svg {
  display: block;
}

#slide_main_test .slider-arrow.right-arrow {
  transform: scaleX(-1);
}

#slide_main_test .slider-arrows {
  /* top definido via JS (ratio Figma y=174 / frame 297) */
  transform: translateY(-50%);
}

/* Banner padrão novo — só imagem (texto embutido na arte 1044x297) */
#slide_main_test .hero-card--novo {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1044 / 297;
  overflow: hidden;
  border-radius: var(--sb-radius, 8px);
}

#slide_main_test .hero-card--novo .hero-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar-center {
  text-align: center !important;
}

/* Novos banners */
.banner-wrapper-new {
  cursor: default !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 10px;
  background: #091119;
}

.banner-wrapper::-webkit-scrollbar {
  display: none;
}

.banner-container-new {
  padding: 0 1px;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}

.banner-card {
  cursor: pointer !important;
  position: relative;
  flex: 0 0 auto;
  width: 206.4px;
}

.banner-frame {
  position: relative;
  width: 100%;
}

.banner-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-icon {
  position: absolute;
  top: -9px;
  right: -2px;
}

.banner-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

@media (max-width: 340px) {
  .banner-text {
    font-size: 14px;
  }
}

/* Barra de pesquisa */
.searchBar__postfixIcon {
  color: #b2bac5 !important;
}

.searchBar {
  background-color: #1d252d !important;
  border: none !important;
  border-radius: 8px !important;
}

html .searchBar .searchBar__input {
  font-family: "Montserrat" !important;
  color: #b2bac5 !important;
  font-weight: 500 !important;
  padding: 12px !important;
}

.barra-destaque {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(102, 112, 125, 0.4) 0%,
      rgba(29, 37, 45, 0.6) 100%),
    #091119 !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
  height: 32px;
  margin-top: 24px;
}

.barra-destaque span {
  font-family: "Montserrat";
  color: #f5f7fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.barra-destaque a {
  text-decoration: none;
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

/* Título redesign (opt-in via data-titulo-variant="new" no CMS) */
.sb-titulo-new {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  min-height: 32px;
  padding: 4px 8px;
  margin-top: 24px;
  margin-bottom: 10px;
  background: #121517;
  border-radius: 8px;
  box-sizing: border-box;
}

.sb-titulo-new-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.sb-titulo-new-icon {
  width: 24px;
  height: 24px;
  max-width: none;
  flex-shrink: 0;
  color: #33a272;
}

.sb-titulo-new-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #c2e4d4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.sb-titulo-new-link:hover {
  color: #fff;
}

.sb-titulo-new-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: translateY(1px);
}

/* Modal idade */
.custom__modalBody .modal__footer .xUi-button-primary {
  background: linear-gradient(0deg,
      rgba(0, 130, 79, 0.7),
      rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: 0 !important;
}

.custom__modalBody .modal__footer .xUi-button-primary:hover {
  opacity: 0.9 !important;
  transform: translateY(1px) !important;
}

.custom__modalBody .modal__footer .xUi-button-default {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

.custom__modalBody .modal__footer .xUi-button-default:hover {
  opacity: 0.9 !important;
  transform: translateY(1px) !important;
  border-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {
  html .x-button--cancel:hover:not(.predefined--button):not(.x-button--disabled) {
    background-color: transparent !important;
    border: inherit !important;
    color: inherit !important;
  }
}

.custom__modalBody .modal-title {
  color: #fff !important;
}

/* Aqui finaliza a divisão entre a nova home e as declarações anteriores





/* Carousel é utilizado no melhores ligas */
.carousel-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0;
  gap: 1px;
  scrollbar-width: none;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
}

.carousel-item img {
  width: 110%;
  height: 110%;
  object-fit: contain;
}

.banner-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding: 24px 0;
}

.banner {
  width: 260px;
  height: 92px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
  flex-shrink: 0;
}

.banner:hover {
  transform: scale(1.02);
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Thiago - Brazil default Field Remove */
div[data-testid="country_code"] {
  display: none !important;
}

/* Esconder pais */
body div[data-testid="country_code"] {
  display: none !important;
}

/* Opacidade desk registro */
.custom__modalContent {
  opacity: 0.9 !important;
}

/* Botão depositar - bruna */
.profileInfo__add {
  width: 54px !important;
  height: 32px !important;
  fill: none;
  background-image: url("../images/botão_deposito_v6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54px 28px;
}

/* Fix qrcode depósito */
.payment__iframe-container {
  position: fixed !important;
  z-index: 999999 !important;
  left: 0px;
  top: 0px;
}

.payment__iframe-close {
  color: var(--v3-primary-6) !important;
}

/* page = sports / card multiples */
.multipleCard__header__wrapper {
  align-items: flex-start;
  align-self: stretch;
  background-color: #33403a !important;
  border-bottom: 1px solid #4d5b56 !important;
  border-radius: 12px 12px 0 0 !important;
  gap: 20px !important;
  display: flex;
  justify-content: space-between;
  padding: 12px !important;
  width: 100%;
}

.multipleCard__header__btn {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ef5350 !important;
}

.multipleWidgetWrapper .selectionGroup,
.swiper-slide.swiper-slide-active.multipleSelection.multipleSelection--noIndicators[class*="SLIDE_SELECTOR_"] {
  background-color: #33403a !important;
}

.multipleCard__game__coefficient {
  background-color: #4d5b56 !important;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.multipleCard__footer {
  background-color: #33403a !important;
  margin-bottom: 10px;
  border-top: 1px solid #4d5b56 !important;
  padding: 12px;
  gap: 8px;
}

span.multipleCard__footer__odds__value {
  background-color: #4d5b56 !important;
  border-radius: 4px;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.multipleCard__footer .multipleCard__footer__details .multipleCard__footer__details__btn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background: radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.4) 0%,
      rgba(0, 130, 79, 0.4) 100%),
    #00824f;
  border: none;
}

div#column5419 {
  margin-bottom: 30px !important;
}

button.swiperSliderArrowLeft,
button.swiperSliderArrowRight {
  background: #1a2622 !important;
  opacity: 80% !important;
  color: white !important;
}

.multipleSelectionsGroup .swiperWrapper__swiper-pagination {
  background: #33403a !important;
}

.multipleSelectionsGroup .swiperWrapper__swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #66be95;
}

.multipleSelectionsGroup .swiperWrapper__swiper-pagination .swiper-pagination-bullet-active {
  background: #66be95 !important;
  border: 1px solid #66be95;
}

html .v3-btn-primary {
  background: radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.4) 0%,
      rgba(0, 130, 79, 0.4) 100%),
    #00824f;
  border: none;
  color: #091119;
}

/* end page = sports / card multiples */

/* page = sports / odds-turbined */
body {
  font-family: "Montserrat";
}

html .v3-btn:hover:hover {
  border: none !important;
  color: white;
  font-weight: 600;
}

.events-wrapper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg,
      rgba(102, 112, 125, 0.4) 0%,
      rgba(29, 37, 45, 0.6) 100%),
    #1d252d !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
  min-height: 32px !important;
  margin-top: 22px;
}

.events-wrapper__header--title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

.events-wrapper__header span {
  font-family: "Montserrat";
  color: #f5f7fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.events-wrapper__header a {
  text-decoration: none;
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.events-wrapper__sports .menu-wrapper {
  border-top: none !important;
  padding: 0px !important;
  background-color: #1a2622 !important;
}

v3-result v3-result-info {
  background: none !important;
}

.selectedGameCard__header__competitions .x-svgInline.v3-icon {
  font-size: 24px !important;
}

.selectedGameCard__contanier {
  background-image: url("https://segurobet-18751649.springbuilder.site/fs/userFiles-v2/segurobet-18751649/media/backgroundsb4opt-17833706152099.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-wrapper .menuItemFill--active {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%);
  box-shadow: 0px 1px 3px 0px #00000099;
}

.menuItemFill__name {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  margin-left: 0 !important;
  width: auto !important;
}

.menuItemFill {
  min-width: auto !important;
  width: auto !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  border-radius: 8px !important;
  border: 1px solid #006c41 !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
  overflow: visible !important;
  height: 38px !important;
  color: #66be95;
}

.menuItemFill--active {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%) !important;
  box-shadow: 0px 1px 3px 0px #00000099 !important;
  border: 1px solid #00824f !important;
  color: #091119 !important;
  font-weight: 600 !important;
}

.menuItemFill--active__name,
.menuItemFill--active .menuItemFill__name {
  color: #091119 !important;
  font-weight: 600 !important;
}

.menuItemFill .menuItemFill__name {
  font-size: 12px !important;
  color: #66be95;
  font-weight: 600 !important;
}

.menuItemFill svg {
  flex-shrink: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.menuItemFill--active svg,
.menuItemFill--active img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(2089%) hue-rotate(115deg) brightness(96%) contrast(101%) !important;
}

.menuItemFill:not(.menuItemFill--active) svg,
.menuItemFill:not(.menuItemFill--active) img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.menuItemFill--active .icon-sport-menu {
  filter: brightness(0) saturate(100%) invert(8%) sepia(18%) saturate(2089%) hue-rotate(115deg) brightness(96%) contrast(101%) !important;
}

.icon-sport-menu {
  filter: none;
}

.icon-sport-card {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.selectedGameCard__header {
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 14px;
}

.cSPaWw .style__Name-sc-1t08258-1 {
  font-family: "Montserrat";
  font-weight: 600;
}

.odd-label-number {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.boostedOdd {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 6px !important;
  gap: 12px;
}

@media (max-width: 1060px) {
  .boostedOdd {
    gap: 0px !important;
    padding: 0px !important;
  }
}

.boostedOdd--header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  margin-left: auto !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  order: 2 !important;
}

.boostedOdd__calculation {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #FFD54D !important;
  text-decoration: line-through !important;
  order: 1 !important;
}

.boostedOdd--header-main {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #66be95 !important;
  order: 2 !important;
}

svg.x-svgInline.v3-icon.boostedOdd--icon {
  position: absolute !important;
  right: 7px !important;
  top: -7px !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  vertical-align: middle;
  box-sizing: border-box !important;
  overflow: hidden !important;
  opacity: 1 !important;
  background-color: #00331F !important;
  border-radius: 50%;
  border: 1px solid var(--color-secondary-300, #FFD54D);
  background-image: url("../images/assets/thunder_badge.gif");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  fill: transparent !important;
  stroke: transparent !important;
}

svg.x-svgInline.v3-icon.boostedOdd--icon * {
  display: none !important;
}

.selectedGameCard__title {
  margin: 0 3px;
}

.selectedGameCard__header__competitions img.icon-sport-card {
  width: 26px !important;
  height: 26px !important;
  min-width: 20px !important;
}

.selectedGameCard__header__date {
  gap: 4px !important;
}

.selectedGameCard__header__competitions__name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.selectedGameCard__header__competitions svg {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.selectedGameCard__header__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.comp__teamName__wrapper {
  margin-top: 5px;
}

.style__Container-sc-673oi-0 {
  background-color: transparent !important;
  width: 26px !important;
  height: 26px !important;
  color: #fff;
  display: block !important;
}

.style__Container-sc-673oi-0 svg {
  font-size: 23px !important;
}

.style__Container-sc-673oi-0 grZknz {
  color: #33a272 !important;
}

.grZknz {
  color: #33a272 !important;
}

img.teamLogoImage {
  max-height: max-content !important;
  max-width: max-content !important;
}

teamLogoImage__content {
  width: 48px;
  height: 48px;
}

.selectedGameCard__title__gameInfo__vs {
  border: none;
  background: none;
  font-family: "Montserrat";
  color: #fff;
  margin-top: 5px;
}

.selectedGameCard__odds {
  display: flex !important;
  gap: 8px !important;
}

.xOddButton {
  flex: 1 !important;
  position: relative !important;
  background-color: #33403a !important;
  border: 1px solid #4d5b56 !important;
  border-radius: 8px !important;
  padding: 12px !important;
  min-height: 42px;
}

.xOddButton--whiteText:hover,
.xOddButton--defaultHover:hover,
span.xOddButton.xOddButton--active.xOddButton--whiteText.oddOverflow,
.xOddButton--defaultHover:active,
.selectedGameCard__title__gameInfo__score {
  border: 1px solid #33a272 !important;
}

.x-odd__wrapper {
  background: #2f584f !important;
  color: #fff !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body .x-odd__price,
.xOddButton__coef {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #66be95 !important;
}

.events-wrapper__games {
  margin-bottom: 40px;
}

/* end page = sports / odds-turbined */

/* page = sports / multiples */
.sportsbookContent--wrapper {
  background-color: #091119 !important;
}

.sportsbook__tabsSwitcher .customMenu__wrapper .customMenu {
  background: #323b44;
  gap: 12px;
  border-radius: 8px;
}

.customMenu__item.customMenu__item--active,
.sportsbook__tabsSwitcher .customMenu .customMenu__item--active,
.sportsbook__tabsSwitcher .customMenu .customMenu__item:hover {
  border-bottom: 3px solid #33a272 !important;
}

.menuWrapperDesktop {
  background: #323b44 !important;
  border-radius: 8px;
  font-family: "Montserrat";
  font-weight: 600;
}

.menuItemDesktop {
  background: #1d252d !important;
}

.menuItemDesktop:hover {
  background: #00492b !important;
}

.menuItemDesktop--active:after {
  background: #33a272 !important;
}

.menuItemDesktop--active {
  background: #00492b !important;
}

.multipleCard__header__wrapper {
  background: #33403a !important;
  border-radius: 4px 4px 0 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 2px;
}

/* Fase 3.1 — bilhete: seletores estáveis (substitui hashes React mortos) */
.betslipEventInfoPopup {
  background: #33403a;
  border-bottom: none;
  font-family: "Montserrat";
  font-weight: 600;
}

.multipleCard__body {
  background: #091119;
}

.multipleCard__body .betslipContainer {
  font-family: "Montserrat";
  margin-bottom: 4px;
}

.multipleCard {
  font-family: "Montserrat";
}

.stakeField--row {
  margin-top: 10px;
}

.stakeField--row {
  background: #323b44 !important;
  border: 1px solid #4b5561;
  border-radius: 12px;
}

.stakeField--row > div {
  background: transparent !important;
  border: none;
  border-radius: 12px;
}

.multipleCardsFooter__totalOdds,
.multipleCard .multipleCardsFooterPayout,
.multipleCard .multipleCardsFooter__dataInfo {
  background: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.betslipWrapper .bet__winner-coef,
.multipleCard .bet__winner-coef,
span.bet__winner-coef[class*="BetWinnerCoef"] {
  background: #33a272 !important;
  color: white !important;
}

.multipleCardsFooter__payoutInfo {
  background: #33403a;
  border-radius: 8px;
  margin-bottom: 10px;
}

span.multipleCardsFooter__payoutInfo__value {
  color: #66be95;
}

.multipleCardsFooter__btn {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  background: transparent;
}

html .v3-btn-primary {
  background: radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.4) 0%,
      rgba(0, 130, 79, 0.4) 100%),
    #00824f !important;
  border: none !important;
  color: #091119 !important;
}

html .v3-btn:hover:hover {
  opacity: 80%;
}

.multipleCardsFooter__btn {
  margin-bottom: 15px;
}

/* end page = sports / multiples */

/* page = sports / long term */
.sportsbook-game-list-wrapper__filters-items {
  background: #33403a !important;
  border-radius: 4px 4px 0 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 2px;
}

.sportsbook-game-list-wrapper {
  background: transparent;
}

.sportsbook-game-list-wrapper__header {
  border-bottom: none !important;
  margin-bottom: 2px;
  background: transparent;
  border-radius: 4px 4px 0 0 !important;
}

.sportsbook-game-list-wrapper__header {
  border-bottom: none !important;
  margin-bottom: 2px;
  background: transparent;
  border-radius: 4px 4px 0 0 !important;
}

[class^="style__Wrapper-sc-"][class*="v3-event-collapse"][class*="eventCollapse--active"] {
  background: transparent;
}

[class^="style__Header-sc-"][class*="v3-event-collapse__header"][class*="v3-event-collapse__header-active"],
.match-card__header,
.hasYQS {
  background: #33403a !important;
}

.eJdGPN {
  border-bottom: 1px solid #091119 !important;
}

.bVlYMX {
  border-left: 4px solid #33a272 !important;
  background: transparent;
}

.hgfnNY {
  background: #33a272 !important;
  color: black;
}

span[class^="style__Container-sc-"].notificationIcon,
span[class^="style__Container-sc-"].favoriteButtonIcon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

[class^="style__Container-sc-"]:hover {
  color: #33a272 !important;
}

@media (hover: hover) and (pointer: fine) {

  svg.x-svgInline.v3-icon.selectedIcon:hover,
  svg.x-svgInline.v3-icon.gameFavIcon:hover {
    color: #33a272;
  }
}

.betsMenu__menu-item,
div.sortingBtn,
span.sortingBtn,
svg.sortingBtn,
svg.x-svgInline.v3-icon.expandAllButton {
  background: #1d252d !important;
}

div.sortingBtn,
span.sortingBtn,
svg.sortingBtn:hover,
svg.x-svgInline.v3-icon.expandAllButton:hover {
  color: #33a272 !important;
}

.hNbrcr {
  background-color: #33a272 !important;
}

.dxjmyv,
.collapseToggleWrapper {
  border-radius: 4px;
}

.singleGameViewPage {
  background: transparent;
}

.betsMenu__menu-item-active,
.betsMenu__menu-item:not(.betsMenu__menu-item-active):hover,
html .v3-dropdown-menu-item-selected,
html .v3-dropdown-menu-item:hover {
  background: #00492b !important;
}

svg.x-svgInline.v3-icon.betsMenu__favorites-icon,
.betsMenu__menu-item-active .betsMenu__favorites-icon {
  color: #33a272;
}

.betsMenu__menu-item.betsMenu__menu-item__search.betsMenu__menu-item__search--open.betsMenu__menu-item__search--openAnimation:hover {
  background: #323b44 !important;
}

.gEYMAN {
  border-radius: 4px 4px 0 0;
}

.mathCardBaseContainer {
  background: transparent;
}

.markets__body-container:after {
  border: none !important;
}

body .xOddButton.xOddButton--active {
  background: #33a272 !important;
  border-radius: 8px !important;
}

.xOddButton--active .boostedOdd__calculation,
.xOddButton--active .xOddButton__coef,
.xOddButton--active .xOddButton__handicap {
  color: #091119 !important;
}

.emptyRadioBtnContainer {
  color: #33a272;
}

.emptyBox {
  background: #1a2622 !important;
  margin-bottom: 10px;
}

.gEYMAN,
.geQrBK,
.dfdqsV,
.jqfKfL,
.dxjmyv,
.collapseToggleWrapper,
.marketWarningText,
.marketFilterDropdown .v3-dropdown-menu {
  background-color: #33403a !important;
  border: none !important;
}

/* page = sports / long term */

/* page = sports / today and tabs */
[class^="PickerButton__Select-sc-"][class*="v3-dropdown-trigger"][class*="marketsFilter"] {
  background: #00492b !important;
}

figure[class^="style__NoItemWrapper-sc-"][class*="notItem__wrapper"][class*="large"] {
  background: #1a2622 !important;
}

figure.style__NoItemWrapper-sc-1rakz2j-0.dJFLqy.large.notItem__wrapper {
  background: #1a2622 !important;
}

h3.no-item-title {
  color: #66be95 !important;
}

p.no-item__text {
  color: #fff !important;
}

.cGGULP {
  background: #33403a !important;
  color: #66be95 !important;
}

.dmIUNL {
  background: transparent;
}

.gameDetails__info-icon {
  color: #66be95 !important;
}

/* page = sports / today and tabs */

/* page = sports / left menu */
div#prematch-left-sidebar-wrapper,
.live-prematch-switcher.customMenu__wrapper {
  background: #1a2622 !important;
}

.kOfwwl,
.matchInfoName--desktop,
.live-prematch-switcher .customMenu,
span.click__add-favorite,
.searchElement__emptyView__container,
.jsvsSm,
html .v3-dropdown-menu,
.navigationCollapseWrapper {
  background: #33403a !important;
}

.customMenu__item.customMenu__item--active,
.customMenu__item:not(.customMenu__item--mobile):hover {
  background: #00492b !important;
  border-bottom: none !important;
}

.click__add-favorite-container {
  background: #1a2622 !important;
}

.searchBar {
  background: #1d252d;
  border-radius: 8px;
}

.searchBar__bordered {
  border: none;
}

.searchBar__postfixIcon {
  color: #b2bac5;
}

.searchElement__results__wrapper {
  background: #1a2622;
}

.searchElement__results {
  background: #1a2622;
}

.gl-wrapper--gameList--gameItem {
  border: 1px solid transparent;
}

.searchSportMenu__item.searchSportMenu__item--active {
  border-radius: 8px;
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%);
  border: 1px solid transparent;
}

.searchSportMenu__item--active .searchSportMenu__icon,
.searchSportMenu__item--active .searchSportMenu__name {
  color: #091119;
}

.searchSportMenu__item {
  border-radius: 8px;
  border: 1px solid #006c41;
  background: transparent;
}

.sportsHeaderWrapper {
  background: #33403a !important;
  border-bottom: 1px solid transparent;
}

.timeFilter-selectButton--desktop {
  background: #00492b !important;
  border: 1px solid transparent !important;
}

.filter-menu--menuItem,
.competitionWithTooltip--active,
.competitionWithTooltip--hover:hover {
  background: #00492b !important;
}

.navigationCollapse__wrapper,
.navigationCollapse__wrapper.navigationCollapse__wrapper--active {
  background: #1a2622 !important;
}

.navigationCollapse__wrapper--active>div:first-child {
  border-bottom: none !important;
}

.jsvsSm .prematchNavigationWrapper .sportsHeader-titleWrapper {
  border-bottom: none !important;
}

/* end page = sports / left menu */

/* page = sports / right menu */
.betslipWrapper,
.betslipTabs__header {
  background: #091119 !important;
}

.betslipWrapper .customTab__tab-container:first-child:last-child {
  background: #091119 !important;
  border-bottom: 1px solid #00492b !important;
  margin-bottom: 8px !important;
}

.customTab__badge {
  background: #33a272 !important;
}

.betType__container .x-select,
.betType__container .xUi-select {
  border-radius: 8px;
  border: 1px solid #323b44;
  background: #1d252d;
}

.betType__container .x-select {
  div {
    color: #e4e8ed !important;
  }
}

.xUi-select-dropdown.v3-select-dropdown.bottomLeft {
  background: #1d252d !important;
  border: none;
  border-radius: 8px;
}

.xUi-select-option.v3-select-option {
  background: #1d252d !important;
}

.xUi-select-options .xUi-select-option:hover,
.xUi-select-option.v3-select-option.xUi-select-focused.v3-select-focused.selected {
  background: #33403a !important;
}

.xUi-select-option.v3-select-option.disabled:hover {
  background: #7f8e87 !important;
}

.xUi-select-option,
.xUi-select-options {
  border-radius: 8px !important;
}

.betslipWrapper div:has(.betType__container) {
  background: #323b44 !important;
  margin-bottom: 10px;
}

.betslip__scrollArea,
.betslip-switcher__wrapper {
  background: transparent !important;
}

.xUi-switch.v3-switch {
  width: 46px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #66BE95 !important;
  background: #323b44 !important;
}

.xUi-switch__checked:focus {
  border: 1px solid #66be95 !important;
  background-color: #1d252d !important;
}

.xUi-switch__slider.v3-switch__slider {
  background-color: #8c97a5 !important;
}

.xUi-switch__checked .xUi-switch__slider {
  background-color: #66be95 !important;
}

.emptyBox-title,
.next-bonus__icon {
  color: #66be95 !important;
}

.betslipWrapper .betslipBody {
  background: #091119 !important;
}

.next-bonus {
  background: #33403a;
}

.betslip-switcher__wrapper .betslip__feature-info {
  display: flex !important;
}

.style__Container-sc-673oi-0 {
  display: flex !important;
}

.betslip__icon:hover {
  color: #33a272 !important;
}

.xUi-input-container.v3-input-container.xUi-input-large.v3-input-large.inputLine {
  border-radius: 12px;
  border: 1px solid #4b5561;
  background: #323b44;
}

.xUi-input-container:not(.xUi-input-error):not(.xUi-input-disabled):has(.xUi-input):hover,
.xUi-input-container:not(.xUi-input-error):not(.xUi-input-disabled):has(.xUi-input:focus) {
  border: 1px solid #4b5561;
}

html button.xUi-button.xUi-button-default.xUi-button-disabled,
html button.xUi-button.xUi-button-default.xUi-button-loading {
  border-radius: 8px !important;
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%);
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {

  html .v3-btn,
  button.xUi-button.v3-btn.xUi-button-default.xUi-button-variant-solid.xUi-button-color-default.xUi-button-shape-default.xUi-button-size-middle.v3-btn-default.v3-btn-variant-solid.v3-btn-color-default.v3-btn-shape-default.v3-btn-size-middle.x-button.x-button--cancel.x-button--fullWidth,
  button.xUi-button.v3-btn.xUi-button-default.xUi-button-variant-solid.xUi-button-color-default.xUi-button-shape-default.xUi-button-size-middle.v3-btn-default.v3-btn-variant-solid.v3-btn-color-default.v3-btn-shape-default.v3-btn-size-middle.xUi-button-disabled.v3-btn-disabled.x-button.x-button--fullWidth.x-button--disabled {
    border-radius: 8px !important;
    background: linear-gradient(0deg,
        var(--color-primary-500, #00824f),
        var(--color-primary-500, #00824f)),
      radial-gradient(68.91% 100% at 50% 0%,
        rgba(102, 190, 149, 0.5) 0%,
        rgba(0, 130, 79, 0.5) 100%);
    border: 1px solid transparent;
  }
}

/* end page = sports / right menu */

/* page = sports / calendar */
.custom__col,
.calendar-wrapper,
.calendar-filter {
  background: transparent !important;
}

.select,
.v3-select {
  background: #33403a !important;
  border: none !important;
  /* display: flex; */
  /* justify-content: start; */
}

.xUi-select {
  background: #33403a !important;
  display: flex;
  align-items: center;
}

html .v3-select-dropdown,
html .xUi-select-dropdown {
  border: 1px solid #33403a;
}

.customMenu__wrapper,
.xUi-select-options.v3-select-options,
.xUi-select-options .xUi-select-option,
.select-expanded {
  background: #33403a !important;
  border: none !important;
}

.sorting-icon-wrapper,
.xUi-select-options .xUi-select-option.selected,
.xUi-select-options .xUi-select-option:hover,
.xUi-select-option.v3-select-option.xUi-select-focused.v3-select-focused.selected,
.menuItemDesktop:hover,
.select-item-selected {
  background: #00492b !important;
}

.xUi-checkbox {
  border: 1px solid #66be95 !important;
}

.xUi-checkbox.xUi-checkbox-checked .xUi-checkbox-check {
  background: #66be95 !important;
  border-color: #66be95 !important;
}

.market-wrapper .market-color {
  color: #66be95 !important;
}

.xUi-select-dropdown.v3-select-dropdown.bottomRight.typeFilterSelectDropdown {
  border: none !important;
}

.x-select {
  background: transparent !important;
}

.small.xUi-select.v3-select.betTypePicker {
  background: #1d252d !important;
}

.xUi-select:hover:not(.xUi-select-disabled) {
  background: radial-gradient(black, transparent);
  border: 1px solid #323b44 !important;
}

.custom__row.calendar-content--header.custom-row-center {
  background: #323b44 !important;
}

.custom-row-center {
  background: #33403a !important;
}

.cnRVfg,
.egdIxv,
.erJqtw,
.eCqWpD {
  border-color: #006c41 !important;
}

.cnRVfg:hover,
.erJqtw:hover {
  background: #66be95 !important;
  border-color: #66be95 !important;
}

.xOddButton--active {
  background: #33a272 !important;
  border-color: #33a272 !important;
}

.gTFEFI {
  color: #66be95 !important;
}

.empty-wrapper,
.v3-result.v3-result-info {
  background-color: #1a2622 !important;
}

/* end page = sports / calendar */

/* page = sports / results */

.results--desktop .sportFilter__container {
  background: #1a2622 !important;
}

.generalFilter__container {
  background: transparent !important;
}

.generalFilter__container .dateFilter__picker>div {
  border-color: #006c41 !important;
}

html .v3-picker-panels {
  border: none !important;
}

html .v3-picker-panel {
  background: #33403a !important;
  border: #33403a !important;
}

td.v3-picker-cell-disabled:before,
td.v3-picker-cell:hover:not(.v3-picker-cell-selected):not(.v3-picker-cell-range-start):not(.v3-picker-cell-range-end):not(.v3-picker-cell-range-hover-start):not(.v3-picker-cell-range-hover-end) .v3-picker-cell-inner {
  background: #4b5561 !important;
}

.singleGame__header {
  background: #33403a !important;
  border-bottom: none;
}

.singleGame:not(:nth-child(2)) .singleGame__header {
  border-top-color: transparent;
}

.custom__col.rslt__colWrapper {
  background: #1a2622 !important;
}

.rslt__singleGame__details.rslt__singleGame__details__opened {
  border-top-color: transparent;
  background: transparent !important;
}

.rslt__singleGame__details__entity__header {
  background: #33403a !important;
}

.rslt__singleGame__details__entity__body__cell {
  background: transparent !important;
}

.results--desktop {
  background: #091119 !important;
}

.v3-picker-date-panel {
  background: #33403a !important;
}

/* end page = sports / results */

/* page = live */
.menuItemDesktop__countBadge {
  color: #fff !important;
  background-color: transparent !important;
}

.sportTitleWithFavorite.sportsbook-game-list-wrapper__header {
  background: #1a2622 !important;
}

span.xOddButton.xOddButton--defaultHover {
  border-radius: 6px !important;
  border: 1px solid var(--color-primary-300, #66BE95) !important;
  background: rgb(0 51 31 / 60%) !important;
  backdrop-filter: blur(1px) !important;
}

span.xOddButton__coef {
  color: #fff !important;
}

.mathCardBaseContainer {
  background: transparent !important;
}

.timeline__container {
  background: #1a2622 !important;
  border-bottom: none;
}

.timeline__header.navigationCollapse__header {
  background: #33403a !important;
  border-bottom: none !important;
}

.custom__col.col__xs--24.SBCol {
  background: #1a2622 !important;
}

.timeline__events-header-wrapper.navigationCollapse__wrapper {
  background: #33403a !important;
  margin-top: 15px;
}

.timeline__event-container,
.timeline__single-event {
  background: #33403a !important;
  border-bottom: 1px solid transparent !important;
}

span.xOddButton.xOddButton--disabled.empty__OddStyle {
  border-radius: 8px !important;
}

.emptyRadioBtnContainer {
  color: #66be95 !important;
}

div#matchStreamingContainer,
.custom-controls {
  background: #323b44 !important;
}

.stream-tabs-active {
  background: transparent !important;
}

.custom-controls .stream-close .stream-tabs .stream-tabs-active .match-tracker-icon:hover,
.custom-controls .stream-close .stream-tabs .stream-tabs-active .video-icon:hover,
.custom-controls .stream-items .stream-tabs .stream-tabs-active .match-tracker-icon:hover,
.custom-controls .stream-items .stream-tabs .stream-tabs-active .video-icon:hover {
  background-color: transparent !important;
}

.custom-controls .stream-items .stream-tabs .stream-tabs-active svg path {
  fill: #33a272 !important;
}

.HeaderWidget_header__uD5JM {
  margin-top: 5px;
  background: #323b44 !important;
}

.StatisticsWidgetsSelectorContent_widgetContentWrapper__28sIa {
  background: #323b44 !important;
}

.x-select {
  border: 1px solid transparent !important;
}

span.style__Container-sc-673oi-0.grZknz.favoriteButtonIcon,
.teamScoreBlock__teamScore,
.favorite__clear-all {
  color: #33a272 !important;
}

.fWWQDr {
  background: #33a272 !important;
}

.customMenu__item.customMenu__item--active {
  border-color: #33a272 !important;
}

.sportInfoHeader {
  background: #323b44 !important;
}

.marketNamesHeader {
  background-color: #33403a !important;
  border-bottom: 1px solid transparent !important;
}

.collapseHeader.competitionCollapseHeader,
.matchCardInLineEuropean {
  background: #33403a !important;
}

span.teamsInfo__teamsNames__scores,
.teamsInfo__prevScores {
  color: #ef5350 !important;
}

.baseInfo {
  background: #00492b !important;
  border-radius: 8px !important;
  border-color: transparent;
}

.matchCardInLineEuropean,
.matchInfoSection__matchDetails,
.matchInfoSection__matchDetails__time,
.matchInfoSection__periodsFilter {
  border-color: transparent !important;
}

.periodOption {
  background: transparent !important;
  border-radius: 8px !important;
  border: 1px solid #006c41 !important;
  color: white !important;
}

.periodOption--selected {
  background: #33a272 !important;
  border: 1px solid #00824f !important;
  border-radius: 8px !important;
  color: #091119 !important;
}

span.xOddButton.xOddButton--disabled {
  border-radius: 8px !important;
}

.multiviewCards__wrapper__head {
  background: #323b44 !important;
}

button.xUi-button.v3-btn.xUi-button-default.xUi-button-variant-solid.xUi-button-color-default.xUi-button-shape-default.xUi-button-size-middle.v3-btn-default.v3-btn-variant-solid.v3-btn-color-default.v3-btn-shape-default.v3-btn-size-middle.xButton__medium.x-button.x-button--cancel {
  background: linear-gradient(0deg,
      var(--color-primary-500, #00824f),
      var(--color-primary-500, #00824f)),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.5) 0%,
      rgba(0, 130, 79, 0.5) 100%);
}

button.xUi-button.v3-btn.xUi-button-default.xUi-button-variant-solid.xUi-button-color-default.xUi-button-shape-default.xUi-button-size-middle.v3-btn-default.v3-btn-variant-solid.v3-btn-color-default.v3-btn-shape-default.v3-btn-size-middle.xButton__medium.x-button.x-button--cancel:hover {
  opacity: 80%;
}

.multiviewCards__wrapper__head {
  background: #323b44 !important;
}

.swiper.swiper-initialized.swiper-horizontal.SLIDER_SELECTOR_448974047771640 {
  background: #1a2622 !important;
}

.multiviewCards__wrapper__items {
  align-items: unset !important;
  background: #1a2622 !important;
}

.multiviewCards__wrapper__item,
.multiviewBoard__item__header,
.multiviewBoard__item--cardFooter {
  background: #33403a !important;
}

.multiviewCards__wrapper__item--head {
  border-bottom-color: transparent !important;
}

.multiviewCards__wrapper__item--teamNameScore {
  color: #33a272 !important;
}

.multiviewBoard__item {
  background: #1a2622 !important;
  border-color: #33a272 !important;
}

.multiviewBoard__item--container {
  background: #091119 !important;
}

span.showSelection,
.multiviewBoard__item--redirectContent {
  border-radius: 0 0 8px 8px;
  background: #00492b !important;
}

button.style__RadioButton-sc-18pkddr-2.gZauCb.xOddButton--active {
  background: #33a272 !important;
  border-color: #33a272 !important;
}

button.style__RadioButton-sc-18pkddr-2.cnRVfg:hover {
  border-color: #66be95 !important;
}

.xUi-select-option.v3-select-option.xUi-select-focused.v3-select-focused.selected {
  color: #fff !important;
}

.xUi-select-option.v3-select-option:hover {
  color: #fff !important;
}

.rslt__singleGame__details__entityWrapper {
  background: transparent !important;
}

button.style__RadioButton-sc-18pkddr-2.egdIxv.xOddButton--active {
  border: 1px solid #00824f !important;
  background: #4b5561 !important;
}

/* end page = live */

/* e-sports */
.sportsbookWrapper {
  .EsportDesktop__wrapper {
    background-color: transparent !important;
  }

  .esport__dropdownContainer:not(.esport__not__allSports) {
    background: #1d252d;
  }
}

.desktopESportMatchCardLine__container {
  .desktopESportMatchCardLine__col {
    .PickerButton__Select-sc-2zx6wc-0 {
      background-color: #00492b;
    }
  }

  .gameTime__wrapper {
    background-color: #00492b;
  }
}

.eSportGame__time--wrapper--content {
  .esport__header--gameTime {
    background-color: #00492b;
  }
}

.EsportDesktop__wrapper {
  .easy-access-box {
    background-color: #33403a;

    .navSection__title {
      border: 1px solid #091119;
    }

    .navSection__sectionItem--active {
      background-color: #00492b;
    }

    .navSection__sectionItem:hover {
      background-color: #1d252d;
    }
  }
}

.CompetitionsByRegions {
  .competitionsContainer {
    background-color: #33403a;
  }

  .allRegions {
    border: 1px solid #091119;
    background-color: #33403a;
  }
}

.competitionsBySportWrapper {
  .desktopESportMatchCardLine__container {
    background-color: #33403a;
  }

  .desktopESportMatchCardLine__header {
    border: 1px solid #091119;
  }
}

.desktopESportMatchCardLine__teams {
  border-right: 1px solid #091119;
}

.esport__gameSingleViewWrapper {
  .gameHeader__Container {
    background-color: #33403a;
  }

  .eSportDetailsContainer {
    background-color: #33403a;
  }
}

.style__MarketsWrapper-sc-nejvx3-0 {
  background-color: #091119;
}

/* page = accounts */
button.xUi-button.v3-btn.xUi-button-text.xUi-button-variant-solid.xUi-button-color-default.xUi-button-shape-default.xUi-button-size-large.v3-btn-text.v3-btn-variant-solid.v3-btn-color-default.v3-btn-shape-default.v3-btn-size-large.x-button.CloseAccount__CloseButton-sc-8yo3on-0.iropga.close__btn {
  /* disabled button auto exclusion */
  display: none !important;
}

.accountModal {
  background: #091119 !important;
}

.accountModal__mainMenu.accountModal__sectionWrapper {
  background: #091119 !important;
  border: none !important;
}

.userInfoAndBalance__info {
  border: none !important;
}

.userInfoAndBalance__info__details__icon {
  background: #33a272 !important;
  border-radius: 12px !important;
}

.avatar.user__avatar {
  background: rgba(0, 0, 0, 0.6) !important;
  border-color: #66be95 !important;
  color: #66be95 !important;
}

.accountBalance {
  background: #1D252D !important;
}

.accountBalance__group {
  background: #323B44 !important;
  border: none !important;
  border-radius: 12px !important;
}

span.v3-icon.accountBalance__caret {
  display: none !important;
}

.accountBalance__value {
  color: #66be95 !important;
}

.listItem {
  background: #1D252D !important;
  border: none !important;
  border-radius: 4px !important;
}

span.v3-icon.listItem__arrow {
  color: #b2bac5 !important;
}

.listItem--active .listItem__name,
.listItem--active .listItem__thumb,
.listItem__thumb {
  color: #66be95 !important;
}

.accountModal__logoutButton {
  color: #b2bac5 !important;
  border: none !important;
}

.accountModal__header.accountModal__sectionWrapper,
.accountModal__subMenu.accountModal__sectionWrapper {
  background: #091119 !important;
  border: none !important;
}

svg.x-svgInline.v3-icon.accountModal__header__close {
  border-radius: 8px;
  background: radial-gradient(119.35% 119.35% at 50% -11.29%,
      rgba(75, 85, 97, 0.5) 0%,
      rgba(29, 37, 45, 0.5) 100%),
    #1d252d;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  fill: #66be95 !important;
}

.accMenu__item {
  background: #1D252D !important;
  border-radius: 4px !important;
  outline: none !important;
}

.accMenu__item--active,
.accMenu__item__icon,
.accMenu__item__icon--active {
  color: #66be95 !important;
}

.accountModal__mainSection.accountModal__sectionWrapper {
  background: transparent !important;
  border: none !important;
}

html .v3-input[disabled],
html .v3-picker-input>input[disabled],
html .v3-picker.v3-picker-disabled,
html .v3-select-disabled.v3-select:not(.v3-select-customize-input) .v3-select-selector {
  border-radius: 12px !important;
  border: 1px solid var(--color-gray-600, #4b5561) !important;
  background: var(--color-gray-700, #323b44) !important;
}

.large.xUi-select.v3-select.xUi-select-disabled.v3-select-disabled {
  border-radius: 8px !important;
  border: 1px solid var(--color-gray-500, #66707d) !important;
  background: var(--color-gray-700, #323b44) !important;
}

span.xUi-radio.xUi-radio-enabled {
  border-color: #33a272 !important;
}

.xUi-radio-label input:checked+.xUi-radio {
  background: #33a272 !important;
}

html .accountUi__footer {
  background: #091119 !important;
  border-top: none !important;
}

div.input-number__input.textInput .xUi-input-disabled .xUi-input {
  border-radius: 8px !important;
  background: var(--color-gray-700, #323b44) !important;
  border: none !important;
}

html [class*="-list-item"]:not(.slide-list-item) {
  background: transparent !important;
}

/* Aposta segura */
.aposta_segura_hidden_block {
  display: none;
}

#aposta_segura_container {
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat;

  .col-esquerda {
    flex: 3;
    text-align: left;

    .title {
      color: var(--color-secondary-400, #FFCA28);
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    p {
      color: var(--color-gray-50, #F5F7FA);
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    li {
      color: var(--color-gray-50, #F5F7FA);
      font-family: Montserrat;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .block {
      margin-bottom: 15px;
    }

    ul {
      margin-bottom: 0px;
    }
  }

  .col-direita {
    flex: 2;
    display: flex;
    justify-content: right;

    .box {
      display: flex;
      width: 455px;
      height: 430px;
      padding: 24px;
      flex-direction: column;
      align-items: flex-start;
      border-radius: 12px;
      border: 1px solid var(--color-gray-700, #323B44);
      background: linear-gradient(130deg, var(--color-gray-800, #1D252D) 0%, var(--color-sage-800, #33403A) 102.13%);
      text-align: left;

      .mini-head {
        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }

      .title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--color-secondary-400, #FFCA28);
        margin-top: 15px;
      }

      .sub {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #FFF;
        margin-top: 10px;
      }
    }
  }
}

#aposta_segura_game_preview {
  width: 380px;
  align-self: center;
  margin-top: 25px;

  .selectedGames__container {
    grid-template-columns: initial !important;
  }
}

#aposta_segura_opt_in {
  width: 100%;
  margin-top: 35px;

  .btn {
    border-radius: 8px;
    background: radial-gradient(68.91% 100% at 50% 0%, var(--color-primary-200, rgba(153, 212, 185, 0.40)) 0%, var(--color-primary-500, rgba(0, 130, 79, 0.40)) 100%), var(--color-primary-500, #00824F);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.60);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border: 0px;
    height: 45px;

    span {
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      color: var(--color-gray-900, #091119);
    }
  }
}

@media (max-width: 1035px) {

  #aposta_segura_container {
    padding: 10px;

    .col-esquerda, .col-direita {
      flex-basis: 100%;
    }

    .col-direita {
      justify-content: center;
    }
  }

}

/* menu logado desktop */
.profileInfo__history-wrapper {
  display: none !important;
}

.profileInfo__circleButton {
  background: radial-gradient(circle at top, #4b5561, #1d252d);
  border-radius: 8px !important;
  width: auto !important;
  height: auto !important;
  padding: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profileInfo__circleButton__icon {
  color: #66be95 !important;
  font-size: 24px !important;
}

.v3-dropdown-open .profileInfo__circleButton {
  border: 1px solid #66be95 !important;
}

.profileInfo__wallet {
  background: radial-gradient(circle at top, #4b5561, #1d252d);
  border-radius: 8px !important;
  padding: 6px 12px !important;
  border: none !important;

  display: flex !important;
  align-items: center;
  gap: 10px;
}

.profileInfo__wallet .profileInfo__balance-wrapper {
  order: 1;
  margin: 0 !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profileInfo__wallet .profileInfo__add {
  order: 2;
  color: #66be95 !important;
  font-size: 24px !important;
  margin: 0 !important;
}

.profileInfo__balance {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
}

.profileInfo__balance .profileInfo__balance-currency {
  font-size: 10px !important;
  font-weight: 500 !important;
  margin-right: 2px;
}

.profileInfo__balance>span:not(.profileInfo__balance-currency) {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.profileInfo__bonus {
  font-family: "Montserrat", sans-serif;
  color: #f5f7fa;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
}

.profileInfo__bonus-currency {
  font-size: 9px !important;
  margin-right: 2px;
}

.dropdownMenuOverlay {
  margin-top: 8px !important;
  opacity: 0.95;
  background: #091119 !important;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid #66be95;
}

.divider.divider--horizontal {
  display: none !important;
}

.dropdownMenuOverlay__menu__menuItem--logout {
  border-top: 1px solid #ffffff33;
  color: var(--v3-red-5, #c62828);
}

/* cards depositar */
#deposit-carousel-container {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 35px 0px 15px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  user-select: none;
}

#deposit-carousel-container.active {
  cursor: grabbing;
  scroll-behavior: auto;
}

.deposit-bonus-card {
  position: relative;
  width: 260px;
  height: 154px;
  flex-shrink: 0;
  border-radius: 16px;
  padding: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(110.16deg, rgba(255, 213, 77, 0.46) -13.18%, rgba(0, 73, 43, 0.46) 115.96%),
    linear-gradient(0deg, #00492B, #00492B);
  font-family: 'Montserrat', sans-serif;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.deposit-card-header-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 4px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.deposit-card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 8px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.deposit-card-value-container {
  margin-top: auto;
  margin-bottom: 12px;
  z-index: 2;
}

.deposit-card-value {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.deposit-card-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  font-family: 'Montserrat', sans-serif;
}

.deposit-trevo-img {
  position: absolute;
  right: 6px;
  bottom: 0px;
  width: 140px;
  height: auto;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.btn-deposit-depositar {
  width: fit-content;
  padding: 8px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 130, 79, 0.7), rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: none !important;
  transition: filter 0.2s;
}

.btn-deposit-depositar:hover {
  filter: brightness(1.1);
}

/* cardápio registro */
.welcome-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.welcome-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.welcome-modal-container {
  width: 480px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  border-radius: 24px;
  background: linear-gradient(142.81deg, rgba(0, 86, 52, 0) -11.81%, rgba(102, 190, 149, 0.2) 96.81%), #1D252D;
  border: 1px solid #323B44;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.welcome-modal-overlay.active .welcome-modal-container {
  transform: scale(1);
}

.welcome-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: #66BE95;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  transition: transform 0.2s;
  line-height: 1;
}

.welcome-close-btn:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.welcome-header {
  text-align: center;
  flex-shrink: 0;
}

.welcome-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 8px;
}

.welcome-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #B0B7C3;
  max-width: 80%;
  margin: 0 auto;
}

.welcome-cards-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
  max-height: 380px;
  padding-right: 8px;
}

.welcome-cards-list::-webkit-scrollbar {
  width: 6px;
}

.welcome-cards-list::-webkit-scrollbar-track {
  background: #151b21;
  border-radius: 4px;
}

.welcome-cards-list::-webkit-scrollbar-thumb {
  background: #66BE95;
  border-radius: 4px;
}

.welcome-card {
  min-height: 102px;
  background: #1D252D;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #323B44;
  transition: border-color 0.2s, transform 0.2s;
}

.welcome-card-icon {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}

.welcome-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.welcome-card-text-top, .welcome-card-text-bottom {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #B0B7C3;
  font-weight: 400;
}

.welcome-card-text-highlight {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
}

.highlight-gold {
  color: #FFD54D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
}

.btn-welcome-action {
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 130, 79, 0.7), rgba(0, 130, 79, 0.7)), radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%) !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) !important;
  color: #091119 !important;
  border: none !important;
  transition: filter 0.2s, transform 0.1s;
  margin-top: 8px;
}

.btn-welcome-action:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.btn-welcome-action:active {
  transform: translateY(1px);
}

/* popup saldo usuário */
.balance-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.balance-modal-overlay.active {
  opacity: 1;
}

.balance-modal-container {
  width: 327px;
  border-radius: 12px;
  padding: 8px 8px 24px 8px;
  background: linear-gradient(303.56deg, rgba(0, 0, 0, 0) -16.88%, rgba(102, 190, 149, 0.2) 98.9%),
    linear-gradient(0deg, #1D252D), #1D252D;
  border: 1px solid #4B5561;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  display: flex;
  flex-direction: column;
  color: white;
  font-family: sans-serif;
  box-sizing: border-box;
}

.balance-close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  color: #33A272;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  font-weight: 1000;
}

.balance-content {
  padding: 0 16px;
  text-align: center;
}

.balance-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.balance-username {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.balance-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.balance-values {
  text-align: left;
}

.current-balance {
  font-size: 18px;
  font-weight: 700;
  color: #FFD54D;
}

.bonus-balance {
  font-size: 10px;
  font-weight: 400;
  color: #B2BAC5;
  margin-top: 2px;
}

.btn-deposit {
  width: fit-content;
  padding: 8px 14px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 130, 79, 0.7), rgba(0, 130, 79, 0.7)),
    radial-gradient(68.91% 100% at 50% 0%, #99d4b9 0%, #00824f 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
  color: #1D252D;
  border: none;
  transition: filter 0.2s;
}

.btn-deposit:hover {
  filter: brightness(1.1);
}

div[datamodule-id="10857"] {
  display: none !important;
}

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.custom-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.custom-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-popup-close {
  position: absolute;
  top: 9px;
  right: 9px;
  background: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.custom-popup-close:hover {
  background-color: #f0f0f0;
}

.custom-popup-img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* novo top ganhos */
#top_ganhos {
  display: flex;
  width: 100%;
  min-height: 100px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}

.ttg-sidebar {
  width: 63px;
  min-width: 63px;
  background: linear-gradient(309.95deg, #1d252d 38.29%, #99d4b9 236.88%);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 2px 0px 4px 0px #000000BF;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.ttg-sidebar img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.ttg-sidebar span {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
}

.ttg-slider-wrapper {
  flex-grow: 1;
  background: #323b44;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ttg-slider-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  height: 100%;
  align-items: center;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ttg-slider-track::-webkit-scrollbar {
  display: none;
}

.winner-card {
  flex: 0 0 128px;
  height: 80px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.winner-info-box {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  background-color: #000000b3;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: 10px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2px 12px;
}

.winner-id {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.2;
}

.winner-amount {
  color: #66be95;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

.ttg-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  border: none;
  outline: none;
  padding: 0;
  transition: background-color 0.2s;
}

.ttg-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.ttg-arrow-prev {
  left: 5px;
}

.ttg-arrow-next {
  right: 5px;
}

/* Top ganhos — skeleton (reserva layout, evita "Carregando...") */
#top_ganhos .ttg-skel-card {
  background-color: #2a323a;
  background-image: linear-gradient(
    90deg,
    #2a323a 0%,
    #3a434c 45%,
    #2a323a 90%
  );
  background-size: 200% 100%;
  animation: ttg-skel-shimmer 1.25s ease-in-out infinite;
  pointer-events: none;
}

#top_ganhos .ttg-skel-line {
  display: block;
  height: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

#top_ganhos .ttg-skel-line--id {
  width: 72%;
  margin-bottom: 4px;
}

#top_ganhos .ttg-skel-line--amt {
  width: 48%;
  height: 12px;
  background: rgba(102, 190, 149, 0.22);
}

@keyframes ttg-skel-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

html [class*="-list-item"]:not(.slide-list-item) {
  background-color: #091119 !important;
}

.notifications__container .listItem {
  border-radius: 12px !important;
  border: 1px solid #4B5561 !important;
}

.activePlayerCount__wrapper {
  display: none !important;
}

/* Top Pagantes — desktop (Figma 276:2895) */
#top_pagantes {
  --tp-header-overlap: 35px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  background: #121517;
  border-radius: 8px;
  overflow: visible !important;
  max-width: 542px;
  width: 100%;
  margin: 0;
}

#top_pagantes *,
#top_pagantes *::before,
#top_pagantes *::after {
  box-sizing: border-box;
}

#top_pagantes .tp-header {
  position: relative;
  z-index: 3;
  flex: 0 0 46px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  height: 46px;
  min-height: 46px;
  padding: 4px 12px 14px;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgba(18, 21, 23, 0.06) 0%,
    rgba(18, 21, 23, 0) 100%
  );
  pointer-events: none;
}

#top_pagantes .tp-header-title,
#top_pagantes .tp-header-link {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

#top_pagantes .tp-header-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-self: center !important;
  gap: 6px;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.65),
    0 0 6px rgba(18, 21, 23, 0.45);
}

#top_pagantes .tp-header-icon {
  width: 24px;
  height: 24px;
  max-width: none;
  color: #33a272;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.65));
}

#top_pagantes .tp-header-link {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-shrink: 0;
  align-items: center !important;
  align-self: center !important;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px !important;
  color: #c2e4d4;
  text-decoration: none !important;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  transition: color 0.2s;
}

#top_pagantes .tp-header-link:hover {
  color: #fff;
}

#top_pagantes .tp-header-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: translateY(1px);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}

#top_pagantes .tp-cards {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0;
  width: 100%;
  margin-top: calc(-1 * var(--tp-header-overlap));
  padding: 0 4px clamp(10.88px, 3.265cqw, 16px);
  overflow: visible !important;
}

/* Coluna — só largura; o bloco aura+card vive em .tp-stack */
#top_pagantes .tp-item {
  position: relative !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  z-index: 1;
}

#top_pagantes .tp-item.tp-card--epic,
#top_pagantes .tp-item.tp-card--rare {
  width: clamp(110px, 33.1cqw, 162px) !important;
  margin-inline: clamp(-9px, -1.837cqw, -6.12px);
}

#top_pagantes .tp-item--main {
  width: clamp(126px, 37.8cqw, 185px) !important;
  z-index: 2;
}

#top_pagantes .tp-stack {
  position: relative;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: hidden;
  min-height: clamp(156px, 46.9cqw, 230px);
  padding-bottom: clamp(19.72px, 5.918cqw, 29px);
}

#top_pagantes .tp-item.tp-card--epic .tp-stack,
#top_pagantes .tp-item.tp-card--rare .tp-stack {
  min-height: clamp(158px, 47.6cqw, 233px);
  overflow: visible;
}

#top_pagantes .tp-item--main .tp-stack {
  min-height: clamp(180px, 54.1cqw, 265px);
  padding-bottom: clamp(19.72px, 5.918cqw, 29px);
  overflow: visible;
}

#top_pagantes .tp-aura-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 8%,
      rgba(0, 0, 0, 0.85) 16%,
      #000 22%,
      #000 88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.5) 2%,
      #000 7%,
      #000 93%,
      rgba(0, 0, 0, 0.5) 98%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.35) 8%,
      rgba(0, 0, 0, 0.85) 16%,
      #000 22%,
      #000 88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.5) 2%,
      #000 7%,
      #000 93%,
      rgba(0, 0, 0, 0.5) 98%,
      transparent 100%
    );
  mask-composite: intersect;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#top_pagantes .tp-item.tp-card--epic .tp-aura-wrap,
#top_pagantes .tp-item.tp-card--rare .tp-aura-wrap,
#top_pagantes .tp-item--main .tp-aura-wrap {
  overflow: visible;
}

#top_pagantes .tp-aura {
  position: absolute !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  width: 145% !important;
  height: 145% !important;
  min-width: 0 !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 50% 50%;
  mix-blend-mode: screen;
  pointer-events: none;
  display: block !important;
  background: transparent;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

#top_pagantes .tp-item--main .tp-aura {
  transform: translate(calc(-50% + clamp(6.8px, 2.041cqw, 10px)), -50%);
}

#top_pagantes .tp-item.tp-card--epic .tp-aura,
#top_pagantes .tp-item.tp-card--rare .tp-aura {
  transform: translate(calc(-50% + clamp(7.48px, 2.245cqw, 11px)), -50%);
}

#top_pagantes .tp-card {
  position: relative !important;
  z-index: 2;
  flex: 0 0 auto !important;
  overflow: visible;
  overflow: visible !important;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
}

#top_pagantes .tp-item.tp-card--epic .tp-card,
#top_pagantes .tp-item.tp-card--rare .tp-card {
  width: clamp(87px, 26.1cqw, 128px) !important;
  height: clamp(116px, 34.7cqw, 170px) !important;
  transform: translateY(clamp(3.4px, 1.02cqw, 5px));
}

#top_pagantes .tp-item--main .tp-card {
  width: clamp(99px, 29.6cqw, 145px) !important;
  height: clamp(131px, 39.2cqw, 192px) !important;
  border-radius: 8px;
  transform: translateX(clamp(-3px, -0.612cqw, -2.04px));
}

#top_pagantes .tp-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
}

#top_pagantes .tp-media {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  display: block !important;
}

#top_pagantes .tp-item.tp-card--epic .tp-media,
#top_pagantes .tp-item.tp-card--rare .tp-media {
  transform: scale(1.1);
  transform-origin: center top;
}

#top_pagantes .tp-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 51%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180.36deg,
    rgba(0, 0, 0, 0) 3.48%,
    rgba(18, 21, 23, 0.87) 61.54%
  );
}

#top_pagantes .tp-card--main .tp-gradient {
  height: 51%;
}

#top_pagantes .tp-ranking {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  object-fit: contain;
}

#top_pagantes .tp-card.tp-card--legendary .tp-ranking {
  width: clamp(44px, 13.2cqw, 49px);
  height: clamp(50px, 15cqw, 56px);
  top: clamp(-6px, -1.837cqw, -7px);
  left: clamp(-3.4px, -1.02cqw, -4px);
}

#top_pagantes .tp-card.tp-card--epic .tp-ranking {
  width: clamp(41px, 12.3cqw, 46px);
  height: clamp(43px, 12.9cqw, 48px);
  top: clamp(-5px, -1.531cqw, -6px);
  left: clamp(-3.4px, -1.02cqw, -4px);
}

#top_pagantes .tp-card.tp-card--rare .tp-ranking {
  width: clamp(32px, 9.6cqw, 36px);
  height: clamp(34px, 10.2cqw, 38px);
  top: clamp(-3.4px, -1.02cqw, -4px);
  left: clamp(-2.55px, -0.765cqw, -3px);
}

#top_pagantes .tp-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 4px 7px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 3px;
  text-align: center;
}

#top_pagantes .tp-logo {
  width: 25px;
  height: 12px;
  max-width: none !important;
  object-fit: contain;
  flex-shrink: 0;
}

#top_pagantes .tp-card--main .tp-logo {
  width: 23px;
  height: 10px;
}

#top_pagantes .tp-card--main .tp-nome {
  font-size: 13px;
}

#top_pagantes .tp-nome {
  display: block;
  max-width: 90%;
  align-self: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
  white-space: normal;
  word-break: break-word;
}

#top_pagantes .tp-card.tp-card--legendary .tp-nome { color: #fffdd2; }
#top_pagantes .tp-card.tp-card--epic     .tp-nome { color: #fdbeeb; }
#top_pagantes .tp-card.tp-card--rare     .tp-nome { color: #b4ffff; }

#top_pagantes .tp-valor-pill {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 78px;
  height: 16px;
  padding: 0;
  background: #121517;
  border-radius: 10px;
}

#top_pagantes .tp-card.tp-card--legendary .tp-valor-pill { border: 1px solid #fffdd2; box-shadow: 0 0 4px 0 #fffdd2; }
#top_pagantes .tp-card.tp-card--epic     .tp-valor-pill { border: 1px solid #fdbeeb; box-shadow: 0 0 4px 0 #fdbeeb; }
#top_pagantes .tp-card.tp-card--rare     .tp-valor-pill { border: 1px solid #b4ffff; box-shadow: 0 0 4px 0 #b4ffff; }

#top_pagantes .tp-valor {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  height: 14px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#top_pagantes .tp-card.tp-card--legendary .tp-valor { color: #feefc4; }
#top_pagantes .tp-card.tp-card--epic     .tp-valor { color: #fdbeeb; }
#top_pagantes .tp-card.tp-card--rare     .tp-valor { color: #b4ffff; }

.custom-html-container:has(#top_pagantes),
.module-container:has(#top_pagantes),
.module.ModuleCustomHtml:has(#top_pagantes),
.column-container:has(#top_pagantes),
.column:has(#top_pagantes),
.row-container:has(#top_pagantes),
.uc-row-wrapper:has(#top_pagantes) {
  overflow: visible !important;
}

/* Simulação: só card #1 (tuning local) */
#top_pagantes.tp-sim-single {
  --tp-header-overlap: 0px;
  max-width: 233px;
}

#top_pagantes.tp-sim-single .tp-cards {
  justify-content: center !important;
  padding-top: 24px;
  padding-bottom: 24px;
}
/* Top Pagantes end */

/* Categoria Destaque — desktop (Figma 203:3811) */
#categoria-destaque {
  --cd-bg-bleed: 16px;
  position: relative;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  max-width: 753px;
  height: 243px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #121517;
}

#categoria-destaque *,
#categoria-destaque *::before,
#categoria-destaque *::after {
  box-sizing: border-box;
}

#categoria-destaque .cd-header {
  position: relative;
  z-index: 2;
  flex: 0 0 46px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 4px 8px 14px;
  background: linear-gradient(
    to bottom,
    #121517 0%,
    #121517 calc(100% - 10px),
    rgba(18, 21, 23, 0) 100%
  );
}

#categoria-destaque .cd-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  height: 197px;
  min-height: 197px;
  overflow: visible;
}

#categoria-destaque .cd-background {
  position: absolute;
  top: calc(-1 * var(--cd-bg-bleed));
  left: 0;
  width: 100%;
  height: calc(100% + var(--cd-bg-bleed));
  object-fit: cover;
  object-position: left top;
  z-index: 0;
  pointer-events: none;
}

#categoria-destaque .cd-header-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

#categoria-destaque .cd-header-icon {
  width: 24px;
  height: 24px;
  max-width: none;
  flex-shrink: 0;
}

#categoria-destaque .cd-header-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #c2e4d4;
  text-decoration: none;
  white-space: nowrap;
}

#categoria-destaque .cd-header-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: translateY(1px);
}

#categoria-destaque .cd-header-link:hover {
  color: #fff;
}

#categoria-destaque .cd-grid {
  position: absolute;
  top: 0;
  left: 227px;
  right: 8px;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(4, 123px);
  gap: 9px;
}

#categoria-destaque .cd-card {
  display: block;
  width: 123px;
  height: 86px;
  border: 1px solid #ffca28;
  border-radius: 9px;
  overflow: hidden;
}

#categoria-destaque .cd-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.uc-row-wrapper:has(#categoria-destaque) {
  overflow: visible !important;
}
/* Categoria Destaque end */

/* Top 10 Test — desktop (Figma 90:108) */
#top_10_test {
  --t10-card-w: 148px;
  --t10-card-h: 120px;
  --t10-card-gap: 14px;
  --t10-union-clip: path("M24.3873 0.050386C24.5598 -0.0275525 24.7065 -0.00891518 24.8753 0.0641925C28.434 1.60637 32.1912 2.24433 35.9743 2.75923L39.3006 3.15065C40.4464 3.30071 41.5911 3.46519 42.7394 3.59315C43.1932 3.64371 43.3904 3.79898 43.4075 4.33387C43.4075 7.45385 43.4106 9.41589 43.3265 10.6773C45.4526 10.021 47.5785 9.36402 49.7047 8.70778C50.0633 8.59713 50.4185 8.45512 51 8.47997C48.4413 10.2746 46.0453 11.9609 43.6411 13.634C43.3176 13.8591 43.15 14.0984 43.1056 14.5376C42.6205 19.3408 41.6857 24.028 39.6688 28.407C36.6334 34.9964 31.8174 39.2775 24.9918 40.9316C24.7821 40.9824 24.5898 41.03 24.3652 40.9764C19.5466 39.8267 13.3336 33.4571 10.2305 29.3631C10.1806 29.2972 10.1333 29.2288 10.0879 29.1594C9.29056 29.4082 8.49339 29.6575 7.69607 29.9064C6.91818 30.149 6.13326 30.3669 5.35177 30.596C5.14926 30.6651 4.98023 30.7034 4.69909 30.8003C4.3202 30.8971 4.05758 30.994 3.56778 31.1469C3.34028 31.2146 3.19752 31.2846 2.89635 31.3837C2.69288 31.443 2.48888 31.5025 2.28517 31.5618C2.1549 31.5959 2.00263 31.6801 2 31.4223C3.54559 30.134 5.22329 29.044 6.83051 27.8478C7.33666 27.471 7.84069 27.0863 8.36683 26.7419C8.68811 26.5318 8.71081 26.3309 8.57836 25.9667C7.18032 22.1267 6.4666 18.1283 6.08612 14.0461C5.78799 10.8444 5.83774 7.63912 5.84312 4.4312C5.84401 3.81827 6.04285 3.64067 6.59354 3.57106C9.97142 3.14331 13.3626 2.82477 16.7198 2.22699C17.4994 2.08804 18.2781 1.94447 19.0574 1.80313C19.4048 1.71698 19.6718 1.66609 20.002 1.56289C21.4776 1.10357 22.9681 0.690737 24.3873 0.050386Z");
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #121517;
  border-radius: 8px;
  overflow: visible !important;
}

#top_10_test *,
#top_10_test *::before,
#top_10_test *::after {
  box-sizing: border-box;
}

#top_10_test .t10-header {
  flex: 0 0 auto;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 32px;
  min-height: 32px;
  padding: 4px 8px;
  background: #121517;
}

#top_10_test .t10-header-title {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

#top_10_test .t10-header-icon {
  width: 24px;
  height: 24px;
  max-width: none;
  flex-shrink: 0;
  color: #33a272;
}

#top_10_test .t10-header-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-shrink: 0;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #c2e4d4;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.2s;
}

#top_10_test .t10-header-link:hover {
  color: #fff;
}

#top_10_test .t10-header-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: translateY(1px);
}

#top_10_test .t10-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 6px 14px;
}

#top_10_test .t10-carousel::-webkit-scrollbar {
  display: none;
}

#top_10_test .t10-carousel:active {
  cursor: grabbing !important;
}

#top_10_test .t10-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: var(--t10-card-gap);
  padding: 6px 8px 0;
}

#top_10_test .t10-card {
  position: relative;
  flex: 0 0 auto;
  display: block;
  width: var(--t10-card-w);
  height: var(--t10-card-h);
  padding: 1px;
  border: none;
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(9, 10, 12, 0.56) 0%, rgba(9, 10, 12, 0.56) 100%),
    linear-gradient(40deg, #ffca28 0%, #33a272 100%);
  overflow: visible;
  text-decoration: none !important;
  isolation: isolate;
}

#top_10_test .t10-card-thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  display: block;
}

#top_10_test .t10-rank {
  position: absolute;
  top: -6px;
  left: -8px;
  z-index: 2;
  width: 57px;
  height: 49px;
  pointer-events: none;
}

#top_10_test .t10-rank-fog {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(26, 38, 34, 0.28);
  clip-path: var(--t10-union-clip);
  pointer-events: none;
}

#top_10_test .t10-rank-badge {
  position: absolute;
  inset: 0;
  z-index: 1;
  line-height: 0;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.34));
}

#top_10_test .t10-rank-badge-svg {
  display: block;
  width: 100%;
  height: 100%;
}

#top_10_test .t10-rank-num {
  position: absolute;
  left: calc(42%);
  top: 36%;
  z-index: 2;
  width: 31px;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

#top_10_test .t10-rank-num--double {
  font-size: 24px;
}

.uc-row-wrapper:has(#top_10_test),
.custom-html-container:has(#top_10_test) {
  overflow: visible !important;
}
/* Top 10 Test end */

/* Top Ganhos Test — desktop (Figma 665:6751) */
#top_ganhos_test {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#top_ganhos_test *,
#top_ganhos_test *::before,
#top_ganhos_test *::after {
  box-sizing: border-box;
}

#top_ganhos_test .tg-loading {
  color: #fff;
  padding: 10px;
}

#top_ganhos_test .tg-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px;
  padding: 4px 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

#top_ganhos_test .tg-track::-webkit-scrollbar {
  display: none;
}

#top_ganhos_test .tg-card {
  flex: 0 0 173px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px;
  height: 64px;
  padding: 8px;
  background: #121517;
  border-radius: 10px;
  box-shadow: 0px 3px 6px -1px rgba(98, 98, 98, 0.08);
  text-decoration: none !important;
  overflow: hidden;
}

#top_ganhos_test .tg-card-thumb {
  flex: 0 0 68px;
  width: 68px;
  height: 48px;
  border-radius: 10px;
  background-color: #2a2a2a;
  background-size: cover;
  background-position: center;
}

#top_ganhos_test .tg-card-info {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
  text-align: left;
}

#top_ganhos_test .tg-card-id {
  font-size: 10px;
  font-weight: 400;
  color: #dfdfe1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.2;
}

#top_ganhos_test .tg-card-win {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px;
  line-height: 1.1;
  text-align: left;
  width: 100%;
}

#top_ganhos_test .tg-card-win-label {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px;
  position: relative;
  padding-right: 24px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

#top_ganhos_test .tg-card-win-flame {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
  transform: translateY(-58%) scale(1.12);
  transform-origin: center bottom;
  z-index: 1;
  pointer-events: none;
}

#top_ganhos_test .tg-card-win-amount {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #66be95;
  white-space: nowrap;
  text-align: left;
  position: relative;
  z-index: 2;
}

#top_ganhos_test .tg-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  border: none;
  outline: none;
  padding: 0;
  transition: background-color 0.2s;
}

#top_ganhos_test .tg-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#top_ganhos_test .tg-arrow-prev {
  left: 0;
}

#top_ganhos_test .tg-arrow-next {
  right: 0;
}
/* Top Ganhos Test end */

/* Top Ligas Test — desktop (Figma 668:9512, apenas Top Ligas) */
#top_ligas_test {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #121517;
  border-radius: 8px;
  overflow: hidden;
}

#top_ligas_test *,
#top_ligas_test *::before,
#top_ligas_test *::after {
  box-sizing: border-box;
}

#top_ligas_test .sb-titulo-new {
  flex: 0 0 auto;
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 8px;
}

#top_ligas_test .tl-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 6px 14px;
}

#top_ligas_test .tl-carousel::-webkit-scrollbar {
  display: none;
}

#top_ligas_test .tl-carousel:active {
  cursor: grabbing !important;
}

#top_ligas_test .tl-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 1px;
  padding: 6px 8px 0;
}

#top_ligas_test .tl-card {
  flex: 0 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px;
  width: 72px;
  text-decoration: none !important;
}

#top_ligas_test .tl-card-logo {
  width: 56px;
  height: 60px;
  object-fit: contain;
  display: block;
}

#top_ligas_test .tl-card-name {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: #f5fcff;
  text-align: center;
}
/* Top Ligas Test end */

/* Casino — botão de depósito rápido na view do jogo */
[data-testid="quick-deposit-btn"][data-seg-deposit-enhanced] {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  min-width: 58px !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  background: rgba(255, 213, 77, 0.12) !important;
  border: 1px solid rgba(255, 213, 77, 0.35) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) !important;
}

[data-testid="quick-deposit-btn"][data-seg-deposit-enhanced] svg {
  color: #ffd54d !important;
  font-size: 18px !important;
}

[data-testid="quick-deposit-btn"][data-seg-deposit-enhanced] .seg-quick-deposit-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #ffd54d !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  pointer-events: none !important;
}

/* BetCo KYC status bar: aparece indevidamente p/ users já verificados */
#KYCVerificationStatusBarContainer,
.KYCVerificationStatusBarContainer {
  display: none !important;
}