/* version=3.0.0 */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

html {
    overflow: hidden;
}
:root {
    --first-color: #ffffff;
    --second-color: #01325b;
    --third-color: #021c33;
    /* Azul escuro */
    --fourth-color: #03294a;
    /* Azul médio */
    --fifth-color: #011522;
    /* Azul muito escuro */
    --sixth-color: #021b2e;
    /* Azul escuro 2 */
    --seventh-color: #355b73;
    /* Azul acinzentado */
    --eighth-color: #0055aa;
    /* Azul vivo */
    --ninth-color: #0077cc;
    /* Azul claro/ciano */
    --tenth-color: #010d1a;
    /* Azul escuro profundo */
    --eleventh-color: #1e5ceb;
    /* Azul claro queimado */
    --twelfth-color: #217aeb;
    /* Azul intenso */
    --thirteenth-color: #00294a;
    /* Azul escuro */
    --fourteenth-color: #041d33;
    /* Azul marinho */
    --fifteenth-color: #b5d9ff;
    /* Azul claro / azul bebê */
    --sixteenth-color: #ffff00;
    /* Amarelo (mantido) */
    --seventeenth-color: #0044aa;
    /* Azul vibrante */
    --eighteenth-color: #333333;
    /* Cinza escuro */
    --nineteenth-color: #555555;
    /* Cinza médio */
    --twentieth-color: #666666;
    /* Cinza claro */
    --twenty-first-color: #222222;
    /* Quase preto */
    --green: #0077cc;
}



body {
    background: radial-gradient(circle, var(--first-color), var(--second-color));
    background-position: top;
    background-size: cover;
    overflow: auto;
    padding-bottom: 1vw;
}
body,
.main-menu,
.main,
.modal-dialog .bilhete-melhores-cartelas,
.login-page{
    background: var(--second-color)!important;
    background-image: none;
}
/* Animação do giro do degradê */
.premio {
    overflow: hidden;
}

/* Efeito de brilho em movimento */

.premio::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(-50%);
    animation: shine 10s infinite;
}

.acumulado {
    overflow: visible;
}

.acumulado::before {
    display: none;
}

/* Definindo o delay para cada item (intervalo entre animações) */
.proximos .linha .premio:nth-child(1)::before {
    animation-delay: 0s;
    /* Nenhum intervalo para o primeiro */
}

.proximos .linha .premio:nth-child(2)::before {
    animation-delay: 1s;
    /* Intervalo de 0.5 segundos para o segundo */
}

.proximos .linha .premio:nth-child(3)::before {
    animation-delay: 2s;
    /* Intervalo de 1 segundo para o terceiro */
}

.proximos .linha .premio:nth-child(4)::before {
    animation-delay: 3s;
    /* Intervalo de 1.5 segundos para o quarto */
}

.proximos .linha .premio:nth-child(5)::before {
    animation-delay: 4s;
    /* Intervalo de 2 segundos para o quinto */
}

/* Animação do brilho indo da esquerda para a direita */
@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    5% {
        opacity: 1.0;
        left: -100%;
    }

    10% {
        opacity: 1.0;
        left: 100%;
    }

    15% {
        left: 200%;
        opacity: 0;
    }

    100% {
        left: 200%;
        opacity: 0;
    }
}

#comprar {}

#comprar .qtd-bt {
    background: var(--seventeenth-color);
    color: var(--first-color);
    border: none;
}

#comprar .bt-comprar,
#comprar .bt-menos-mais {
    background: var(--third-color);
    color: white;
}

.cartela {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cartela .numero {
    width: 19%;
    position: relative;
}

.cartela .numero:nth-child(2),
.cartela .numero:nth-child(3),
.cartela .numero:nth-child(4),
.cartela .numero:nth-child(5),
.cartela .numero:nth-child(6) {
    margin-top: 2.3vw !important;
    position: relative;
}

.cartela .numero:nth-child(2)::before,
.cartela .numero:nth-child(3)::before,
.cartela .numero:nth-child(4)::before,
.cartela .numero:nth-child(5)::before,
.cartela .numero:nth-child(6)::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--first-color);
    background: var(--eighth-color);
    border-radius: 0.5vw;
    top: -2.4vw;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(2)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(3)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(4)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(5)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(6)::before {
    top: -2.5vw !important;
}

.zoom-cartela-1 .cartela .numero:nth-child(2),
.zoom-cartela-1 .cartela .numero:nth-child(3),
.zoom-cartela-1 .cartela .numero:nth-child(4),
.zoom-cartela-1 .cartela .numero:nth-child(5),
.zoom-cartela-1 .cartela .numero:nth-child(6) {
    margin-top: 2.5vw !important;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero {
    width: 17.9% !important;
}

.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(2)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(3)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(4)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(5)::before,
.coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(6)::before {
    top: -1.9vw !important;
}

.zoom-cartela-2 .cartela .numero:nth-child(2),
.zoom-cartela-2 .cartela .numero:nth-child(3),
.zoom-cartela-2 .cartela .numero:nth-child(4),
.zoom-cartela-2 .cartela .numero:nth-child(5),
.zoom-cartela-2 .cartela .numero:nth-child(6) {
    margin-top: 1.8vw !important;
}

.cartela .numero:nth-child(2)::before {
    content: "B";
}

.cartela .numero:nth-child(3)::before {
    content: "I";
}

.cartela .numero:nth-child(4)::before {
    content: "N";
}

.cartela .numero:nth-child(5)::before {
    content: "G";
}

.cartela .numero:nth-child(6)::before {
    content: "O";
}

.coluna-direita .bilhete-melhores-cartelas .cartela {
    height: auto !important;
}

.cartelas-compradas {
    background-image: none;
    background: linear-gradient(to right, var(--fifteenth-color) 0%, var(--first-color) 50%, var(--fifteenth-color) 100%);

}

.esquerda .premios .premio .value {
    margin-top: 0.5vw !important;
}

.esquerda .premios .acumulado .label {
    font-size: 1.2vw;
    padding-right: 1vw;
    display: none!important;
}

.esquerda .centro .sorteio-bolas .info .box .value {
    padding-top: 2.3vw;
}

.proximos .linha:first-child {
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 0.5vw;
}

.proximos .info .label {
    color: var(--tenth-color);
}

.proximos .info:nth-child(1) .value,
.proximos .info .value {
    color: var(--eleventh-color);
}

.proximos .premio {
    background: linear-gradient(to bottom, var(--twelfth-color), var(--tenth-color));
    border: 0.2vw solid var(--first-color);
    color: white;
}

.proximos .acumulado {
    background: linear-gradient(to bottom, var(--eighth-color), var(--thirteenth-color)) !important;
}

.espera .relogio {
    height: auto;
    padding: 1vw;
    width: calc(100% - 4vw);
    background: var(--fourth-color);
    border-radius: 2vw;
    font-family: 'Orbitron';
    margin: auto;
}

.espera .relogio .numero {
    color: var(--ninth-color);
    border-color: var(--fourteenth-color);
    background: var(--fourteenth-color);
}

.espera .relogio .doispontos {
    color: var(--ninth-color);
}

.proximos {
    width: 100%;
    padding: 2vw 2vw 0
}

.proximos .linha:first-child {
    background: rgba(255, 255, 255, 1.0);
    margin-bottom: 0.5vw;
}

.proximos .info .label {
    color: var(--tenth-color);
}

.proximos .info:nth-child(1) .value,
.proximos .info .value {
    color: var(--eleventh-color);
}

.proximos .premio {
    background: linear-gradient(to bottom, var(--twelfth-color), var(--tenth-color));
    border: 0.2vw solid var(--first-color);
}

.proximos .acumulado {
    background: linear-gradient(to bottom, var(--eighth-color), var(--thirteenth-color)) !important;
}

.premiado-cartelas .cartela .numero:nth-child(2),
.premiado-cartelas .cartela .numero:nth-child(3),
.premiado-cartelas .cartela .numero:nth-child(4),
.premiado-cartelas .cartela .numero:nth-child(5),
.premiado-cartelas .cartela .numero:nth-child(6) {
    margin-top: 3.6vw !important;
}

.premiado-cartelas .cartela .numero:nth-child(2)::before,
.premiado-cartelas .cartela .numero:nth-child(3)::before,
.premiado-cartelas .cartela .numero:nth-child(4)::before,
.premiado-cartelas .cartela .numero:nth-child(5)::before,
.premiado-cartelas .cartela .numero:nth-child(6)::before {
    margin-top: -0.8vw;
}

.premiado .cartela .numero {
    width: 19.3% !important;
}

.principal {
    padding-top: 60px;
}

#modal-cartelas-compradas .cartela .numero:nth-child(2)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(3)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(4)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(5)::before,
#modal-cartelas-compradas .cartela .numero:nth-child(6)::before {
    top: -1.8vw;
}

#modal-cartelas-compradas .cartela .numero {
    width: 17% !important;
}

.esquerda .premios .premio {
    border: 0.2vw solid var(--fifth-color);
    border-radius: 1vw;
    background: var(--sixth-color);
}

.esquerda .premios .premio-ativo {
    border: 0.2 solid var(--sixteenth-color);
    box-shadow:
        0 0 5px cyan,
        /* Brilho mais suave */
        0 0 10px cyan,
        /* Brilho médio */
        0 0 20px cyan,
        /* Brilho forte */
        0 0 20px cyan,
        /* Brilho mais intenso */
        0 0 20px cyan;
    /* Efeito neon */
}

.esquerda .premios .premio .label {
    width: 80%;
    margin: auto;
    margin-top: -0.6vw;
    height: 3.2vw;
    background-color: var(--seventh-color);
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esquerda .premios .acumulado {
    border-color: var(--twenty-first-color);
    background: var(--eighth-color);
    color: var(--eighth-color);
    box-shadow:
        0 0 5px cyan,
        /* Brilho mais suave */
        0 0 10px cyan,
        /* Brilho médio */
        0 0 20px cyan,
        /* Brilho forte */
        0 0 20px cyan,
        /* Brilho mais intenso */
        0 0 20px cyan;
    /* Efeito neon */
}

.esquerda .premios .acumulado .label {
    color: var(--first-color);
}

.esquerda .premios .acumulado .value {
    margin-top: 0.5vw !important;
    color: var(--sixteenth-color);
}

.esquerda .premios .acumulado-desativo {
    box-shadow: none;
    background: var(--eighteenth-color);
    box-shadow: none;
}

.esquerda .premios .acumulado-desativo .label {
    background: var(--nineteenth-color);
    color: var(--twentieth-color);
}

.esquerda .premios .acumulado-desativo .value {
    color: var(--twentieth-color);
}

.premios .acumulado-desativo .acumulado-numero {
    color: var(--twentieth-color);
}

.premios .acumulado .acumulado-numero {
    right: -1vw;
    top: 3.3vw;
}

.star {
    right: -1vw;
    top: 3.3vw;
}

.esquerda .premios .acumulado {}

.esquerda .premios .acumulado .value {
    position: relative;
    margin-top: 3vw !important;
}

.esquerda .premios .acumulado .value::before {
    content: "ACUMULADO";
    position: absolute;
    top: -3.1vw;
    left: 0;
    width: 80%;
    margin: 0 10%;
    height: 2.8vw;
    border-radius: 0 0 1vw 1vw;
    background-color: var(--twenty-first-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.proximos .info .value {
    font-size: 2.5vw;
    line-height: 4vw;
}
.proximos .acumulado {
    background: linear-gradient(to bottom, rgb(255, 0, 0), rgb(105 0 0)) !important;
    color: yellow;
}
.numAcumulado{
    color: red;
    }
.video-descanso {
    height: 36vw;
}
@media (orientation: portrait) {
    .video-descanso {
        height: 56vw;
    }
    .proximos .info .value {
        font-size: 4vw;
    }

    .principal {
        padding-top: 10px;
    }

    .premiado-cartelas .cartela .numero:nth-child(2),
    .premiado-cartelas .cartela .numero:nth-child(3),
    .premiado-cartelas .cartela .numero:nth-child(4),
    .premiado-cartelas .cartela .numero:nth-child(5),
    .premiado-cartelas .cartela .numero:nth-child(6) {
        margin-top: 6vw !important;
    }

    .premiado-cartelas .cartela .numero:nth-child(2)::before,
    .premiado-cartelas .cartela .numero:nth-child(3)::before,
    .premiado-cartelas .cartela .numero:nth-child(4)::before,
    .premiado-cartelas .cartela .numero:nth-child(5)::before,
    .premiado-cartelas .cartela .numero:nth-child(6)::before {
        margin-top: 0.2vw;
    }

    .esquerda .premios {
        height: 13vw;
    }

    .esquerda .premios .premio {
        border: 0.5vw solid var(--fifth-color);
        border-radius: 2vw;
        background: var(--sixth-color);
    }

    .esquerda .premios .acumulado .label {
        font-size: 2.5vw;
    }

    .esquerda .premios .premio .value {
        font-size: 3.5vw;
    }

    .esquerda .premios .premio-ativo {
        border: 1vw solid var(--sixteenth-color);
        box-shadow:
            0 0 5px cyan,
            /* Brilho mais suave */
            0 0 10px cyan,
            /* Brilho médio */
            0 0 20px cyan,
            /* Brilho forte */
            0 0 20px cyan,
            /* Brilho mais intenso */
            0 0 20px cyan;
        /* Efeito neon */
    }

    .esquerda .premios .premio .label {
        width: 80%;
        margin: auto;
        margin-top: -0.6vw;
        height: 5vw;
        background-color: var(--seventh-color);
        border-radius: 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .esquerda .premios .acumulado {
        border-color: var(--twenty-first-color);
        background: var(--eighth-color);
        color: var(--eighth-color);
        box-shadow:
            0 0 5px cyan,
            /* Brilho mais suave */
            0 0 10px cyan,
            /* Brilho médio */
            0 0 20px cyan,
            /* Brilho forte */
            0 0 20px cyan,
            /* Brilho mais intenso */
            0 0 20px cyan;
        /* Efeito neon */
    }

    .esquerda .premios .acumulado .label {
        color: var(--first-color);
    }

    .esquerda .premios .acumulado .value {
        margin-top: 5.5vw !important;
        color: var(--sixteenth-color);
    }

    .esquerda .premios .acumulado .value::before {
        margin: 0 5%;
        width: 90%;
        font-size: 2vw;
        height: 5vw;
        top: -5.9vw;
    }

    .esquerda .premios .acumulado-desativo {
        box-shadow: none;
        background: var(--eighteenth-color);
        box-shadow: none;
    }

    .esquerda .premios .acumulado-desativo .label {
        background: var(--nineteenth-color);
        color: var(--twentieth-color);
    }

    .esquerda .premios .acumulado-desativo .value {
        background: var(--eighteenth-color);
        color: var(--twentieth-color);
    }

    .premios .acumulado-desativo .acumulado-numero {
        color: var(--twentieth-color);
    }

    .premios .acumulado .acumulado-numero {
        right: -3vw;
        top: -1vw;
    }

    .star {
        right: -3vw;
        top: -1vw;
    }

    .premiado .cartela .numero {
        width: 19.7% !important;
    }

    .espera {
        padding: 2vw 0;
        height: auto;
        background: none;

    }

    .espera .relogio {
        height: auto;
        padding: 2vw;
        width: calc(100% - 4vw);
        background: var(--fourth-color);
        border-radius: 2vw;
        font-family: 'Orbitron';
    }

    .espera .relogio .numero {
        color: var(--ninth-color);
        border-color: var(--fourteenth-color);
        background: var(--fourteenth-color);
    }

    .espera .relogio .doispontos {
        color: var(--ninth-color);
    }

    .proximos {
        width: 100%;
        padding: 2vw 2vw 0
    }

    .proximos .linha:first-child {
        background: rgba(255, 255, 255, 1.0);
        margin-bottom: 0.5vw;
    }

    .proximos .info .label {
        color: var(--tenth-color);
    }

    .proximos .info:nth-child(1) .value,
    .proximos .info .value {
        color: var(--eleventh-color);
    }

    .proximos .premio {
        border: 0.4vw solid var(--first-color);
    }
    .cartela .numero:nth-child(2),
    .cartela .numero:nth-child(3),
    .cartela .numero:nth-child(4),
    .cartela .numero:nth-child(5),
    .cartela .numero:nth-child(6) {
        margin-top: 6vw !important;
        position: relative;
    }

    .coluna-direita {
        padding: 1vw 3vw;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .cartela-25,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .cartela-25 {
        height: auto !important;
    }

    .cartela .numero:nth-child(2)::before,
    .cartela .numero:nth-child(3)::before,
    .cartela .numero:nth-child(4)::before,
    .cartela .numero:nth-child(5)::before,
    .cartela .numero:nth-child(6)::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--first-color);
        background: var(--eighth-color);
        border-radius: 1vw;
        top: -5.8vw;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(2)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(3)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(4)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(5)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-1 .numero:nth-child(6)::before {
        top: -8.8vw !important;
    }

    .zoom-cartela-1 .cartela .numero:nth-child(2),
    .zoom-cartela-1 .cartela .numero:nth-child(3),
    .zoom-cartela-1 .cartela .numero:nth-child(4),
    .zoom-cartela-1 .cartela .numero:nth-child(5),
    .zoom-cartela-1 .cartela .numero:nth-child(6) {
        margin-top: 9vw !important;
    }

    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(2)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(3)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(4)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(5)::before,
    .coluna-direita .bilhete-melhores-cartelas.zoom-cartela-2 .numero:nth-child(6)::before {
        top: -4.4vw !important;
    }

    .zoom-cartela-2 .cartela .numero:nth-child(2),
    .zoom-cartela-2 .cartela .numero:nth-child(3),
    .zoom-cartela-2 .cartela .numero:nth-child(4),
    .zoom-cartela-2 .cartela .numero:nth-child(5),
    .zoom-cartela-2 .cartela .numero:nth-child(6) {
        margin-top: 4.4vw !important;
    }

    .cartela .numero:nth-child(2)::before {
        content: "B";
    }

    .cartela .numero:nth-child(3)::before {
        content: "I";
    }

    .cartela .numero:nth-child(4)::before {
        content: "N";
    }

    .cartela .numero:nth-child(5)::before {
        content: "G";
    }

    .cartela .numero:nth-child(6)::before {
        content: "O";
    }

    .coluna-direita .bilhete-melhores-cartelas .cartela {
        height: auto !important;
    }

    .cartelas-compradas {
        background-image: none;
        background: linear-gradient(to right, var(--fifteenth-color) 0%, var(--first-color) 50%, var(--fifteenth-color) 100%);

    }

    #modal-cartelas-compradas .cartela .numero:nth-child(2)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(3)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(4)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(5)::before,
    #modal-cartelas-compradas .cartela .numero:nth-child(6)::before {
        top: -4.5vw;
    }

    #modal-cartelas-compradas .cartela .numero {
        width: 19% !important;
    }
    .esquerda .centro .sorteio-bolas .info .box{
        height: 8.5vw;
    }
}

.esquerda .centro .sorteio-bolas .bolas .bola-1 {
    z-index: 90;
}

.animaBolaPrincipal {
    animation: bolaAnimate 1s ease;
    z-index: 91;
}

@keyframes bolaAnimate {
    0% {
        transform: scale(5.0) rotate(0deg);
    }

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

h1.premio-title {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.ganhadores-final.show {
    height: 100vh;
    overflow: auto;
}

.ganhadores-final::before {
    content: "GANHADORES";
}

.login-box .align-right img {
    display: none;
}

.h-100 {
    overflow-x: hidden;
}

.header {
    background-image: none;
    background-color: var(--fourth-color);
}

.ganhadores-final .box-amarelo .box-ganhador {
    background-image: url('./images/bg-premio-final.png') !important;
}

.ganhadores-final .box-amarelo {
    border: 0.4vw var(--eleventh-color) solid;
    background-color: var(--fifth-color)!important;
}

.ganhadores-final .box-amarelo .box-ganhador {
    height: 23vw
}
.ganhadores-final .box:first-child img:last-child {
    display: none;
}


@media (orientation: portrait) {
    .ganhadores-final .box-amarelo {
        margin: auto 50px;
    }

    .ganhadores-final::before {
        top: 4vw;
        color: transparent;
        /* deixa o centro vazio */
        -webkit-text-stroke: 1px yellow;
        /* cor e espessura do contorno */
        font-weight: 900;
    }
    .ganhadores-final .box-amarelo .box-ganhador{
        width: 45%;
    }
}

.coluna-direita .bilhete-melhores-cartelas .cartela .cupom,
.coluna-direita .bilhete-melhores-cartelas .cartela .doador,
.coluna-direita .lista-melhores-cartelas .topo,
.premiado .cartela .doador,
.premiado .cartela .rodape {
    background: var(--fifth-color);
    color: white;
}

.esquerda .centro .sorteio-bolas .info .box .value {
    background: var(--fifth-color);
        border: 2px solid var(--fourth-color);
        padding-top: 1.8vw;
}

.esquerda .centro .sorteio-bolas .info .box .label {
    background: var(--seventeenth-color);
    color: var(--fifteenth-color);
}

.esquerda .painel-numeros .numero {
    background: var(--fifteenth-color);
}

.esquerda .painel-numeros .sorteado,
.coluna-direita .lista-melhores-cartelas .corpo .faltam span {
    background: var(--seventeenth-color);
    color: white;
}

.esquerda .painel-numeros .ultimo {
    background: yellow;
    color: red;

}

.esquerda .premios .premio-desativo .label,
.esquerda .premios .premio-desativo .value {
    color: #a1a1a1;
}

.esquerda .premios .premio-desativo {
    background: var(--eighteenth-color);
}

.esquerda .premios .premio-desativo .label {
    background: var(--twentieth-color);
}

.coluna-direita .lista-melhores-cartelas .corpo .doador {
    color: var(--fifth-color);
}

.premiado .cartela .sorteado {
    background: var(--seventeenth-color);
}

.cartela .sorteado {
    background: var(--seventeenth-color) !important;
}

.esquerda .painel-numeros {
    background-color: rgba(0, 0, 0, 0.5);
}


.ganhadores-final .box-amarelo .box-ganhador {
    height: auto;
    border: 2px solid var(--ninth-color);
    border-radius: 1vw;
    margin: 2vw;
    padding: 2vw;
}

.ganhadores-final.show {
    padding-top: 5vw;
}

.ganhadores-final .box-amarelo .box-ganhador .codigo,
.ganhadores-final .box-amarelo .box-ganhador .valor {
    color: var(--ninth-color);
}

.premiado .janela .box {
    color: yellow;
    background: var(--eleventh-color)
}

form#sign_in h2.font-weight-normal.mb-5 {
    color: white !important;
    padding: 10px 20px !important;
    text-align: center !important;
    border-radius: 25px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
.float-label .form-control.text-white{
    border-radius: 60px 20px 20px 60px;
    background: white;
    width: 100%;
    position: relative;
}
.float-label .form-control.text-white::before{
    
}
form#sign_in .form-group{
    position: relative;
    padding: 0;
}
form#sign_in .form-group input{
    color: white;
    background: none;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
form#sign_in .form-group::before {
    font-family: 'Material Icons';
    content: "";
    display: flex;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-top: 6px;
    justify-content: center;
    z-index: 9;
}

form#sign_in .form-group:has(input[name="email"])::before {
    content: "perm_identity"!important;
}
form#sign_in .form-group:has(input[name="password"])::before {
    content: "lock"!important;
}
form#sign_in .form-group:has(input[name="password_confirmation"])::before {
    content: "lock"!important;
}
form#sign_in .form-group:has(input[name="cpf"])::before {
    content: "assignment_ind"!important;
}
form#sign_in .float-label .form-control-label{
    display: none;
}

/**
STYLE COMPRAR
**/

#modal-comprar #comprar{
    height: 200px;
}
#modal-comprar .div-esq{
    width: 100%;
}

#modal-comprar .div-dir{
    float: none;
    display: flex;
}
#modal-comprar .div-100{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

#modal-comprar .div-100r{
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
    margin: 5px 0;
}
#modal-comprar .quadro-qtd{
    height: auto;
}
#comprar .bt-menos-mais{
    height: auto;
}
#modal-comprar .div-100r .input-valor{
    width: 50%;
}
#modal-comprar .div-100r .input-valor input{
    width: 100%;
    height: 30px;
    border: none;
    background: transparent;
    font-weight: 500;
    border-radius: 10px;
    background: #efefef;
    padding: 0 10px;
}
#modal-comprar .div-dir button{
    top: 0;
}
#modal-comprar #comprar .qtd-bt {
    background: white;
    color: var(--fourth-color);
    border: 1px solid var(--fourth-color);
    width: 12%;
    border-radius: 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#modal-comprar .quadro-qtd{
    display: flex;
    width: 50%;
}

#modal-comprar .quadro-qtd input{
    width: 100%;
    height: 30px;
    text-align: center;
}
#modal-comprar .bt-menos-mais{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 30px;
}

#modal-comprar .input-qtd{
    width: 60%;
}
#modal-comprar .menos-mais-esquerda{
    border-radius: 10px 0 0 10px;
}
#modal-comprar .menos-mais-direita{
    border-radius: 0 10px 10px 0;
}

#modal-comprar .div-dir{
    width: 100%;
}
#modal-comprar .div-dir button{
    width: 100%;
    color: white;
    border: none;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.numero::before {
        display: none !important;
}
.cartela .numero:nth-child(2), .cartela .numero:nth-child(3), .cartela .numero:nth-child(4), .cartela .numero:nth-child(5), .cartela .numero:nth-child(6) {
    margin-top: 0!important;
}
.zoom-cartela-2 .cartela .numero:nth-child(2), .zoom-cartela-2 .cartela .numero:nth-child(3), .zoom-cartela-2 .cartela .numero:nth-child(4), .zoom-cartela-2 .cartela .numero:nth-child(5), .zoom-cartela-2 .cartela .numero:nth-child(6) {
    margin-top: 0!important;
}
.zoom-cartela-1 .cartela .numero:nth-child(2), .zoom-cartela-1 .cartela .numero:nth-child(3), .zoom-cartela-1 .cartela .numero:nth-child(4), .zoom-cartela-1 .cartela .numero:nth-child(5), .zoom-cartela-1 .cartela .numero:nth-child(6) {
    margin-top: 0!important;
}
.premiado-cartelas .cartela .numero:nth-child(2), .premiado-cartelas .cartela .numero:nth-child(3), .premiado-cartelas .cartela .numero:nth-child(4), .premiado-cartelas .cartela .numero:nth-child(5), .premiado-cartelas .cartela .numero:nth-child(6) {
    margin-top: 0!important;
}
.menu-footer{
    position: relative;
    margin-top: 50px;
}
.header .navbar-brand {
    background: url(logo-2.png) left top no-repeat !important;
    background-size: auto 100% !important;
    color: transparent !important;
    width: 207px !important;
    height: 50px !important;
    display: block;
}
.especial{
    border: 2px solid var(--fourth-color);
    background: linear-gradient(to bottom, white, var(--fifteenth-color));
    position: relative;
}
.super.especial{
    border: 2px solid red;
    background: linear-gradient(to bottom, white, #ffa7a2);
    position: relative;
}
.nome-sala{
    width: 0;
}
.login-page{
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
}
.login-box{
    max-width: 360px;
    margin: auto;
    padding: 20px 0;
}
body:has(form#sign_in) {
  background-color: black;
  height: 100vh;
}
html:has(form#sign_in) {
  overflow: auto;
}
.login-page .login-box .logo {
    background: url(logo.png) center top no-repeat !important;
    text-align: center !important;
    padding-top: 47px;
    height: 110px;
    background-size: contain !important;
}
.login-page .login-box .logo b {
    display: none !important;
}
.login-page .btn {
    background: var(--fourth-color) !important;
    font-weight: 700;
    transition: 0.5s;
    font-size: 12px!important;
    border: none!important;
}
.ganhadores-final .box-amarelo {
    padding-bottom: 30px;   
    box-shadow: 
        0 0 5px #0ff,
        0 0 10px #0ff,
        0 0 20px #0ff,
        0 0 40px #0ff;
    animation: pulse2 2s infinite;
}
@keyframes pulse2 {
  0%, 100% {
    box-shadow: 
      0 0 2px #0ff,
      0 0 4px #0ff,
      0 0 6x #0ff,
      0 0 8px #0ff;
  }
  50% {
    box-shadow: 
      0 0 4px #0ff,
      0 0 6px #0ff,
      0 0 8px #0ff,
      0 0 10px #0ff;
  }
}