/* Custom theme textures - managed via admin panel */
:root { --jkp-num-top: 29; --jkp-num-ht: 38; --jkp-num-scale: 160; }
html[theme='newVersionRed'] ._homeContainer_1efko_55 { background-image: url('https://dl-br-cf.sadslj88.com/image-prod/bximages/h5/home/whiteYellow/homebgchip.webp') !important; background-size: 180rem !important; }
html[theme='elsaPink'] ._homeContainer_1efko_55 { background-image: url('https://dl-br-cf.sadslj88.com/image-prod/bximages/h5/home/montblancBluewhite/homebgchip_light.webp') !important; background-size: 180rem !important; }
html[theme='versaceYellow'] ._homeContainer_1efko_55 { background-image: url('https://dl-br-cf.sadslj88.com/image-prod/bximages/h5/home/whiteBrownLauren/homebgchip.webp') !important; background-size: 90rem !important; }
html[theme='coralPurple'] ._homeContainer_1efko_55 { background-image: url('https://dl-br-cf.sadslj88.com/image-prod/bximages/h5/home/burberryBlueWhite/homebgchip_light.webp') !important; background-size: 300rem !important; }
html[theme='black'] ._homeContainer_1efko_55 { background-image: url('/image/bg_pattern_tile.avif') !important; background-size: auto !important; }
html[theme='ferrariBlack'] ._homeContainer_1efko_55 { background-image: url('https://dl-br-cf.sadslj88.com/image-prod/bximages/h5/home/oilyGreen/homebgchip.webp') !important; background-size: 240rem !important; }
html[theme='sk2'] ._homeContainer_1efko_55 { background-image: url('/image/bg_pattern_tile.avif') !important; background-size: auto !important; }

/* Fix: blur do fundo do modal login/registro */
._modalBox_15y2v_55 {
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}
/* Fix: botão fechar visível abaixo do box (top via JS em indesx.html) */
._loginBox_awzk0_55 ._clsoeBtn_awzk0_72 {
  position: fixed !important;
  left: 50% !important;
  top: calc(50vh + 338rem) !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
  z-index: 99999 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
._loginBox_1jbvv_55 ._clsoeBtn_1jbvv_102 {
  position: fixed !important;
  left: 50% !important;
  top: calc(50vh + 408rem) !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  background-color: rgba(0, 0, 0, 0.45) !important;
  z-index: 99999 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
/* Fix: avisos de login/registro não ficam por trás do blur */
body:has(._modalBox_15y2v_55) > ._messageBox_5bpag_96 {
  filter: none !important;
  z-index: 9999999 !important;
}
/* Fix: container do jackpot mantém proporção da imagem em qualquer tela */
._jackpot_1vdi4_32 {
  aspect-ratio: 710 / 164 !important;
  height: auto !important;
}
/* Fix: números do jackpot centralizados na barra vermelha (parte inferior da imagem) */
._jackpot_1vdi4_32 ._text-content_1vdi4_39 {
  position: absolute !important;
  top: 55% !important;
  bottom: 5% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: none !important;
}
