@charset "UTF-8";

/* ----------- TUTORIAL DOS JOGOS ----------- */
.tutorial-jogos-container ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin: 5px 0;
    border: 1px dashed #FFF;
    border-radius: 5px;
}

#li001 {
    text-align: center;
    height: fit-content;
    border: none;
}

/* ----------- MENU JOGOS ----------- */
.menu-jogos-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
}

.menu-jogos-container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.link-jogos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 262px;
    height: 127px;
    margin: 10px 0;
    background-size: 299px 217px;
    background-repeat: no-repeat;
    background-position: -14px -46px;
}

.alert-screensize {
    position: absolute;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 5;
    ;
}

.alert-screensize p {
    font-size: 2em;
    text-align: center;
}

/* MOBILE */
@media (max-width: 949px) {
    html{
        background-color: #101010 !important;
    }

    .bgimage {
        padding: 0 40px;
    }

    .hid-on-pet {
        display: none !important;
    }

    /* MENU JOGOS MOBILE */
    .tutorial-jogos-container {
        margin-top: 60px;
    }

    .tutorial-jogos-container ul {
        display: flex;
        flex-direction: column;
    }

    .menu-jogos-container ul {
        grid-template-columns: 1fr;
    }

    .link-jogos-container {
        width: 161px;
        height: 98px;
        background-size: 182px 165px;
        background-position: -7px -34px;
    }

    /* JOGO BICHO MOBILE */
    .modalidade-info {
        display: flex;
        flex-direction: column;
    }

    /* JOGO DO BICHO ONLINE */
    #area-game-bicho {
        background-size: 550px 270px !important;
        width: 551px !important;
        height: 271px !important;
    }

    #quadro-resultados {
        width: 544px !important;
        height: 265px !important;
        background-size: 548px 270px !important;
    }

    #foto-bicho {
        background-size: 80px 80px !important;
        background-position: 409.5px 0px !important;
        width: 491.5px !important;
        position: relative;
        top: 4px;
        left: -213px;
    }

    #foto-bicho img {
        width: 64px !important;
        height: 64px !important;
        margin: 9px 9px 0 0 !important;
        top: -1px;
        position: relative;
    }

    #foto-bicho span {
        background-size: 90px 40px !important;
        margin-top: 0 !important;
        width: 92px !important;
        height: 41px !important;
        top: 40px;
        left: 404px;
    }

    #foto-bicho>span>p {
        margin: 0 !important;
        width: 0 !important;
        height: 0 !important;
        font-size: .8rem !important;
        position: relative;
        top: -24px;
        left: 14px;
    }

    #animal-name {
        margin-top: 0 !important;
        margin-left: 0 !important;
        font-size: .7rem !important;
        width: 91px !important;
        height: 16px !important;
        position: relative !important;
        z-index: 1;
        top: -145px;
        left: 190px;
    }

    .cano {
        background-position: 0 !important;
        background-size: 169px 25px !important;
        width: 171px !important;
        height: 27px !important;
        position: relative !important;
        top: -57px;
        left: 29px;
        z-index: 2;
    }

    #seletor-numero {
        background-size: 243px 52px !important;
        background-position: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 245px;
        height: 54px;
        position: relative;
        top: -3px;
        left: 20px;
    }

    #seletor-numero>div {
        position: relative !important;
        top: -1px !important;
        left: -3px !important;
        margin: 0 10px !important;
    }

    #seletor-numero>div p {
        font-size: 2rem;
    }

    .up-value {
        margin-bottom: 15px !important;
    }

    .down-value {
        margin-top: 12px !important;
    }

    #area-game-bicho p {
        margin-block-start: -6px !important;
        margin-block-end: -6px !important;
    }

    #seletor-modalidade {
        background-size: 210px 53px !important;
        background-position: 0 !important;
        height: 53px !important;
        width: 212px;
        position: relative;
        top: 18px;
        left: 35px;
    }

    #seletor-modalidade>div {
        position: relative !important;
        top: -9px !important;
        left: 8px !important;
    }

    .select-mod a {
        font-size: .55rem !important;
        height: 18px !important;
        padding: 4px 3px !important;
    }

    .select-mod:nth-child(1) {
        margin-left: 0 !important;
    }

    .select-mod:nth-child(1) a {
        width: 43px !important;
    }

    .select-mod:nth-child(2) {
        margin-left: 6px !important;
    }

    .select-mod:nth-child(2)>a {
        padding: 3px 1px !important;
        width: 45px !important;
    }

    .select-mod:nth-child(3) {
        margin-left: 6.4px !important;
    }

    .select-mod:nth-child(3) a {
        width: 46px !important;
    }

    .select-mod:nth-child(4) {
        margin-left: 4px !important;
    }

    .select-mod:nth-child(4)>a {
        padding: 3px 6px !important;
        width: 46px !important;
    }

    #acoes {
        position: relative;
        top: 65px !important;
        left: -78.5px;
        width: 0;
        height: 0;
    }

    .audio {
        margin-top: -10.4rem !important;
        margin-left: 84px !important;
        padding: 2px 0px !important;
    }

    .ajuda-bicho {
        margin-top: -165.5px !important;
        margin-left: 30px !important;
        padding: 0px 5px !important;
    }

    #valor-ganho {
        height: 15px !important;
        width: 74px !important;
        margin-top: -175px !important;
        margin-left: 50px !important;
        font-size: .7rem !important;
    }

    #valor-ganho div {
        font-size: .7rem !important;
    }

    .valor-aposta {
        height: 14px !important;
        width: 74px !important;
        margin-left: 49px !important;
        margin-top: -174px !important;
    }

    .fa-minus-square {
        margin-right: 30px !important;
    }

    .box-val {
        font-size: .7rem !important;
    }

    .fa-plus-square {
        margin-left: 25px !important;
    }

    .play-jb {
        margin-top: -164.5px !important;
        margin-left: 60px !important;
        font-size: 1rem !important;
        padding: 1px 27px !important;
    }

    /* PLACAR DE RESULTADOS */
    .resultados {
        margin-left: 8px;
        width: 2.1rem !important;
        height: 2.1rem !important;
    }

    .resultados img {
        margin-left: 0px !important;
        width: 2rem !important;
        height: 2rem !important;
    }

    .resultados>p {
        font-size: 1.5rem !important;
    }

    .resultados span {
        margin-top: -71px;
        margin-left: -22px;
    }

    .resultados:nth-child(1) {
        margin-left: 1px !important;
    }

    .resultados:nth-child(2) {
        margin-left: -6px !important;
    }

    .resultados:nth-child(3) {
        margin-left: -6px !important;
    }

    .resultados:nth-child(4) {
        margin-left: -5px !important;
    }

    .resultados:nth-child(5) {
        margin-left: 0px !important;
    }


    .placar:nth-child(1) {
        margin: 0.5rem 0 !important;
        margin-left: 29px !important;
    }

    .placar:nth-child(2) {
        margin: -0.3rem 0 !important;
        margin-left: 29px !important;
    }

    .placar:nth-child(3) {
        margin: 0.4rem 0 !important;
        margin-left: 29px !important;
    }

    .placar:nth-child(4) {
        margin: -0.23rem 0 !important;
        margin-left: 29px !important;
    }

    .placar:nth-child(5) {
        margin: 0.3rem 0 !important;
        margin-left: 29px !important;
    }

    /* RIFA BICHO */
    #rifa-container-web {
        display: none;
    }

    #rifa-container-mobile {
        display: block !important;
        background-image: url(/Midia/jogos/rifa-bicho/jogo/rifa-mobile-bg.jpg);
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 340px 580px !important;
        width: 340px !important;
        height: 580px !important;
        padding: 3px;
        margin: 0 auto;
        border-radius: 3px;
        margin-top: 60px;
    }

    .valor-rifa span {
        font-size: .9rem !important;
        top: 179px !important;
        left: 221px !important;
    }

    .fotos-animais ul {
        grid-gap: 2px !important;
        margin-top: 174px !important;
        margin-left: 51px !important;
    }

    .fotos-animais ul li {
        width: 45px !important;
        height: 49px !important;
        margin-bottom: 2px !important;
    }

    .comprado-nome {
        font-size: .6rem !important;
        top: 31px !important;
        left: -9px !important;
        padding: 2px !important;
    }

    .btt-foto-rifa {
        height: 45px !important;
    }

    .fotos-animais ul li button img {
        width: 45px !important;
        height: 50px !important;
    }

    .extracao-rifa span {
        top: -345px !important;
        left: 86px !important;
    }

    .premios-rifa span {
        top: -372px !important;
        left: 193px !important;
        font-size: 1rem !important;
    }

    .valor-apostado span {
        top: 5px !important;
        left: 74px !important;
    }

    .btt-comprar-rifa {
        top: -61px !important;
        left: 216px !important;
        width: 64px !important;
        height: 62px !important;
    }

    .amarelo {
        top: -53px !important;
    }

    .select-extracao-rifa {
        width: 108px !important;
        left: 61px !important;
        top: -350px !important;
    }

    /* CAÇA NIQUEL */
    #caca-niquel {
        background-image: url(/Midia/jogos/caca-niquel/bg-mobile-niquel.jpg) !important;
        background-size: 340px 580px !important;
        max-width: 340px !important;
        min-width: 340px !important;
        height: 580px !important;
        margin-top: 60px !important;
        margin-left: 5px !important;
        border-radius: 0 !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr 2fr 1fr 1fr 1fr !important;
    }

    .box-flag {
        grid-row-start: 1 !important;
        grid-row-end: 3 !important;
    }

    .flag-container {
        top: 73px !important;
        left: 2px !important;
    }

    #list-flags {
        grid-template-columns: repeat(7, 47px) !important;
        grid-template-rows: repeat(7, 30px) !important;
    }

    .f03 span,
    .f05 span {
        font-size: .7rem !important;
    }

    .cx-acumulo {
        top: -92px !important;
        left: 124px !important;
        height: 59px !important;
    }

    .txt-aposte {
        top: -9px !important;

    }

    .txt-aposte {
        font-size: .6rem;
    }

    .acumulado-bg {
        font-family: 'Digital Clock', Times;
        font-size: 1.8rem !important;
        width: 66px !important;
        top: -9px !important;
        left: 1px !important;
    }

    .acumulado {
        font-family: 'Digital Clock', Times;
        font-size: 1.8rem !important;
        width: 66px !important;
        top: 23px !important;
        left: 6px !important;
    }

    #select-flags {
        grid-column: 1 !important;
        grid-row: 3 !important;
        position: relative;
    }

    .btt-area {
        display: grid;
        grid-template-columns: repeat(4, 61px) !important;
        grid-template-rows: repeat(2, 56px) !important;
        grid-gap: 6px !important;
        position: absolute !important;
        top: -1px !important;
        left: 31px !important;
    }

    .cx-flag {
        height: 60px;
    }

    .cx-flag input {
        position: relative;
        bottom: 8px;

    }

    .cx-flag label img {
        width: 40px !important;
    }

    #box-controler button {
        width: 51px !important;
        height: 49px !important;
    }

    .dobra-left {
        top: 30px !important;
        left: 52px !important;
    }

    .dobra-left img {
        width: 53px !important;
    }

    .acumulado-niquel {
        top: 22px !important;
        left: 74px !important;
    }

    .acumulado-niquel img {
        width: 70px !important;
    }

    .dobra-right {
        top: 32px !important;
        left: 114px !important;
    }

    .dobra-right img {
        width: 53px !important;
    }

    #box-finance span {
        font-size: 1.2rem !important;
        width: 109px !important;
        top: 8px !important;
    }

    .valor-aposta-niquel {
        top: 0px !important;
    }

    .ganhos-niquel {
        left: 27px;
    }

    .valor-aposta-niquel {
        width: 113px !important;
        left: -17px !important;
    }

    .up-value-niquel {
        top: 10px !important;
        left: -9px !important;
    }

    .valor-aposta-niquel span {
        left: 24px !important;
    }

    .down-value-niquel {
        top: 10px !important;
        left: 34px !important;
    }

    .btt-apostar-niquel {
        width: 129px !important;
        height: 41px !important;
        top: 0px !important;
        left: 103px !important;
    }

    .ledzin {
        width: 10px !important;
        height: 10px !important;
    }

    .f01 span {
        top: 25px !important;
        left: 43px !important;
    }

    .flag-top {
        top: 25px !important;
    }

    .f07 span {
        top: 25px !important;
        right: 48px !important;
    }

    .flag-left {
        right: 48px !important;
    }

    .f13 span {
        right: 48px !important;
        bottom: 85px !important;
    }

    .flag-bottom {
        bottom: 85px !important;
    }

    .f19 span {
        left: 43px !important;
        bottom: 85px !important;
    }

    .flag-right {
        left: 43px !important;
    }

    /* AVIATOR */
    #aviator-container {
        margin-top: 60px;
    }

    @keyframes spin-back {
        from {
            transform: rotate(0deg);
        }
    
        to {
            transform: rotate(180deg);
        }
    }
    
    .background-spin {
        animation-name: spin-back;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    #bg-aviator{
        position: absolute !important;
        left: -150% !important;
        width: 300% !important;
        top: -200px !important;
        max-height: 1200px !important;
    }

    #crash {
        font-size: 3em !important;
    }

    .aviator-screen {
        background-position: 100% 30% !important;
    }

    .game-area-aviator {
        grid-template-rows: 10% 60% 30% !important;
        height: 50vh;
    }

    .winner-box {
        display: flex;
        flex-direction: column;
        grid-row: 4 !important;
        grid-column: 1 / 4 !important;
        margin-top: 400px;
    }

    .honda-container {
        grid-column: 1 / 4 !important;
    }

    .game-aviator-container {
        grid-column: 1 / 4 !important;
        grid-row: 1 / 3 !important;
    }

    .controler-aviator-container {
        grid-column: 1 / 4 !important;
        width: 100%;
    }

    .plane-gif {
        width: 75px !important;
        margin-top: 15px !important;
    }

    .loading-screen p {
        font-size: .8rem;
        margin-top: 5px;
    }

    .loading-fan {
        width: 20% !important;
    }

    .controler-aviator-container {
        grid-column: 1 / 4 !important;
        grid-row: 3/4 !important;
        gap: 3% !important;
        height: 210px !important;
        justify-content: flex-start !important;
        flex-direction: column !important;
        background: #101011;
    }

    #controler01.only-one {
        width: 100% !important;
    }

    .bet-mod {
        font-size: .8rem !important;
    }

    .controler-box {
        padding: 9px 5px !important;
    }

    .choose-mod button {
        font-size: .7rem !important;
    }

    .valor-apostado-mod button {
        width: 10px !important;
        height: 10px !important;
    }

    .choose-mod02 button {
        width: 15px !important;
        height: 15px !important;
    }

    .auto-jogo-btt {
        font-size: .6rem !important;
    }

    .mod-auto p {
        font-size: .4rem !important;
    }

    .switch {
        width: 10% !important;
        height: 80% !important;
    }

    .slider:before {
        top: 2px !important;
        left: 2px !important;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(4px) !important;
        -ms-transform: translateX(4px) !important;
        transform: translateX(4px) !important;
    }

    .valor-auto-mod div {
        font-size: .6rem;
    }

    .valor-bet-mod {
        font-size: .7rem;
    }

    .valor-rapido {
        font-size: .4rem;
    }

    .controler-aviator-container i {
        font-size: 0.5rem;
    }
}

/* IMAGENS DOS BANNERS */
.bicho-classic {
    background-image: url(/Midia/jogos/jogo-do-bicho.png);
}

.bicho-online {
    background-image: url(/Midia/jogos/bicho-online.png);
}

.raspadinha {
    background-image: url(/Midia/jogos/raspadinha.png);
}

.bingo {
    background-image: url(/Midia/jogos/bingo.png);
}

.esportivas {
    background-image: url(/Midia/jogos/esportivas.png);
}

.rifas {
    background-image: url(/Midia/jogos/rifa.png);
}

/* ----------- JOGO DO BICHO CLASSIC ----------- */
.bandeja {
    background-color: var(--primary-yellow);
    border-radius: 3px;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 30px;
    flex: 1;
}

.gg20 {
    grid-gap: 20px;
}

/* ----------- JOGO DO BICHO ONLINE ----------- */
.bichOnline-content {
    max-width: 100vw !important;
}

#area-game-bicho {
    background-image: url(/Midia/visual-bicho/bg-bicho.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 1000px 550px;
    width: 1000px;
    height: 550px;
    padding: 3px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: 260px 1fr;
    border-radius: 3px;
}

#area-game-bicho p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}

#area-game-bicho a {
    text-decoration: none;
    color: #000;
}

.valores {
    cursor: default;
    font-size: 2rem;
    border-radius: 5px;
    width: 40px;
}

.cano {
    background-image: url(/Midia/visual-bicho/cano-bicho.png);
    background-repeat: no-repeat;
    background-position: 52px 440px;
    background-size: 310px 40px;
    width: 394px;
    height: 480px;
    position: absolute;
}

.resultados {
    background-color: #FFF;
    border-radius: 50%;
    display: none;
}

/* DIVISAO DE SELETORES */
#quadro-resultados {
    background-image: url(/Midia/visual-bicho/menu-tabela-bicho.png);
    background-repeat: no-repeat;
    background-size: 997px 553px;
    width: 1031px;
    height: 540px;
    grid-column: 1;
    grid-row: 1/6;
    border-radius: 3px 0 0 0;
    padding: 2px;
}

/* AREA TOTEM BICHOS */
#foto-bicho {
    background-image: url(/Midia/visual-bicho/token-bicho.png);
    background-repeat: no-repeat;
    background-size: 153px 153px;
    background-position: 578px 0.88rem;
    width: 731px;
    grid-column: 2;
    grid-row: 1/3;
    display: flex;
    justify-content: end;
}

#foto-bicho img {
    width: 130px;
    height: 130px;
    margin: 29px 9px;
    border-radius: 50%;
}

#foto-bicho span {
    background-image: url(/Midia/visual-bicho/nome-animal-bicho.png);
    background-repeat: no-repeat;
    background-size: 150px 64px;
    position: absolute;
    font-size: 1rem;
    width: 152px;
    height: 64px;
    display: flex;
    margin-top: 105px;
    justify-content: start;
    align-items: end;
}

#animal-name {
    text-transform: uppercase;
    justify-content: center;
    position: absolute;
    text-align: center;
    margin-left: 863px;
    margin-top: 147px;
    align-items: end;
    font-size: 1rem;
    display: flex;
    width: 105px;
    height: 20px;
}

#foto-bicho>span>p {
    color: #FFF;
    font-weight: bold;
    width: 41px;
    height: 47px;
    display: flex;
    justify-content: center;
    margin: 0 0 13px 4px;
    align-items: center;
}

/* JOGADOR ESCOLHE O NUMERO */
#seletor-numero {
    background-image: url(/Midia/visual-bicho/num-aposta-bicho.png);
    background-repeat: no-repeat;
    background-size: 360px 90px;
    background-position: 280px 20px;
    padding-left: 276px;
    padding-right: 97px;
    grid-column: 2;
    grid-row: 3/4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#seletor-numero>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.valores {
    font-size: 3.3rem;
}

.up-value {
    cursor: pointer;
    border-radius: 40px;
    margin-bottom: 18px;
}

.up-value i,
.down-value i {
    color: #000;
}

.down-value {
    cursor: pointer;
    border-radius: 40px;
    margin-top: 15px;
}

.down-value:hover,
.up-value:hover {
    background-color: var(--secundary-yellow);
}

/* JOGADOR ESCOLHE MODALIDADES */
#seletor-modalidade {
    background-image: url(/Midia/visual-bicho/modalidades-bicho.png);
    background-repeat: no-repeat;
    background-size: 360px 90px;
    background-position: 284px 30px;
    height: 139px;
    grid-column: 2;
    grid-row: 4/5;
    font-weight: bold;
    display: flex;
    font-size: .9rem;
    align-items: center;
}

#seletor-modalidade>div {
    display: flex;
    align-items: center;
}

.select-mod {
    margin-top: 28px;
    margin-left: 15px;
}

.select-mod a {
    height: 28px;
}

.select-mod:nth-child(1) {
    margin-left: 295px;
}

.select-mod:nth-child(1) a {
    width: 78px;
}

.select-mod:nth-child(2) {
    margin-left: 9px;
}

.select-mod:nth-child(2)>a {
    padding: 3px 4px;
    width: 78px;
}

.select-mod:nth-child(3) {
    margin-left: 10.4px;
}

.select-mod:nth-child(3) a {
    width: 77px;
}

.select-mod:nth-child(4) {
    margin-left: 9px;
}

.select-mod:nth-child(4)>a {
    padding: 3px 13px;
    width: 77px;
}

.select-mod-link {
    padding: 3px 11px;
    border-radius: 4px;
}

.mod-selected>.select-mod-link,
.select-mod-link:hover {
    background-color: var(--secundary-yellow);
}

/* ACOES DO JOGO */
#acoes {
    display: flex;
    grid-column: 1/3;
    grid-row: 6;
    font-weight: bold;
    font-size: 1rem;
    align-items: center;
}

.audio {
    margin-top: -10.4rem;
    margin-left: 11px;
    padding: 21px 11px;
    cursor: pointer;
}

.ajuda-bicho {
    margin-top: -170px;
    margin-left: 50px;
    cursor: pointer;
    background: var(--primary-yellow);
    border: 1px solid var(--tertiary-yellow);
    box-shadow: inset -1px -2px 5px var(--tertiary-yellow);
    border-radius: 4px;
    padding: 5px 20px;
}

.ajuda-bicho:hover {
    box-shadow: 0 0 10px var(--tertiary-yellow);
}

#valor-ganho {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 133px;
    margin-top: -182px;
    margin-left: 81px;
    margin-right: 8px;
    cursor: default;
}

.valor-aposta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 133px;
    margin-left: 46px;
    margin-top: -180px;
}

.fa-plus-square {
    margin-left: 57px;
}

.fa-minus-square {
    margin-right: 55px;
}

.vol-up {
    display: block;
}

.mute {
    display: none;
}

.vol-up i,
.mute i {
    color: #000;
}

.play-jb {
    margin-top: -165px;
    margin-left: 120px;
    font-size: 1.7rem;
    padding: 5px 60px;
    border-radius: 5px;
    box-shadow: inset -1px -2px 5px var(--tertiary-yellow);
    background-color: var(--primary-yellow);
    cursor: pointer;
    justify-content: center;
}

.play-jb:hover {
    box-shadow: 0 0 10px var(--tertiary-yellow);
}

/* NUMEROS SORTEADOS */
.placar {
    display: flex;
    height: 37px;
    border-radius: 15px;
    align-items: center;
}

.placar:nth-child(1) {
    margin: 2.5rem 3.5rem;
}

.placar:nth-child(2) {
    margin: 2.67rem 3.5rem;
}

.placar:nth-child(3) {
    margin: 2.7rem 3.5rem;
}

.placar:nth-child(4) {
    margin: 1.4rem 3.5rem;
}

.placar:nth-child(5) {
    margin: 2.7rem 3.5rem;
}

/* AREA DOS RESULTADOS */
.resultados {
    width: 3.8rem;
    height: 3.8rem;
    box-shadow: inset -1px -2px 5px #000;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-blue);
    margin-right: 0.94rem;
}

.resultados:nth-child(1) {
    margin-left: px;
}

.resultados:nth-child(2) {
    margin-left: 2px;
}

.resultados:nth-child(3) {
    margin-left: 2px;
}

.resultados:nth-child(4) {
    margin-left: 3px;
}

.resultados:nth-child(5) {
    margin-left: 13px;
}

.resultados>p {
    font-size: 1.89rem;
    text-align: center;
    vertical-align: middle;
    color: var(--primary-blue);
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    cursor: default;
}

.resultados img {
    margin-left: -1px;
    width: 3.8rem;
    height: 3.8rem;
}

.resultados span {
    position: absolute;
    font-size: 0.77rem;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.resultados>span>p {
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    font-weight: bolder;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

/* ANIMACOES */
.winner {
    animation: winner 1s infinite ease-in-out;
    transform-origin: 0 0;
}

@keyframes winner {
    0% {
        transform: scale(1, 1) translateX(0);
    }

    50% {
        transform: scale(1.05, 1.05) translateX(-10px);
    }

    100% {
        transform: scale(1, 1) translateX(0);
    }
}

.sobe {
    animation: subida 1s linear;
}

@keyframes subida {
    0% {
        transform: translateY(20px);
    }
}

/* FILEIRAS DE NUMEROS */
/* FILEIRA 1 */
.sobe-0 {
    animation: subida0 0.5s linear;
}

@keyframes subida0 {
    0% {
        transform: translateY(380px);
    }
}

/* FILEIRA 2 */
.sobe-1 {
    animation: subida1 0.5s linear;
}

@keyframes subida1 {
    0% {
        transform: translateY(160px);
    }
}

/* FILEIRA 3 */
.sobe-2 {
    animation: subida2 0.5s linear;
}

@keyframes subida2 {
    0% {
        transform: translateY(120px);
    }
}

/* FILEIRA 4 */
.sobe-3 {
    animation: subida3 0.5s linear;
}

@keyframes subida3 {
    0% {
        transform: translateY(80px);
    }
}

/* FILEIRA 5 */
.sobe-4 {
    animation: subida4 0.5s linear;
}

@keyframes subida4 {
    0% {
        transform: translateY(40px);
    }
}

/* RIFA DO BICHO */

#rifa-container-mobile {
    display: none;
}

#rifa-container-web {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 1000px 470px;
    width: 1000px;
    height: 470px;
    padding: 3px;
    margin: 0 auto;
    border-radius: 3px;
}

.valor-rifa span {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 36px;
    left: 336px;
    text-align: center;
}

.fotos-animais ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3px;
    width: 20px;
    margin-top: 30px;
    margin-left: 152px;
}

.fotos-animais ul li {
    width: 50px;
    height: 60px;
    margin-bottom: 5px;
}

.disponivel {
    visibility: hidden;
}

.comprado-nome {
    font-size: .65rem;
    transform: rotate(-45deg);
    background-color: #065201;
    text-transform: uppercase;
    position: relative;
    height: max-content;
    width: max-content;
    top: 36px;
    left: -3px;
    padding: 2px;
    z-index: 3;
    border-radius: 3px;
}

.btt-foto-rifa {
    height: 53px;
    background: var(--transparent);
}

.fotos-animais ul li button img {
    width: 50px;
    height: 61px;
    font-size: .7rem;
}

.fotos-animais ul li button img:hover,
.rifa-comprada {
    filter: sepia(80%);
}

.extracao-rifa span {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    top: -177px;
    left: 572px;
    text-align: center;
}

.premios-rifa span {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    top: -208px;
    left: 765px;
    text-align: center;
}

.valor-apostado span {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    top: -75px;
    left: 639px;
    text-align: center;
}

.btt-comprar-rifa {
    background-color: var(--transparent);
    position: relative;
    top: -164px;
    left: 803px;
    width: 91px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
}

.amarelo {
    position: relative;
    top: -61px;
    visibility: hidden;
}

.select-extracao-rifa {
    width: 110px;
    padding: 5px;
    position: relative;
    right: -3px;
    background: var(--transparent);
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}

/* IMAGEN */
#rifa-container-web {
    background-image: url(/Midia/jogos/rifa-bicho/jogo/rifa-web-bg.png);
}

/* CAÇA NIQUEL */

#caca-niquel {
    background-image: url(/Midia/jogos/caca-niquel/bg-niquel.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 1000px 470px;
    min-width: 1000px;
    height: 470px;
    padding: 3px;
    margin: 0 auto;
    border-radius: 3px;

    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
}

/* ARE DAS BANDEIRAS */
.box-flag {
    grid-row-start: 1;
    grid-row-end: 4;
}

.flag-container {
    position: relative;
    top: 19px;
    left: 18px;
}

#list-flags {
    display: grid;
    grid-template-columns: repeat(7, 88px);
    grid-template-rows: repeat(7, 57px);
}

#list-flags li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #000;
    box-shadow: inset 0 0 5px #000;
}

#list-flags li img {
    width: 80%;
}

.cx-acumulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 20px 5px 0px 5px;
    border: 2px solid var(--primary-yellow);
    border-radius: 3px;
    position: relative;
    top: -189px;
    left: 233px;
    width: fit-content;
    height: 125px;
    background-color: #000;
}

.txt-aposte {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    text-align: center;
    width: min-content;
    top: -16px;
    text-transform: uppercase;
}

.acumulado-bg {
    font-family: 'Digital Clock';
    font-weight: 400;
    font-size: 3.5rem;
    text-align: end;
    position: relative;
    width: 132px;
    top: -7px;
    border-radius: 3px;
    color: #D8D8D8;
    opacity: 0.2;
}

.acumulado {
    font-family: 'Digital Clock';
    font-weight: 600;
    font-size: 3.5rem;
    text-align: end;
    position: absolute;
    width: 132px;
    top: 50px;
    border-radius: 3px;
    color: var(--error);
}

/* BANDEIRAS */
.selected-niquel {
    background-color: var(--error) !important;
    box-shadow: inset 0 0 2px #000, 0 0 20px #ff0000 !important;
    z-index: 5;
}

.f01 {
    border-radius: 3px 0 0 0;
}

.f03,
.f05 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.f03 span,
.f05 span {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: .8rem;
    color: blue;
}

.f03 img,
.f05 img {
    width: 50% !important;
}

.f07 {
    border-radius: 0 3px 0 0;
}

.f08 {
    grid-column: 7;
    grid-row: 2;
}

.f09 {
    grid-column: 7;
    grid-row: 3;
}

.f10 {
    grid-column: 7;
    grid-row: 4;
}

.f11 {
    grid-column: 7;
    grid-row: 5;
}

.f12 {
    grid-column: 7;
    grid-row: 6;
}

.f13 {
    grid-column: 7;
    grid-row: 7;
    border-radius: 0 0 3px 0;
}

.f14 {
    grid-column: 6;
    grid-row: 7;
}

.f15 {
    grid-column: 5;
    grid-row: 7;
}

.f16 {
    grid-column: 4;
    grid-row: 7;
}

.f17 {
    grid-column: 3;
    grid-row: 7;
}

.f18 {
    grid-column: 2;
    grid-row: 7;
}

.f19 {
    grid-column: 1;
    grid-row: 7;
    border-radius: 0 0 0 3px;
}

.f20 {
    grid-column: 1;
    grid-row: 6;
}

.f21 {
    grid-column: 1;
    grid-row: 5;
}

.f22 {
    grid-column: 1;
    grid-row: 4;
}

.f23 {
    grid-column: 1;
    grid-row: 3;
}

.f24 {
    grid-column: 1;
    grid-row: 2;
}

.bg-flags {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 7;
}

.bg-flags img {
    width: 100% !important;
    height: 100%;
}

/* LED BANDEIRAS */
.ledzin {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #FFF;
    z-index: 5;
}

.f01 span {
    top: 50px;
    left: 81px;
}

.flag-top {
    top: 50px;
}

.f07 span {
    top: 50px;
    right: 128px;
}

.flag-left {
    right: 128px;
}

.f13 span {
    right: 128px;
    bottom: 175px;
}

.flag-bottom {
    bottom: 175px;
}

.f19 span {
    left: 81px;
    bottom: 175px;
}

.flag-right {
    left: 81px;
}

/* SELECIONAR BANDEIRAS */
#select-flags {
    grid-column: 2;
    grid-row: 1;
}

.btt-area {
    display: grid;
    grid-template-columns: repeat(4, 77px);
    grid-template-rows: repeat(2, 72px);
    grid-gap: 5px;
    justify-content: end;
    position: relative;
    top: 80px;
    left: -13px;
}

.cx-flag:hover {
    background-color: var(--error);
    box-shadow: inset 0 0 5px #000, 0 0 20px #ff0000 !important;
    transition: .3s;
}

.cx-flag.marked {
    background-color: var(--success);
    box-shadow: inset 0 0 5px #000, 0 0 20px #00ff00 !important;
    transition: .3s;
}

.cx-flag {
    background-color: #FFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    box-shadow: inset 0 0 5px #000;
}

.cx-flag p {
    background-color: var(--primary-yellow);
    color: green;
    font-weight: bolder;
    padding: 0 3px;
    border-radius: 5px;
    font-size: .8rem;
}

.cx-flag label img {
    width: 50px;
    cursor: pointer;
}

/* CONTROLADORES */
#btn-acumulado {
    opacity: 0.5;
}

#btn-acumulado.marked {
    opacity: 1 !important;
}

#box-controler button {
    background-color: var(--transparent);
    width: 73px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}

#box-controler button:active {
    filter: sepia(50%);
}

.dobra-left {
    top: -2px;
    left: 10px;
}

.acumulado-niquel {
    top: -10px;
    left: 38px;
    width: 89px !important;
    height: 77px !important;
}

.dobra-right {
    top: -2px;
    left: 68px;
}

.dobra-left img {
    width: 78px;
}

.acumulado-niquel img {
    width: 90px;
}

.dobra-right img {
    width: 78px;
}

/* VALORES */
#box-finance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 28px 28px;
    grid-gap: 23px;
}

#box-finance span,
.valor-aposta-niquel {
    font-size: 1.5rem;
    width: 124px;
    height: auto;
    position: relative;
    text-align: end;
    top: -2px;
}

.valor-aposta-niquel {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    width: 154px;
    left: -36px;
}

.valor-aposta-niquel span {
    top: 0px !important;
    left: 24px;
}

.valor-aposta-niquel button {
    background-color: var(--transparent);
    position: relative;
    width: 20px;
    height: 20px;
}

.btt-apostar-niquel {
    background-color: var(--transparent);
    position: relative;
    width: 151px;
    height: 52px;
    top: -2px;
    left: 84px;
    border-radius: 18px;
    grid-column: 1 / 3;
}

.up-value-niquel {
    top: 4px;
    left: 0px;
}

.down-value-niquel {
    top: 4px;
    left: 34px;
}

/* AVIATOR */
#aviator-container {
    background-color: #1c2026;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 30%;
    border-radius: 5px;
}

.imgs-ongame {
    display: flex;
    align-items: center;
    padding: 3px;
}

.brasao {
    width: 3%;
    margin-left: 5px;
}

.logo-lipter {
    width: 10%;
    margin-left: 5px;
}

.logo-aviator {
    width: 30%;
}

.aviator-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    background-color: #171819;
}

.help-aviator {
    padding: 5px 10px;
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    border-radius: 50px;
    font-size: .8rem;
    font-weight: bold;
    text-transform: capitalize;
}

.help-aviator:hover {
    background-color: #d1b61c;
}

.game-area-aviator {
    background-color: #101011;
    display: grid;
    grid-template-columns: 30% 30% 40%;
    grid-template-rows: 5% 60% 35%;
    justify-items: center;
    padding: 5px 10px;

}

.winner-box {
    display: flex;
    flex-direction: column;
    grid-row: 1 / 4;
}

.select-category {
    border: 2px solid #2a2b2e;
    border-radius: 50px;
    border-collapse: collapse;
    display: flex;
    width: 100%;
}

.category-selected {
    background-color: #2a2b2e !important;
}

.category-noselected:hover {
    color: var(--error) !important;
}

.select-category button {
    background-color: var(--transparent);
    color: #FFF;
    text-transform: capitalize;
    padding: 0 5px;
    border-radius: 100px;
    width: 100%;
}

.show-winners, .my-bets {
    position: relative;
}

.winners-bg {
    position: relative;
    margin-top: 5px;
}

.bg-winners {
    width: 100%;
}

.total-bet {
    position: absolute;
    color: var(--success);
    top: 1%;
    transform: translate(9%, 45%);
    right: 53%;
}

.last-hand button {
    position: absolute;
    background-color: var(--transparent);
    width: 32.55%;
    height: 5%;
    top: 2.7%;
    right: 3%;
    border-radius: 50px;
}

.list-aviator-container {
    position: absolute;
    top: 15%;
    transform: translate(2%, 0px);
    width: 95%;
    height: 79%;
}

.list-aviator-container::-webkit-scrollbar-track {
    background-color: var(--primary-yellow);
    border-radius: 50px;
}

.list-aviator-container::-webkit-scrollbar-thumb {
    background-color: var(--primary-blue);
    border-radius: 50px;
}

.list-aviator-container::-webkit-scrollbar {
    width: 5px;
}

.list-winners {
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    margin-right: 5px;
}

.my-list {
    display: flex;
    flex-direction: column;
    scrollbar-width: none;
    margin-right: 5px;
}

.player {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 1%;
}

.area {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    font-size: .8rem;
    margin: 2px;
    padding: 2px 0;
}

.player-photo {
    width: 15%;
    margin-right: 5%;
}

/* diferenças de cores na lista de jogadores */
.player-off {
    background-color: #0b0c0e;
    border: 2px solid #000;
}

.aviator-border {
    border-radius: 50px;
    border: 1px solid #2f3236;
    padding: 0 5px;
}

.player-on {
    background-color: #065201;
    border: 2px solid #00ff00;
}

.aviator-blue {
    border-radius: 50px;
    background-color: #005d91;
    padding: 0 5px;
}

/* --------------------- */
.honda-container {
    grid-column: 2 / 4;
    width: 100%;
    padding: 0% 1% 0% 3%;
}

.honda::-webkit-scrollbar-track {
    background-color: var(--primary-yellow);
    border-radius: 50px;
}

.honda::-webkit-scrollbar-thumb {
    background-color: var(--primary-blue);
    border-radius: 50px;
}

.honda::-webkit-scrollbar {
    height: 5px;
}

.honda {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

.honda span {
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 0.7rem;
    padding: 1px 3px;
    border-radius: 50px;
}

.game-aviator-container {
    grid-column: 2 / 4;
    width: 100%;
    padding: 0% 1% 0% 2%;
}

.aviator-screen {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 100% 39%;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: start;
    overflow: hidden;
}

#bg-aviator{
    position: absolute;
    left: -150%;
    width: 300%;
    top: -600px;
    max-height: 1800px;
}

.countdown-aviator {
    text-align: center;
    background-color: red;
    width: 100%;
    min-height: 5px;
    border-radius: 5px;
}

.plane-area {
    width: 95%;
    height: 90%;
    position: relative;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    display: flex;
    justify-content: end;
    align-items: start;
    margin: 1% 1% 0% 0%;
    overflow: hidden;
}

.grafic-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.plane-img {
    position: absolute;
    bottom: 0px;
    left: -10px;
    display: none;
    align-items: center;
}


#path-aviator
{
    position: absolute;
    left: -1000px;
    bottom: -1000px;
    display: none;
    width: 700px;
    max-height: 150px;
}

#path-aviator.game-is-run
{
    display: flex;
}

#crash {
    display: none;
    position: absolute;
    left: 30%;
    top: 0%;
    font-weight: bolder;
    font-size: 5em;
    min-width: 40%;
    justify-content: center;
}

#voo {
    display: none;
    position: absolute;
    left: 30%;
    top: 45%;
    font-size: 1em;
    min-width: 40%;
    justify-content: center;
}

.plane-gif {
    width: 150px;
}

#crash.game-is-run,
#voo.game-is-run {
    display: flex;
}

.plane-img.game-is-run {
    display: flex;
}

.loading-screen.game-is-run {
    display: none;
}

.loading-screen {
    display: flex;
    position: absolute;
    left: 10%;
    top: 25%;
    height: 50%;
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-screen p {
    text-transform: uppercase;
}

.loading-fan {
    width: 10%;
}

@keyframes spin-ani {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.animation-spin {
    animation-name: spin-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}

@keyframes spin-back {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

.background-spin {
    animation-name: spin-back;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.low-result {
    background-color: red;
}

.med-result {
    background-color: green;
}

.hig-result {
    background-color: blue;
}

/* CONTROLADORES DO AVIATOR */
/* Only One */
#controler01.only-one {
    width: 50%;
}

#one-more-controler.only-one {
    display: flex;
}

#controler02.only-one {
    display: none;
}

/* Two Controllers */
#controler01.two-controllers {
    width: 100%;
}

#one-more-controler.two-controllers {
    display: none;
}

#controler02.two-controllers {
    display: grid;
}

/* FIM CONTROLADORES DO AVIATOR */

#controler02 {
    display: grid;
}

.controler-aviator-container {
    grid-column: 2 / 4;
    width: 100%;
    padding: 0% 1% 0% 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1%;
    margin-top: 1%;
    justify-content: center;
}

.controler-box {
    background-color: #1B1C1D;
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 10% 80%;
    border: 1px solid green;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.controler-box.wait{
    border: 1px solid #d1b61c;
}

.controler-box.danger{
    border: 1px solid red;
}

#one-more-controler {
    display: none;
}

#one-less-controler {
    display: flex;
}

.choose-mod {
    grid-column: 1 / 3;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.choose-mod div {
    display: flex;
    align-items: center;
    text-align-last: justify;
    justify-content: space-evenly;
}

.choose-mod01 {
    border: 2px solid #2a2b2e;
    border-radius: 50px;
    border-collapse: collapse;
}

.choose-mod02 button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
}

.choose-mod button {
    background-color: var(--transparent);
    color: #FFF;
    text-transform: capitalize;
    padding: 0 5px;
    border-radius: 100px;
}

.valores-container-mod {
    grid-column: 1;
    grid-row: 2;
    padding: 10% 0% 0% 0%;
}

.valor-bet-mod {
    margin-right: 5%;
}

.valor-apostado-mod {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    border: 1px solid #FFF;
    border-radius: 50px;
    width: 100%;
    height: 25%;
    padding-left: 10px;
}

#retirada-auto-1, #retirada-auto-2{
    width: 100%;
    border: none;
}

.valor-apostado-mod button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.valor-apostado-mod button:hover {
    background-color: rgb(192, 191, 191);
}

.fast-valor-mod {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 2%;
}

.valor-rapido {
    margin-bottom: 3%;
    width: 45%;
    border-radius: 50px;
    background-color: #252528;
    color: #FFF;
    border: 1px solid #FFF;
}

.valor-rapido:hover {
    background-color: #36363a;
}

.bet-button-mod {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bet-mod {
    width: 95%;
    height: 60%;
    background: #28A909;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 10px;
}

.bet-mod:hover {
    background: #30c70a;
    box-shadow: 0 0 10px #68fc688e;
}

.bet-mod.wait{
    background: #d1b61c;
    color: #FFF;
}

.bet-mod.wait:hover{
    background: #d1b61c;
    box-shadow: 0 0 10px #d1b61c;
}

.bet-mod.danger{
    background: red;
    color: #FFF;
}

.bet-mod.danger:hover{
    background: red;
    box-shadow: 0 0 10px red;
}

#auto-jogo-box1 {
    display: none;
}

#auto-jogo-box1.choosed, #auto-jogo-box2.choosed  {
    display: flex;
}

#auto-jogo-box2 {
    display: none;
}

.mod-auto {
    background: #101011;
    border-radius: 50px;
    grid-row: 3;
    grid-column: 1 / 3;
    width: 100%;
    height: 100%;
    margin-top: -5%;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.5% 0;
}

.auto-jogo-btt {
    text-transform: uppercase;
    padding: 0 1%;
    border-radius: 50px;
    font-weight: bold;
}

.mod-auto {
    padding: 7px 10px;
}

.mod-auto p {
    font-size: .8rem;
    margin: 0 5px;
}

.valor-auto-mod {
    display: flex;
    flex-direction: row;
    background: #000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    height: 140%;
}

.valor-auto-mod button {
    color: #FFF;
    background-color: var(--transparent);
    margin-left: 15%;

}

/* toggle-switch */
.switch {
    position: relative;
    display: inline-block;
    width: 7%;
    height: 100%;
    margin: 0 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #CCC;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 60%;
    width: 40%;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}