@charset "UTF-8";

/* ----------------------------------- */
.g-select-container{
    width: 95vw;
    margin: 0 auto;
}
.g-select-container h2{
    text-align: center;
    padding: 20px 0;
}
.all-games ul{
    padding: 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.all-games ul li{
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 2px var(--primary-yellow);
    background-color: var(--secundary-blue);
    border-radius: 5px;
    margin-bottom: 20px;
}
.all-games ul li img{
    width: 100%;
    margin-bottom: -4px;
    border-radius: 5px 5px 0 0;
    background: var(--primary-blue);
}
.all-games ul li p{
    font-size: 1rem;
    padding: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
}
.play-b-card{
    font-size: 1rem;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 4px;
    font-weight: bold;
    color: var(--primary-blue);
    background-color: var(--primary-yellow);
}
.play-b-card:hover{
    transition: .3s;
    box-shadow: 2px 2px 1px #917a01;
}
.mod-jogos-container{
    display: flex !important;
    flex-wrap: wrap;
}
.w-modal{
    width: 600px !important;
}
.modal-game-list{
    width: 45% !important;
    margin: 0 auto !important;
}
.mod-title{
    display: flex;
    justify-content: space-between;
}
/* .mod-title p, .mod-title a{
    font-size: .724rem !important;
} */
.mod-title a{
    display: flex;
    align-self: center;
}

/* Tabelas Sorteios */
.tables-sort{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .tables-sort table{
    width: 450px;
} */

/* ----------------------------------- */

#top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 90vw;
    margin: 0 auto;
}
.logo a{
    align-items: center;
    color: #FFF;
}
.login{
    color: var(--primary-yellow);
    background: var(--transparent);
    font-weight: bold;
    font-size: 1.02rem;
}
.register{
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    font-weight: bold;
    padding: 4px 7px;
    font-size: 1.02rem;
}
.unlogged-menu li{
    margin-left: 10px;
    align-self: center;
}
.logged-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.logged-menu{
    margin-right: 30px;
}
.logged-menu li{
    display: flex;
    margin-left: 30px;
    align-content: center;
}
.logged-menu li a button, #mobile-menu button{
    background-color: var(--transparent);
    color: #FFF;
}
.web-Gbutton{
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: var(--primary-blue) !important;
    font-weight: bold;
    font-size: 1rem;
}
.notify-pop{
    cursor: pointer;
    position: relative;
}
.notify-pop p{
    font-family: var(--secundary-font);
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--error);
    font-size: .8rem;
    margin: 0px -5px 0px -10px;
    cursor: pointer;
    color: #FFF;
}

/* MODAL LOGIN */
.login-info{
    display: flex;
    flex-direction: column;
}
.login-reg-inpts{
    width: 100%;
}
#termos-link{
    color: #0066CB;
}
#registre-se, #forget-key, #entre-link{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 1rem;
    color: #0066CB;
}
.link:hover{
    text-decoration: underline;
}

/* AREA DE CREDITO E DEPOSITO */
#credito-atual{
    background-color: var(--primary-blue);
    border-left: 1px solid var(--primary-yellow);
    border-top: 1px solid var(--primary-yellow);
    border-bottom: 1px solid var(--primary-yellow);
    box-shadow: var(--p-yellow-glow);
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
    padding-left: 5px;
    text-align: left;
    color: #FFF;
    height: 30px;
    width: 100px;
}
.depositar{
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    height: 30px;
    width: 85px;
}
.depositar:hover{
    box-shadow: 0px 0px 5px var(--primary-yellow);
    transition: .2s;
}

/* REGISTRO */
.aviso-reg{
    font-size: 0.6rem;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 900;
}
.apresentacao p{
    margin-top:70px;
}
.success{
    color: var(--success);
}
.error{
    color: var(--error);
}
.login-modal{
    border-bottom: 1px solid var(--secundary-blue);
    background-color: var(--primary-blue);
    text-align: right;
    position: fixed;
    padding: 15px 20px;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
}

/* PAGINA INICIAL */
.container-tutorial{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 90vw;
    margin: 0 auto;
}
.container-tutorial details, .welcome, .t1, .t2{
    margin: 0 auto;
}
.welcome{
    text-align: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 30px;
    font-size: 1.2rem;
    width: 65vw;
}
.t1{
    font-size: 2.5rem;
}
.t2{
    display: flex;
    justify-content: center;
    width: 80vw;
    padding: 30px 0;
}
.tutorial-bicho{
    box-shadow: 0 2px 6px var(--primary-shadow);
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 5px;
    cursor: pointer;
    width: 70vw;
    height: 30px;
    margin: 10px 0;
    font-size: 1.2rem;
}
.container-tutorial details p{
    text-align: justify;
    margin: 0 auto;
    width: 65vw;
}
.container-tutorial details summary{
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.container-tutorial details summary::before{
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background: var(--primary-blue);
}
.menu-rigth{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--secundary-blue);
    padding: 0 10px;
    border-radius: 5px;
    min-width: 260px;
    max-height: fit-content;
    block-size: fit-content;
    margin: 0px 10px 0px 30px;
}
.menu-rigth li a button{
    background-color: var(--transparent);
    color: #FFF;
    width: 15rem;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    margin: 6px 0;
    font-size: 1.001rem;
}
.menu-rigth li a button:hover{
    transition: .3s;
    background-color: var(--secundary-yellow);
    box-shadow: 0 0 5px var(--secundary-yellow);
    color: var(--secundary-blue);
    font-weight: bold;
}
.selected{
    background-color: var(--primary-yellow) !important;
    color: var(--primary-blue) !important;
    font-weight: bold;
}

/* METODOS DE PAGAMENTO */
.payment-container{
    padding: 10px;
    text-align: center;
}
.payment-container h1{
    font-size: 2rem;
    padding: 20px 0;
}
.payment-container p{
    padding: 0 200px;
}
.pay-metode{
    margin-top: 20px;
    border-radius: 3px;
    background-color: var(--secundary-blue);
}
.pay-metode img{
    width: 19vw;
}

/* INFO DE POLITICAS E CONTATO */
.g-info-container{
    padding: 10px;
    text-align: center;
}
.g-info-container h1{
    font-size: 2rem;
    padding: 20px 0;
}
.g-info-options ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 40vw;
    margin: 0 auto;
}

/* AREA DO USUARIO */
.change-area{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--secundary-blue);
    /* padding: 20px 50px; */
    padding: 20px;
    border-radius: 5px;
    min-width: 368px;
    margin-bottom: 20px;
}
.titulo{
    margin: 0 auto;
}
.input-wrapper{
    display: flex;
    margin: 35px 0;
}
.input-wrapper input::placeholder{
    color: #FFF;
}
#mostra-username, #mostra-email, #mostra-telefone{
    height: 48px;
    color: #FFF;
    border-bottom: 2px solid #FFF;
    padding: 0px 10px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: -90px;
}
.label{
    display: flex;
    width: 100px;
    min-width: 100px;
    font-size: .6rem;
    color: #808080;
}
.symbol{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #808080;
    font-size: .6rem;
    font-weight: 700;
    margin-top: 10px;
    width: 70px;
    height: 20px;
    border: 1px solid #808080;
    border-radius: 5px;
    margin-left: 15px;
}
.symbol:hover{
    color: #FFF;
    border: 1px solid #FFF;
}

/* AREA DE CREDITO */
.cred-info{
    display: flex;
    flex-direction: column;
}
.cred-form{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.npt-saque{
    margin: 0 10px;
    width: 20vw;
}
.alert p{
    background-color: var(--primary-shadow);
    color: var(--error);
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    top: 32px;
    margin: 30px auto;
    width: 400px;
}
.submit-credito{
    margin: 0 auto;
}
.submit-credito button{
    background-color: var(--primary-yellow);
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 1rem;
    padding: 5px;
}
.resg-credito{
    text-align: center;
    margin: 0 auto;
    width: 20vw;
}

/* TABELA DE RECARGA */
.tabela2-recarga th{
    width: 146px;
}
#CodRes-table{
    max-width: 541px;
    margin: 0 auto;
}

/* AREA DO ADMINISTRADOR */

/* AREA DE EXPORTAÇÃO PDF */

.button-actions{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

.button-actions a{
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* EXTRACOES */
.inpt-container{
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 100px;
}
.inpt-ext1 input{
    width: 100%;
    margin-bottom: 20px;
}
.inpt-hora input{
    width: 100%;
}
.inpt-num{
    margin: 5px  0 0 -80px;
}
.inpt-num input{
    width: 100%;
}
.submit-extracao{
    display: flex;
    justify-content: center;
}
.mod-button{
    background-color: var(--primary-yellow);
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 10px var(--primary-shadow);
}
.mod-button:hover{
    transition: .4s;
    box-shadow: 0 0 10px var(--secundary-yellow);
}

/* CADASTRAR MODALIDADES */
.alt-mod{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}
.modalidade-container{
    display: flex;
    justify-content: center;
    margin: 0 5px;
}
.modalidade-inpts{
    width: 100vw;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.modalidade-inpts div input {
    width: 100%;
}
.submit-modalidade{
    display: flex;
    justify-content: center;
    grid-column: 1/3;
    margin: 20px 0 0 0;
}

/* PAINEL GERAL */
.admin-info{
    flex: 1 1 350px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #000;
    color: #000;
    margin: 0px 10px 10px 0px;
}

.admin-info p{
    margin-top: 15px;
}

/* AREA DO VENDEDOR */

/* GERA CREDITO */
.credito-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.credito-info div input{
    width: 80%;
}
.submit-cred{
    display: flex;
    justify-content: flex-start;
    grid-row: 2/2;
    margin: 20px 0 0 0;
}
.submit-cred button{
    width: 90px;
}

/* FOOTER */
footer {
    font-family: 'Courier New', Courier, monospace;
    border-top: 1px solid var(--secundary-blue);
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    font-size: .8rem;
    display: flex;
}
.footer-links ul{
    display: flex;
    flex-direction: column;
}
.footer-links ul li a{
    color: #FFF;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.bottom-space{
    display: none;
}

/* WEB */
#mobile-menu{
    display: none;
}
.bottom-container{
    display: none;
}

/* MOBILE */

@media (max-width: 949px){
    
    /* .no-mobile{
        display: none;
    } */
    .mt-60{
        margin-top: 60px !important;
    }
    .menu-rigth{
        margin-top: 60px;
    }
    .logged-menu{
        display: none;
    }
    .lipter-name {
        width: 53px !important;
    }
    .logo a h1{
        display: none;
    }
    .img-logo {
        top: 3px !important;
        left: 6px;
        width: 37px !important;
        height: 45px !important;
    }
    .logo a div {
        margin-right: 0px !important;
        width: 47px !important;
        height: 45px !important;
    }
    #mobile-menu{
        display: flex;
        justify-content: flex-start;
        left: 12px;
        top: 12px;
        width: 50px;
    }

    /* NOTIFICACOES */
    .notify-list {
        width: 290px !important;
    }
    .notify-list details summary {
        width: 226px !important;
    }

    /* MENU SUPERIOR */
    #top-menu{
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        max-width: 100vw;
        width: 100%;
        height: 55px;
        background-color: var(--primary-blue);
        position: fixed;
        z-index: 10;
        border-bottom: 1px solid var(--secundary-blue);
    }
    .cash-area{
        margin-right: 10px;
    }
    .depositar{
        width: 80px;
    }
    /* INPUT DE PESQUISA */
    #search-box{
        margin-right: 10px;
    }

    /* MENU HAMBURGER */

    .navbar input[type="checkbox"],
    .navbar .hamburger-lines{
    display: none;
    }
    .navbar{
    position: fixed;
    width: 100%;
    color: #000;
    opacity: 0.85;
    height: 50px;
    z-index: 12;
    }
    .navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
    }
    .menu-items{
    order: 2;
    display: flex;
    }
    .menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    }
    .menu-items a{
    text-decoration: none;
    color: #FFF;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    }
    .menu-items a:hover{
    color: var(--primary-yellow);
    transition: color 0.3s ease-in-out;
    }
    .navbar{
      opacity: 0.95;
    }
    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
      display: block;
    }
    .navbar-container{
      display: block;
      position: relative;
      height: 64px;
      width: 50px;
    }
    .navbar-container input[type="checkbox"]{
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      z-index: 5;
      opacity: 0;
    }
    .navbar-container .hamburger-lines{
      display: block;
      height: 23px;
      width: 35px;
      position: absolute;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .navbar-container .hamburger-lines .line{
      display: block;
      height: 4px;
      width: 100%;
      border-radius: 10px;
      background: #FFF;
    }
    .navbar-container .hamburger-lines .line1{
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }
    .navbar-container .hamburger-lines .line2{
      transition: transform 0.2s ease-in-out;
    }
    .navbar-container .hamburger-lines .line3{
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }
    .navbar .menu-items{
      padding-top: 100px;
      background: #000;
      height: 100vh;
      width: 100vw;
      transform: translate(-150%);
      display: flex;
      flex-direction: column;
      margin-top: -13px;
      margin-left: -44px;
      padding-left: 50px;
      transition: transform 0.5s ease-in-out;
    }
    .navbar .menu-items li{
      margin-bottom: 1.5rem;
      font-size: 1.3rem;
      font-weight: 500;
    }
    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
      transform: translateX(0);
    }
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
      transform: rotate(35deg);
    }
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
      transform: scaleY(0);
    }
    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
      transform: rotate(-35deg);
    }
    /* PG INICIAL */
    .slideshow-container{
        top: 60px;
    }
    .welcome{
        margin-top: 60px;
        width: 100%;
        font-size: 1rem;
    }
    .container-tutorial details, .tutorial-bicho{
        width: 100%;
    }
    .tutorial-bicho{
        font-size: 1rem;
    }
    .t1{
        background-color: var(--primary-yellow);
        color: var(--primary-blue);
        padding: 5px;
        border-radius: 5px;
        font-size: 2rem;
        width: 90vw;
    }
    .t1, .t2{
        text-align: center;
    }
    .container-tutorial details p {
        width: 84vw;
    }
    .payment-container p{
        padding: 0;
    }
    .g-info-options ul{
        width: 100%;
    }
    footer {
        padding: 5px 7px;
    }
    .bottom-space{
        display: block;
    }
    /* MODAL RECARGA */
    .recarga{
        width: 300px !important;
        height: 35vh;
    }
    .recarga-info div{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .recarga-info div span{
        margin-top: 10px;
    }
    .btt-recarga{
        margin-top: 10px;
    }

    /* MENU INFERIOR */
    .bottom-container{
        display: block;
        background-color: var(--primary-blue);
        text-align: center;
        max-width: 100vw;
        padding: 0 10px;
        position: fixed;
        margin: 0 auto;
        width: 100%;
        height: 50px;
        bottom: 0;
        border-top: 1px solid var(--secundary-blue);
        border-bottom: 8px solid var(--primary-yellow);
    }
    .bottom-menu{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        width: 90vw;
        margin: 0 auto;
        justify-content: space-between;
    }
    .bottom-menu li a button{
        align-items: center;
        justify-content: center;
        color: #FFF;
        background-color: var(--transparent);
        display: flex;
        flex-direction: column;
        font-size: .7rem;
        padding: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50% 50% 0 0 / 50% 50% 25% 25%;
    }

    .bottom-selected{
    color: #000 !important;
    background-color: var(--primary-yellow) !important;
    font-weight: bold;
    }

    /* PAINEL DO ADMIN */
    #menu-geral{
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .change-area{
        margin-top: 15px;
        min-width: 260px;
        padding: 20px 10px;
    }

    /* TABELA ADMIN */
    .container-tabs{
        height: 570px;
    }
    .tab_label{
        padding: 20px 4px;
        font-size: .5rem;
    }
    .nav_tabs{
        min-width: 215px;
    }
    .admin-info p{
        font-size: .8rem;
    }

    /* AREA DO USUARIO */
    .resg-credito{
        width: 70vw;
    }
    .npt-saque{
        width: 33vw;
    }
    .tab_label {
        font-size: 0.54rem !important;
        height: 30px;
    }
    .inpt-num input {
        margin-top: 18px;
    }
    .credito-info div input {
        width: 95%;
    }
    .menu-rigth {
        width: 95vw !important;
        margin: 70px 10px 10px 10px !important;
    }
    #search-box {
        width: 130px !important;
        margin-top: 0 !important;
    }
    .search-container span i {
        margin: 6px 1px 5px 7px !important;
    }

    /* MENU JOGOS */
    .w-modal {
        width: 300px !important;
    }
    .modal-game-list {
        width: 100% !important;
    }
    .flex-row-center {
        max-width: 100vw !important;
    }
    .alert p {
        width: 300px !important;
    }
}