﻿/* ─── Abas: segmented-control (redesign) ──────────────────────────── */

.jogos--menu--options {
    margin-top: 20px !important;
    gap: 0 !important;
}

.jogos--menu--options ul {
    background: #EEEEF5;
    border-radius: 12px !important;
    padding: 5px !important;
    gap: 4px !important;
    width: 100%;
    overflow: visible !important;
    scroll-snap-type: unset !important;
}

.jogos--menu--options ul li {
    flex: 1;
    min-width: 0 !important;
    height: auto !important;
    text-wrap-mode: unset !important;
    scroll-snap-align: unset !important;
}

.button--jogos,
.button--jogos.active,
.button--jogos:hover {
    height: 3rem !important;
    padding: 0 0.75rem !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    color: #6E7191 !important;
    width: 100%;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
    gap: 0.4rem;
}

.button--jogos svg,
.button--jogos.active svg,
.button--jogos:hover svg {
    fill: #6E7191 !important;
    transition: fill 0.18s ease;
    flex-shrink: 0;
}

.button--jogos.active,
.button--jogos:hover {
    background-color: #FFFFFF !important;
    color: #170F49 !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
}

.button--jogos.active svg,
.button--jogos:hover svg {
    fill: #170F49 !important;
}

@media (max-width: 768px) {
    .jogos--menu--options ul {
        flex-wrap: nowrap !important;
        overflow-x: hidden !important;
    }

    .button--jogos,
    .button--jogos.active,
    .button--jogos:hover {
        height: 2.75rem !important;
        font-size: 0.72rem !important;
        padding: 0 0.4rem !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }

    .button--jogos svg,
    .button--jogos.active svg,
    .button--jogos:hover svg {
        height: 14px !important;
        width: 14px !important;
    }

    .button--jogos span,
    .button--jogos.active span,
    .button--jogos:hover span {
        margin-left: 0.2rem !important;
    }
}

/* ─────────────────────────────────────────────────────────────────── */

/*página de jogos abas mobile*/

@media(max-width:800px ) {
    .abasJogosIntersena {
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap !important;
    }

    .media-tab-subtitle-mobile-intersena {
        display: none;
    }

    .nav-item-mobile-intersena-jogos {
        gap: 10px;
    }

    .padding-left-mobile-jogos-intersena {
        margin-left: -0.8rem !important;
    }
}


/*Página de jogos*/

.loteria-titulo-jogos {
    letter-spacing: 0.21em;
}

@media(max-width: 800px) {
    .loteria-titulo-jogos {
        letter-spacing: 0.21em;
        font-size: 1.4rem;
    }

    .repetir-jogo {
        margin-bottom: 20px;
    }
}

.jogos-dezenas-total {
    border-radius: 10px;
}

.jogo-dezena {
    width: 45px;
    height: 45px;
    margin: 0 0.9009009009009009% 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 45px;
    position: relative;
    cursor: pointer !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.dezenas-desktop .form-check-input:checked ~ .form-option-label,
.dezenas-mobile .form-check-input:checked ~ .form-option-label {
    color: var(--cz-white);
    font-weight: bold;
    background-color: var(--cz-primary);
}

.dezenas-mobile {
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 5px;
    margin-top: -40px;*/
    display: flex;
}

    .dezenas-mobile .jogo-dezena {
        width: 33px;
        height: 33px;
        line-height: 30px;
    }


.jogo-dezena-square {
    width: 40px;
    height: 40px;
    margin: 0 0.9009009009009009% 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    position: relative;
    cursor: pointer !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.bubbly-button:focus {
    outline: 1;
}

.bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, transparent 20%, #229551 20%, transparent 30%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, transparent 10%, #229551 15%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, #229551 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
    background-color: #229551;
    color: #fff;
    box-shadow: 0 2px 25px rgba(20, 168, 0, 0.2);
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.jogo-dezena-fazer-pedido {
    width: 30px;
    font-size: 0.6rem;
    height: 30px;
    margin: 0 .9009009009009009% 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #ecebeb;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    position: relative;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}


.ng-scope {
    width: 8.178%;
    height: 45px;
    margin: 0 .9009009009009009% 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 44px;
    position: relative;
    cursor: pointer !important;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.btn-cta-simulador {
    padding: 40px 10px
}

.contain {
    margin: 0px;
    padding: 0px;
    box-sizing: unset
}

.bg-concurso {
    border-radius: 30px;
    background-color: #4800a6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media (max-width: 800px) {
    .bg-concurso {
        margin-top: 20px;
    }

    .p-selecione {
        font-size: 0.9rem;
        margin-top: 10px;
    }
}

.ng-scope {
    width: 8.178%;
    height: 45px;
    margin: 0 .9009009009009009% 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 44px;
    position: relative;
    cursor: pointer !important;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

#estimativa-premio-proximo {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
}

#estimativa-premio {
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 1px -1px 0 #2f5d87, 2px -2px 0 #2e5a83, 3px -3px 0 #2d5880, 4px -4px 0 #2b557c, 5px -5px 0 #2a5378, 6px -6px 0 #295074, 7px -7px 0 #274d71, 8px -8px 0 #264b6d, 9px -9px 0 #254869, 10px -10px 0 #234665, 11px -11px 0 #224361, 12px -12px 0 #21405e, 13px -13px 12px rgba(0, 0, 0, 0.55), 13px -13px 1px rgba(0, 0, 0, 0.5);
}

#fl-select {
    border-radius: 30px !important;
}

.botao-palpitar-acao {
    background-color: #E70054;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

.botao-palpitar-explicacao {
    background-color: rgb(151, 156, 199);
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
}

.bg-banner {
    background-color: #4700A6;
}

.texto-loteria-banner {
    letter-spacing: 0.1rem;
    padding-left: 4rem;
    /*font-weight: 700;*/
    font-style: italic;
}

.premio-loteria-banner {
    color: #F11ADA;
    margin-left: -40px;
    background-color: #37027E;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

    .premio-loteria-banner::before {
        content: "R$";
        font-size: 1rem !important;
        color: #fff;
    }

    .premio-loteria-banner::after {
        content: ",00";
        font-size: 1rem !important;
        color: #fff;
    }

.cta-bolao-participe {
    /*margin-top: 30px !important;
    margin-left: -100px;*/
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
}

    .cta-bolao-participe .botoes {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

.btn-potencializar {
    background-color: #F11ADA !important;
    border-color: #F11ADA !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media(max-width: 720px) {
    .cta-bolao-participe {
        margin-top: 0px !important;
        /*margin-left: -10px;*/
        text-align: center;
    }

    .premio-loteria-banner {
        margin-left: 0px;
    }

    .texto-loteria-banner {
        /*margin-left: 0px;*/
        padding-left: unset !important;
        text-align: center;
    }
}