.elementor-6327 .elementor-element.elementor-element-f06d651{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6327 .elementor-element.elementor-element-46ffaa9{--display:flex;--margin-top:8px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6327 .elementor-element.elementor-element-46ffaa9:not(.elementor-motion-effects-element-type-background), .elementor-6327 .elementor-element.elementor-element-46ffaa9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6327 .elementor-element.elementor-element-0bd2de8{--display:flex;}.elementor-6327 .elementor-element.elementor-element-2353bad{width:100%;max-width:100%;}.elementor-6327 .elementor-element.elementor-element-2353bad > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6327 .elementor-element.elementor-element-a999308{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6327 .elementor-element.elementor-element-762ce96{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-6327 .elementor-element.elementor-element-f06d651{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-2353bad */.container {max-width: 980px; margin: 0 auto; background-color: #fff; padding: 15px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
        .ciclo-tabela td { text-align: center !important; font-size: 0.9rem; border-color: #e3e3e3; padding: 0px !important; vertical-align: middle; }
        .ciclo-tabela th { cursor: pointer; padding: 2px; text-align: center; font-size: 0.9rem; border-color: #e3e3e3; vertical-align: middle;}
        .div-controles { margin-top: 10px; width: auto; margin-bottom: 10px; }
        .div-controles-2 { display: inline !important; justify-content: left; font-size: 1.2rem; }
       
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-content {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #a7348b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 90%;
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.confirm-button {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #a7348b;
    color: white;
    font-size: 14px;
}

.confirm-button:hover {
    background-color: #8a2973;
}

.cancel-button {
    margin-top: 10px;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #dc3545;
    color: white;
    font-size: 14px;
    
}

.cancel-button:hover {
    background-color: #c82333;
}



 .button-1 { 
            width: 65px; 
            font-size: 0.8rem; 
            padding: 5px 10px; 
            background-color: #a7348b; 
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 0 5px;
        }
        
.filtro-table-header {
    margin-top: 20px;
    vertical-align: baseline;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background: linear-gradient(271deg, #d4baff8c 0%, #5d3487 100%);
    
    
}

.filtro-header-2 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #a7348b;
}

                .filtro-table-header-1 {
            margin: 0px;

        }
      
        
        
        .button-1:hover { background-color: #45a049; }
        .button-interval {
            font-size: 0.9rem;
            padding: 5px 12px;
            background-color: #666;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 1 1px;
            transition: background-color 0.3s;
        }
        .button-interval:hover {
            background-color: #45a049;
        }
        .intervalos-container {
            margin-top: 15px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            align-items: center;
            gap: 2px;
            flex-wrap: wrap;
            justify-content: center;
        }
.intervalo-info {
    background-color: #ffffff;
    margin: 15px auto;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #666;
    width: 100%;
    max-width: 400px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/*
.intervalo-info-2 {
    background-color: #8e44ad !important;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.0rem;
    color: white;
    width: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-left: 5px;
    font-weight: bold;
}

*/

.intervalo-info-2 {

    /* background-color: #8e44ad !important; */
    /* padding: 10px; */
    /* border-radius: 8px; */
    font-size: 1.1rem;
    /* color: white; */
    width: 100%;
    border: 1px solid #e2e8f0;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    text-align: left;
    margin-left: 5px;
    font-weight: bold;
    background: linear-gradient(90deg, #823e9f 0%, #c607dd94 100%);
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 5px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}







                .progress-bar {
        height: 24px;
        background: #f0f0f0;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }
    
    .progress-fill {
        height: 90%;
        background: #3bb31c;
        border: 1px solid #959595;
        border-radius: 12px;
        transition: width 0.5s ease-out;
        width: 0;
    }
        .progress-fill-falhas {
        height: 90%;
        background: #ea4335;
        border-radius: 12px;
        transition: width 0.5s ease-out;
        width: 0;
    }
    
    
        @media (max-width: 450px) {
        .progress-fill-falhas {
        border-radius: 0px;
        transition: width 0.5s ease-out;
        width: 0;
    }
        }
        
        

        @media (max-width: 450px) {
.palpite-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.8rem;
}
        }





.palpite-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.palpite-link:hover {
    color: #a7348b;
}

.btn-voltar-topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(167, 52, 139, 0.7);
    border: none;
    color: white;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 1000;
}

.btn-voltar-topo:hover {
    background: rgba(167, 52, 139, 0.9);
    transform: translateY(-3px);
}

.btn-voltar-topo svg {
    width: 20px;
    height: 20px;
}








 
.padrao-select-container {
    position: relative;
    width: 100%;
    max-width: 400px; /* Aumentado de 300px para 400px */
    margin: 10px auto; /* Alterado para auto nas laterais para centralizar */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}



/* Estilos para o seletor de categorias */
.categoria-select-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.categoria-select-header {
    width: 100%;
    padding: 18px 20px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categoria-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 350px;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.categoria-select-option {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #333;
    font-size: 15px;
    transition: all 0.2s ease;
}

.categoria-select-option:hover {
    background-color: #f5f5f5;
    color: black;
}

.categoria-select-option.selected {
    background-color: #a7348b;
    color: white;
}

/* Ajuste no wrapper para acomodar dois seletores */
.select-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.padrao-select-header {
    width: 100%;
    padding: 18px 20px; /* Aumentado o padding */
    color: #333;
    font-weight: 500;
    font-size: 15px; /* Aumentado o tamanho da fonte */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.padrao-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 350px; /* Aumentado a altura máxima */
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.padrao-select-option {
    width: 100%;
    padding: 15px 20px; /* Aumentado o padding */
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #333;
    font-size: 15px; /* Aumentado o tamanho da fonte */
    transition: all 0.2s ease;
}

/* Adicione também um container para centralizar */
.select-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px; /* Adicionado padding nas laterais para mobile */
}
 

 
 
/* Estilo para o botão Buscar ao lado do select */
.button-buscar {
    background-color: #a7348b;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.button-buscar:hover {
    background-color: #8a2973;
}
        
    
    
    @media (max-width: 450px) {
        .progress-bar {
            height: 20px;
        }
    }
        input[type="number"] { width: 5rem; justify-self: left; padding: 5px; font-size: 0.9rem; }
        .classe-alerta-celula { background-color: #f6da01; color: #000; text-align: center !important; }
        .classe-pontuou-celula { background-color: #b5ffa3 !important; font-weight: bold; color: #000; text-align: center !important; animation: numero-sorteado 1.5s infinite; }
        .classe-pontuou-celula-10-pontos { background-color: #fccc71 !important; font-weight: bold; color: #000; text-align: center !important; animation: numero-sorteado 1.5s infinite; }
        .classe-pontuou-falha-celula { font-weight: bold; color: #000; text-align: center !important; }
        .classe-pontuou-linha { background-color: #b5ffa3 !important; color: #000; text-align: center !important; box-shadow: 0 0 5px rgba(0,0,0,0.1);}
        .classe-alerta-linha { background-color: #ffec9d !important; color: #000; text-align: center !important; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
       
        .filtro-header1 { margin-bottom: 5px; margin-left: 5px; padding-top: 5px; font-size: 1rem; font-weight: bold; color: #a7348b; }
        
        .grade-container { display: flex; justify-content: center; gap: 25px; margin-top: 20px; margin-bottom: 40px; }
        .grade-titulo { text-align: center; margin-bottom: 10px; font-weight: 500; }
        .grade { display: grid; grid-template-columns: repeat(5, 40px); gap: 2px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; border: 2px solid #e2e8f0; border-radius: 5px; }
        .celula { 
            width: 40px; 
            height: 40px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            border-radius: 5px; 
            font-size:  0.9rem; 
        }
        table { border-collapse: collapse; width: 100%; margin-bottom: 20px;
        
            border-bottom: 1px solid rgb(30, 30, 30);
            border-radius: 0px 0px 10px 10px !important
        }
        td, th { border: 1px solid #e3e3e3; }



.filtro-header-exclusivo {
    padding: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f0f0f1;
}



.filtro-header {
    padding: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #a7348b;
}








       @media (max-width: 450px) {

       .container {width: 100%; min-width: 350px; margin: 0 auto; background-color: #fff; padding: 10px; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
        .ciclo-tabela td { text-align: center !important; font-size: 0.9rem; border-color: #e3e3e3; padding: 0px !important; vertical-align: middle;}
        .ciclo-tabela th { padding: 2px; text-align: center; font-size: 0.79rem; border-color: #e3e3e3; vertical-align: middle; }
        .div-controles { margin-top: 10px; width: auto; margin-bottom: 10px; }
        .div-controles-2 { display: inline !important; justify-content: left; font-size: 1.2rem; }
        .button-1 { 
            width: 50px; 
            font-size: 0.7rem; 
            padding: 8px 5px; 
            background-color: #a7348b; 
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 0 5px;
            text-align: center;
            text-wrap: balance; /* Distribui o texto de maneira mais harmônica */
            text-align: center;
            
        }
        .button-1:hover { background-color: #45a049; }
        .button-interval {
            font-size: 0.8rem;
            padding: 5px 10px;
            background-color: #666;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin: 0 3px;
            transition: background-color 0.3s;
        }
        .button-interval:hover {
            background-color: #45a049;
        }
        .intervalos-container {
            margin-top: 15px;
            display: flex;
            align-items: center;
            gap: 2px;
            flex-wrap: wrap; 
        }
        .intervalo-info {
            background-color: #f5f5f5;
            margin-top: 15px;
            padding: 5px 15px;
            border-radius: 4px;
            font-size: 0.9rem;
            color: #666;
            margin-left: auto;
            border: 2px solid #e2e8f0; border-radius: 5px;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
        }
        
        
        input[type="number"] { width: 5rem; justify-self: left; padding: 5px; font-size: 0.9rem; }
        .classe-alerta-celula { background-color: #f6da01; color: #000; text-align: center !important; }
        .classe-pontuou-celula { background-color: #b5ffa3 !important; color: #000; text-align: center !important;  animation: numero-sorteado 1.5s infinite;}
        .classe-pontuou-linha { background-color: #b5ffa3 !important; color: #000; text-align: center !important; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
        .classe-alerta-linha { background-color: #ffec9d !important; color: #000; text-align: center !important; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
        
        .filtro-header1 { margin-top: 5px; font-size: 1rem; font-weight: bold; color: #a7348b; }
        
        .grade-container { flex-wrap: nowrap; display: flex; justify-content: center; gap: 25px; flex-direction: row; margin-top: 20px; margin-bottom: 40px; }
        .grade-titulo { text-align: center; margin-bottom: 10px; font-weight: 500; }
        .grade { display: grid; grid-template-columns: repeat(5, 25px); gap: 2px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; border: 2px solid #e2e8f0; border-radius: 2px; }
        .celula { 
            width: 25px; 
            height: 25px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            border-radius: 5px; 
            font-size:  0.9rem; 
        }
        table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
        td, th { border: 1px solid #e3e3e3; }
        
        .filtro-header {
    padding: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #a7348b;
}

.filtro-header-exclusivo {
    padding: 5px 5px 5px 5px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f0f0f1;
}

}
/* Estilos para telas maiores que 450px */
@media (min-width: 450px) {
    .ciclo-tabela td { 
        font-size: 1rem !important; 
        padding: 5px !important;
    }
    .ciclo-tabela th { 
        font-size: 1rem !important; 
        padding: 8px !important;
    }
    input[type="number"] { 
        width: 70px !important; 
        font-size: 1rem !important;
    }
    .button-1 { 
        font-size: 0.9rem !important; 
        padding: 8px 15px !important;
    }
    .button-interval {
        font-size: 0.9rem !important;
        padding: 8px 15px !important;
    }
}

/* Estilos para telas maiores que 768px */
@media (min-width: 768px) {
    .ciclo-tabela {
        width: 100% !important;
    border-bottom: 1px solid rgb(30, 30, 30);
    border-radius: 0px 0px 10px 10px !important;
    }
    .ciclo-tabela td { 
        font-size: 1rem !important; 
        padding: 4px !important;
    }
    .ciclo-tabela th { 
        font-size: 1rem !important; 
        padding: 5px !important;
    }
    .filtro-header {
        font-size: 1.4rem !important;
    }
}

    /* Estilos adicionais para a tabela de concursos */
    @media (min-width: 768px) {
        .ciclo-tabela {
            border-collapse: collapse;
            border-spacing: 0 3px;
        }
        .ciclo-tabela tr {
            transition: all 0.2s ease;
        }
        .ciclo-tabela tr:hover {
            background-color: #f9f9f9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .ciclo-tabela td, .ciclo-tabela th {
            padding: 2px 2px !important;
        }
        .classe-pontuou-linha {
            box-shadow: 0 3px 8px rgba(181, 255, 163, 0.5) !important;
           
        }
    }

    .dezena {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10%;
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }
    
    .dezena-sorteada-filtro {
        background-color: #a7348b;
        color: white;
        border: 1px solid #8a2973;
       
    }

@keyframes numero-sorteado {
    0% {
        box-shadow: 0 0 0 0px rgb(70 199 2 / 92%);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(136, 38, 222, 0);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(136, 38, 222, 0);
    }
}




    
.dezena-sorteada {
        background-color: #e2e8f0;
        color: #ff0505;
        border: 1px solid #cfcfcf;
       
    }
    
.dezena-filtro {
    background-color: #dededefc;
    color: #939393;
    border: 1px solid #bfbfbf;
}
    
    

    .dezena-normal {
        background-color: transparent;
        color: #999;
        border: 1px solid #eee;
    }
    
    /* Tamanhos responsivos para dezenas */
    .dezena {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }
    
    @media (min-width: 450px) {
        .dezena {
            width: 22px;
            height: 22px;
            font-size: 0.6rem;
        }
    }
    
    @media (min-width: 768px) {
        .dezena {
            width: 30px;
            height: 30px;
            font-size: 0.9rem;
        }
    }
    
    @media (max-width: 450px) {
    
     .hide-on-small {
        display: none;
     }
    


        .intervalos-container-small {
            margin-top: 15px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            align-items: center;
            gap: 2px;
            flex-wrap: wrap;
            justify-content: center;
        }
}

.eh-sorteado {
    display: inline-block; 
    width: 28px; 
    height: 28px; 
    line-height: 28px; 
    text-align: center; 
    margin: 0 2px; 
    border-radius: 10%; 
    background-color: #a7348b; 
    color: white; 
    box-shadow: 0 1px #666;
}

.nao-sorteado {
display: inline-block; 
width: 28px; 
height: 28px; 
line-height: 28px; 
text-align: center; 
margin: 0 2px; 
border-radius: 10%; 
background-color: #f0f0f0; 
color: #666; 
box-shadow: 0 1px #666;
}

    
    @media (max-width: 450px) {
    
.eh-sorteado {
    display: inline-block; 
    font-size: 0.8rem;
    width: 22px; 
    
     
    text-align: center; 
    margin: 0 2px; 
    border-radius: 10%; 
    background-color: #a7348b; 
    color: white; 
    box-shadow: 0 1px #666;
    margin-top: 1px;
}

.nao-sorteado {
display: inline-block; 
font-size: 0.8rem;
width: 22px; 


text-align: center; 
margin: 0 2px; 
border-radius: 10%; 
background-color: #f0f0f0; 
color: #666; 
box-shadow: 0 1px #666;
  margin-top: 1px;
}
     
     
    }

/* Estilos para pontuação média */
.classe-pontuou-linha-media {
    background-color: #fffaec82 !important; /* Amarelo claro */
}

.classe-pontuou-celula-media {
    background-color: #ffc107 !important; /* Amarelo médio */
    color: #000 !important;
    font-weight: bold;
}

/* Manter os estilos existentes para pontuação alta */
.classe-pontuou-linha {
    background-color: #dffee7 !important; /* Verde claro */
}

.classe-pontuou-celula {
    background-color: #28a745 !important; /* Verde */
    color: white !important;
    font-weight: bold;
}

.classe-pontuou-celula-10-pontos {
    background-color: #ffc107 !important; /* Amarelo */
    color: #000 !important;
    font-weight: bold;
}

/* Adicionar estilos para pontuação baixa se desejar */
.classe-pontuou-linha-baixa {
    background-color: #f8d7da82 !important; /* Vermelho claro */
}

.classe-pontuou-celula-baixa {
    background-color: #dc3545 !important; /* Vermelho */
    color: white !important;
}



.button-bar {
    text-align: center;
    margin-top: 30px; 
    margin-bottom: 10px; 
    display: flex; 
    justify-content: 
    center; 
    flex-wrap: wrap;
    gap: 2px;
    align-items: center
}

    .button-1-1 {
        width: auto; 
        margin: 5px; 
        box-shadow: 0 3px #666;
    }
    

@media (max-width: 450px) {
    
.button-bar {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    align-items: center
    }
    
    .button-1-1 {
        width: auto; 
        margin: 2px; 
        box-shadow: 0 3px #666;
    }
    
    .button-presencas {
    width: auto; 
    margin: 2px !important; 
    background-color: #3bb31c; 
    box-shadow: 0 3px #666;
}

.button-falhas {
    width: auto; 
    margin: 2px !important; 
    background-color:red; 
    box-shadow: 0 3px #666;
}

}



.button-presencas {
    width: auto; 
    margin: 5px; 
    background-color: #3bb31c; 
    box-shadow: 0 3px #666;
}

.button-falhas {
    width: auto; 
    margin: 5px; 
    background-color:red; 
    box-shadow: 0 3px #666;
}




@media (max-width: 450px) {
    .button-text-long {
        display: none;
    }
}

@media (min-width: 451px) {
    .button-text-short {
        display: none;
    }
}


     @media (max-width: 450px) {
         
/* Ajuste no wrapper para acomodar dois seletores */
.select-wrapper {
    display: flex;
   flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

/* Adicione também um container para centralizar */
.select-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px; /* Adicionado padding nas laterais para mobile */
}
}



.percentage-bar-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin: 15px 0;
    height: 25px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: relative;
}

.percentage-bar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: width 0.5s ease;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-size: 0.9rem;
    position: relative;
    min-width: 1px;
}

.percentage-text {
    position: absolute;
    left: 10px;
    white-space: nowrap;
    z-index: 10;
    text-align: center;
    right: 10px; top: 50%; transform: translateY(-50%); color: #000; text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

/* Ajuste para quando a barra é muito pequena */
.percentage-bar[style*="width: 0%"] .percentage-text,
.percentage-bar[style*="width: 1%"] .percentage-text,
.percentage-bar[style*="width: 2%"] .percentage-text,
.percentage-bar[style*="width: 3%"] .percentage-text,
.percentage-bar[style*="width: 4%"] .percentage-text,
.percentage-bar[style*="width: 5%"] .percentage-text,
.percentage-bar[style*="width: 6%"] .percentage-text,
.percentage-bar[style*="width: 7%"] .percentage-text,
.percentage-bar[style*="width: 8%"] .percentage-text,
.percentage-bar[style*="width: 9%"] .percentage-text,
.percentage-bar[style*="width: 10%"] .percentage-text,
.percentage-bar[style*="width: 11%"] .percentage-text,
.percentage-bar[style*="width: 12%"] .percentage-text,
.percentage-bar[style*="width: 13%"] .percentage-text,
.percentage-bar[style*="width: 14%"] .percentage-text,
.percentage-bar[style*="width: 15%"] .percentage-text,
.percentage-bar[style*="width: 16%"] .percentage-text,
.percentage-bar[style*="width: 17%"] .percentage-text,
.percentage-bar[style*="width: 18%"] .percentage-text,
.percentage-bar[style*="width: 19%"] .percentage-text,
.percentage-bar[style*="width: 20%"] .percentage-text {
    text-align: center;
    color: #333;
    right: 10px; top: 50%; transform: translateY(-50%); color: #000; text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.percentage-bar-red {
    background-color: #ea4335;
}

.percentage-bar-yellow {
    background-color: #f6da01;
    color: #333;
    text-shadow: none;
}

.percentage-bar-yellow .percentage-text {
    color: #333;
    text-shadow: none;
}

.percentage-bar-green {
    background-color: #3bb31c;
}

@media (max-width: 450px) {
    .percentage-bar {
        font-size: 0.8rem;
    }
    
    .percentage-text {
        font-size: 0.75rem;
        left: 5px;
        right: 10px; top: 50%; transform: translateY(-50%); color: #000; text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    }
    
    /* Em telas pequenas, quando a barra for menor que 30%, coloca o texto fora */
    .percentage-bar[style*="width: 0%"] .percentage-text,
    .percentage-bar[style*="width: 1%"] .percentage-text,
    .percentage-bar[style*="width: 2%"] .percentage-text,
    .percentage-bar[style*="width: 3%"] .percentage-text,
    .percentage-bar[style*="width: 4%"] .percentage-text,
    .percentage-bar[style*="width: 5%"] .percentage-text,
    .percentage-bar[style*="width: 6%"] .percentage-text,
    .percentage-bar[style*="width: 7%"] .percentage-text,
    .percentage-bar[style*="width: 8%"] .percentage-text,
    .percentage-bar[style*="width: 9%"] .percentage-text,
    .percentage-bar[style*="width: 10%"] .percentage-text,
    .percentage-bar[style*="width: 11%"] .percentage-text,
    .percentage-bar[style*="width: 12%"] .percentage-text,
    .percentage-bar[style*="width: 13%"] .percentage-text,
    .percentage-bar[style*="width: 14%"] .percentage-text,
    .percentage-bar[style*="width: 15%"] .percentage-text,
    .percentage-bar[style*="width: 16%"] .percentage-text,
    .percentage-bar[style*="width: 17%"] .percentage-text,
    .percentage-bar[style*="width: 18%"] .percentage-text,
    .percentage-bar[style*="width: 19%"] .percentage-text,
    .percentage-bar[style*="width: 20%"] .percentage-text,
    .percentage-bar[style*="width: 21%"] .percentage-text,
    .percentage-bar[style*="width: 22%"] .percentage-text,
    .percentage-bar[style*="width: 23%"] .percentage-text,
    .percentage-bar[style*="width: 24%"] .percentage-text,
    .percentage-bar[style*="width: 25%"] .percentage-text,
    .percentage-bar[style*="width: 26%"] .percentage-text,
    .percentage-bar[style*="width: 27%"] .percentage-text,
    .percentage-bar[style*="width: 28%"] .percentage-text,
    .percentage-bar[style*="width: 29%"] .percentage-text,
    .percentage-bar[style*="width: 30%"] .percentage-text {
        position: absolute;
        left: calc(100% + 5px);
        color: #333;
        text-shadow: none;
    }
}



/* Estilos específicos para células de pontuação no modo volante */
.ciclo-tabela td.classe-pontuou-celula,
.ciclo-tabela td.classe-pontuou-celula-media,
.ciclo-tabela td.classe-pontuou-celula-baixa {
    position: relative;
    overflow: visible;
}

/* Criar um efeito mais elegante para pontuação alta (verde) */
.ciclo-tabela td.classe-pontuou-celula {
    background-color: #28a745 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}



/* Adicionar um indicador visual mais sutil */
.ciclo-tabela td.classe-pontuou-celula::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #28a745;
    border-radius: 6px;
    opacity: 0.3;
    pointer-events: none;
}

/* Estilo para pontuação média (amarelo) */
.ciclo-tabela td.classe-pontuou-celula-media {
    background-color: #ffc107 !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.ciclo-tabela td.classe-pontuou-celula-media::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #ffc107;
    border-radius: 6px;
    opacity: 0.3;
    pointer-events: none;
}

/* Estilo para pontuação baixa (vermelho) */
.ciclo-tabela td.classe-pontuou-celula-baixa {
    background-color: #dc3545 !important;
    color: white !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.ciclo-tabela td.classe-pontuou-celula-baixa::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #dc3545;
    border-radius: 6px;
    opacity: 0.3;
    pointer-events: none;
}

/* Ajuste específico para telas pequenas */
@media (max-width: 450px) {
    .ciclo-tabela td.classe-pontuou-celula::after,
    .ciclo-tabela td.classe-pontuou-celula-media::after,
    .ciclo-tabela td.classe-pontuou-celula-baixa::after {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        border-width: 1px;
    }
}

/* Alternativa: Estilo com gradiente suave */
.ciclo-tabela td.classe-pontuou-celula-alt {
    background: linear-gradient(135deg, #2ed44a 0%, #28a745 100%) !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
}

/* Alternativa 2: Estilo minimalista com borda */
.ciclo-tabela td.classe-pontuou-celula-minimal {
    background-color: rgba(40, 167, 69, 0.15) !important;
    color: #28a745 !important;
    font-weight: bold;
    border: 2px solid #28a745;
    border-radius: 4px;
}

/* Alternativa 3: Estilo com ícone */
.ciclo-tabela td.classe-pontuou-celula-icon {
    background-color: #28a745 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    padding-right: 20px !important;
    position: relative;
}

.ciclo-tabela td.classe-pontuou-celula-icon::before {
    content: '✓';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.7;
}


.destaque-texto {
    box-shadow: 0 1px #666 !important;
}



/* Estilos para modo "Destacar Filtro" */
.dezena-sorteada-destacar {
    background-color: #d0d0d0;
    color: #888;
    border: 1px solid #b0b0b0;
    opacity: 0.7;
}

.dezena-normal-destacar {
    background-color: #f5f5f5;
    color: #ccc;
    border: 1px solid #e0e0e0;
    opacity: 0.5;
}

/* Manter as dezenas do filtro em destaque mesmo no modo destacar */
.dezena-sorteada-filtro,
.dezena-filtro {
    opacity: 1 !important;
}




/* Estilos responsivos para o novo checkbox */
@media (max-width: 450px) {
    #controle-concursos-Interior label,
    #controle-concursos-Impares label,
    #controle-concursos-Pares label {
        font-size: 0.8rem !important;
    }
    
    #controle-concursos-Interior input[type="checkbox"],
    #controle-concursos-Impares input[type="checkbox"],
    #controle-concursos-Pares input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
}

/* Transição suave para mudanças de estilo */
.dezena {
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Estilo para destacar melhor o padrão no modo somente padrão */
.dezena-sorteada-filtro {
    position: relative;
}

.dezena-sorteada-filtro::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #a7348b;
    border-radius: 12%;
    opacity: 0.3;
    pointer-events: none;
}



/* Estilos para modo "Destacar Filtro" - ordem de contraste */
.dezena-sorteada-destacar {
    background-color: #d8d8d8;
    color: #999;
    border: 1px solid #c0c0c0;
    opacity: 0.5;
}

.dezena-normal-destacar {
    background-color: #f5f5f5;
    color: #ddd;
    border: 1px solid #e8e8e8;
    opacity: 0.3;
}

.dezena-filtro-destacar {
    background-color: #c2c2c2;
    color: #5e5e5e;
    border: 1px solid #acacac;
    opacity: 0.7;
}


/* Manter as dezenas do filtro sorteadas sempre em destaque máximo */
.dezena-sorteada-filtro {
    opacity: 1 !important;
    background-color: #a7348b !important;
    color: white !important;
    border: 1px solid #8a2973 !important;
}

/* Ajuste para tabelas com espaçamento dinâmico */
.ciclo-tabela {
    transition: border-spacing 0.3s ease;
}

/* Estilo específico para modo Somente Padrão */
#tabela-concursos-Impares td div[style*="justify-content: center"] {
    min-height: 30px;
}

/* Responsividade para os novos checkboxes */
@media (max-width: 768px) {
    #controle-concursos-Impares {
        padding: 10px !important;
    }
    
    #controle-concursos-Impares label {
        font-size: 0.85rem !important;
        margin: 3px !important;
    }
}

/* Animação suave ao mudar modos */
.dezena {
    transition: all 0.3s ease;
}

/* Destaque visual para diferenciar melhor os níveis no modo destacar */
.dezena-sorteada-filtro::before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 1px solid #a7348b;
    border-radius: 12%;
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}



.novo-ciclo-tabela td, .novo-ciclo-tabela th

 {
       padding: 10px 2px !important;
       
 }/* End custom CSS */