/* Cor de fundo — mobile (override tema BC body.mobile.txlive) */
body.mobile.txlive {
  background: #090a0c !important;
}

/* Spring: colunas/rows com background #091119 inline (cassino/slots/novidades) */
.main-rows .uc-row:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)),
.main-rows .column:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)),
#column6378,
#column6379,
#column6380 {
  background: #090a0c !important;
  background-color: #090a0c !important;
}

/* Botão depositar - bruna */
.profileInfo__add {
  width: 95px !important;
  height: 33px !important;
  fill: none;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
  background-image: url("../images/assets/deposit_button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95px 33px;
  border-radius: 16px;
  box-shadow: 0 0 6px 0 rgba(255, 224, 130, 0.50);
}

/* Isso é apenas um teste do Luis versão 3 pra merge */
/* 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;
}

/* Facilitadores Home (Mobile) */
.seg-menu {
  background: #091119 !important;
  border-top: 1px solid #323b44;
  padding: 16px 16px 12px 8px !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seg-menu::-webkit-scrollbar {
  display: none;
}

.seg-menu ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.seg-menu a:hover {
  background: #1d252d !important;
}

.seg-menu ul li {
  flex-shrink: 0;
}

.seg-menu ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #1d252d;
  border: 1px solid #323b44;
  border-radius: 8px;
  text-decoration: none;
  color: #e4e8ed;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.seg-menu ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.seg-menu ul li a.active {
  background: #33403a;
  border-color: #7f8e87;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .seg-menu ul li a {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
  }

  .seg-menu ul li a img {
    width: 18px;
    height: 18px;
  }
}

/* Facilitadores Home redesign (opt-in via data-facilitadores-variant="new" no CMS) — Figma 668:10647 */
#facilitadores_home[data-facilitadores-variant="new"] .seg-menu--new {
  background: transparent !important;
  border-top: none;
  padding: 4px 10px !important;
}

#facilitadores_home[data-facilitadores-variant="new"] .seg-menu--new ul li a {
  gap: 4px;
  padding: 8px 12px;
  background: #121517;
  border: none;
  border-bottom: 1px solid #303943;
  border-radius: 8px;
  color: #e4e8ed;
  font-weight: 500;
}

#facilitadores_home[data-facilitadores-variant="new"] .seg-menu--new a:hover {
  background: #1a1f23 !important;
}

#facilitadores_home[data-facilitadores-variant="new"] .seg-menu--new ul li a img {
  width: 16px;
  height: 16px;
}

#facilitadores_home[data-facilitadores-variant="new"] .seg-menu--new ul li a.active {
  background: #1a1f23;
  border-bottom-color: #33a272;
  color: #fff;
  font-weight: 600;
}

.custom-html-container:has(#facilitadores_home[data-facilitadores-variant="new"]),
.module-container:has(#facilitadores_home[data-facilitadores-variant="new"]),
.module.ModuleCustomHtml:has(#facilitadores_home[data-facilitadores-variant="new"]),
.column-container:has(#facilitadores_home[data-facilitadores-variant="new"]),
.column:has(#facilitadores_home[data-facilitadores-variant="new"]),
.row-container:has(#facilitadores_home[data-facilitadores-variant="new"]),
.uc-row-wrapper:has(#facilitadores_home[data-facilitadores-variant="new"]) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* botões entrar/cadastrar — padrão mobile (Figma 668:9382) */
.authSectionsButtonsWrapper {
  display: flex;
  gap: 8px;
  justify-content: end;
  align-items: center;
}

.authSectionsButtonsWrapper .v3-btn {
  margin-bottom: 0 !important;
  border-radius: 20px !important;
  border: none !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: 8px 20px !important;
  font-size: 14px !important;
  min-height: 36px !important;
}

.authSectionsButtonsWrapper .v3-login-btn,
.authSectionsButtonsWrapper .v3-btn-text {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-weight: 400 !important;
}

.authSectionsButtonsWrapper .v3-register-btn,
.authSectionsButtonsWrapper .v3-btn-primary {
  background: #ffca28 !important;
  box-shadow: 0 0 6px 0 rgba(255, 224, 130, 0.5) !important;
  color: #091119 !important;
  font-weight: 700 !important;
}

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

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

/* Header mobile redesign: 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: 10px;
  min-width: 0 !important;
  overflow: visible !important;
}

#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: 0 0 auto !important;
  min-width: 44px !important;
  margin-left: -20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

#column6272 .module-container:has([data-widget="Search"]) .module,
#column6272 .module-container:has([data-widget="Search"]) [data-widget="Search"],
.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"]) [data-widget="Search"] {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
}

#column6272 .module-container:has([data-widget="Search"]) .searchElement,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .module-container:has([data-widget="Search"]) .searchElement {
  display: block !important;
  width: auto !important;
  max-width: none !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 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 10px !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: 100% !important;
  min-width: 0 !important;
}

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

.logo_header_1.module.ModuleImage {
  max-width: 60px !important;
  margin: 14px 0px 14px 0px;
}

/* Header mobile redesign (Figma 668:9382) — fundo logo + Accounts (guest e logado) */
.header-rows .uc-row[data-id="4819"],
.header-rows .uc-row:has([data-widget="Accounts"]),
.main-rows .uc-row:has([data-widget="Accounts"]) {
  background: linear-gradient(90deg, #0f1113 0%, #191d20 50%, #0f1113 100%) !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header-rows .uc-row[data-id="4819"] .column,
.header-rows .uc-row:has([data-widget="Accounts"]) .column,
#column6374,
#column6375 {
  background: transparent !important;
}

#column6375 {
  min-width: 0 !important;
}

/* Header mobile redesign: área logada — layout inline; wallet/deposito BC intactos */
#column6272 .profileInfo__container ft-my-rewards-toggle,
#column6272 .profileInfo__container #ft-rewards-btn,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__container ft-my-rewards-toggle,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__container #ft-rewards-btn {
  display: none !important;
}

#column6272 .profileInfo__container,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

#column6272 .profileInfo__wrapper,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

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

#column6272 .profileInfo__wallet-mobile .profileInfo__add,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__add {
  flex-shrink: 0 !important;
}

#column6272 .profileInfo__wallet-mobile,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 4px 4px 4px 8px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  flex-shrink: 1 !important;
  border-radius: 8px !important;
  background: var(--color-gray-800, #1d252d) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__balance-wrapper,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__balance-wrapper {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  align-items: flex-end !important;
  text-align: right !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__balance-mobile,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__balance-mobile {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-align: right !important;
  white-space: nowrap !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__balance-mobile .profileInfo__balance-currency,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__balance-mobile .profileInfo__balance-currency {
  flex-shrink: 0 !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__balance-mobile > span:not(.profileInfo__balance-currency),
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__balance-mobile > span:not(.profileInfo__balance-currency) {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__bonus-mobile,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__bonus-mobile {
  align-self: flex-end !important;
  text-align: right !important;
  white-space: nowrap !important;
}

#column6272 .profileInfo__wallet-mobile .profileInfo__dropdown-info,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__dropdown-info {
  display: none !important;
}

#column6272 .profileInfo__circleButton,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__circleButton {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  background: var(--color-gray-800, #1d252d) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
}

#column6272 .profileInfo__circleButton .badge__container,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__circleButton .badge__container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Avatar: só pintar ícone interno de branco — container BC intacto */
#column6272 .profileInfo__circleButton__icon,
#column6272 .x-svgInline.v3-icon.profileInfo__circleButton__icon,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__circleButton__icon,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .x-svgInline.v3-icon.profileInfo__circleButton__icon {
  color: #ffffff !important;
}

/* #column6272 .profileInfo__wallet-mobile .profileInfo__add,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .profileInfo__wallet-mobile .profileInfo__add {
  order: 2 !important;
  flex-shrink: 0 !important;
  width: 105px !important;
  height: 36px !important;
  fill: none !important;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
  background-image: url("../images/assets/deposit_button.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 105px 36px !important;
  border-radius: 18px !important;
  box-shadow: 0 0 6px 0 rgba(255, 224, 130, 0.50) !important;
} */

#column6272 .search__icon,
.column-container:has([data-widget="Search"]):has([data-widget="Accounts"]) .search__icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px !important;
  background: var(--color-gray-800, #1d252d) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6) !important;
}

/* estilizar barra pesquisa */

.searchElement {
  .searchBar__postfixIcon {
    color: #b2bac5;
  }

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

  .searchBar .searchBar__input {
    font-family: "Montserrat";
    color: #b2bac5;
    font-weight: 500;
    padding: 0px 2px;
  }
}

.search__gamesContainer {
  background-color: #121517;
  padding: 10px 8px 12px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

/* barra destaque */
.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;
  padding: 4px 8px;
  border-radius: 8px;
  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;
  transition: color 0.2s ease;
}

.barra-destaque img {
  height: 100%;
}

/* 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 0 4px 0;
  margin-top: 0;
  margin-bottom: 0;
  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);
}

/* Seções redesign — card (título new + widget Betco na mesma coluna) */
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) {
  box-sizing: border-box;
  background: #121517;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px;
  padding: 8px 8px 12px;
}

.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .module-container,
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .module.ModuleCustomHtml,
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .module.ModuleWidgets,
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .custom-html-container,
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"])
  :is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo) {
  margin: 0;
  padding: 0;
}

.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .sb-titulo-new {
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 8px;
}

.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) [data-widget="CasinoGames"] {
  width: 100%;
}

.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .x-casinoGamesByCategories__carousel-mobile,
.column-container:has(:is(#cassino_titulo, #slots_titulo, #lancamentos_titulo, #tendencias_dia, #popok_titulo)[data-titulo-variant="new"]) .casinoGame__carousel-wrapper-mobile {
  margin: 0;
  padding: 0;
}

/* top ligas css */
.top-ligas-header {
  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;
}

/* Ligas */

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

.carousel-container {
  display: flex;
  padding: 4px 0;
  gap: 1px;
  overflow-y: hidden;
}

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

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

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

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

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

/* estilização odds turbinadas */

[data-widget="Events"][data-configs*="boosted"] .events-wrapper__games,
[data-widget="Events"][data-configs*="boosted"] .events-wrapper__sports .menu-wrapper {
  background: transparent !important;
}

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

/* componente: odds-turbinadas — oculta widget Events boosted vazio (mobile) · boosted_odds.js */
[data-widget="Events"][data-configs*="boosted"]:has(.xUi-result-info) {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* home — compensa #ligas_container quando boosted some · ligas.js */
body:has([data-widget="Events"][data-configs*="boosted"] .xUi-result-info) .column-container:has(#ligas_container) {
  background: #1a2622 !important;
  padding-bottom: 20px !important;
}

.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%),
    #091119 !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;
  color: #f5f7fa !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 100% !important;
}

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

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

.menu-wrapper__container .menuItemFillMobile--active {
  background: #66BE95 !important;
}

.menu-wrapper__container {
  height: auto !important;
  margin-bottom: 10px !important;
}

.selectedGameCard__title {
  padding: 0 4px;
}

.selectedGameCard__header {
  margin-bottom: 16px !important;
}

.selectedGameCard__title__teamCaption__right span {
  gap: 14px !important;
  margin-right: 2px;
}

.selectedGameCard__title__teamCaption__left span {
  gap: 14px !important;
  margin-left: 2px;
}

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

.events-wrapper__sports .menu-wrapper {
  font-family: "Montserrat";
  border: none !important;
  padding: 0 !important;
  background-color: #1a2622 !important;
}

.menu-wrapper__container .menuItemFillMobile__name {
  width: auto !important;
}

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

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

.menuItemFillMobile--active {
  background: #66BE95 !important;
  color: #1A2622 !important;
  font-weight: 600 !important;
  border-radius: 32px !important;
}

.menuItemFillMobile--active__name,
.menuItemFillMobile--active .menuItemFillMobile__name {
  color: #1A2622 !important;
  font-weight: 600 !important;
}

.menu-wrapper__container {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch !important;

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

.menu-wrapper,
.events-wrapper__sports {
  overflow: visible !important;
}

.menu-wrapper__container::-webkit-scrollbar {
  display: none;
}

.menu-wrapper__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menuItemFillMobile svg {
  flex-shrink: 0 !important;
  width: 22px !important;
  height: 22px !important;
}

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

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

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

.menuItemFillMobile--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-card {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.odd-label-number {
  flex-shrink: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !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--header-main {
  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;
}

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

.swiperWrapper__swiper-pagination .swiper-pagination-bullet-active {
  background: #cdd6d1 !important;
  border-radius: 4px !important;
  width: 16px !important;
}

.selectedGames__sliderWrapper {
  .swiperWrapper__swiper-pagination {
    .swiper-pagination-bullet {
      background: #99a7a0;
      border-radius: 4px;
      height: 4px;
      width: 6px;
    }
  }
}

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

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

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

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

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

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

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

/* ajuda zendesk */
.help-section {
  box-sizing: border-box;
  background: #121517;
  border-radius: 8px;
  width: calc(100% - 20px);
  max-width: none;
  margin: 10px 10px;
  padding: 8px 12px 14px;
  text-align: center;
}

.custom-html-container:has(#ajuda_home),
.module-container:has(#ajuda_home),
.module.ModuleCustomHtml:has(#ajuda_home),
.column-container:has(#ajuda_home),
.column:has(#ajuda_home),
.row-container:has(#ajuda_home),
.uc-row-wrapper:has(#ajuda_home) {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.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: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

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

.help-section__description {
  font-family: "Montserrat";
  font-size: 12px;
  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%, #33a272 100%);
  color: #091119;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  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;
}

/* patrocinadores */
.sponsor-section {
  background: #091119;
  text-align: center;
  margin-bottom: 12px;
}

.sponsor-section__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 6px;
}

.sponsor-section__text {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* texto segurobet */
.disclaimer-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 10px;
  text-align: justify;
  color: #ffffff;
  padding: 0 8px;
}

.disclaimer-div {
  background-color: #121517;
  padding: 8px;
}

.copyright-text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  margin-top: 12px;
  padding: 0 8px;
}

/* footer */
.footer {
  background: #121517;
  padding: 40px 8px 20px;
  font-family: "Montserrat", sans-serif;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
}

.footer__column {
  display: flex;
  flex-direction: column;
}

.footer__section {
  margin-bottom: 12px;
}

.footer__section:last-child {
  margin-bottom: 0;
}

.footer__title {
  font-size: 14px;
  font-weight: 700;
  color: #33a272;
  margin-bottom: 12px;
}

.footer__link {
  font-size: 12px;
  font-weight: 500;
  color: #b2bac5 !important;
  text-decoration: none !important;
  margin-bottom: 12px;
  display: block;
  transition: color 0.3s ease;
}

.footer__address {
  font-size: 10px;
  font-weight: 400;
  color: #b2bac5;
  line-height: 1.6;
  margin: 16px 0 0;
  text-align: center;
  padding: 16px 8px 0;
  border-top: 1px solid #1e2a32;
}

/* Header: Search ghost (sempre no DOM, só bottom nav abre) */
#column6272 .search__icon,
.column-container:has([data-widget="Search"]) .search__icon,
[data-widget="Search"] .search__icon {
  display: none !important;
}

/* navegacao inferior */
#bottom-navigation {
  gap: 5px;
  background: linear-gradient(90deg, #0f1113 0%, #191d20 50%, #0f1113 100%) !important;
  border-top: 1px solid #1a2622 !important;
  box-shadow: 0px -4px 2px 0px rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0 16px !important;
  height: 73px !important;
}

/* Bottom nav: lupa Pesquisar (sem estado ativo verde) */
.style__TabWrapper-sc-iboh1y-1[data-sb-search] svg {
  width: 18px !important;
  height: 18px !important;
  color: #d9d9d9 !important;
}

.style__TabWrapper-sc-iboh1y-1[data-sb-search].active,
.style__TabWrapper-sc-iboh1y-1[data-sb-search].active:not([data-testid="sport-betslip"]) {
  background: none !important;
  top: auto !important;
  height: auto !important;
}

.style__TabWrapper-sc-iboh1y-1[data-sb-search].active::before,
.style__TabWrapper-sc-iboh1y-1[data-sb-search].active::after {
  display: none !important;
}

.style__TabWrapper-sc-iboh1y-1[data-sb-search].active svg {
  color: #d9d9d9 !important;
  filter: none !important;
}

.style__TabWrapper-sc-iboh1y-1[data-sb-search].active .style__TabName-sc-iboh1y-2 {
  color: #d9d9d9 !important;
  font-weight: 400 !important;
}

.style__TabWrapper-sc-iboh1y-1 {
  justify-content: center !important;
  gap: 4px !important;
  cursor: pointer !important;
  position: relative !important;
}

/* Nome do item não ativo */
.style__TabName-sc-iboh1y-2 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #d9d9d9 !important;
  transition: color 0.3s ease !important;
}

.style__TabWrapper-sc-iboh1y-1.active:not([data-testid="sport-betslip"]) {
  background: linear-gradient(180deg,
      rgba(102, 190, 149, 0.15) 0%,
      rgba(36, 42, 48, 0) 100%) !important;
  top: 4px;
  height: 72px;
}

/* Borda superior com gradiente - EXCETO sport-betslip */
.style__TabWrapper-sc-iboh1y-1.active:not([data-testid="sport-betslip"])::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg,
      rgba(63, 71, 80, 0) 19.05%,
      #66be95 52.02%,
      rgba(63, 71, 80, 0) 82.54%) !important;
}

/* Borda inferior com gradiente - EXCETO sport-betslip */
.style__TabWrapper-sc-iboh1y-1.active:not([data-testid="sport-betslip"])::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg,
      rgba(63, 71, 80, 0) 19.05%,
      #66be95 52.02%,
      rgba(63, 71, 80, 0) 82.54%) !important;
}

/* Ícone ativo em verde - EXCETO sport-betslip */
.style__TabWrapper-sc-iboh1y-1.active:not([data-testid="sport-betslip"]) img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

/* Texto ativo em verde - EXCETO sport-betslip */
.style__TabWrapper-sc-iboh1y-1.active:not([data-testid="sport-betslip"]) .style__TabName-sc-iboh1y-2 {
  color: #66be95 !important;
  font-weight: 700 !important;
}

/* Badge de contagem */
.bet-count__wrapper {
  font-family: "Montserrat";
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  box-shadow: 0px 2px 4px 0px #00000040;
  background: #ffca28 !important;
  color: #222222 !important;
  font-size: 8px !important;
  line-height: 100%;
  font-weight: 500 !important;
  border-radius: 9px !important;
  min-width: 18px !important;
  text-align: center !important;
  border: 1px solid #222222 !important;
}

.admin .main-typography [data-widget="BottomNavigation"],
html [data-widget="BottomNavigation"] {
  background: none !important;
  height: 65px !important;
}

/* Top ganhos */

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

.topWinners__cardSlider__info--player {
  font-size: 11px;
}

.topWinners__carousel--mobile {
  .menu__wrapper {
    display: none;
  }
}

.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 !important;
  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%);
  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;
  height: 80px !important;
  width: 128px !important;
}

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

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

.topWinners__cardSlider--loading {
  min-width: 130px !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 jogados */

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

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

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

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

.top-jogados-img {
  position: absolute;
  object-fit: contain;
  width: 128.38px;
  height: 96.28px;
  border-radius: 10px;
}

.top-jogados-pos {
  position: absolute;
  top: 10px;
  left: 70px;
  width: 28px;
  height: 28px;
  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;
}

.top-jogados-pos10 {
  position: absolute;
  top: 10px;
  left: 70px;
  width: 125px;
  height: 64px;
  z-index: 1;
}

.topWinners__cardSlider__info--winAmount {
  color: #66be95 !important;
  font-weight: 700;
}

/* mobile layout login/registro */

.mobileLayoutContainer {
  .iofeDk {
    background-color: #091119cc;
  }

  .accountModal {
    background-color: #091119cc;
  }
}

.fixedFooter__wrapper__container {
  background-color: #091119cc;
}

/* botao registro */
.accountModal--mobile+#fixed-footer 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%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
  color: #091119cc;
  border: none;
  border-width: initial;
}

/* botão login */
.mobileLayoutContainer {
  .sign-in {
    .accountModal--mobile+#fixed-footer button {
      background: red;
    }
  }
}

/* popup confirmar cancelamento */
.customModal {
  .confirmRegisterCancel {
    .custom__modalContent {
      background: #091119b3 !important;
    }
  }
}

/* bilhete */
.totalOdds {
  background: #dba00e !important;
}

.totalOdds__incompatibleNote,
.totalOdds__text {
  color: #091119 !important;
  font-weight: 600 !important;
}

/* promoções */
.header {
  padding: 20px 0;
  margin-top: 50px;

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

/* cassino news */

.marquee-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: var(--v3-black-0);
  padding: 10px;
  display: flex;
  align-items: center;
  border: 1px solid var(--v3-black-4);
  border-radius: 8px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.exclamation-section {
  flex-shrink: 0;
  width: 30px;
  height: 100%;
  background-color: #1d2a1d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--v3-black-4);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.exclamation-icon {
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/exclamation_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.marquee-section {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.marquee-wrapper {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
  align-items: center;
  padding-left: 30px;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  color: white;
  align-items: center;
}

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

.marquee-content span:not(.separator) {
  margin-right: 10px;
}

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

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

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

.marquee-content a:focus {
  color: #ffffff !important;
  text-decoration: none;
  outline: none;
}

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

.separator {
  margin: 0 15px;
  font-size: 14px;
  color: #ffffff;
}

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

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

@media (max-width: 768px) {
  .marquee-content span {
    font-size: 10px;
  }

  .marquee-container {
    padding: 5px;
    border-radius: 4px;
    width: 100%;
  }

  .exclamation-section {
    width: 22px;
  }

  .exclamation-icon {
    width: 15px;
    height: 15px;
  }

  .marquee-wrapper {
    padding-left: 30px;
  }
}

.providersSlider--mobile {
  .providersSlider__header {
    .providersSlider__header__actionButton {
      background: #4d5b56;
    }
  }
}

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

.providersSlider .providerSlide {
  background: #1d252d !important;
}

.providerSlide--active {
  border: 2px solid #7f8e87 !important;
}

.categoriesHorizontalMobile__container__wrapper__menu__item--active {
  background-color: #33403a !important;
  position: initial !important;
}

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

.providersSlider__header__wrapper--mobile {
  .searchProviders {
    .searchProviders__input {
      background: #1d252d !important;
    }

    .v3-input-suffix {
      color: #b2bac5 !important;
      font-weight: 500;
    }
  }

  .providersSlider__resetButton {
    background: #1d252d !important;
    color: white !important;

    &:hover {
      background: #1d252d !important;
      color: white !important;
    }
  }
}

.searchElement {
  .searchBar {
    .xUi-input-wrapper {
      background-color: transparent;
    }
  }
}

.providersSlider__header__actions.searchProviders__header__actions,
.providersSlider__header__wrapper--mobile .providersSlider__header__actions {
  .searchProviders .searchProviders__input {
    background: #1d252d !important;

    &:hover {
      border: none !important;
    }
  }
}

/* login */
.style__Container-sc-nc26pe-0,
.iofeDk {
  background-color: #091119;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #323b44;
  height: 57px;
}

/* Logo no canto esquerdo quando for alterar com js*/
.logo-link-login {
  position: absolute;
  left: 8px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../images/icons/small-logo-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}

/*
.accountModal__closeButton {
    font-size: 0;
    background: radial-gradient(circle at top, #4B5561, #1D252D);
    box-shadow: 0px 1px 3px 0px #00000099;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.accountModal__closeButton {
	letter-spacing: 0px;
}

.accountModal__closeButton::before {
    content: '';
    width: 19px;
    height: 19px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%2366BE95'%3E%3Cpath d='M15.9934 19.4922L4.21468 31.2709C3.98726 31.5083 3.7147 31.698 3.41299 31.8287C3.11129 31.9595 2.78651 32.0286 2.45771 32.0321C2.12892 32.0357 1.80274 31.9735 1.4983 31.8493C1.19386 31.725 0.917291 31.5412 0.684831 31.3087C0.45237 31.0761 0.268695 30.7995 0.144582 30.495C0.020468 30.1905 -0.0415838 29.8643 -0.0379338 29.5355C-0.0342837 29.2067 0.0349945 28.882 0.165837 28.5803C0.29668 28.2787 0.486452 28.0062 0.724018 27.7789L12.5094 15.9935L0.730685 4.22152C0.267793 3.75863 0.00774341 3.13081 0.00774341 2.47619C0.00774341 2.15205 0.0715863 1.83108 0.195629 1.53162C0.319671 1.23215 0.501484 0.960055 0.730685 0.730855C0.959885 0.501654 1.23198 0.319841 1.53145 0.195799C1.83091 0.0717567 2.15188 0.00791379 2.47602 0.00791379C3.13064 0.00791379 3.75846 0.267964 4.22135 0.730855L15.9934 12.5095L27.772 0.730855C27.9993 0.493289 28.2718 0.303517 28.5735 0.172674C28.8752 0.0418317 29.1999 -0.0274478 29.5287 -0.0310978C29.8575 -0.0347479 30.1837 0.0273052 30.4882 0.151419C30.7927 0.275533 31.0693 0.459207 31.3019 0.691668C31.5344 0.924128 31.7182 1.20069 31.8424 1.50513C31.9666 1.80957 32.0288 2.13576 32.0253 2.46455C32.0218 2.79334 31.9526 3.11812 31.8219 3.41983C31.6912 3.72154 31.5015 3.9941 31.264 4.22152L19.492 15.9935L31.2707 27.7722C31.5036 28.0007 31.689 28.273 31.8161 28.5736C31.9431 28.8741 32.0094 29.1969 32.0109 29.5232C32.0125 29.8494 31.9494 30.1728 31.8253 30.4746C31.7012 30.7763 31.5184 31.0505 31.2877 31.2812C31.057 31.512 30.7828 31.6947 30.4811 31.8188C30.1793 31.9429 29.8559 32.006 29.5297 32.0044C29.2034 32.0029 28.8806 31.9366 28.5801 31.8096C28.2795 31.6825 28.0072 31.4971 27.7787 31.2642L15.9934 19.4922Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

*/

.style__Extra-sc-nc26pe-3 {
  position: absolute;
}

.fYbeXP {
  padding: 8px 10px;
}

html .accountUi__title-mobile {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.accountUi__subtitle-mobile {
  font-weight: 400;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.accountModal {
  background-color: #091119;
}

.xUi-input,
.xUi-input-wrapper {
  background-color: #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;
}

.xUi-input-container {
  border: 1px solid #4b5561;
}

.xUi-input-suffix .x-svgInline {
  font-size: 20px !important;
}

.xUi-form [style*="justify-content: flex-end"] {
  justify-content: center !important;
  margin-top: 26px;

  .forgotPasswordLink {
    text-decoration: underline;
    color: #33a272 !important;
    font-weight: 600 !important;
    font-size: 14px;
  }
}

.v3-login-btn,
button[data-testid="x-button-test-id"].v3-login-btn {
  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;
  border: none !important;
  margin-bottom: 10px !important;
  color: #091119 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

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

.sign-up {
  .fixedFooter__wrapper--noneGhost {
    background-color: #091119;
  }
}

.accountModal.accountModal--mobile::-webkit-scrollbar-thumb {
  background-color: #33a272 !important;
}

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

.confirmRegisterCancel {
  background: #091119 !important;

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

/* botão voltar */
.confirmRegisterCancel .modal__footer .x-button--cancel {
  background: #66707d !important;
  color: #b2bac5 !important;
  border: none !important;
}

/* Botão "Sim" */
.confirmRegisterCancel .modal__footer .x-button:not(.x-button--cancel) {
  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;
}

/* botões banner - esportes */
.xOddButton {
  flex: 1 !important;
  position: relative !important;
  background: #33403a !important;
  border: 1px solid #4d5b56 !important;
  border-radius: 8px !important;
  padding: 12px !important;
}

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

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

.odd-label-number {
  flex-shrink: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !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--header-main {
  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;
}

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

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

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

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

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

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

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

.advancedSelectedGameCard__body__odds .xOddButton:not(.xOddButton--active):hover {
  background: #33403a !important;
  border: 1px solid #4d5b56 !important;
  color: inherit !important;
}

.matchCardInline__odds .matchCardInline__oddsWrapper .matchCardInline__oddGroup.matchCardInline__oddGroup--mobile.matchCardInline__oddGroup--fullHeight .x-odd__wrapper.x-odd__wrapper--.x-odd__wrapper--mobile.odds-wrapper-style .x-odd__price .boostedOdd--header {
  display: flex !important;
  flex-direction: column !important;
}

.markets__body-container .boostedOdd {
  padding: 0 !important;
}

.markets__body-container .boostedOdd--header {
  gap: 6px !important;
}

/* Odd buttons: nome em cima, odd embaixo (mobile / página do jogo) */
.markets__body-container .mathCardBaseContainer .xOddButton.xOddButton--colCount {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 6px !important;
  height: auto !important;
  min-height: 64px !important;
  padding: 10px 8px !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
}

.markets__body-container .xOddButton .xOddButton__handicap-mobile {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  line-height: 1.2 !important;
  flex: 1 1 auto !important;
}

.markets__body-container .xOddButton > .xOddButton__handicap:not(.xOddButton__handicap-mobile),
.markets__body-container .xOddButton > .xOddButton__handicap:empty {
  display: none !important;
}

.markets__body-container .xOddButton .xOddButton__coef {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  flex: 0 0 auto !important;
  margin-top: auto !important;
}

.markets__body-container .xOddButton .boostedOdd {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 !important;
  gap: 0 !important;
  position: static !important;
}

.markets__body-container .xOddButton .boostedOdd--header {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-left: 0 !important;
}

.markets__body-container .xOddButton svg.boostedOdd--icon {
  position: absolute !important;
  top: -7px !important;
  right: 7px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
}

/* bilhete mobile  */
.betslipTabs__header {
  height: 57px;
  background-color: #091119 !important;
  align-items: center !important;
  border-bottom: 1px solid #323b44;
  margin: 0px;
}

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

.betType__container .xUi-select {
  background-color: #1d252d;
  border-color: #323b44 !important;
}

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

.xUi-select-option[data-testid="single"] div,
.xUi-select-option[data-testid="multiple"] div,
.xUi-select-option[data-testid="system"] div {
  color: #e4e8ed !important;
}

.xUi-select-option[data-testid="multiple"].disabled div,
.xUi-select-option[data-testid="system"].disabled div {
  color: #66707d !important;
}

.betslip__close-icon {
  background: radial-gradient(circle at top, #4b5561, #1d252d) !important;
  box-shadow: 0px 1px 3px 0px #00000099 !important;
  border-radius: 8px !important;
  padding: 8px !important;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 8px;
}

/* Cor do X (SVG path) */
.betslip__close-icon path {
  fill: #66be95 !important;
}

/* Ajusta o tamanho do ícone se necessário */
.betslip__close-icon {
  font-size: 15px !important;
}

.betslipHeaderIconsWrapper > span {
  border-radius: 8px;
  background-color: #1d252d !important;
  height: 32px;
  width: 32px;
  color: #b2bac5 !important;
  display: flex !important;
}

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

.betslip-switcher__wrapper {
  background-color: #091119 !important;
  padding: 6px 8px;
  gap: 12px;
  border-top: 1px solid #323b44 !important;
}

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

.betslip__icon:hover {
  color: #b2bac5;
}

.betslip__icon:active {
  color: #33a272;
}

.betslip__switcher__container .betslip__feature-info svg {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

.betslip__switcher__container .betslip__feature-info svg path {
  fill: #fff;
}

/* Texto "Compartilhar aposta" */
.betslip__switcher__container {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Container do switch - background e borda */
.xUi-switch {
  background-color: #323b44 !important;
  border: 1px solid #4b5561 !important;
  border-radius: 12px !important;
  width: 46px !important;
  height: 24px !important;
  position: relative !important;
  transition: background-color 0.3s ease, border-color 0.3s ease !important;
}

.xUi-switch.active,
.xUi-switch.xUi-switch-checked,
.xUi-switch.xUi-switch__checked,
.xUi-switch.v3-switch__checked {
  background-color: #1d252d !important;
  border: 1px solid #66be95 !important;
}

/* Bolinha/slider do switch */
.xUi-switch__slider {
  background-color: #8c97a5 !important;
  box-shadow: 0px 1px 1px 0px #00000099 !important;
  width: 19px !important;
  height: 19px !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 1px !important;
  left: 2px !important;
  transition: transform 0.3s ease, background-color 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* SVG do X dentro da bolinha quando desativado */
.xUi-switch__slider::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background-image: url("../images/icons/x-icon-betslip.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
  position: relative !important;
}

/* Bolinha verde com check quando ativo */
.xUi-switch.active .xUi-switch__slider,
.xUi-switch.xUi-switch-checked .xUi-switch__slider,
.xUi-switch.xUi-switch__checked .xUi-switch__slider,
.xUi-switch.v3-switch__checked .xUi-switch__slider {
  background-color: #66be95 !important;
  box-shadow: 0px 1px 1px 0px #00000099 !important;
  transform: translateX(21px) !important;
}

/* SVG do Check (✓) dentro da bolinha quando ativo */
.xUi-switch.active .xUi-switch__slider::before,
.xUi-switch.xUi-switch-checked .xUi-switch__slider::before,
.xUi-switch.xUi-switch__checked .xUi-switch__slider::before,
.xUi-switch.v3-switch__checked .xUi-switch__slider::before {
  background-image: url("../images/icons/check-icon-betslip.svg") !important;
  width: 12px !important;
  height: 12px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
}

.betslip-switcher__wrapper__active {
  color: #ffffff;
}

/* Esconde o SVG original */
.emptyBox svg {
  display: none !important;
}

/* Container para centralizar */
.emptyBox {
  position: relative !important;
  background-color: #1a2622 !important;
  border-radius: 0 !important;
}

/* Círculo cinza */
.emptyBox::before {
  content: "" !important;
  display: block !important;
  width: 152px !important;
  height: 152px !important;
  margin: 0 auto !important;
  background-color: #66756f !important;
  border-radius: 50% !important;
}

/* Imagem por cima do círculo */
.emptyBox::after {
  content: "" !important;
  display: block !important;
  width: 169px !important;
  height: 125px !important;
  position: absolute !important;
  top: 139px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background-image: url("../images/icons/select-market-betslip.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

body:has(.betslip-switcher__wrapper__active) .emptyBox::after {
  top: 59px !important;
}

.emptyBox-title {
  margin-top: 20px;
  color: #66be95 !important;
  font-size: 16px !important;
}

.emptyBox-text {
  font-size: 14px !important;
  font-weight: 500;
  margin: 0 40px !important;
  max-width: none !important;
}

.logo-link {
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  background-image: url("../images/icons/small-logo-mobile.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-left: 8px !important;
  flex-shrink: 0 !important;
}

.betslipTabs__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 !important;
}

.betslipTabs__header--paddingLeft {
  padding-left: 0px !important;
}

.betslip__scrollArea {
  background: #091119 !important;
}

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

.betItemContent {
  background-color: #33403a;
  border-bottom: 2px solid #091119;
}

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

.betslip__bet__actions > span {
  background-color: #33403a;
}

.bet-item-name {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.betslip__bet__actions svg,
.betslip__bet__actions svg path {
  fill: #fff !important;
}

.stakeField--row {
  background-color: #323b44 !important;
  margin: 4px 8px;
  border: none;
  border-radius: 12px !important;
  border-top: none !important;
}

[id^="betslip-footer-container-"],
.multipleCardsFooter--mobile {
  background-color: #091119;
}

.betslipWrapper button.v3-btn-primary,
.multipleCardsFooter--mobile .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;
  border: none;
  margin-bottom: 10px;
  color: #091119 !important;
  font-size: 14px;
  font-weight: 600;
}

.betslip__placeholder {
  padding-left: 0px;
}

.betslipFooterItem--label {
  font-weight: 600;
}

.betslip__scrollArea--mobile {
  flex: none;
}

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

.next-bonus__icon {
  color: #66be95;
  margin-right: 12px;
}

.next-bonus__text {
  font-weight: 700;
  text-align: left;
}

/* odds totais bilhete */
.totalOdds {
  align-items: center;
  background: #dba00e;
}

.totalOdds__incompatibleNote,
.totalOdds__text {
  color: #091119;
  font-weight: 600;
}

/* múltiplas do dia  */

/* Card de múltiplas - background verde escuro + border-radius */
.multipleSelectionsGroup {
  background: #33403a !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  /* Garante que os filhos respeitem o border-radius */
}

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

.multipleCard__header__wrapper {
  background: #33403a !important;
  border-bottom: 1px solid #4d5b56 !important;
  border-radius: 12px 12px 0 0 !important;
  /* Arredonda apenas o topo */
}

.multipleCard__game {
  background: transparent !important;
}

.multipleCard__game__coefficient {
  background: #4d5b56 !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

.swiper-slide.multipleSelection {
  background: #33403a !important;
  border-radius: 12px !important;
}

.swiper-slide.multipleSelection>div {
  background: #33403a !important;
  border-radius: 12px !important;
}

.multipleSelectionsGroup button,
.multipleCard__button {
  background: linear-gradient(0deg, #00824f, #00824f),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.4) 0%,
      rgba(0, 130, 79, 0.4) 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
}

.multipleCard__header__btn {
  background: #e85d4a !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 6px 12px !important;
  font-weight: 600 !important;
}

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

.multipleSelectionsGroup>div:last-child {
  border-radius: 0 0 12px 12px !important;
  gap: 8px !important;
}

.multipleCard__footer__details .v3-btn-primary {
  border: none;
}

.multipleSelectionsGroup {
  .multipleCard__footer {
    background: #33403a;
    border-top: 1px solid #4d5b56;
  }
}

.multipleCard__footer__odds {
  text-align: left;
  display: flex !important;
  align-items: center !important;
  font-size: 12px !important;
}

.multipleCard__footer__odds::before {
  content: "" !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("../images/icons/fire-odds-icon.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  flex-shrink: 0 !important;
}

.multipleCard__footer__odds__value {
  background: #4d5b56 !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

.multipleSelectionsGroup .swiperWrapper__swiper-pagination .swiper-pagination-bullet-active {
  background: #66be95;
  height: 12px;
  width: 12px;
}

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

.events-game__header--menu--button {
  background-color: #4d5b56 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 2px 8px !important;
}

.eventsGamesExtendedLayout__header__other__favorite,
.eventsGamesExtendedLayout__header__other__statistics {
  background: #4d5b56 !important;
}

.eventsGamesExtendedLayout__header__other__favorite .kUnrmk {
  background-color: #4d5b56 !important;
  display: flex !important;
}

.eventsGamesExtendedLayout__header__other__favorite .grZknz {
  background-color: #4d5b56 !important;
  color: #33a272;
}

.eventsGamesExtendedLayout__header__other__favorite .grZknz svg,
.eventsGamesExtendedLayout__header__other__statistics .grZknz svg {
  color: #33a272 !important;
}

.events-wrapper__games {
  background: #1a2622 !important;
}

.events-game,
.events-game-mobile,
.events-game--extendedLayout {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__compititionHeader {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__compititionHeader__compititionSection {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__header {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__header__dateInfoSection {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__header__other {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__gamesContent {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__gamesContent__teams {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__gamesContent__teams__team {
  background: #1a2622 !important;
}

.eventsGamesExtendedLayout__gamesContent__odds {
  background: #1a2622 !important;
}

.eventGamesLayoutExtendedWrapper {
  background: #1a2622 !important;
}

.eventGamesLayoutExtendedWrapper__header {
  background: #1a2622 !important;
}

.eventGamesLayoutExtendedWrapper__header {
  border-bottom: none !important;
}

.events-wrapper__sports .menu-wrapper {
  box-shadow: none;
  margin-top: 10px;
}

/* estilização odds turbinadas  */
.X_market-button .boostedOdd--header {
  flex-direction: column !important;
  gap: unset !important;
  color: #fff !important;
}

.X_market-button .boostedOdd__calculation {
  color: #8c97a5 !important;
}

.X_market-button-selected .boostedOdd-listView__calculation {
  color: #e6f4ee !important;
}

.eventsGamesExtendedLayout__gamesContent__odds__odd {
  .X_market-button-selected {
    background-color: #33a272 !important;
    border: 1px solid #33a272;
    color: #fff;
  }
}

.eventsGamesExtendedLayout__gamesContent__odds__odd {
  .X_market-button {
    background-color: #1a2622;
    border: 1px solid #33a272;
  }
}

.X_market-button-selected:hover {
  border: none !important;
}

.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%),
    #091119;
  padding: 4px 8px;
  border-radius: 8px;
  margin-bottom: 5px;
  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;
}

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

.menu-wrapper__container .menuItemFillMobile--active {
  background: #66BE95 !important;
}

.menu-wrapper__container {
  height: auto !important;
  margin-bottom: 10px !important;
}

.selectedGameCard__title {
  padding: 0 4px;
}

.menu-wrapper__container {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch !important;
}

.menu-wrapper,
.events-wrapper__sports {
  overflow: visible !important;
}

.menu-wrapper__container::-webkit-scrollbar {
  display: none;
}

.menu-wrapper__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.events-wrapper__sports .menu-wrapper {
  background-color: #1a2622;
  border: none;
}

.mobileSportsbookAmericanPrematch {
  .customMenu__wrapper--inverse {
    background-color: #1a2622;
  }
}

.mobileSportsbookAmericanPrematch .teamLogoImage__content {
  width: 24px;
  height: 24px;
}

.mobileSportsbookAmericanPrematch img.teamLogoImage {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  object-fit: contain;
}

/* Match card (corpo do detalhe do jogo) — slot 32px; src /e/s/→/e/m/ via team_logo_upgrade.js */
.matchCardInline__teamInfoWrapper .teamLogoImage__content {
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
}

.matchCardInline__teamInfoWrapper img.teamLogoImage {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain;
}

/* Statistics banner (detalhe do jogo) — logo 48px (nativo /e/m/) + folga do hr */
.statisticsBanner__mobile .teamLogoImage__content,
.statisticsBanner__mobile .logo-simple,
[class*="style__StatisticsBanner"] .teamLogoImage__content,
[class*="style__StatisticsBanner"] .logo-simple {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.statisticsBanner__mobile img.teamLogoImage,
[class*="style__StatisticsBanner"] img.teamLogoImage {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.statisticsBanner__mobile .bannerTeamNames,
[class*="style__StatisticsBanner"] .bannerTeamNames {
  margin-top: 20px !important;
}

.statisticsBanner__mobile .teamLogoWrapper,
[class*="style__StatisticsBanner"] .teamLogoWrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 48px !important;
}

.statisticsBanner__mobile .bannerTeamNames__inner__gameInner,
.statisticsBanner__mobile [class*="style__GameWrapper"],
[class*="style__StatisticsBanner"] .bannerTeamNames__inner__gameInner,
[class*="style__StatisticsBanner"] [class*="style__GameWrapper"] {
  min-height: 48px !important;
  align-items: center !important;
}

.statisticsBanner__mobile .comp__teamName__wrapper,
[class*="style__StatisticsBanner"] .comp__teamName__wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.statisticsBanner__mobile .comp__team-name,
.statisticsBanner__mobile .comp__teamName__wrapper p,
[class*="style__StatisticsBanner"] .comp__team-name,
[class*="style__StatisticsBanner"] .comp__teamName__wrapper p {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
}

/* Badge CA no card — NÃO aplicar em .singleGameViewPopup (BC reusa a classe no overlay) */
[class*="style__Container-sc-"].ca-badge:not(.singleGameViewPopup) {
  border-radius: 6px;
  background-color: #00331f !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: var(--v3-black-45) !important;
  box-sizing: border-box;
}

.ca-badge .MatchCardInLine__bb-label,
.ca-badge .bbSwitch__label {
  color: var(--v3-black-45) !important;
  font-size: 16px;
  line-height: 1;
}

.ca-badge img[data-ca-substituido] {
  width: 18px !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

.customMenu__wrapper {
  .customMenu__item--inverse {
    background-color: #1a2622;
    border: 1px solid #006c41;
    color: #66be95;
  }
}

.customMenu__item--label--sports-bar {
  color: #33a272;
  font-size: 12px;
  font-weight: 600;
}

.customMenu__item__icon customMenu__item__icon--inverse {
  color: #33a272;
}

.customMenu__item--label.active {
  color: #091119;
}

.customMenu__item--active .customMenu__item__icon svg,
.customMenu__item--active .customMenu__item__icon--inverse svg {
  color: #091119 !important;
}

.customMenu__item--active.customMenu__item--inverse {
  background: linear-gradient(0deg, #00824f, #00824f),
    radial-gradient(68.91% 100% at 50% 0%,
      rgba(102, 190, 149, 0.4) 0%,
      rgba(0, 130, 79, 0.4) 100%) !important;
}

/* Ícone do esporte - 20x20 */
.gHVsQD svg,
.eventCollapse__icon svg {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
}

/* Texto do título - 14px weight 600 */
.gxYGpq,
.eventCollapse__title {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Título dentro do span */
.sportTitleWithFavoriteButton {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.menu-wrapper__container .menuItemFillMobile__name {
  width: auto !important;
}

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

.menuItemFillMobile {
  min-width: auto !important;
  width: auto !important;
  padding: 8px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !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;
}

.menuItemFillMobile--active {
  background: #66BE95 !important;
  color: #1A2622 !important;
  font-weight: 600 !important;
  border-radius: 32px !important;
}

.menuItemFillMobile--active__name,
.menuItemFillMobile--active .menuItemFillMobile__name {
  color: #1A2622 !important;
  font-weight: 600 !important;
}

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

.menu-wrapper__container {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch !important;
}

.menu-wrapper,
.events-wrapper__sports {
  overflow: visible !important;
}

.menu-wrapper__container::-webkit-scrollbar {
  display: none;
}

.menu-wrapper__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menuItemFillMobile svg {
  flex-shrink: 0 !important;
  width: 22px !important;
  height: 22px !important;
}

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

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

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

.menuItemFillMobile--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-card {
  filter: brightness(0) saturate(100%) invert(57%) sepia(24%) saturate(1088%) hue-rotate(103deg) brightness(91%) contrast(87%) !important;
}

.betslip__scrollArea .betslip__scrollArea--mobile {
  background: #1a2622 !important;
}

.betslip__scrollArea {
  .betslipEventInfoPopup {
    background-color: #1d252d !important;
  }

  .betItemContent {
    background-color: #1d252d !important;
  }

  .stakeField--row {
    background-color: #323b44 !important;
    border-top: none !important;
  }
}

.xUi-select-dropdown .xUi-select-option.v3-select-option.xUi-select-focused.v3-select-focused.selected {
  background: #323b44 !important;
}

.xUi-select-dropdown.v3-select-dropdown.bottomLeft.antdDropdown--mobile .xUi-select-option.v3-select-option.v3-select-option.disabled {
  background: none !important;
}

.xUi-select-dropdown.v3-select-dropdown.bottomLeft.antdDropdown--mobile {
  background: #1d252d !important;
  border: 1px solid #323b44 !important;
}

.xUi-select-options .xUi-select-option.v3-select-option.disabled div {
  background-color: transparent !important;
}

/* estilização componente esporte  */
.sportsList {
  .prematch__sportsList__sport__wrapper {
    background-color: transparent;
  }

  .kPmYlD {
    background-color: transparent;
  }

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

.sportsList .prematch__sportsList__region__header--active,
.sportsList .prematch__sportsList__region__wrapper {
  background: #1a2622 !important;
  background-color: #1a2622 !important;
}

.prematch__sportsList__sport__header--active {
  background-color: #33403a !important;
}

/* Quando o esporte NÃO está aberto - headers das regiões ficam com cor padrão */
.prematch__sportsList__sport__wrapper .prematch__sportsList__region__header.dfdqsV {
  height: auto !important;
  padding: 4px 8px !important;
  background-color: #1a2622 !important;
}

.prematch__sportsList__sport__wrapper.eventCollapse--active .prematch__sportsList__region__header.dfdqsV {
  height: auto !important;
  padding: 4px 8px !important;
  background-color: #1a2622 !important;
}

/* Header do esporte em si quando está ativo */
.prematch__sportsList__sport__header--active.dfdqsV {
  height: auto !important;
  padding: 4px 8px !important;
  background-color: #33403a !important;
}

.prematch__sportsList__regions {
  background: #33403a;
}

.prematch__sportsList__sport__wrapper.eventCollapse--active .prematch__sportsList__region__header .eventCollapse__icon svg {
  border: 1px solid #66be95 !important;
  border-radius: 50%;
}

.competitionWithTooltip-mobile {
  background-color: #1a2622 !important;
}

.competitionsList__showAll {
  color: #66be95 !important;
  font-size: 12px;
  font-weight: 500;
  border-top: none !important;
}

.sportTitleWithFavoriteButton.sportTitleWithFavoriteButton--mobile .sportFavoriteButton.bYYDaG {
  color: #66be95 !important;
  margin-right: 4px;
}

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

.sportTitleWithFavoriteButton.sportTitleWithFavoriteButton--mobile .sportFavoriteButton.emaHKh {
  margin-right: 4px;
}

.quickSingleBet--open {
  .drawer__close {
    background-color: #33403a !important;
  }

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

.quickSingleBet__footer {
  .quickSingleBet__return {
    background-color: #1a2622;
    border-bottom: none;
  }

  .stake-field__contanier {
    background-color: #1a2622 !important;
    border-bottom: none !important;
  }

  .quickSingleBet--footer {
    background-color: #1a2622;

    .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;
      border: none !important;
    }
  }
}

.quickSingleBet {
  .drawer__event {
    background-color: #1a2622 !important;
  }
}

.quickSingleBet {
  .drawer__event {
    .drawer__event--info {
      .bet__winner-coef {
        background-color: #33a272 !important;
      }
    }
  }
}

.quickSingleBet__footer {
  .stake-field__contanier {
    .stakeField--row {
      border: 1px solid #4b5561;
    }
  }

  .betslip__total-return-wrapper {
    background-color: #1a2622;

    .betslipFooterItem {
      margin: 0 !important;
    }
  }
}

.drawer__header {
  .drawer__title--actions {
    background-color: #33403a;

    .drawer__title--icon {
      background-color: #33403a;
    }
  }
}

.multipleSelectionsBlock {
  .multipleSelectionsBlock--mobile {
    background: none;
    border: none;
  }

  .multipleCard--mobile {
    border: none;

    .v3-event-collapse__header {
      background-color: #33403a;
    }

    .multipleCard__body {
      background-color: #33403a;

      .betslipEventInfoPopup {
        background-color: #323b44;
      }
    }

    .eventCollapse {
      background-color: transparent;
    }
  }
}

.multipleSelectionsBlock {
  .betItemContent {
    .bet__winner-coef {
      background-color: #33a272 !important;
    }
  }
}

.multipleCardsFooter--mobile {
  .multipleCardsFooter__btn {
    .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;
      border: none;
    }
  }

  .multipleCardsFooter__totalOdds {
    background-color: transparent;
  }

  .multipleCardsFooter__btn {
    background-color: transparent;
  }
}

.selectedGames__container--mobile {
  .selectedGameCard__header__date {
    overflow-y: hidden;
  }
}

.betslipFloating__container-mobile {
  .betslipFloating__button {
    background: #33a272;
  }
}

/* modal +18 */
.custom__modalContent>div {
  background: #091119 !important;
}

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

    .modal__body {
      .modal__footer {
        .v3-btn:first-child {
          background: #66707d !important;
          color: #b2bac5 !important;
          border: none !important;
        }

        .v3-btn:last-child {
          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;
        }
      }
    }
  }
}

/* area logada mobile */
.profileInfo__history-wrapper-mobile {
  display: none !important;
}

.profileInfo__circleButton {
  background: radial-gradient(circle at top, #4b5561, #1d252d);
  border-radius: 8px !important;
}

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

.profileInfo__circleButton__icon,
.x-svgInline.v3-icon.profileInfo__circleButton__icon {
  color: #66be95 !important;
}

.badge__dot {
  background: #c62828;
}

.profileInfo__wallet {
  border: none !important;
}

.profileInfo__wallet-mobile {
  background: radial-gradient(circle at top, #4b5561, #1d252d);
  border-radius: 8px !important;
  padding: 8px 4px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Botão (ícone +) vai para a direita */
.profileInfo__wallet-mobile .profileInfo__add {
  order: 2;
  flex-shrink: 0;
}

/* Saldo vai para a esquerda */
.profileInfo__wallet-mobile .profileInfo__balance-wrapper {
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: left;
}

.profileInfo__balance-wrapper {
  margin: 2px 12px 2px 0px;
}

/* Estilo do saldo */
.profileInfo__balance-mobile {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: left;
}

.profileInfo__balance-mobile .profileInfo__balance-currency {
  font-size: 8px !important;
  font-weight: 500 !important;
}

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

/* Estilo do bônus */
.profileInfo__bonus-mobile {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 500;
  color: #f5f7fa;
  align-self: end;
}

.profileInfo__bonus-currency {
  font-size: 8px;
}

/* Ícone + em verde */
.profileInfo__wallet-mobile .profileInfo__add {
  color: #66be95;
}

/* BOTÃO DEPÓSITO */
.profileInfo__wallet-mobile .v3-btn,
.profileInfo__wallet-mobile button[class*="deposit"],
.profileInfo__wallet-mobile .profileInfo__deposit-btn {
  background: linear-gradient(0deg, #1d252d, #1d252d),
    radial-gradient(119.35% 119.35% at 50% -11.29%,
      rgba(75, 85, 97, 0.5) 0%,
      rgba(29, 37, 45, 0.5) 100%) !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  border: none !important;
  order: 3;
  /* Fica depois do ícone + */
}

.dropdownMenuOverlay {
  margin-top: 4px;
  opacity: 0.9;
  background: #091119 !important;
  border-radius: 0px;
  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);
}

/* torneio */

.customMenu__wrapper.tournament__type__customMenu {
  background-color: #323b44;
}

.customMenu__wrapper--mobile {
  .customMenu__item--active {
    background-color: #1d252d;
  }
}

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

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; /* âncora das .slider-arrows (antes vinha do bloco jogo da sorte) */
}

.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;
  background: rgba(0, 0, 0, 0.4);
  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;
}

/* popup mobile centralizar */
.popup-body {
  top: 200px !important;
}

.uc-popup-close {
  top: 210px !important;
}

/* 4u mobile */
div[data-widget="Trending"] {
  .swiper-slide {
    width: unset !important;
    margin-right: 16px !important;

    .casinoGame__carousel-item {
      width: 126px;
    }
  }
}

/* page = live */
div#column76 {
  background: #091119 !important;
}

.menuWrapperMobile {
  color: #fff !important;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
}

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

.sportsHeader-titleWrapper {
  border-top-color: transparent !important;
  border-radius: 8px;
  background: linear-gradient(91deg,
      rgba(102, 112, 125, 0.3) -13.24%,
      rgba(29, 37, 45, 0.3) 101.79%,
      #091119) !important;
}

.sportsbook-game-list-wrapper {
  background: #091119 !important;
}

.dfdqsV,
.kPmYlD,
.matchCardInline__wrapper--usa {
  background: #33403a !important;
}

.gameTime__wrapper.gameTime__wrapper--row,
span.iconWithTeamName {
  background: #33a272 !important;
}

span.detailedInfo__score {
  color: #33a272 !important;
}

.x-odd__wrapper {
  border-radius: 8px !important;
}

.detailedInfo__teamsInfo {
  border-right: 1px solid transparent !important;
}

.x-odd__price.coef-color,
.matchCardInline__moreWages__title {
  color: #33a272 !important;
}

.matchCardInline__moreWages {
  background: #33403a !important;
  color: #fff;
}

html body .x-odd__wrapper.x-odd__wrapper--checked.x-odd__wrapper--mobile.odds-wrapper-style.odds-bg,
html body .x-odd__wrapper.x-odd__wrapper--checked.odds-bg,
html body .x-odd__wrapper.x-odd__wrapper--checked,
html body div.x-odd__wrapper--checked[data-testid="odd"] {
  border: 1px solid #4d5b56 !important;
  background: #33a272 !important;
  background-color: #33a272 !important;
  background-image: none !important;
  color: #091119 !important;
}

html body .x-odd__wrapper--checked .coef-color,
html body .x-odd__wrapper--checked .x-odd__price,
html body .x-odd__wrapper--checked .x-odd__price div {
  color: #091119 !important;
  background: transparent !important;
  background-color: transparent !important;
}

.ModuleSpace[datamodule-id="5458"]>.space-container {
  background: transparent !important;
}

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

.dJFLqy {
  background: #1a2622 !important;
}

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

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

.kTNMhr svg.x-svgInline.v3-icon.gameFavIcon,
.sportsHeader-title-favorite__clear-all {
  color: #33a272 !important;
}

.iAIQYs {
  background: #33403a !important;
  border-bottom-color: transparent !important;
}

.sportsbookWrapper div[style="padding: 4px; background: var(--v3-black-4);"] {
  background: #091119 !important;
}

.x-odd__wrapper.x-odd__wrapper--.x-odd__wrapper--mobile.odds-wrapper-style.odds-bg {
  border-radius: 8px !important;
}

.bHfFFj {
  border-radius: 0 !important;
}

.menuItemDesktop__countBadge {
  color: #fff !important;
  background-color: transparent !important;
}

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

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

span.xOddButton:has(.boostedOdd) .xOddButton__coef,
span.xOddButton:has(.boostedOdd) .coef-color {
  color: #ffffff !important;
  background: transparent !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;
}

.gameHeader__Container.gameHeader__Container--mobile {
  border-bottom: none !important;
  background: #1d252d !important;
}

.matchInfo__wrapper-mobile {
  background: #323b44 !important;
  border-radius: 0 !important;
}

.matchStreamingPlaceHolderContainer {
  background: transparent !important;
}

.singleGameViewPage div[style="border-bottom: 1px solid var(--v3-black-6);"] {
  background: #323b44 !important;
}

.matchTracker__show--moreLess {
  border-radius: 8px !important;
  border: 1px solid var(--color-gray-700, #323b44) !important;
  background: var(--color-gray-800, #1d252d) !important;
}

.matchTrackerStreaming__pagination>span.active-page {
  background: #66be95 !important;
}

.matchTrackerStreaming__pagination>span {
  background: transparent !important;
  border: 1px solid #66be95 !important;
  height: 5px !important;
}

.horizontalMenu.horizontalMenu--large {
  border-top: none !important;
  background: #00492b !important;
}

.horizontalMenu__menuItem--active {
  border-bottom-color: #66be95 !important;
}

.XEYfb {
  background: var(--color-gray-700, #323b44) !important;
}

.betsMenu__menu-item {
  border-radius: 12px;
  background: var(--color-primary-800, #00492b) !important;
}

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

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

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

div#singleGameViewPage {
  background: #323b44 !important;
}

.kohDBH {
  background: transparent !important;
}

.matchStreamingContainer--mobile {
  background: none !important;
}

.noMarketsWrapper {
  background: var(--color-sage-900, #1a2622) !important;
}

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

div#matchStreamingContainer {
  background: transparent !important;
}

.betsMenu__favorites-icon {
  color: #00492b !important;
}

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

.matchCardInline__teamNames {
  border-right-color: transparent !important;
}

.usaOdds,
.xOddButton,
.xOddButton--colCount,
.xOddButton--defaultHover,
.xOddButton--justifyBetween {
  border-radius: 8px !important;
}

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

.dmIUNL {
  background: transparent !important;
}

.markets__body-container:after {
  border-bottom-color: transparent !important;
}

div#matchStreamingContainer {
  background: var(--color-gray-700, #323b44) !important;
}

.floatingButton {
  background: none !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;
}

/*div {
  background: transparent !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 */

/* banner mobile  */
.banner-container {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.banner-stack {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
  margin: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.banner-link {
  flex: 0 0 90%;
  max-width: 680px;
  display: block;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

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

.hero-card {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 17/10;
  overflow: hidden;
  border-radius: var(--sb-radius);
  box-shadow: var(--sb-shadow);
  position: relative;
}

.hero-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.banner-link:hover .hero-card>img {
  transform: scale(1.05);
}

.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
}

.progress-fill {
  height: 100%;
  background: var(--sb-primary);
  width: 0%;
  transition: width 0.1s ease;
}

.banner-link.inactive {
  display: none !important;
}

/* === #bannerStack — padrão novo mobile === */
.banner-container:has(#bannerStack) {
  --banner-gutter: 10px;
  --banner-gap: 6px;
  --banner-max-w: 364px;
  width: 100%;
  max-width: none;
  padding-left: var(--banner-gutter);
  box-sizing: border-box;
}

#bannerStack.banner-stack {
  width: 100%;
  gap: var(--banner-gap);
  padding-right: var(--banner-gutter);
  box-sizing: border-box;
}

#bannerStack .banner-link {
  flex: 0 0 min(var(--banner-max-w), calc(100% - var(--banner-gutter)));
  width: min(var(--banner-max-w), calc(100% - var(--banner-gutter)));
  max-width: var(--banner-max-w);
  min-width: 0;
  box-sizing: border-box;
}

/* Banner padrão novo — só imagem (texto embutido na arte) */
#bannerStack .hero-card--novo {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 698 / 297;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

#bannerStack .hero-card--novo .progress-bar {
  display: none;
}

#bannerStack .hero-card--novo .hero-card__media {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  /* PNG tem faixa superior (borda fake + área invisível) — alinha área útil como no Figma */
  object-position: center 22%;
  display: block;
}

.custom-html-container:has(#bannerStack),
.module-container:has(#bannerStack),
.module.ModuleCustomHtml:has(#bannerStack),
.column-container:has(#bannerStack),
.column:has(#bannerStack),
.row-container:has(#bannerStack),
.uc-row-wrapper:has(#bannerStack) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  #bannerStack .banner-link:not(.inactive) {
    flex: 0 0 min(var(--banner-max-w, 364px), calc(100% - var(--banner-gutter, 10px)));
    width: min(var(--banner-max-w, 364px), calc(100% - var(--banner-gutter, 10px)));
  }
}

@media (min-width: 992px) {
  .banner-stack {
    flex-wrap: nowrap;
    overflow-x: hidden;
    justify-content: center;
  }

  .banner-link:not(.inactive) {
    flex: 0 0 100%;
  }
}

/* e-sports */
.sportsbookWrapper {
  .SportsbookMenu {
    background-color: #33403a;
  }
}

.esport__search {
  background: none !important;

  .search__sportsBook {
    background: none !important;
  }
}

.View__Container-sc-1hza0em-0 {
  .htBYwm {
    background-color: transparent;
  }
}

.esport__sports__container {
  .sportsHeader-titleWrapper {
    background-color: #33403a;
    margin-top: 8px;
  }

  .menuWrapperMobile {
    background-color: #1d252d;
    border-bottom: none;

    .menuItemMobile--active {
      background-color: #33403a;
    }

    .menuItemMobile--active:after {
      background: none;
    }
  }

  .htBYwm {
    background-color: #091119;
  }
}

.esport__competitions__container--mobile {
  .bHfFFj {
    background-color: #33403a;
  }

  .esport__collapse__container>.v3-event-collapse__header {
    background-color: transparent;
  }

  .dfdqsV {
    background-color: transparent;
  }
}

.esport__dropdownContainer--mobile:not(.esport__not__allSports) {
  background: #1a2622 !important;
}

.match-card__container--esport {
  .headerIconsGroupMobile {
    .xUi-select {
      border: 1px solid #323b44;
    }
  }
}

.esport__dropdownContainer {
  .gqizSi {
    background-color: #1a2622;
  }

  .match-card__container--esport {
    background: #1a2622;
  }
}

.sportsbookWrapper {
  .htBYwm {
    background-color: #091119;
  }
}

.main-body {
  .header-and-main-rows {
    .header-rows {
      background: none !important;
    }
  }
}

/* page = accounts */

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

/* Header: Figma vence html .v3-btn-primary e .v3-login-btn globais */
.authSectionsButtonsWrapper .v3-login-btn,
.authSectionsButtonsWrapper .v3-btn-text {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.authSectionsButtonsWrapper .v3-register-btn,
.authSectionsButtonsWrapper .v3-btn-primary {
  background: #ffca28 !important;
  box-shadow: 0 0 6px 0 rgba(255, 224, 130, 0.5) !important;
  color: #091119 !important;
  font-weight: 700 !important;
  border: none !important;
}

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 .accountUi__title-mobile {
  color: #66be95 !important;
}

.mobileLayoutContainer {
  .iofeDk {
    border-bottom: 1px solid var(--color-gray-700, #323b44);
    background: var(--color-gray-900, #091119);
  }
}

.large.xUi-select.v3-select {
  border-radius: 8px;
  border: 1px solid var(--color-gray-500, #66707d);
  background: var(--color-gray-600, #4b5561);
}

.xUi-input-container.v3-input-container.xUi-input-disabled.v3-input-disabled.xUi-input-large.v3-input-large {
  border-color: #66707d !important;
}

.accountModal {
  padding: 15px !important;
}

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

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

  .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: center;
    margin-bottom: 10px;

    .box {
      display: flex;
      height: 100%;
      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;
      width: 100%;
      max-width: 455px;

      .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: 100%;
  align-self: center;
  margin-top: 25px;

  .selectedGames__container {
    grid-template-columns: initial !important;
    display: 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);
    }
  }
}

.gGsjDs {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  align-items: center;
}

.autoexclusao_modal {
  z-index: 999999;
  border-radius: 12px;
  padding: 8px;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);

  .content {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    display: inline-table;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    min-height: 220px;
    outline: 0;
    pointer-events: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 1015;

    .box {
      padding: 12px;
      border: 1px solid var(--v3-black-6);
      border-radius: var(--v3-border-radius-s);
      background: #091119;

      .modal__body .text {
        color: var(--v3-text-color);
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 24px;
        text-align: center;
      }

      .modal__body .label {
        font-weight: 600;
        letter-spacing: .3px;
        margin-bottom: 4px;
        text-align: left;
        color: var(--v3-text-color);
        font-size: 14px;
        line-height: 20px;
      }

      .autoexclusao_motivo_select {
        width: 100%;
        background-color: #323b44;
        padding: 0 12px;
        font-size: var(--xui-font-size-lg);
        border: 1px solid #4b5561;
        height: 44px;
        font-weight: 600;
        letter-spacing: .3px;
        border-radius: 6px;
        color: white
      }

      .autoexclusao_senha_input {
        background-color: #323b44;
        padding: 0 12px;
        font-size: var(--xui-font-size-lg);
        border: 1px solid #4b5561;
        height: 44px;
        font-weight: 600;
        letter-spacing: .3px;
        border-radius: 6px;
      }

      .autoexclusao_msg_error {
        color: red;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        font-weight: 600;
        letter-spacing: .3px;
        display: none;
      }

      .customModalConfirm {
        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;
        font-size: 16px;
        height: 44px;
        padding: 8px 20px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        cursor: pointer;
        font-weight: 400;
        line-height: 1.5715;
        transition: all .3s ease;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
        text-align: center;
        touch-action: manipulation;
        border-radius: 6px !important;
        border: none !important;
      }

      .customModalCancel {
        background: #66707d !important;
        color: #b2bac5 !important;
        border: none !important;
        font-size: 16px;
        height: 44px;
        padding: 8px 20px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        cursor: pointer;
        font-weight: 400;
        line-height: 1.5715;
        transition: all .3s ease;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
        text-align: center;
        touch-action: manipulation;
        border-radius: 6px !important;
      }
    }
  }
}

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

#deposit-carousel-container::-webkit-scrollbar {
  display: none;
}

.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%;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

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

.deposit-card-value-container {
  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 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  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%) !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);
}

/* boas vindas promo */
.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: flex-end;
  justify-content: center;
  z-index: 9999999;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

.welcome-modal-container {
  width: 100%;
  max-width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: linear-gradient(142.81deg, rgba(0, 86, 52, 0) -11.81%, rgba(102, 190, 149, 0.2) 96.81%), #1D252D;
  border-top: 1px solid #323B44;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.welcome-modal-overlay.active .welcome-modal-container {
  transform: translateY(0);
}

.welcome-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: #66BE95;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
}

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

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

.welcome-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #B0B7C3;
  margin-bottom: 4px;
}

.welcome-cards-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #323B44 transparent;
}

.welcome-card {
  min-height: 102px;
  background: #1D252D;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #323B44;
  flex-shrink: 0;
}

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

.welcome-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  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: 14px;
  color: #ffffff;
  font-weight: 700;
}

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

.btn-welcome-action {
  flex-shrink: 0;
  width: 100%;
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  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 1px 3px 0px rgba(0, 0, 0, 0.6) !important;
  color: #091119 !important;
  border: none !important;
  transition: filter 0.2s;
}

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

/* 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: 999999;
  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;
  min-height: 195px;
  border-radius: 12px;
  padding: 16px;
  background:
    linear-gradient(153.86deg, rgba(0, 86, 52, 0) 60.26%, rgba(102, 190, 149, 0.1) 96.81%),
    linear-gradient(90deg, #090A0C 0%, #090A0C 100%);
  border: 1px solid #4B5561;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

.balance-close-btn {
  background: rgba(75, 85, 97, 0.55);
  border: none;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

.balance-close-btn:hover {
  background: rgba(75, 85, 97, 0.85);
}

.balance-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.balance-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.balance-title {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
}

.balance-username {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin: 0;
}

.balance-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.balance-values {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.current-balance {
  font-size: 24px;
  font-weight: 700;
  color: #FFCA28;
  line-height: 1;
}

.bonus-balance {
  font-size: 12px;
  font-weight: 400;
  color: #B2BAC5;
  line-height: 1;
}

.btn-deposit {
  width: 159px;
  height: 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  background: #FFCA28;
  box-shadow: 0px 0px 3px rgba(255, 224, 130, 0.5);
  color: #091119;
  border: none;
  transition: filter 0.2s;
}

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

/* esconder top ganhos */
div.uc-row[data-id="4151"] {
  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);
}

/* .topWinners__carousel {
    display: none !important;
} */

.topWinners__carousel.conteudo-pronto {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  animation: fadeEntrada 0.5s ease-in;
}

.top-winners-loader {
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-left-color: #00E701;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: topWinnersSpin 1s linear infinite;
  display: block;
}

@keyframes topWinnersSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* novo top ganhos */
#top_ganhos {
  display: flex;
  width: 100%;
  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;
  width: 100%;
}

.ttg-slider-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  width: 100%;
  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;
}

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

.activePlayerCount__wrapper {
  display: none !important;
}


/* Top Pagantes — mobile (Figma 90:70) */
#top_pagantes {
  --tp-header-overlap: 42px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  isolation: isolate;
  background: #121517;
  border-radius: 8px;
  overflow-x: clip !important;
  overflow-y: visible;
  width: calc(100% - 20px);
  max-width: none;
  margin: 0 10px;
}

#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 8px 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;
  height: auto;
  min-height: 16px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px !important;
  color: #c2e4d4;
  text-decoration: none !important;
  white-space: nowrap;
  vertical-align: middle !important;
  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;
  overflow-x: clip !important;
  overflow-y: visible;
}

#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: 114px !important;
  margin-inline: 0;
}

#top_pagantes .tp-item--main {
  width: 140px !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: 199px;
  padding-bottom: 24px;
}

#top_pagantes .tp-item.tp-card--epic .tp-stack,
#top_pagantes .tp-item.tp-card--rare .tp-stack {
  min-height: 200px;
  overflow: visible;
}

#top_pagantes .tp-item--main .tp-stack {
  min-height: 251px;
  padding-bottom: 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 {
  inset: -2px;
  overflow: visible;
}

#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;
  filter: brightness(140%) contrast(115%);
  -webkit-filter: brightness(140%) contrast(115%);
  pointer-events: none;
  display: block !important;
  background: transparent;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

#top_pagantes .tp-item--main .tp-aura {
  width: 138% !important;
  height: 138% !important;
  object-position: 55% 50%;
  transform: translate(calc(-50% + 17px), -50%);
}

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

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

#top_pagantes .tp-item.tp-card--epic .tp-card,
#top_pagantes .tp-item.tp-card--rare .tp-card {
  width: 106px !important;
  height: 145px !important;
  transform: translateX(1px) translateY(3px);
}

#top_pagantes .tp-item--main .tp-card {
  width: 127px !important;
  height: 176px !important;
  border-radius: 8px;
  transform: translateX(-1px) translateY(-1px);
}

#top_pagantes .tp-item--main .tp-card-media {
  border-radius: 8px;
}

#top_pagantes .tp-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 7px;
  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-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: 49px;
  height: 56px;
  top: -7px;
  left: -4px;
}

#top_pagantes .tp-card.tp-card--epic .tp-ranking {
  width: 46px;
  height: 48px;
  top: -6px;
  left: -4px;
}

#top_pagantes .tp-card.tp-card--rare .tp-ranking {
  width: 36px;
  height: 38px;
  top: -4px;
  left: -3px;
}

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

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

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

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

#top_pagantes .tp-card--main .tp-valor-pill {
  border-radius: 8px;
}

#top_pagantes .tp-card--main .tp-valor {
  font-size: 9px;
}

#top_pagantes .tp-nome {
  display: block;
  max-width: 90%;
  align-self: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2px;
  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: 14px;
  padding: 0;
  background: #121517;
  border-radius: 7px;
}

#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: 8px;
  font-weight: 500;
  line-height: 12px;
  height: 12px;
  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-x: clip !important;
  overflow-y: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

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

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

/* Categoria Destaque — mobile (Figma 93:192) */
#categoria-destaque {
  --cd-bg-bleed: 8px;
  position: relative;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: column !important;
  width: calc(100% - 20px);
  max-width: none;
  height: 299px;
  margin: 0 10px;
  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: 253px;
  min-height: 253px;
  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 30%;
  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-grid {
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  width: 222px;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(2, 107px);
  gap: 8px;
}

#categoria-destaque .cd-card {
  display: block;
  width: 107px;
  height: 75px;
  border: 1px solid #ffca28;
  border-radius: 8px;
  overflow: hidden;
}

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

.custom-html-container:has(#categoria-destaque),
.module-container:has(#categoria-destaque),
.module.ModuleCustomHtml:has(#categoria-destaque),
.column-container:has(#categoria-destaque),
.column:has(#categoria-destaque),
.row-container:has(#categoria-destaque),
.uc-row-wrapper:has(#categoria-destaque) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Top 10 Test — mobile (Figma 90:108) */
#top_10_test {
  --t10-card-w: 128px;
  --t10-card-h: 104px;
  --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;
  position: relative;
  isolation: isolate;
  width: calc(100% - 20px);
  max-width: none;
  margin: 0 10px;
  background: #121517;
  border-radius: 8px 8px 8px 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;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  height: 32px;
  min-height: 32px;
  padding: 4px 8px;
  background: #121517;
  border-radius: 8px 8px 8px 8px;
}

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

#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 0 10px;
}

#top_10_test .t10-carousel::-webkit-scrollbar {
  display: none;
}

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

.custom-html-container:has(#top_10_test),
.module-container:has(#top_10_test),
.module.ModuleCustomHtml:has(#top_10_test),
.column-container:has(#top_10_test),
.column:has(#top_10_test),
.row-container:has(#top_10_test),
.uc-row-wrapper:has(#top_10_test) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Top 10 Test end */

/* Top Ganhos Test — mobile (Figma 677:10724) */
#top_ganhos_test {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  position: relative;
  width: 100%;
  min-height: 72px;
  overflow: visible;
}

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

#top_ganhos_test .tg-loading {
  display: none;
}

#top_ganhos_test .tg-skel-card {
  pointer-events: none;
}

#top_ganhos_test .tg-skel-thumb {
  background-color: #1c2226;
  background-image: linear-gradient(
    90deg,
    #1c2226 0%,
    #2a323a 45%,
    #1c2226 90%
  );
  background-size: 200% 100%;
  animation: tg-skel-shimmer 1.25s ease-in-out infinite;
}

#top_ganhos_test .tg-skel-line {
  display: block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

#top_ganhos_test .tg-skel-line--id {
  width: 70%;
  height: 8px;
}

#top_ganhos_test .tg-skel-line--label {
  width: 48%;
  height: 8px;
  margin-top: 2px;
}

#top_ganhos_test .tg-skel-line--amt {
  width: 58%;
  height: 12px;
  margin-top: 2px;
  background: rgba(102, 190, 149, 0.2);
}

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

#top_ganhos_test .tg-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px;
  padding: 4px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  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;
  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;
}

.custom-html-container:has(#top_ganhos_test),
.module-container:has(#top_ganhos_test),
.module.ModuleCustomHtml:has(#top_ganhos_test),
.column-container:has(#top_ganhos_test),
.column:has(#top_ganhos_test),
.row-container:has(#top_ganhos_test),
.uc-row-wrapper:has(#top_ganhos_test) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Top Ganhos Test end */

/* Vantagens Rewards Banner — mobile (Figma 90:5) */
#vantagens-rewards {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  position: relative;
  z-index: 20;
  overflow: visible;
}

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

.vr-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  height: 41px;
  padding: 0 76px 0 16px;
  background: linear-gradient(90deg, #00824f 0%, #33a272 50%, #00824f 100%);
  border-radius: 0 0 16px 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
}

.vr-banner__text {
  font-size: 16px;
  font-weight: 700;
  color: #091119;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  text-align: left;
  line-height: 1;
}

.vr-banner__gift-wrap {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  z-index: 24;
  pointer-events: none;
  overflow: visible;
}

.vr-banner__halo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vr-banner__halo svg {
  width: 64px;
  height: 64px;
  display: block;
}

.vr-banner__gift {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 3px));
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vr-banner__gift img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}

.vr-banner__badge {
  position: absolute;
  top: 8px;
  right: -4px;
  z-index: 25;
  background: #ffd54d;
  color: #00492b;
  font-size: 10px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 0 4px;
  border-radius: 4.5px;
  min-width: 18px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vr-banner__ft-trigger,
#vantagens-rewards ft-my-rewards-toggle.vr-banner__ft-trigger,
#vantagens-rewards .vr-banner__ft-trigger.my-rewards-toggle,
#vantagens-rewards .vr-banner__ft-trigger .my-rewards-toggle {
  --ft-my-rewards-toggle-notification-badge-top: 7px;
  --ft-my-rewards-toggle-notification-badge-right: -32px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent !important;
  overflow: visible !important;
  opacity: 1;
  clip: auto;
  pointer-events: auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: 26;
  cursor: pointer;
  display: block !important;
  min-width: 0;
  min-height: 0;
  box-shadow: none;
}

#vantagens-rewards ft-my-rewards-toggle.vr-banner__ft-trigger {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  margin: 0 !important;
}

#vantagens-rewards .vr-banner__ft-trigger .my-rewards-toggle svg,
#vantagens-rewards .vr-banner__ft-trigger .my-rewards-toggle img {
  display: none !important;
}

#vantagens-rewards .vr-banner__ft-trigger slot {
  display: none;
}

#vantagens-rewards .vr-banner__ft-trigger .my-rewards-toggle {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

#vantagens-rewards .vr-banner__ft-trigger .my-rewards-toggle__badge {
  transform: translateX(12px) !important;
  opacity: 1 !important;
  z-index: 27;
  pointer-events: none;
  visibility: visible !important;
}

.vr-banner__tap {
  position: absolute;
  top: 0;
  left: 0;
  right: 72px;
  bottom: 0;
  z-index: 25;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.vr-banner--auth .vr-banner__text,
.vr-banner--auth .vr-banner__gift-wrap,
.vr-banner--auth .vr-banner__halo {
  pointer-events: none;
}

.vr-banner--auth .vr-banner__gift {
  pointer-events: auto;
  cursor: pointer;
  z-index: 27;
}

/* BC wrapper overrides */
.custom-html-container:has(#vantagens-rewards),
.module-container:has(#vantagens-rewards),
.module.ModuleCustomHtml:has(#vantagens-rewards),
.column-container:has(#vantagens-rewards),
.column:has(#vantagens-rewards),
.row-container:has(#vantagens-rewards),
.uc-row-wrapper:has(#vantagens-rewards) {
  overflow: visible !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Vantagens Rewards Banner end */
/* Categoria Destaque end */

/* Top Ligas Test — mobile (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;
  position: relative;
  width: calc(100% - 20px);
  max-width: none;
  margin: 0 10px;
  padding: 8px 8px 12px;
  background: #121517;
  border-radius: 8px 8px 0 0;
  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;
  align-self: stretch;
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 4px 0 4px 0;
}

#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 0 10px;
}

#top_ligas_test .tl-carousel::-webkit-scrollbar {
  display: none;
}

#top_ligas_test .tl-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 24px;
  padding: 6px 0 0;
}

#top_ligas_test .tl-card {
  flex: 0 0 auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px;
  width: 64px;
  text-decoration: none !important;
}

#top_ligas_test .tl-card-logo {
  width: 50px;
  height: 53px;
  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 */

.full-width.slider_sportbook_home.module.ModuleWidgets {
  background-color: #121517;
  border-radius: 0 0 8px 8px;
}

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