:root {
    --green: #20D5AA;
    --dark: #0F172A;
	--grayCleber: #e1ecff;
    --dark-light: #94A3B8;
    --special: #ff6f00;
}

body {
    background: var(--dark);
    color: var(--dark-light);
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

h1,
h2,
h3 {
    font-weight: 700;
}

main {
    min-height: calc(100vh - 284px);
}

.f-18 {
    font-size: 1.25rem;
}

.f-20 {
    font-size: 1.5rem;
}

.f-24 {
    font-size: 1.75rem;
}

.text-green {
    color: var(--green);
}

.text-shadow {
    text-shadow: 0 3px 2px rgba(15, 23, 42, .8);
}

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse {
    margin-top: 20px;
}

.cotas-title-wrapper span {
    text-transform: uppercase;
    font-weight: 700;
}

.form-control {
    background-color: #1E293B;
    border-color: #1E293B;
    color: var(--dark-light) !important;
}

.form-control:focus {
    background-color: #334155;
    border-color: #1E293B;
}

.form-control[readonly] {
    background-color: #334155;
}

.clip-copy {
    position: relative;
}

.clip-copy .form-control {
    padding-right: 8px;
}

.clip-copy button {
    background: #1E293B;
    padding: 5px;
    border: none;
    position: absolute;
    right: 2px;
    top: 34px;
    border-radius: 3px;
    transition: all ease-in-out .3s;
}

.clip-copy button:hover {
    background: var(--green);
}

.clip-copy button:before {
    content: "Copiado";
    position: absolute;
    bottom: -38px;
    right: 0;
    background: var(--green);
    color: var(--dark);
    padding: 3px 6px;
    border-radius: 3px;
    font-size: .75rem;
    display: none;
}

.clip-copy button:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--green);
    position: absolute;
    right: 15px;
    bottom: -20px;
    transform: rotate(45deg);
    display: none;
}

.clip-copy.active button:before,
.clip-copy.active button:after {
    display: block;
}

@media (max-width: 560px) {
    .navbar-brand img {
        width: 280px;
    }
}



/* ==================================
===== PEGAR CSS A PARTIR DAQUI ======
================================== */

#loterias {
    border-radius: 7px;
    margin-top: 25px;
    display: flex;
}

.loterias_content,
#loto-cols {
    width: 50%;
}

.numsChosed {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.numsChosed input {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    background-color: var(--dark-light);
    color: var(--dark);
    font-weight: bold;
    border: none;
    text-align: center;
}

.numsChosed input:focus {
    outline: none;
}

.btn-modal {
    border: none;
    font: inherit;
    background: var(--green);
    padding: 10px 20px;
    margin: 15px 0 30px;
    border-radius: 7px;
    font-weight: 600;
    transition: all ease-in-out .2s;
    cursor: pointer;
}

.btn-modal:hover {
    background: #8E44AD;
    color: white;
}

#loto-cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid {
    display: grid;
    max-width: 500px;
    column-gap: 10px;
    row-gap: 10px;
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-10 {
    grid-template-columns: repeat(10, 1fr);
}

.gridItem {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
    font-weight: bold;

    background: #1E293B;
    color: var(--dark-light);
}

.gridError {
    max-width: 250px;
    height: 150px;
    background: #fb7185;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--dark);
    font-weight: bold;
    padding: 0 10px;
}

.numsMessage {
    margin-top: 15px;
    font-size: 14px;
    color: var(--green);
}

.lotofacil.active {background: #8E44AD; color: white;}
.lotofacilindependencia.active {background: #8E44AD; color: white;}
.megasena.active {background: #209869; color: var(--dark);}
.megasenavirada.active {background: #209869; color: var(--dark);}
.lotomania.active {background: #FDA814; color: var(--dark);}
.quina.active {background: #260085; color: white;}
.quinasaojoao.active {background: #260085; color: white;}
.duplasena.active {background: #A61324; color: white;}
.duplasenapascoa.active {background: #A61324; color: white;}
.loteca.active {background: #A61324; color: white;}
.timemania.active {background: #00FF48; color: var(--dark);}
.diadesorte.active {background: #E8C31E; color: var(--dark);}
.maismilionaria.active {background: #2C3682; color: var(--dark);}
.supersete.active {background: #B5CD7A; color: var(--dark);}

.count-content {
    margin-top: 25px;
    background: #1E293B;
    padding: 10px 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.count .count-span {
    background-color: var(--dark);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 7px;
    font-weight: bold;
}

.count-span.active {
    background: var(--green);
    color: var(--dark);
}

@media (max-width: 768px) {
    #loterias {
        flex-direction: column;
    }
    .loterias_content,
    #loto-cols {
        width: 100%;
    }
    .loterias_content {
        text-align: center;
        margin-bottom: 25px;
    }
    .numsChosed {
        justify-content: center;
    }
    .grid-10 {
        grid-template-columns: repeat(5, 1fr);
    }
}

.card-loto {
    background-color: #ecf3ff;
    color: var(--dark-light);
    border-radius: 7px;
    overflow: hidden;
	border: 1px solid #364569;
	box-shadow: -7px 7px 5px rgba(255, 255, 255, 0.17) !important;
}





/* Efeito de scale no card-loto quando $bolaoEncerrado for falso */

.card-loto.scale-hover {
    transition: transform 0.15s ease, border 0.15s ease, box-shadow 0.15s ease;
}

.card-loto.scale-hover:hover {
    transform: scale(1.02);
    border: 1px  solid #ffffff;
    box-shadow: none !important; /* Força a remoção da sombra */
}



.card-loto.scale-hover2 {
    transition: transform 0.5s ease;
}

.card-loto.scale-hover2:hover .esgotado-image {
    transform: translate(-50%, -50%) scale(1.07) rotate(0deg); /* Adiciona rotação de 10 graus junto com o scale */
    transition: transform 0.2s ease-in-out; /* Aumentei para 0.6s */
}


/* Efeito de zoom apenas no botão dentro do card-loto-footer */
.card-loto-footer span {
    transition: transform 0.3s ease;
}




 
.card-loto a {
    width: 100%;
    text-decoration: none;
    color: #19202a;
}

.card-loto .disabled-link {
    pointer-events: none;
}

.card-loto-header h2{
    color: white;
    letter-spacing: .1rem;
    opacity: .8;
    text-shadow: 2px 2px 4px #000;
}

.card-loto-header img {
    width: 35px;
}

.card-loto-body small {
    font-size: .975rem;
}

.card-loto .lotofacil {background: #8E44AD;}
.card-loto .lotofacilindependencia {background: #8E44AD;}
.card-loto .megasena {background: #209869;}
.card-loto .megasenavirada {background: #209869;}
.card-loto .lotomania {background: #FDA814;}
.card-loto .quina {background: #260085;}
.card-loto .quinasaojoao {background: #260085;}
.card-loto .duplasena {background: #A61324;}
.card-loto .loteca {background: #E03736;}
.card-loto .duplasenapascoa {background: #A61324;}
.card-loto .timemania {background: #00FF48;}
.card-loto .diadesorte {background: #E8C31E;}
.card-loto .supersete {background: #B5CD7A;}
.card-loto .maismilionaria {background: #2C3682;}

#dropdown-filters {
    display: none;
}

#dropdown-filters .nav-link {
    color: var(--dark-light);
    padding: 3px 15px;
}

@media (max-width: 992px) {
    #dropdown-filters {
        margin-top: 25px;
        display: block;
    }
}

@media (max-width: 576px) {
    .card-loto-header h2 {
        font-size: 1.2rem;
        position: relative;
    }

    .card-loto-header img {
        width: 25px;
    }

    .mobile-arrow {
        position: absolute;
        bottom: 0px;
        right: 10px;
    }

    .mobile-arrow img {
        width: 15px;
    }
}

.error-page {
    min-height: calc(100vh - 93px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-title {
    font-size: 7rem;
}

.btn-custom {
    background-color: var(--green);
    transition: all ease-in-out .3s;
}
.btn-custom:hover {
    opacity: .7;
}

footer .nav-footer {
    margin-top: 15px;
}

.link-footer {
    color: var(--dark-light);
    margin-right: 10px;
}

.zap {
    width: 46px;
    height: 46px;
    background-color: #4CCA5A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.zap:hover {
    zoom: 1.1;
    background-color: #2FB944;
}

.zap a {
    color: #fff;
}
.special-box {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 40px
}

.special {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--special);
    text-transform: uppercase;
    padding: 4px;
    border: 1px solid #D3D3D3; /* Borda cinza clara */
    border-radius: 2px; /* Canto levemente arredondado */
}



.pulaespaco {
    display: block;
    height: 8px; /* Define a altura do espaço vazio */
}

.esgotado-image {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0.5; /* Ajuste a opacidade conforme necessário */
    pointer-events: none; /* Para garantir que a imagem não interfira na interação com o card */
    width:58%;
    transition: transform 0.6s ease-in-out; /* Mesma duração para o retorno */
}


.btn-esgotado {
    background: var(--grayCleber);
    color: #7f8ea3 !important; /* Força a cor da fonte para #0F172A */

}


@media (max-width: 460px) {
    footer .nav-footer {
        margin-bottom: 55px;
    }

    .link-footer {
        font-size: .785rem;
    }
    .card-loto .timemania-body {
        color: var(--dark);
    }
}

