*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%;padding:10px;display:flex;justify-content:center;align-items:flex-start;font-family:Poppins,sans-serif;font-weight:400;font-style:normal;background:var(--cor-background-body)}.container{margin-top:80px;margin-bottom:100px;width:100vw;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:10px;padding:10px;background:#fff;box-shadow:0 4px 6px #0000001a,0 4px 6px #0003,0 4px 6px #0000001a;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1),0 10px 15px rgba(0,0,0,.2),0 20px 25px rgba(0,0,0,.1);overflow:hidden}.titulo{width:100%;display:flex;flex-direction:column;justify-content:left;align-items:flex-start;font-size:20px;font-weight:600;padding:20px;border-top:2px solid var(--cor-primary);border-bottom:2px solid var(--cor-primary);margin-bottom:10px;margin-top:10px}.titulo-cadastro{width:100%;display:flex;gap:10px;justify-content:left;align-items:center;font-size:20px;font-weight:600;padding:20px;border-top:2px solid #eee;border-bottom:2px solid #eee;margin-bottom:10px;margin-top:10px;cursor:pointer}.titulo-ranking{width:100%;display:flex;gap:10px;justify-content:space-between;align-items:center;font-size:20px;font-weight:600;padding:20px;border-top:2px solid #eee;border-bottom:2px solid #eee;margin-bottom:10px;margin-top:10px;cursor:pointer}.circleDezenas{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:5px;font-size:18px;font-weight:500;border:1px solid #999999;background:var(--cor-fundo-dezenas);color:var(--cor-texto-dezenas);box-shadow:0 4px 6px #0000001a,0 4px 6px #0003,0 4px 6px #0000001a;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1),0 10px 15px rgba(0,0,0,.2),0 20px 25px rgba(0,0,0,.1)}.dezenaAcerto{background:var(--cor-fundo-dezenas-acerto);color:var(--cor-texto-dezenas-acerto)}.gruposbicho{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px;height:auto;margin-right:2px;border-radius:10px;font-size:18px;font-weight:500;border:0px;color:#000;box-shadow:2px 2px 2px 1px #0003;-webkit-box-shadow:2px 2px 2px 1px rgba(0,0,0,.2);background-color:#fff}.div-nome-imagem-grupo{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:5px}.div-nome-imagem-grupo .imagem-grupo{width:30px;height:30px}.div-nome-imagem-grupo img{width:100%;object-fit:contain}.div-nome-imagem-grupo .logo-image{filter:drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 2px #ffffff)}.pontos{width:50px;height:30px;text-align:center;margin-left:2px;box-shadow:2px 2px 2px 1px #0003;background:var(--cor-fundo-pontos);color:var(--cor-texto-pontos);border-radius:10px}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{z-index:99999999999999999999999999999999999999999999999999}.no-item{width:100%;height:60px;display:flex;justify-content:center;align-items:center;border:1px dashed #000000;font-weight:700}.section{width:100%}.menu-salvar{padding:10px;position:fixed;bottom:0;left:0;width:100%;height:90px;background:var(--cor-background-body);color:#fff;z-index:99999999999999999}.sistemaDesativado{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;color:#cecece;background-color:#be1919}.divSistemaDesativado,.divSistemaManutencao{width:80%;height:30vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:3px dashed #cecece}.sistemaManutencao{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;color:#cecece;background-color:#188103}.iconeDesativado,.iconeManutencao{margin-bottom:-15px;margin-top:-30px}.nomeContato{font-size:1rem}@media(max-width:768px){.circleDezenas{width:30px;height:30px}.menu-salvar{height:120px}.titulo-ranking{flex-direction:column}.sistemaDesativado,.sistemaManutencao{font-size:2rem}.iconeDesativado,.iconeManutencao{margin-bottom:-10px;margin-top:0}}.tema-verde{--cor-primary: #2ecc71;--cor-secondary: #27ae60;--cor-background: #015007;--cor-background-body: #e2f8e4;--cor-background-card-apostas: linear-gradient(90deg, rgb(247, 255, 247) 0%, rgb(238, 253, 237) 90%, rgb(193, 255, 186) 100%);--cor-background-subMenu: #155a1b;--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(8, 175, 8) 0%, rgb(17, 153, 5) 47%, rgb(9, 77, 3) 100%);--premioBody: linear-gradient(90deg, rgb(225, 255, 216) 0%, rgb(227, 255, 214) 47%);--premioHeader: linear-gradient(90deg, rgb(152, 214, 132) 0%, rgb(97, 185, 70) 47%, rgb(53, 150, 8) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #015007;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #11881b;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #02863d 0%, #78f5ac 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #e9fce4;--cor-linha2: #9bdd89}.tema-azul{--cor-primary: #3498db;--cor-secondary: #2980b9;--cor-background: #002d5f;--cor-background-body: #e2f0f8;--cor-background-card-apostas: linear-gradient(90deg, rgb(247, 255, 255) 0%, rgb(237, 253, 252) 90%, rgb(227, 241, 255) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(8, 128, 175) 0%, rgb(5, 94, 153) 37%, rgb(4, 3, 77) 100%);--premioBody: linear-gradient(90deg, rgb(216, 246, 255) 0%, rgb(214, 230, 255) 47%);--premioHeader: linear-gradient(90deg, rgb(132, 198, 214) 0%, rgb(70, 133, 185) 47%, rgb(8, 58, 150) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #012a50;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #114e88;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #023786 0%, #78b2f5 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #e4f0fc;--cor-linha2: #89d0dd}.tema-preto{--cor-primary: #2c3e50;--cor-secondary: #34495e;--cor-background: #272727;--cor-background-body: #e7e7e7;--cor-background-card-apostas: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(238, 238, 238) 90%, rgb(216, 234, 236) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(54, 56, 54) 0%, rgb(44, 44, 44) 47%, rgb(0, 0, 0) 100%);--premioBody: linear-gradient(90deg, rgb(223, 224, 222) 0%, rgb(170, 170, 170) 47%);--premioHeader: linear-gradient(90deg, rgb(133, 133, 133) 0%, rgb(77, 77, 77) 47%, rgb(0, 0, 0) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #303131;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #2c2c2c;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #252525 0%, #a0a0a0 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #dcdfdc;--cor-linha2: #a7aaa6}.tema-amarelo{--cor-primary: #f1c40f;--cor-secondary: #d4ac0d;--cor-background: #fdc611;--cor-background-body: #ffffe6;--cor-background-card-apostas: linear-gradient(90deg, rgb(245, 245, 227) 0%, rgb(250, 245, 216) 90%, rgb(250, 253, 212) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #000;--degrade: linear-gradient(90deg, rgb(255, 212, 23) 0%, rgb(247, 217, 46) 47%, rgb(77, 72, 3) 100%);--premioBody: linear-gradient(90deg, rgb(255, 252, 216) 0%, rgb(253, 250, 198) 47%);--premioHeader: linear-gradient(90deg, rgb(213, 214, 132) 0%, rgb(185, 183, 70) 47%, rgb(150, 140, 8) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #f1ff34;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #3a3a3a;--cor-fundo-pontos: #faf73c;--cor-texto-pontos: #3b3b3b;--cor-botao: linear-gradient(to top, #faa72a 0%, #f5e278 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #fafce4;--cor-linha2: #dcdd89}.tema-vermelho{--cor-primary: #e74c3c;--cor-secondary: #c0392b;--cor-background: #7b0000;--cor-background-body: #fce4e4;--cor-background-card-apostas: linear-gradient(90deg, rgb(255, 247, 247) 0%, rgb(253, 237, 237) 90%, rgb(255, 200, 200) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(175, 8, 8) 0%, rgb(153, 5, 5) 47%, rgb(77, 3, 3) 100%);--premioBody: linear-gradient(90deg, rgb(255, 216, 216) 0%, rgb(255, 214, 214) 47%);--premioHeader: linear-gradient(90deg, rgb(214, 132, 132) 0%, rgb(185, 70, 70) 47%, rgb(150, 8, 8) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #7b0000;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #c0392b;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #860202 0%, #f57878 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #fce4e4;--cor-linha2: #dd8989}.tema-roxo{--cor-primary: #8e44ad;--cor-secondary: #9b59b6;--cor-background: #4a235a;--cor-background-body: #f4ecf7;--cor-background-card-apostas: linear-gradient(90deg, rgb(250, 245, 255) 0%, rgb(245, 235, 255) 90%, rgb(230, 210, 255) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(74, 35, 90) 0%, rgb(142, 68, 173) 47%, rgb(155, 89, 182) 100%);--premioBody: linear-gradient(90deg, rgb(235, 222, 240) 0%, rgb(215, 189, 226) 47%);--premioHeader: linear-gradient(90deg, rgb(165, 105, 189) 0%, rgb(136, 78, 160) 47%, rgb(81, 46, 95) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #4a235a;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #8e44ad;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #4a235a 0%, #af7ac5 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #f4ecf7;--cor-linha2: #d2b4de}.tema-turquesa{--cor-primary: #1abc9c;--cor-secondary: #16a085;--cor-background: #0e6655;--cor-background-body: #e8f8f5;--cor-background-card-apostas: linear-gradient(90deg, rgb(240, 255, 250) 0%, rgb(230, 255, 245) 90%, rgb(200, 255, 230) 100%);--cor-text: #f3f3f3;--cor-icone-menu: #ffffff;--cor-button-text: #fff;--degrade: linear-gradient(90deg, rgb(11, 83, 69) 0%, rgb(26, 188, 156) 47%, rgb(72, 201, 176) 100%);--premioBody: linear-gradient(90deg, rgb(209, 242, 235) 0%, rgb(163, 228, 215) 47%);--premioHeader: linear-gradient(90deg, rgb(118, 215, 196) 0%, rgb(72, 201, 176) 47%, rgb(20, 143, 119) 100%);--cor-fundo-dezenas: #fafafa;--cor-fundo-dezenas-acerto: #0e6655;--cor-texto-dezenas: #3f3f3f;--cor-texto-dezenas-acerto: #fff;--cor-fundo-pontos: #16a085;--cor-texto-pontos: #fff;--cor-botao: linear-gradient(to top, #0e6251 0%, #48c9b0 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #e8f6f3;--cor-linha2: #a3e4d7}.turquesa{background:linear-gradient(to top,#0e6251,#48c9b0);color:#fff}.tema-branco{--cor-primary: #b0bec5;--cor-secondary: #cfd8dc;--cor-background: #ffffff;--cor-background-body: #f2f4f8;--cor-background-card-apostas: #ffffff;--cor-text: #37474f;--cor-icone-menu: #455a64;--cor-button-text: #37474f;--degrade: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);--premioBody: #ffffff;--premioHeader: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);--cor-fundo-dezenas: #eceff1;--cor-fundo-dezenas-acerto: #455a64;--cor-texto-dezenas: #37474f;--cor-texto-dezenas-acerto: #ffffff;--cor-fundo-pontos: #b0bec5;--cor-texto-pontos: #37474f;--cor-botao: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);--cor-botao-vermelho: linear-gradient(to top, #aa0202 0%, #ff1e00 100%);--cor-linha1: #ffffff;--cor-linha2: #eceff1;--cor-text-header: #37474f}.div-loader{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;font-size:18px;font-weight:700;width:100%;height:100dvh}.loader{width:50px;--b: 8px;aspect-ratio:1;border-radius:50%;padding:1px;background:conic-gradient(#0000 10%,#0349a5) content-box;mask:repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));mask-composite:destination-in;-webkit-mask:repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));-webkit-mask-composite:destination-in;mask-composite:intersect;animation:l4 1s infinite steps(10)}@keyframes l4{to{transform:rotate(1turn)}}.div-bolao-info{width:100%;display:flex;justify-content:center;font-weight:600;font-size:30px}.div-logo-info-bolao{width:100%;height:150px;padding:15px}.div-logo-info-bolao img{width:100%;height:100%;object-fit:contain}@media(max-device-width:768px){.div-bolao-info{font-size:23px}}
