

@media(min-width:320px){

.my-container{
display: flex;
flex-direction: column;
width: 100%;
background-color: whitesmoke;
padding: 0;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 5rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 2rem;
}

.index-main{
display: flex;
flex-direction: row;
width: 100%;
padding: 0;
text-align: center;
justify-content: center;
border-bottom: 0.1rem solid black;
height: 34rem;
}

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 2rem;
margin-bottom: 2rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 2rem;
margin-bottom: 2rem;
max-height: 100%;
}

.card{
width: 8rem;
margin-bottom: 2rem;
background-color: white;
}

.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
margin: 0.4rem;
/* height: 4rem; */
}

.card-img-top{
    display: flex;
width: 8rem;
height: 4rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

/*INÍCIO MEGASENA CARD*/
.megasena-card-btn{
height: 4rem;
}
.megasena-card-text{
width: 100%;
padding: 0.4rem;
}
.megasena-card-text p{
font-size: 0.8rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 0.8rem;
}

/*FIM MEGASENA CARD*/

/*INÍCIO QUINA CARD*/
.quina-card-btn{
height: 4rem;
}
.quina-card-btn a{
width: 70%;
font-size: 0.8rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}
.quina-card-text p{
font-size: 0.8rem;
}

/*FIM QUINA CARD*/

/*INÍCIO LOTOFÁCIL CARD*/
.lotofacil-card-btn{
height: 4rem;
}
.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}
.lotofacil-card-text p{
font-size: 0.8rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 0.8rem;
}

/*FIM LOTOFÁCIL CARD*/

/*INÍCIO LOTOMANIA CARD*/
.lotomania-card-btn{
height: 4rem;
}
.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}

.lotomania-card-text p{
font-size: 0.8rem;
}
.lotomania-card-btn a{
width: 70%;
font-size: 0.8rem;
}
/*FIM LOTOMANIA CARD*/


/*INÍCIO LOGIN LOGOFF*/

.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 0.8rem;
}

dialog.sign-in-modal{
width: 80%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}

.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}

.close-button{
border: none;
}

.user-container-input  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;
}
.user-container-input  input{
flex-grow: 9;
}
.inputField-checkbox-item1{
padding: 2% 2%;
margin: 2%;
transform:scale(2)	
}

.inputField-checkbox-item2{
padding: 2% 2%;
margin: 2px;
width: 100%;
}

.signUpBtn{
border:none;
background: none;
}

/* Sign Up form */
dialog.sign-up-modal{
display: block;
width: 90%;
padding: 0;
border: none;
}

dialog.sign-up-modal  h1,label{
font-size: 1rem;
}

dialog.sign-up-modal::backdrop{
background-color: black;
opacity: 55%;
}
.sign-up-container{
display: block;
width: 100%;
font-size: 1rem;
border: none;
}
.sign-up-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;

}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 100%;
}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;

}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
margin: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin-left: 3%;
font-size: 1rem;

}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 90%;
margin: 2%;
}
.form-submit-container  button{
transform: scale(1rem);

}


.btn-megasena-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Botões de ação */
/* .action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
} */

.game-type-container{
display: flex;
flex-direction: row;
justify-content: center;
}

.radio-button-section{
display: flex;
flex-direction: column;
width: 100%;
}
.radio-button-sectionh2{
display: flex;
justify-content: center;
}

.game-controls{
display: flex;
flex-direction: column;
}

.btn-show-gameboard{
background-color: white;
color: black;
width: 5rem;
height: 2rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/*INÍCIO MEGASENA*/
/* BEGIN GAME SCREEN*/
.megasena-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.megasena-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.megasena-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.megasena-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.megasena-simulated-results th {
background-color: green;
color: white;
padding: 0.05;
text-align: center;
justify-content: center;

}

.megasena-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.megasena-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.megasena-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.megasena-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid green;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
.megasena-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #megasena-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: green;
    }
    #megasena-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #megasena-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #megasena-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #megasena-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #megasena-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: lightcyan;
    
    }
    
    .megasena-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 33rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: green;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .megasena-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #megasena-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #megasena-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #megasena-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #megasena-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #megasena-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #megasena-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    input[type="radio"] {
        margin-right: 0.5rem;
        }
    #megasena-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #megasena-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #megasena-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #megasena-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #megasena-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #megasena-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #megasena-ab.action-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        justify-content: center;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .megasena-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #megasena-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-megasena-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-megasena-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    margin: 0.2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #megasena-ugl.user-game-list{
    display: flex;
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    flex-direction: column;
    }
    #megasena-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #megasena-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #megasena-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM MEGASENA*/

/*INÍCIO QUINA*/
/* BEGIN GAME SCREEN*/
.quina-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: #dae2e9;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.quina-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.quina-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.quina-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.quina-simulated-results th {
background-color: blue;
color: white;
padding: 0.05;
text-align: center;
justify-content: center;
}

.quina-simulated-results td {
padding: 0.05rem;
border-bottom: 0.1rem solid #ddd;
}

.quina-simulated-results tbody tr:nth-child(even) {
background-color: #97cdff;
}

.quina-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.quina-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid blue;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
.quina-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 0.4rem;
    margin-top: 0.4rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.2rem;
    display: inline-block;
    }
    
    #quina-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: blue;
    }
    #quina-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #quina-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #quina-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #quina-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #quina-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: white;
    
    }
    
    .quina-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: blue;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .quina-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #quina-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #quina-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #quina-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #quina-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #quina-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #quina-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #quina-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #quina-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #quina-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #quina-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #quina-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #quina-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #quina-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .quina-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #quina-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-quina-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: cener;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #quina-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #quina-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    
    #quina-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #quina-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM QUINA*/

/*INÍCIO LOTOFÁCIL*/
/* BEGIN GAME SCREEN*/
.lotofacil-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.lotofacil-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
margin-top: 0.5rem;

}
.lotofacil-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.lotofacil-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.lotofacil-simulated-results th {
background-color: purple;
color: white;
padding: 0.05;
text-align: center;
}

.lotofacil-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.lotofacil-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotofacil-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.lotofacil-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid purple;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
.lotofacil-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #lotofacil-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: purple;
    }
    #lotofacil-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotofacil-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #lotofacil-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotofacil-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #lotofacil-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: white;
    
    }
    
    .lotofacil-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: purple;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotofacil-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #lotofacil-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #lotofacil-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotofacil-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotofacil-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotofacil-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotofacil-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotofacil-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotofacil-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotofacil-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotofacil-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotofacil-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotofacil-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotofacil-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .lotofacil-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #lotofacil-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-lotofacil-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #lotofacil-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotofacil-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #lotofacil-uglc.user-game-list-container{
        display: none;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    
    #lotofacil-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM LOTOFÁCIL*/

/*  */



/* BEGIN GAME SCREEN*/
.lotomania-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.lotomania-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.lotomania-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.lotomania-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.lotomania-simulated-results th {
background-color: orangered;
color: white;
padding: 0.05;
text-align: center;
}

.lotomania-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.lotomania-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotomania-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.lotomania-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid orangered;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.lotomania-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #lotomania-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: orangered;
    }
    #lotomania-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotomania-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: black;
    text-decoration: none;

    }
    
    #lotomania-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotomania-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: black;
    }
    
    #lotomania-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: lightcyan;
    
    }
    
    .lotomania-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: orangered;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotomania-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #lotomania-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #lotomania-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotomania-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotomania-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotomania-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotomania-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotomania-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotomania-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotomania-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotomania-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotomania-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotomania-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotomania-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .lotomania-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #lotomania-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-lotomania-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        margin-top: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: cener;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #lotomania-ugl.user-game-list{
    display: flex;
    width: 100%;
    height: 28rem;
    flex-direction: column;
}
    #lotomania-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #lotomania-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #lotomania-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM LOTOMANIA */

/* INÍCIO BUTTONS */
.btn-show-action-buttons{
height: 2rem;
background-color: #007bff;
color: white;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
align-items: center;
justify-content: center;
}

.btn-finish-game {
background-color: #dc3545;
color: white;
width: 4.5rem;
height: 2rem;
margin-left:0.2rem;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
margin: 0.05rem;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.btn-include-game {
background-color: #007bff;
color: white;
width: 4rem;
height: 2rem;
margin-left:0.2rem;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
margin: 0.05rem;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.btn-clear-game {
background-color: #6c757d;
color: white;
width: 4rem;
height: 2rem;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
margin: 0.05rem;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}    

.btn-generate-random-game {
background-color: #ffc107;
color: black;
width: 5rem;
height: 2rem;
font-size: 0.8rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
margin: 0.05rem;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
/*FIM BUTTONS*/



.btn-delete-game {
width: 80px;
height: 35px;
font-size: 14px;
font-weight: bold;
padding: 5px;
text-align: center;
display: inline-block;
background-color: #ff4d4d; /* Vermelho vibrante */
color: white; /* Texto branco */
border: none;
border-radius: 8px; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/* Efeito ao passar o mouse */
.btn-delete-game:hover {
background-color: #cc0000; /* Vermelho mais escuro */
transform: scale(1.05); /* Aumenta ligeiramente o botão */
}

/* Efeito ao clicar */
.btn-delete-game:active {
transform: scale(0.95); /* Dá um efeito de clique */
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
/* SOBRE 320*/
.sobre-body{
    display: flex;
    background-color:rgb(193, 236, 92);
    flex-direction: column;
    height: 100%;
}
.sobre-header-title h1{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        margin: 0.5rem;
        text-align: center;
        font-size: 1.5rem;
}
.sobre-header a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    color: white;
    padding: 0.1rem;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    margin: 0.3rem;
}
.sobre-header {
display: flex;
background-color: olive;
justify-content: space-between;
}
.sobre-content{
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    background-color: white;
    height:100%;
}

.sobre-content h1{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.5rem;
    background-color: #6c757d;
}
.sobre-content h2{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.3rem;
    background-color: #6c757d;

}
.sobre-content p{
    font-size: 1.2rem; /* Ajuste conforme necessário */
    line-height: 1.6; /* Melhora a legibilidade */
    text-align: justify; /* Deixa o texto alinhado dos dois lados */
    color: black; /* Cor de texto suave */
    font-family: Arial, sans-serif; /* Fonte legível */
    text-indent: 1.2rem; /* Recuo na primeira linha */
    margin: 0.5rem;
}

.sobre-content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0.5rem;

    padding:0;
}
.sobre-content li{  
    display: flex;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    font-size: 1.1rem;
}
.sobre-content li:hover{
    margin-left: 30%;
    width: 80%;

    /* transform: scale(1.2); */
}
#sobre-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre-header a:hover{
   color: yellow;
   font-size: 1.2rem;
}
.lottosimulador-legal-advice h2:hover{
    background-color: red;
    color: white;
    font-size: 1.6rem;
}
} 


/* Smartphones grandes */
@media(min-width: 480px) { 

.my-container{
display: flex;
flex-direction: column;
width: 100%;
background-color: whitesmoke;
padding: 0;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 5rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 2rem;
}

.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 2rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 2rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 10rem;	
min-width: 10rem;
margin-bottom: 5rem;
}

.card-img-top{
    display: flex;
width: 10rem;
height: 5rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 0.8rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}
.megasena-card-btn{
height: 4rem;
}
.quina-card-btn{
height: 4rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotomania-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 0.9rem;
}

.megasena-card-text{
width: 100%;
padding: 0.4rem;
}

.quina-card-btn a{
width: 70%;
font-size: 0.9rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 0.9rem;
}

.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}


.lotomania-card-btn a{
width: 70%;
font-size: 0.9rem;
}
.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 0.8rem;
}


dialog.sign-in-modal{
width: 80%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}

.close-button{
border: none;
}

/* Sign Up form */
dialog.sign-up-modal{
display: block;
width: 80%;
background-color: white;
padding: 0;
border: none;

}
dialog.sign-up-modal  h1,label{
font-size: 1rem;
}
dialog.sign-up-modal::backdrop{
background-color: black;
opacity: 55%;
}
.sign-up-container{
display: block;
width: 100%;
font-size: 1rem;
border: none;
}
.sign-up-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 90%;
}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
margin: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin: 0 2% 0 2%;
font-size: 1rem;

}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 100%;
margin: 4%;
}
.form-submit-container  button{
margin: 2%;
transform: scale(1.2);
}

.logoff-back-container{
display: flex;
flex-direction: row;
justify-content: flex-end;

}
.logout-back-item{
display: flex;
}
.logout-back-item#logout{
margin-left: 2%;
margin-right: 2%;
} 
.logout-back-item#back{
margin-left: 2%;
margin-right: 2%;
}

/* Database page cards*/
.card-wrapper-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.card-content-container {
display: flex;
flex-direction: column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 13rem;
}


.card-image-container {
display: flex;
height: 10rem;
justify-content: center;

}

.card-image-containerimg {
width: 7rem;
}

.card-image-container#footprint {
width: 50%;
padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 2% 2%;
}

.card-data-containerh4 {

display: flex;
justify-content: center;
}

.link-containera {
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;
}

.card-image-container {
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1p{
display: flex;
justify-content: center;
}
.database-names-1pa {
text-decoration: none;
font-size: 1rem;
justify-content: center;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2p{
display: flex;
justify-content: center;
}
.database-names-2pa {
text-decoration: none;
font-size: 1rem;
}
/*INÍCIO MEGASENA*/
/* BEGIN GAME SCREEN*/
.megasena-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.megasena-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.megasena-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.megasena-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.megasena-simulated-results th {
background-color: green;
color: white;
padding: 0.05;
text-align: center;
justify-content: center;

}

.megasena-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.megasena-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.megasena-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.megasena-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid green;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.megasena-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #megasena-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: green;
    }
    #megasena-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #megasena-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #megasena-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #megasena-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #megasena-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: lightcyan;
    
    }
    
    .megasena-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 33rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: green;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .megasena-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #megasena-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #megasena-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #megasena-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #megasena-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #megasena-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #megasena-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    input[type="radio"] {
        margin-right: 0.5rem;
        }
    #megasena-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #megasena-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #megasena-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #megasena-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #megasena-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #megasena-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #megasena-ab.action-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        justify-content: center;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .megasena-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #megasena-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-megasena-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-megasena-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    margin: 0.2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #megasena-ugl.user-game-list{
    display: flex;
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    flex-direction: column;
    }
    #megasena-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #megasena-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #megasena-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM MEGASENA*/

/*INÍCIO QUINA*/
/* BEGIN GAME SCREEN*/
.quina-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: #dae2e9;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.quina-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.quina-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.quina-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.quina-simulated-results th {
background-color: blue;
color: white;
padding: 0.05;
text-align: center;
justify-content: center;
}

.quina-simulated-results td {
padding: 0.05rem;
border-bottom: 0.1rem solid #ddd;
}

.quina-simulated-results tbody tr:nth-child(even) {
background-color: #97cdff;
}

.quina-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.quina-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid blue;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.quina-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 0.4rem;
    margin-top: 0.4rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.2rem;
    display: inline-block;
    }
    
    #quina-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: blue;
    }
    #quina-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #quina-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #quina-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #quina-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #quina-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: white;
    
    }
    
    .quina-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: blue;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .quina-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #quina-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #quina-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #quina-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #quina-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #quina-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #quina-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #quina-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #quina-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #quina-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #quina-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #quina-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #quina-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #quina-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .quina-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #quina-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-quina-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: cener;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #quina-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #quina-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    
    #quina-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #quina-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM QUINA*/

/*INÍCIO LOTOFÁCIL*/
/* BEGIN GAME SCREEN*/
.lotofacil-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.lotofacil-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
margin-top: 0.5rem;

}
.lotofacil-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.lotofacil-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.lotofacil-simulated-results th {
background-color: purple;
color: white;
padding: 0.05;
text-align: center;
}

.lotofacil-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.lotofacil-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotofacil-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.lotofacil-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid purple;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
.lotofacil-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #lotofacil-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: purple;
    }
    #lotofacil-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotofacil-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    text-decoration: none;

    }
    
    #lotofacil-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotofacil-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: white;
    }
    
    #lotofacil-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: white;
    
    }
    
    .lotofacil-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: purple;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotofacil-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #lotofacil-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #lotofacil-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotofacil-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotofacil-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotofacil-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotofacil-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotofacil-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotofacil-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotofacil-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotofacil-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotofacil-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotofacil-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotofacil-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    /*acrescentar nas demais*/
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .lotofacil-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #lotofacil-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-lotofacil-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #lotofacil-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotofacil-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #lotofacil-uglc.user-game-list-container{
        display: none;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    
    #lotofacil-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM LOTOFÁCIL*/

/*  */



/* BEGIN GAME SCREEN*/
.lotomania-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
    height: 38rem;		
    }
.lotomania-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}
.lotomania-simulated-results-container h3,p{
font-size: 0.8rem;
background-color: white;
padding: 0.2rem;
}
.lotomania-simulated-results {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.5rem;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
border-radius: 8px;
/* overflow: hidden; */
font-size: 0.6rem;
}
.lotomania-simulated-results th {
background-color: orangered;
color: white;
padding: 0.05;
text-align: center;
}

.lotomania-simulated-results td {
padding: 0.05rem;
border-bottom: 1px solid #ddd;
}

.lotomania-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotomania-simulated-results tbody tr:hover {
background-color: #d9eaff;
}
.lotomania-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid orangered;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);    }
.lotomania-simulated-results-no-prize {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    display: inline-block;
    }
    
    #lotomania-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: orangered;
    }
    #lotomania-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotomania-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: black;
    text-decoration: none;

    }
    
    #lotomania-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotomania-pn.page-name h1{
    font-size: 2.5rem;
    margin: 0.2rem;
    color: black;
    }
    
    #lotomania-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    background-color: lightcyan;
    
    }
    
    .lotomania-gameboard-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 31rem;
    margin-top: 0;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: orangered;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotomania-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: white;
    }
    
    #lotomania-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 7rem;
    }
    
    #lotomania-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotomania-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotomania-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotomania-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotomania-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotomania-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotomania-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotomania-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotomania-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotomania-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotomania-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotomania-ab.action-buttons {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .action-buttons-a{
        display: flex;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }

    .action-buttons-b{
        display: none;
        width: 50%;
        flex-direction: row;
        padding: 0.5rem;
    }
    .lotomania-game-list-container{
        display: none;
        width: 100%;
        flex-direction: row;
        }
    #lotomania-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-lotomania-reset-simulation{
        display: none;
        height: 2rem;
        background-color: #ffc107;
        color: black;
        width: 5rem;
        margin-top: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0.5rem; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: cener;
    margin: 0.2rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    #lotomania-ugl.user-game-list{
    display: flex;
    width: 100%;
    height: 28rem;
    flex-direction: column;
}
    #lotomania-uglt.user-game-list-title{
        background-color: white;
        padding: 0;
        margin: 0;

    }
    #lotomania-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border: 0.1rem solid black ;
    }
    .game-div{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        font-size: 0.5rem;
        background-color: white;
        border: 0.1rem solid black;
    }
    .game-div button{
        width: 3rem;
        height: 2rem;
    }    
    .game-div p {
        margin: 0;
    }    
    #lotomania-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }

/*FIM LOTOMANIA */
/*SOBRE*/
.sobre-body{
    display: flex;
    background-color:rgb(193, 236, 92);
    flex-direction: column;
    height: 100%;
}
.sobre-header-title h1{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        margin: 0.5rem;
        text-align: center;
        font-size: 1.5rem;
}
.sobre-header a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    color: white;
    padding: 0.1rem;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    margin: 0.3rem;
}
.sobre-header {
display: flex;
background-color: olive;
justify-content: space-between;
}
.sobre-content{
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    background-color: white;
    height:100%;
}

.sobre-content h1{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.5rem;
    background-color: #6c757d;
}
.sobre-content h2{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.3rem;
    background-color: #6c757d;

}
.sobre-content p{
    font-size: 1.2rem; /* Ajuste conforme necessário */
    line-height: 1.6; /* Melhora a legibilidade */
    text-align: justify; /* Deixa o texto alinhado dos dois lados */
    color: black; /* Cor de texto suave */
    font-family: Arial, sans-serif; /* Fonte legível */
    text-indent: 1.2rem; /* Recuo na primeira linha */
    margin: 0.5rem;
}

.sobre-content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0.5rem;

    padding:0;
}
.sobre-content li{  
    display: flex;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    font-size: 1.1rem;
}
.sobre-content li:hover{
    margin-left: 20%;
    width: 80%;

    /* transform: scale(1.2); */
}
#sobre-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre-header a:hover{
   color: yellow;
   font-size: 1.2rem;
}
.lottosimulador-legal-advice h2:hover{
    background-color: red;
    color: white;
    font-size: 1.6rem;
}

} 

@media(min-width: 768px) { 

.my-container{
display: flex;
flex-direction: column;
width: 100%;
background-color: whitesmoke;
padding: 0;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 5rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 2.5rem;
}

.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    height: 23rem;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 10rem;	
min-width: 10rem;
margin-bottom: 5rem;
}

.card-img-top{
    display: flex;
width: 10rem;
height: 5rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 0.8rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}
.megasena-card-btn{
height: 4rem;
}
.quina-card-btn{
height: 4rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotomania-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 1rem;
}

.megasena-card-text{
width: 100%;
padding: 0.4rem;
}

.quina-card-btn a{
width: 70%;
font-size: 1rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 1rem;
}

.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}


.lotomania-card-btn a{
width: 70%;
font-size: 1rem;
}
.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 1rem;
}

dialog.sign-in-modal{
width: 80%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}

.close-button{
border: none;
}

/* Sign Up form */
dialog.sign-up-modal{
display: block;
width: 45%;
background-color: white;
padding: 0;
border: none;
}
dialog.sign-up-modal  h1,label{
font-size: 1.3rem;
}
dialog.sign-up-modal::backdrop{
background-color: black;
opacity: 45%;
}
.sign-up-container{
display: block;
width: 100%;
border: none;
}
.sign-up-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1.1rem;
}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 90%;
}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1.1rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
margin: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin-left: 3%;
font-size: 1.2rem;
}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 100%;
margin: 4%;
}
.form-submit-container  button{
margin: 2%;
transform: scale(1.5);
}

.logoff-back-container{
display: flex;
flex-direction: row;
justify-content: flex-end;

}
.logout-back-item{
display: flex;
}
.logout-back-item#logout{
margin-left: 2%;
margin-right: 2%;
} 
.logout-back-item#back{
margin-left: 2%;
margin-right: 2%;
}

/* Database page cards*/
.card-wrapper-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.card-content-container {
display: flex;
flex-direction: column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 13rem;
}


.card-image-container {
display: flex;
height: 10rem;
justify-content: center;

}

.card-image-containerimg {
width: 7rem;
}

.card-image-container#footprint {
width: 50%;
padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 2% 2%;
}

.card-data-containerh4 {

display: flex;
justify-content: center;
}

.link-containera {
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;
}

.card-image-container {
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1p{
display: flex;
justify-content: center;
}
.database-names-1pa {
text-decoration: none;
font-size: 1rem;
justify-content: center;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2p{
display: flex;
justify-content: center;
}
.database-names-2pa {
text-decoration: none;
font-size: 1rem;
}
/* Game*/

/*INÍCIO MEGASENA*/

/* .megasena-main{
height: 90%;
} */
#megasena-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: green;
    }
    
    #megasena-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #megasena-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    
    }
    
    #megasena-bpl.back-page-link a:hover{
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #megasena-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    
    /* BEGIN GAME SCREEN*/
    .megasena-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: springgreen;
    
    color: black;
    text-align: center;
    margin: 0;	
    padding: 1rem;
    height: 37rem;		
    }
    #megasena-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: azure;
    }
    
    .megasena-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 32rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: green;
    
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    
    }
    .megasena-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 30rem;
    background-color: white;
    
    }
    #megasena-rbs.radio-button-section {	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #megasena-rbs.radio-button-section h2{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    #megasena-nac.number-amount-container div{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #megasena-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #megasena-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #megasena-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    input[type="radio"] {
    margin-right: 0.5rem;
    }
    #megasena-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #megasena-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #megasena-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 16rem;
    }
    
    #megasena-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #megasena-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #megasena-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #megasena-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    .btn-megasena-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .megasena-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .megasena-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .megasena-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    
    
    .game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    }
    
    
    
    .btn-finish-game {
    background-color: #dc3545;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    
    
    }
    
    .btn-include-game {
    background-color: #007bff;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-generate-random-game {
    background-color: #ffc107;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-clear-game {
    background-color: #6c757d;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-show-gameboard{
    background-color: seagreen;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    .btn-megasena-simulate-game{
    background-color: snow;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .megasena-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    
    #megasena-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    flex-direction: column;
    }
    #megasena-uglt.user-game-list-title{
        background-color: white;
    }
    #megasena-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #megasena-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    .megasena-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .megasena-simulated-results th {
    background-color: green;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .megasena-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .megasena-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .megasena-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .megasena-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid green;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);    }
    
    /* Mensagem de ausência de premiação */
    .megasena-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    
    
    
    /*FIM MEGASENA*/
    
    /*INÍCIO QUINA*/
    
    /* BEGIN GAME SCREEN*/
    .quina-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: steelblue;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    
    #quina-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: blue;
    }
    
    #quina-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #quina-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #quina-bpl.back-page-link a:hover{
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #quina-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    #quina-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: white;
    }
    
    .quina-gameboard-container{
    display: flex;
    justify-content: center;
    width: 53%;
    height: 30rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: blue;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .quina-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #quina-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #quina-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #quina-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #quina-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #quina-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #quina-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
 
    #quina-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 42rem;
    border: black solid 0.01rem;
    }
    #quina-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #quina-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #quina-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #quina-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #quina-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #quina-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #quina-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-quina-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .quina-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .quina-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .quina-simulated-results-container h3{
    background-color: #e7edf1;
    }
    
    .quina-game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    
    .game-item{
        font-size: 1rem;
        margin: 0.5rem;
    }
    .btn-delete-game {
        width: 5rem;
        height: 2rem;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        justify-content: center;
        margin: 0.05rem;
        display: inline-block;
        background-color: #ff4d4d; /* Vermelho vibrante */
        color: white; /* Texto branco */
        border: none;
        border-radius: 8px; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
        
        /* Efeito ao passar o mouse */
        .btn-delete-game:hover {
        background-color: #cc0000; /* Vermelho mais escuro */
        transform: scale(1.05); /* Aumenta ligeiramente o botão */
        }
        
        /* Efeito ao clicar */
        .btn-delete-game:active {
        transform: scale(0.95); /* Dá um efeito de clique */
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        }
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    margin: 0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #quina-ugl.user-game-list{
    width: 100%;
    height: 26rem;
    margin-bottom: auto;
    }
    #quina-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #quina-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .quina-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .quina-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .quina-simulated-results th {
    background-color: blue;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .quina-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .quina-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .quina-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .quina-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid blue;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .quina-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM QUINA*/	
    
    /*INÍCIO lotofacil*/
    
    
    /* BEGIN GAME SCREEN*/
    .lotofacil-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: #c5dac5;
    
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    /* .lotofacil-background-container{
    
    background-color: lightgoldenrodyellow;
    height:31rem
    } */
    #lotofacil-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: purple;
    }
    #lotofacil-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotofacil-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #lotofacil-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotofacil-pn.page-name h1{
    font-size: 1.8rem;
    margin: 0.2rem;
    color: white;
    }
    #lotofacil-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    }
    
    .lotofacil-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: purple;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotofacil-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotofacil-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotofacil-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotofacil-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotofacil-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotofacil-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotofacil-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }

    #lotofacil-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #lotofacil-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotofacil-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 15rem;
    }
    
    #lotofacil-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotofacil-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotofacil-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotofacil-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #lotofacil-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 2rem;
    margin-top: 0.5rem;
    }
    .btn-lotofacil-reset-simulation{
    display: none;
    width: 6rem;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin-top: 0.6rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .lotofacil-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .lotofacil-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .lotofacil-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    #lotofacil-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotofacil-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotofacil-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    margin: 0.2rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-show-action-buttons-container{
    all: unset;
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .lotofacil-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotofacil-simulated-results th {
    background-color: purple;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotofacil-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotofacil-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotofacil-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotofacil-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid purple;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotofacil-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotofacil*/	
    /*INÍCIO lotomania*/
    
    /* BEGIN GAME SCREEN*/
    .lotomania-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    #lotomania-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: orangered;
    height: 2rem;   
    }
    #lotomania-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotomania-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    }
    
    #lotomania-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotomania-pn.page-name h1{
    font-size: 1.5rem;
    margin: 0.2rem;
    color: black;
    }
    
    #lotomania-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    background-color: lightcyan;
    align-items: center;
    }
    
    .lotomania-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: orangered;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotomania-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotomania-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotomania-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotomania-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotomania-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotomania-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotomania-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotomania-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotomania-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotomania-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    /* gap: 0.3rem; */
    margin: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotomania-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotomania-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotomania-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotomania-ab.action-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .action-buttons-a{
        display: flex;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    .action-buttons-b{
        display: none;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    
    #lotomania-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    height: 2rem;
    }
    .btn-lotomania-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #lotomania-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotomania-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotomania-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    .lotomania-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotomania-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotomania-simulated-results th {
    background-color: orange;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotomania-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotomania-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotomania-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotomania-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid orangered;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotomania-simulated-results-no-prize {
    color: orange;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotomania*/	
    /*SOBRE*/
    .sobre-body{
        display: flex;
        background-color:rgb(193, 236, 92);
        flex-direction: column;
        height: 100%;
    }
    .sobre-header-title h1{
            display: flex;
            text-decoration: none;
            justify-content: center;
            color: white;
            margin: 0.5rem;
            text-align: center;
            font-size: 1.5rem;
    }
    .sobre-header a{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        padding: 0.1rem;
        text-align: center;
        align-items: center;
        font-size: 1rem;
        margin: 0.3rem;
    }
    .sobre-header {
    display: flex;
    background-color: olive;
    justify-content: space-between;
    }
    .sobre-content{
        display: flex;
        margin-top: 0.5rem;
        flex-direction: column;
        background-color: white;
        height:100%;
    }
    
    .sobre-content h1{
        display: flex;
        justify-content: center;
        margin: 0.5rem;
        font-size: 1.5rem;
        background-color: #6c757d;
    }
    .sobre-content h2{
        display: flex;
        justify-content: center;
        margin: 0.5rem;
        font-size: 1.3rem;
        background-color: #6c757d;
    
    }
    .sobre-content p{
        font-size: 1.2rem; /* Ajuste conforme necessário */
        line-height: 1.6; /* Melhora a legibilidade */
        text-align: justify; /* Deixa o texto alinhado dos dois lados */
        color: black; /* Cor de texto suave */
        font-family: Arial, sans-serif; /* Fonte legível */
        text-indent: 1.2rem; /* Recuo na primeira linha */
        margin: 0.5rem;
    }
    
    .sobre-content ul{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0.5rem;
    
        padding:0;
    }
    .sobre-content li{  
        display: flex;
        justify-content: flex-start;
        list-style: none;
        width: 100%;
        font-size: 1.1rem;
    }
    .sobre-content li:hover{
        margin-left: 20%;
        width: 80%;

        /* transform: scale(1.2); */
    }
    #sobre-bpl.back-page-link{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sobre-header a:hover{
       color: yellow;
       font-size: 1.2rem;
    }
    .lottosimulador-legal-advice h2:hover{
        background-color: red;
        color: white;
        font-size: 1.6rem;
    }
} 

/* Laptops pequenos */
@media(min-width: 1024px) { 

.my-container{
display: flex;
flex-direction: column;
width: 100%;
background-color: whitesmoke;
padding: 0;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 4rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 3rem;
}

.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    height: 23rem;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 10rem;	
min-width: 10rem;
margin-bottom: 5rem;
}


.card-img-top{
    display: flex;
width: 10rem;
height: 5rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 1rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}

.megasena-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 1.2rem;
}
.quina-card-btn{
height: 4rem;
}
.quina-card-btn a{
width: 70%;
font-size: 1.2rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotofacil-card-btn a{
width: 70%;
font-size: 1.2rem;
}
.lotomania-card-btn{
height: 4rem;
}
.lotomania-card-btn a{
width: 70%;
font-size: 1.2rem;
}
.megasena-card-text{
width: 100%;
padding: 0.4rem;
}
.megasena-card-text p {
font-size: 1rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}
.quina-card-text p {
font-size: 1rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}
.lotofacil-card-text p {
font-size: 1rem;
}

.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}
.lotomania-card-text p {
font-size: 1rem;
}

.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}
.site-nav a{
color: black;
font-size: 1.2rem;
}

dialog.sign-in-modal{
width: 50%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 2rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1.4rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input  label{
font-size: 1.3rem;

}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
font-size: 1.5rem;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.user-submit-container  button{
transform: scale(1.3);
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}.sign-in-button-containerp{
font-size: 1.5rem;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}
.forgot-password-container  p,a{
font-size: 1.4rem;
} 

.close-button{
border: none;
}

/* Sign Up form */
dialog.sign-up-modal{
display: block;
width: 35%;
background-color: white;
padding: 0;
border: none;

}
dialog.sign-up-modal  h1,label{
font-size: 1.4rem;
}
dialog.sign-up-modal::backdrop{
background-color: black;
opacity: 55%;
}
.sign-up-container{
display: block;
width: 100%;
border:none;
}
.sign-up-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1.1rem;
}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 90%;

}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1.1rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1.2rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
margin: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin-left: 3%;
font-size: 1.2rem;
}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 100%;
margin: 2%;
}
.form-submit-container  button{
margin: 2%;
transform: scale(1.5);
}

.logoff-back-container{
display: flex;
flex-direction: row;
justify-content: flex-end;

}
.logout-back-item{
display: flex;
}
.logout-back-item#logout{
margin-left: 2%;
margin-right: 2%;
} 
.logout-back-item#back{
margin-left: 2%;
margin-right: 2%;
}

/* Database page cards*/
.card-wrapper-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.card-content-container {
display: flex;
flex-direction: column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 13rem;
}


.card-image-container {
display: flex;
height: 10rem;
justify-content: center;

}

.card-image-containerimg {
width: 7rem;
}

.card-image-container#footprint {
width: 50%;
padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 2% 2%;
}

.card-data-containerh4 {

display: flex;
justify-content: center;
}

.link-containera {
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;
}

.card-image-container {
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1p{
display: flex;
justify-content: center;
}
.database-names-1pa {
text-decoration: none;
font-size: 1rem;
justify-content: center;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2p{
display: flex;
justify-content: center;
}
.database-names-2pa {
text-decoration: none;
font-size: 1rem;
}
/* Game*/

/*INÍCIO MEGASENA*/

/* .megasena-main{
height: 90%;
} */
#megasena-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: green;
    }
    
    #megasena-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #megasena-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    
    }
    
    #megasena-bpl.back-page-link a:hover{
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #megasena-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    
    /* BEGIN GAME SCREEN*/
    .megasena-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: springgreen;
    
    color: black;
    text-align: center;
    margin: 0;	
    padding: 1rem;
    height: 37rem;		
    }
    #megasena-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: azure;
    }
    
    .megasena-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 32rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: green;
    
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    
    }
    .megasena-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 30rem;
    background-color: white;
    
    }
    #megasena-rbs.radio-button-section {	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #megasena-rbs.radio-button-section h2{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    #megasena-nac.number-amount-container div{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #megasena-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #megasena-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #megasena-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #megasena-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    input[type="radio"] {
        margin-right: 0.5rem;
        }
    #megasena-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #megasena-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #megasena-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;/*modificar no site*/
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 16rem;
    }
    
    #megasena-nb.numbered-buttons button {
    width: 2rem; /*modificar no site*/
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #megasena-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #megasena-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #megasena-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    .btn-megasena-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .megasena-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .megasena-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .megasena-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    
    
    .game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    }
    
    
    
    .btn-finish-game {
    background-color: #dc3545;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    
    
    }
    
    .btn-include-game {
    background-color: #007bff;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-generate-random-game {
    background-color: #ffc107;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-clear-game {
    background-color: #6c757d;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-show-gameboard{
    background-color: seagreen;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    .btn-megasena-simulate-game{
    background-color: snow;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .megasena-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    
    #megasena-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    flex-direction: column;
    }
    #megasena-uglt.user-game-list-title{
        background-color: white;
    }
    #megasena-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #megasena-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    .megasena-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .megasena-simulated-results th {
    background-color: green;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .megasena-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .megasena-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .megasena-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .megasena-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid green;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .megasena-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    
    
    
    /*FIM MEGASENA*/
    
    /*INÍCIO QUINA*/
    
    /* BEGIN GAME SCREEN*/
    .quina-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: steelblue;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    
    #quina-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: blue;
    }
    
    #quina-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #quina-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #quina-bpl.back-page-link a:hover{
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #quina-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    #quina-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    background-color: white;
    }
    
    .quina-gameboard-container{
    display: flex;
    justify-content: center;
    width: 53%;
    height: 30rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: blue;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .quina-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #quina-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #quina-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #quina-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #quina-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: space-evenly; /* Centraliza os elementos */
    }
    #quina-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #quina-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #quina-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
  
    #quina-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 42rem;
    border: black solid 0.01rem;
    }
    #quina-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #quina-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #quina-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #quina-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #quina-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #quina-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #quina-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-quina-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .quina-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .quina-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .quina-simulated-results-container h3{
    background-color: #e7edf1;
    }
    
    .quina-game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    
    .game-item{
        font-size: 1rem;
        margin: 0.5rem;
    }
    .btn-delete-game {
        width: 5rem;
        height: 2rem;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        justify-content: center;
        margin: 0.05rem;
        display: inline-block;
        background-color: #ff4d4d; /* Vermelho vibrante */
        color: white; /* Texto branco */
        border: none;
        border-radius: 8px; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
        
        /* Efeito ao passar o mouse */
        .btn-delete-game:hover {
        background-color: #cc0000; /* Vermelho mais escuro */
        transform: scale(1.05); /* Aumenta ligeiramente o botão */
        }
        
        /* Efeito ao clicar */
        .btn-delete-game:active {
        transform: scale(0.95); /* Dá um efeito de clique */
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        }
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    margin: 0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #quina-ugl.user-game-list{
    width: 100%;
    height: 26rem;
    margin-bottom: auto;
    }
    #quina-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #quina-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .quina-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .quina-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .quina-simulated-results th {
    background-color: blue;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .quina-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .quina-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .quina-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .quina-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid blue;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .quina-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM QUINA*/	
    
    /*INÍCIO lotofacil*/
    
    
    /* BEGIN GAME SCREEN*/
    .lotofacil-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: #c5dac5;
    
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    /* .lotofacil-background-container{
    
    background-color: lightgoldenrodyellow;
    height:31rem
    } */
    #lotofacil-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: purple;
    }
    #lotofacil-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotofacil-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #lotofacil-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotofacil-pn.page-name h1{
    font-size: 1.8rem;
    margin: 0.2rem;
    color: white;
    }
    #lotofacil-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
    }
    
    .lotofacil-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: purple;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotofacil-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotofacil-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotofacil-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotofacil-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotofacil-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: space-evenly; /* Centraliza os elementos */
    }
    #lotofacil-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #lotofacil-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotofacil-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
 
    #lotofacil-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #lotofacil-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotofacil-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 15rem;
    }
    
    #lotofacil-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotofacil-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotofacil-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotofacil-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #lotofacil-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 2rem;
    margin-top: 0.5rem;
    }
    .btn-lotofacil-reset-simulation{
    display: none;
    width: 6rem;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin-top: 0.6rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .lotofacil-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .lotofacil-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .lotofacil-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    #lotofacil-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotofacil-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotofacil-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    margin: 0.2rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-show-action-buttons-container{
    all: unset;
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .lotofacil-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotofacil-simulated-results th {
    background-color: purple;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotofacil-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotofacil-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotofacil-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotofacil-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid purple;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotofacil-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotofacil*/	
    /*INÍCIO lotomania*/
    
    /* BEGIN GAME SCREEN*/
    .lotomania-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    #lotomania-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: orangered;
    height: 2rem;   
    }
    #lotomania-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotomania-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    }
    
    #lotomania-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotomania-pn.page-name h1{
    font-size: 1.5rem;
    margin: 0.2rem;
    color: black;
    }
    
    #lotomania-usc.user-screen-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    background-color: lightcyan;
    align-items: center;
    }
    
    .lotomania-gameboard-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: orangered;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotomania-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotomania-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotomania-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotomania-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotomania-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: space-evenly; /* Centraliza os elementos */
    }
    #lotomania-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #lotomania-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotomania-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotomania-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotomania-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotomania-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    /* gap: 0.3rem; */
    margin: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotomania-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotomania-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotomania-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotomania-ab.action-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .action-buttons-a{
        display: flex;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    .action-buttons-b{
        display: none;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    
    #lotomania-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    height: 2rem;
    }
    .btn-lotomania-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #lotomania-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotomania-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotomania-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    .lotomania-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotomania-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotomania-simulated-results th {
    background-color: orange;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotomania-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotomania-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotomania-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotomania-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid orangered;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotomania-simulated-results-no-prize {
    color: orange;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotomania*/	
    /*SOBRE*/
    .sobre-body{
        display: flex;
        background-color:rgb(193, 236, 92);
        flex-direction: column;
        height: 100%;
    }
    .sobre-header-title h1{
            display: flex;
            text-decoration: none;
            justify-content: center;
            color: white;
            margin: 0.5rem;
            text-align: center;
            font-size: 1.5rem;
    }
    .sobre-header a{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        padding: 0.1rem;
        text-align: center;
        align-items: center;
        font-size: 1rem;
        margin: 0.3rem;
    }
    .sobre-header {
    display: flex;
    background-color: olive;
    justify-content: space-between;
    }
    .sobre-content{
        display: flex;
        margin-top: 0.5rem;
        flex-direction: column;
        background-color: white;
        height:100%;
    }
    
    .sobre-content h1{
        display: flex;
        justify-content: center;
        margin: 0.5rem;
        font-size: 1.5rem;
        background-color: #6c757d;
    }
    .sobre-content h2{
        display: flex;
        justify-content: center;
        margin: 0.5rem;
        font-size: 1.3rem;
        background-color: #6c757d;
    
    }
    .sobre-content p{
        font-size: 1.2rem; /* Ajuste conforme necessário */
        line-height: 1.6; /* Melhora a legibilidade */
        text-align: justify; /* Deixa o texto alinhado dos dois lados */
        color: black; /* Cor de texto suave */
        font-family: Arial, sans-serif; /* Fonte legível */
        text-indent: 1.2rem; /* Recuo na primeira linha */
        margin: 0.5rem;
    }
    
    .sobre-content ul{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0.5rem;
    
        padding:0;
    }
    .sobre-content li{  
        display: flex;
        justify-content: flex-start;
        list-style: none;
        width: 100%;
        font-size: 1.1rem;
    }
    .sobre-content li:hover{
        margin-left: 20%;
        width: 80%;

        /* transform: scale(1.2); */
    }
    #sobre-bpl.back-page-link{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sobre-header a:hover{
       color: yellow;
       font-size: 1.2rem;
    }
    .lottosimulador-legal-advice h2:hover{
        background-color: red;
        color: white;
        font-size: 1.6rem;
    }
} 

@media(min-width: 1280px) {

.my-container{
display: flex;
flex-direction: column;
width: 100%;
background-color: whitesmoke;
padding: 0;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 7rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 3.2rem;
}

.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    height: 24rem;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 10rem;	
min-width: 10rem;
margin-bottom: 5rem;
}

.card-img-top{
    display: flex;
width: 10rem;
height: 5rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 0.8rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}
.megasena-card-btn{
height: 4rem;
}
.quina-card-btn{
height: 4rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotomania-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.megasena-card-text{
width: 100%;
padding: 0.4rem;
}

.quina-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}
.lotomania-card-text p{
font-size: 1rem;
}

.lotomania-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 1rem;
}

dialog.sign-in-modal{
width: 30%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
font-size: 1.3rem;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.user-submit-container  button{
transform: scale(1.2);
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
transform: scale(1.1);
}
.sign-in-button-container  p{
font-size: 1.4rem;
}

.forgot-password-container{
display: flex;
justify-content: flex-start;
}
.forgot-password-container  p, a{
font-size: 1.5rem;
}

.close-button{
border: none;
}

/* Sign Up form */
dialog.sign-up-modal{
display: block;
width: 35%;
background-color: white;
padding: 0;
border: none;

}
dialog.sign-up-modal  h1,label{
font-size: 1.4rem;
}
dialog.sign-up-modal::backdrop{
background-color: black;
opacity: 55%;
}
.sign-up-container{
display: block;
width: 100%;
border: none;
}
.sign-up-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1.1rem;
}
.form.sign-up-form{
background-color: white;
width: 100%;

}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
font-size: 1rem;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1.2rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
margin: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin-left: 3%;
font-size: 1.2rem;
}

.form-submit-container{
display: flex;
justify-content: space-around;
width: 90%;
margin: 2%;
}
.form-submit-container  button{
margin: 2%;
transform: scale(1rem);
}

.logoff-back-container{
display: flex;
flex-direction: row;
justify-content: flex-end;

}
.logout-back-item{
display: flex;
}
.logout-back-item#logout{
margin-left: 2%;
margin-right: 2%;
} 
.logout-back-item#back{
margin-left: 2%;
margin-right: 2%;
}

/* Database page cards*/
.card-wrapper-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.card-content-container {
display: flex;
flex-direction: column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 13rem;
}


.card-image-container {
display: flex;
height: 10rem;
justify-content: center;

}

.card-image-containerimg {
width: 7rem;
}

.card-image-container#footprint {
width: 50%;
padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 2% 2%;
}

.card-data-containerh4 {

display: flex;
justify-content: center;
}

.link-containera {
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;
}

.card-image-container {
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1p{
display: flex;
justify-content: center;
}
.database-names-1pa {
text-decoration: none;
font-size: 1rem;
justify-content: center;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2p{
display: flex;
justify-content: center;
}
.database-names-2pa {
text-decoration: none;
font-size: 1rem;
}
/* Game*/

/*INÍCIO MEGASENA*/


#megasena-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: green;
    }
    
    #megasena-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #megasena-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    
    }
    
    #megasena-bpl.back-page-link a:hover{
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #megasena-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    
    /* BEGIN GAME SCREEN*/
    .megasena-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: springgreen;
    
    color: black;
    text-align: center;
    margin: 0;	
    padding: 1rem;
    height: 37rem;		
    }
    #megasena-usc.user-screen-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    background-color: azure;
    }
    
    .megasena-gameboard-container{
    display: flex;
    justify-content: center;
    width: 35%;
    height: 32rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: green;
    
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    
    }
    .megasena-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 30rem;
    background-color: white;
    
    }
    #megasena-rbs.radio-button-section {	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #megasena-rbs.radio-button-section h2{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    #megasena-nac.number-amount-container div{
    display: flex;
    justify-content: center;
    }
    #megasena-nac.number-amount-container h3{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #megasena-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: space-evenly; /* Centraliza os elementos */
    }
    #megasena-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #megasena-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #megasena-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    input[type="radio"] {
    margin-right: 0.5rem;
    }
    #megasena-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #megasena-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #megasena-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 16rem;
    }
    
    #megasena-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #megasena-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #megasena-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #megasena-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    .btn-megasena-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .megasena-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .megasena-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .megasena-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    
    
    .game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    }
    
    
    
    .btn-finish-game {
    background-color: #dc3545;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    
    
    }
    
    .btn-include-game {
    background-color: #007bff;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-generate-random-game {
    background-color: #ffc107;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    .btn-clear-game {
    background-color: #6c757d;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-show-gameboard{
    background-color: seagreen;
    color: white;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    
    .btn-megasena-simulate-game{
    background-color: snow;
    color: black;
    width: 6rem;
    margin:0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .megasena-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    
    #megasena-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    flex-direction: column;
    }
    #megasena-uglt.user-game-list-title{
        background-color: white;
    }
    #megasena-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #megasena-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    .megasena-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .megasena-simulated-results th {
    background-color: green;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .megasena-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .megasena-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .megasena-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .megasena-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid green;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .megasena-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    
    
    
    /*FIM MEGASENA*/
    
    /*INÍCIO QUINA*/
    
    /* BEGIN GAME SCREEN*/
    .quina-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    /* background-color: #c5dac5; */
    background-color: steelblue;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    
    #quina-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: blue;
    }
    
    #quina-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #quina-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #quina-bpl.back-page-link a:hover{
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.3);
    margin-right: 1.3rem;
    }
    
    #quina-pn.page-name h1{
    font-size: 2rem;
    margin: 0.2rem;
    color: white;
    }
    #quina-usc.user-screen-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    justify-content: center;
    background-color: white;
    }
    
    .quina-gameboard-container{
    display: flex;
    justify-content: center;
    width: 35%;
    height: 30rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: blue;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .quina-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #quina-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #quina-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #quina-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #quina-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: space-evenly; /* Centraliza os elementos */
    }
    #quina-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #quina-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #quina-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }

    #quina-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 42rem;
    border: black solid 0.01rem;
    }
    #quina-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #quina-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #quina-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #quina-nb.numbered-buttons button:hover {
    background-color:green;
    color: white;
    }
    
    /* #quina-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    } */
    #quina-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #quina-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 3rem;
    }
    
    .btn-quina-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .quina-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .quina-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .quina-simulated-results-container h3{
    background-color: #e7edf1;
    }
    
    .quina-game-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
    
    .game-item{
        font-size: 1rem;
        margin: 0.5rem;
    }
    .btn-delete-game {
        width: 5rem;
        height: 2rem;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        justify-content: center;
        margin: 0.05rem;
        display: inline-block;
        background-color: #ff4d4d; /* Vermelho vibrante */
        color: white; /* Texto branco */
        border: none;
        border-radius: 8px; /* Borda arredondada */
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animação suave */
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
        }
        
        /* Efeito ao passar o mouse */
        .btn-delete-game:hover {
        background-color: #cc0000; /* Vermelho mais escuro */
        transform: scale(1.05); /* Aumenta ligeiramente o botão */
        }
        
        /* Efeito ao clicar */
        .btn-delete-game:active {
        transform: scale(0.95); /* Dá um efeito de clique */
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
        }
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    margin: 0.2rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #quina-ugl.user-game-list{
    width: 100%;
    height: 26rem;
    margin-bottom: auto;
    }
    #quina-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #quina-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .quina-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-quina-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .quina-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .quina-simulated-results th {
    background-color: blue;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .quina-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .quina-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .quina-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .quina-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid blue;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .quina-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM QUINA*/	
    
    /*INÍCIO lotofacil*/
    
    
    /* BEGIN GAME SCREEN*/
    .lotofacil-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: #c5dac5;
    
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    /* .lotofacil-background-container{
    
    background-color: lightgoldenrodyellow;
    height:31rem
    } */
    #lotofacil-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: purple;
    }
    #lotofacil-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotofacil-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: white;
    }
    
    #lotofacil-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotofacil-pn.page-name h1{
    font-size: 1.8rem;
    margin: 0.2rem;
    color: white;
    }
    #lotofacil-usc.user-screen-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 31rem;
    margin-top: 0.5rem;
    justify-content: center;
    }
    
    .lotofacil-gameboard-container{
    display: flex;
    justify-content: center;
    width: 35%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: purple;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotofacil-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotofacil-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotofacil-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotofacil-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotofacil-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotofacil-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #lotofacil-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotofacil-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
  
    #lotofacil-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30rem;
    border: black solid 0.01rem;
    }
    #lotofacil-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotofacil-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    gap: 0.3rem;
    background-color: whitesmoke;
    height: 15rem;
    }
    
    #lotofacil-nb.numbered-buttons button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotofacil-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotofacil-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotofacil-ab.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    
    #lotofacil-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 2rem;
    margin-top: 0.5rem;
    }
    .btn-lotofacil-reset-simulation{
    display: none;
    width: 6rem;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin-top: 0.6rem;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    .lotofacil-simulated-results-container{
    display: none;
    flex-direction: column;
    width: 100%;
    }
    
    .lotofacil-simulated-results-container h3,p{
    font-size: 1.3rem;
    }
    
    .lotofacil-simulated-results-container h3{
    background-color: #e7edf1;
    }
    /*BEGINNING APÓS CRIAR JOGO(S)*/
    #lotofacil-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotofacil-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotofacil-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    }
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    margin: 0.2rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-show-action-buttons-container{
    all: unset;
    display: none;
    padding: 1rem;
    justify-content: center;
    width: 100%;
    
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    
    .lotofacil-game-list-container{
    display: none;
    width: 100%;
    flex-direction: row;
    }
    
    .btn-lotofacil-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotofacil-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotofacil-simulated-results th {
    background-color: purple;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotofacil-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotofacil-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotofacil-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotofacil-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid purple;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotofacil-simulated-results-no-prize {
    color: green;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotofacil*/	
    /*INÍCIO lotomania*/
    
    
    
    /* BEGIN GAME SCREEN*/
    .lotomania-body{
    font-family: 'Arial', sans-serif;
    /* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
    background-color: wheat;
    color: black;
    text-align: center;
    margin: 0;
    padding: 1rem;
    height: 37rem;		
    }
    #lotomania-nc.nav-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: orangered;
    height: 2rem;   
    }
    #lotomania-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    #lotomania-bpl.back-page-link a{
    padding: 0.3rem;
    margin: 0.1rem;
    border-radius: 1rem;
    font-size: 1rem;
    color: black;
    text-decoration: none;
    }
    
    #lotomania-bpl.back-page-link a:hover{
    transform: scale(1.3);
    margin-right: 1.3rem;
    /* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
    }
    
    #lotomania-pn.page-name h1{
    font-size: 1.5rem;
    margin: 0.2rem;
    color: black;
    }
    
    #lotomania-usc.user-screen-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
    background-color: lightcyan;
    
    }
    
    .lotomania-gameboard-container{
    display: flex;
    justify-content: center;
    width: 35%;
    height: 30rem;
    margin-top: 0.5rem;
    padding: 1rem;
    border-radius: 0.2rem;
    background-color: orangered;
    box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
    }
    
    .lotomania-gameboard-interface{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 28rem;
    background-color: white;
    }
    
    #lotomania-rbs.radio-button-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 10rem;
    }
    
    #lotomania-nac.number-amount-container{
    display: flex;
    flex-direction: column;
    border: black solid 0.01rem;
    }
    
    #lotomania-nac-h3.number-amount-container{
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0.4rem 0 0 0;
    }
    
    #lotomania-nas.number-amount-selector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem;
    justify-content: center; /* Centraliza os elementos */
    }
    #lotomania-nas.number-amount-selector label{ /*modificar no site*/
        font-size: 1.1rem;
    }
    #lotomania-gtc.game-type-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border: black solid 0.01rem;
    }
    #lotomania-gtc.game-type-container label {
    font-size: 1rem;
    cursor: pointer;
    }
    
    #lotomania-gctrl.game-controls{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35rem;
    border: black solid 0.01rem;
    }
    #lotomania-nb.numbered-buttons{
    display: grid;
    margin:0;
    padding: 0;
    column-gap:0.01rem;
    row-gap: 0.01rem;
    grid-template-columns: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    justify-items: center; /* Centraliza horizontalmente os itens */
    align-items: center;   /* Centraliza verticalmente os itens */
    }
    #lotomania-nbc.numbered-buttons-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    /* gap: 0.3rem; */
    margin: 0.2rem;
    background-color: whitesmoke;
    height: 18rem;
    }
    
    #lotomania-nb.numbered-buttons button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.1rem solid #6c757d;
    background: white;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    
    }
    
    #lotomania-nb.numbered-buttons button:hover {
    background: #007bff;
    color: white;
    }
    
    #lotomania-nb.numbered-buttons button.selected {
    background: #28a745;
    color: white;
    border-color: #218838;
    }
    #lotomania-ab.action-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    }
    
    .action-buttons-a{
        display: flex;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    .action-buttons-b{
        display: none;
        flex-direction: row;
        padding: 0.3rem;
    }
    
    
    #lotomania-rgc.reset-gameboard-container{
    display: none;
    width: 100%;
    justify-content: center;
    height: 2rem;
    }
    .btn-lotomania-reset-simulation{
    display: none;
    height: 2rem;
    background-color: #ffc107;
    color: black;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
    }
    
    
    /*SHOW-ACTION-BUTTONS-CONTAINER*/
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    #lotomania-ugl.user-game-list{
    width: 100%;
    height: 28rem;
    margin-bottom: auto;
    }
    #lotomania-uglc.user-game-list-container{
    display: none;
    justify-content: center;
    width: 100%;
    }
    #lotomania-sabc.show-action-buttons-container{
    display: none;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    }
    /**/
    /*END APÓS CRIAR JOGO(S)*/
    
    /* END GAME SCREEN*/
    
    .lotomania-game-list-container{
    display: none;
    width: 40%;
    flex-direction: row;
    }
    
    .btn-lotomania-simulate-game{
    height: 2rem;
    width: 6rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 0.5rem; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    .lotomania-simulated-results{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    font-size: 1rem;
    
    }
    
    .lotomania-simulated-results th {
    background-color: orange;
    color: white;
    padding: 12px;
    text-align: left;
    }
    
    .lotomania-simulated-results td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    }
    
    .lotomania-simulated-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
    }
    
    .lotomania-simulated-results tbody tr:hover {
    background-color: #d9eaff;
    }
    
    /* Estilização do título do jogo */
    .lotomania-game-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-top: 1.2rem;
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-left: 0.4rem solid orangered;
    display: inline-block;
    border-radius: 0.7rem;
    box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
    }
    
    /* Mensagem de ausência de premiação */
    .lotomania-simulated-results-no-prize {
    color: orange;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    margin-top: 0.8rem;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 0.3rem;
    display: inline-block;
    }
    /*FIM lotomania*/	
        /*SOBRE*/
        .sobre-body{
            display: flex;
            background-color:rgb(193, 236, 92);
            flex-direction: column;
            height: 100%;
        }
        .sobre-header-title h1{
                display: flex;
                text-decoration: none;
                justify-content: center;
                color: white;
                margin: 0.5rem;
                text-align: center;
                font-size: 1.5rem;
        }
        .sobre-header a{
            display: flex;
            text-decoration: none;
            justify-content: center;
            color: white;
            padding: 0.1rem;
            text-align: center;
            align-items: center;
            font-size: 1rem;
            margin: 0.3rem;
        }
        .sobre-header {
        display: flex;
        background-color: olive;
        justify-content: space-between;
        }
        .sobre-content{
            display: flex;
            margin-top: 0.5rem;
            flex-direction: column;
            background-color: white;
            height:100%;
        }
        
        .sobre-content h1{
            display: flex;
            justify-content: center;
            margin: 0.5rem;
            font-size: 1.5rem;
            background-color: #6c757d;
        }
        .sobre-content h2{
            display: flex;
            justify-content: center;
            margin: 0.5rem;
            font-size: 1.3rem;
            background-color: #6c757d;
        
        }
        .sobre-content p{
            font-size: 1.2rem; /* Ajuste conforme necessário */
            line-height: 1.6; /* Melhora a legibilidade */
            text-align: justify; /* Deixa o texto alinhado dos dois lados */
            color: black; /* Cor de texto suave */
            font-family: Arial, sans-serif; /* Fonte legível */
            text-indent: 1.2rem; /* Recuo na primeira linha */
            margin: 0.5rem;
        }
        
        .sobre-content ul{
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            margin: 0.5rem;
        
            padding:0;
        }
        .sobre-content li{  
            display: flex;
            justify-content: flex-start;
            list-style: none;
            width: 100%;
            font-size: 1.1rem;
        }
        .sobre-content li:hover{
            margin-left: 20%;
            width: 80%;

            /* transform: scale(1.2); */
        }
        #sobre-bpl.back-page-link{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .sobre-header a:hover{
           color: yellow;
           font-size: 1.2rem;
        }
        .lottosimulador-legal-advice h2:hover{
            background-color: red;
            color: white;
            font-size: 1.6rem;
        }
} 

@media(min-width: 1360px) {


.my-container{
display: flex;
flex-direction: column;
width: 100%;
height: 95%;
background-color: whitesmoke;
padding: 0;
}
.main{
display: flex;
flex-direction: row;
width: 100%;
height: 75%;
padding: 0;
text-align: center;
justify-content: center;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 7rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 3.5rem;
}
.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 12rem;	
min-width: 10rem;
margin-bottom: 5rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.card:hover{
    box-shadow: 0.2rem 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
    border: 0.1rem solid black;

}

.card-img-top{
    display: flex;
width: 12rem;
height: 6rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 0.8rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}
.megasena-card-btn{
height: 4rem;
}
.quina-card-btn{
height: 4rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotomania-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.megasena-card-btn a:hover{
    color:gold;
}

.megasena-card-text{
width: 100%;
padding: 0.4rem;
}

.quina-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.quina-card-btn a:hover{
    color:gold;
}
.quina-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.lotofacil-card-btn a:hover{
    color:gold;
}
.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}
.lotomania-card-text p{
font-size: 1rem;
}

.lotomania-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.lotomania-card-btn a:hover{
    color:gold;
}
.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 1rem;
}


dialog.sign-in-modal{
width: 30%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.user-submit-container  button{
transform: scale(1.2);
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}

.close-button{
border: none;
}

/* Sign Up form */
.sign-up-modal{
display: block;
width: 40%;

}
.sign-up-modal  h1,label{
font-size: 1.4rem;
}
.sign-up-modal::backdrop{
background-color: black;
opacity: 45%;
}
.sign-up-container{
display: block;
width: 100%;
}
.sign-up-container  h1{
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1.1rem;
}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 90%;

}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1.3rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1.2rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
}
.checkbox-container label{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin: 0 2% 0 2%;
font-size: 1.2rem;
}
.terms-policy-a {
font-size: 1.3rem;
}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 100%;
margin: 4%;
}
.form-submit-container  button{
transform: scale(1.5);
}
.databases-body{
    background-color: darkred;
    border: 0.1rem solid lightslategray;
    height: 35rem;
}
.databases-main-container{
background-color:white;
height: 36rem;
}
.db-maintenance-body{
    display: flex;
    flex-direction: column;
    background-color: #007bff;
}
.maintenance-area-container{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: white;
}
.maintenance-area-container h1{
    font-size: 1.5rem;
    color: black;
}
.db-maintenance-container{
    display: flex;
    flex-direction: column;
    background-color: white;
}
.db-maintenance-container h4{
    font-size: 1.2rem;
    color: red;
}

.logoff-back-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-en;
    background-color: lightslategray;

}
.logout-back-item{
display: flex;
}
#logout.logout-back-item{
    color: white;
} 
#back.logout-back-item{
    color: white;
}
.db-maintenance-main{
display: flex;
flex-direction: column;
}

.total-results{
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
}
.total-results-label label{
    font-size: 1.2rem;
    color: black;
}
.total-results-count{
    font-size: 1.2rem;
    align-items: center;
    margin-left: 0.2rem;
}
.last-contest-record{
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
}
.last-contest-record label{
    font-size: 1.2rem;
    color: black;
}
.last-contest-record-count{
    font-size: 1.2rem;
    align-items: center;
    margin-left: 0.2rem;

}
.last-contest-date{
    display: flex;
    flex-direction: row;
    margin: 0.5rem;

}

.last-contest-date label{
    font-size: 1.2rem;
    color: black;
}
.last-contest-date-date{
    font-size: 1.2rem;
    align-items: center;
    margin-left: 0.2rem;
}
.update-form{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.clean-ls{
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
    align-items: center;
}
.clean-ls label{
    font-size: 1.2rem;
    color: black;
}
.clean-ls button{
    width: 7rem;
    background-color: #007bff;
    border: none;
}
.db-update-container-automatic{
    display: flex;
    flex-direction: column;
    background-color: lightsteelblue;
}
.db-update-input{
    display: flex;
}
.db-update-input h3{
    display: flex;
    font-size: 1.3rem;
    color: black;
    justify-content: flex-start;
    margin-left: 0.5rem;

}
.db-update-input label{
    display: flex;
    font-size: 1.2rem;
    color: black;
    margin-left: 0.5rem;

}
.db-update-input{
    display: flex;
    flex-direction: column;
}
.db-update-input-elements{
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.db-update-input input{
    margin-left: 0.5rem;
    color:black;
    border: none;
}

/*INÍCIO DASHBOARD*/
.dashboard-body{
    display: flex;
    background-color: #007bff;
}

.dashboard-container{
    display: flex;
    flex-direction: column;
    background-color:lightblue;
    width: 100%;
}
.dashboard-header{
    display: flex;
    flex-direction: column;
    background-color:lightcyan
}
.dashboard-title h1{
    font-size: 2rem;
    color: black;
    background-color:lightgray;
}
#dashboard-lbc.logout-back-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
#dashboard-lbc.logout-back-container a{
    font-size: 1rem;
    color: black;
    margin: 0.2rem;
}
#dashboard-lbc.logout-back-container a:hover{
    color: red;
    font-size: 1.2rem;
}
#dashboard-lbc.logout-back-container p{
    font-size: 1rem;
    color: black;
    background-color: transparent;
}
.dashboard-ul{
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-around;
}
.dashboard-ul li{
    display: flex;
    width: 50%;
    justify-content: center;
    height: 2rem;
    align-items: center;
}
.dashboard-ul li:hover{
    background-color: yellow;
}

/*FIM DASHBOARD*/


/* Database page cards*/
.card-wrapper-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 3rem;
    
}

.card-content-container {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 13rem;
}


.card-image-container {
    display: flex;
    height: 10rem;
    justify-content: center;

}

.card-image-container img {
    width: 7rem;
}

.card-image-container#footprint {
    width: 50%;
    padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 0.8rem 1rem 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 0.1rem 0.1rem;
}

.card-data-container h4 {

display: flex;
justify-content: center;
}

.link-container a{
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;

}
.link-container a:hover{
    color: red;
    background-color: #2196F3;
    border-radius: 2rem;
    }
.card-image-container{
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1 p{
display: flex;
justify-content: center;
}
.database-names-1 p:hover{
   background-color: #2196F3;
   border-radius: 2rem;

    }
.database-names-1 p,a {
text-decoration: none;
font-size: 1rem;
justify-content: center;
color: black;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2 p{
display: flex;
justify-content: center;
}
.database-names-2 p:hover{
    background-color: #2196F3;
    border-radius: 2rem;

    }
.database-names-2 p, a {
text-decoration: none;
font-size: 1rem;
color: black;
}


/* Game*/

/*INÍCIO MEGASENA*/


#megasena-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: green;
}

#megasena-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#megasena-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;

}

#megasena-bpl.back-page-link a:hover{
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
transform: scale(1.3);
margin-right: 1.3rem;
}

#megasena-pn.page-name h1{
font-size: 2rem;
margin: 0.2rem;
color: white;
}

/* BEGIN GAME SCREEN*/
.megasena-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
/* background-color: #c5dac5; */
background-color: springgreen;

color: black;
text-align: center;
margin: 0;	
padding: 1rem;
height: 37rem;		
}
#megasena-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 0.5rem;
justify-content: center;
background-color: azure;
}

.megasena-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 32rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: green;

box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);

}
.megasena-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 30rem;
background-color: white;

}
#megasena-rbs.radio-button-section {	
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#megasena-rbs.radio-button-section h2{
display: flex;
justify-content: center;
}
#megasena-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}
#megasena-nac.number-amount-container div{
display: flex;
justify-content: center;
}
#megasena-nac.number-amount-container h3{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#megasena-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#megasena-nas.number-amount-selector label{ /*modificar no site*/
    font-size: 1.1rem;
}
#megasena-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#megasena-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}
input[type="radio"] {
margin-right: 0.5rem;
}
#megasena-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 30rem;
border: black solid 0.01rem;
}
#megasena-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#megasena-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 95%; /*modificar no site*/
justify-content: center;
gap: 0.3rem;
background-color: whitesmoke;
height: 16rem;
}

#megasena-nb.numbered-buttons button {
width: 2.5rem; /* modificar no site*/
height: 2.5rem; /* modificar no site*/
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#megasena-nb.numbered-buttons button:hover {
background: #007bff;
color: white;
}

#megasena-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
}
#megasena-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


.btn-megasena-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.megasena-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.megasena-simulated-results-container h3,p{
font-size: 1.3rem;
}

.megasena-simulated-results-container h3{
background-color: #e7edf1;
}
/*BEGINNING APÓS CRIAR JOGO(S)*/


.game-div{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-size: 0.5rem;
}



.btn-finish-game {
background-color: #dc3545;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
justify-content: center;
text-align: center;
align-items: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */


}

.btn-include-game {
background-color: #007bff;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.btn-generate-random-game {
background-color: #ffc107;
color: black;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.btn-clear-game {
background-color: #6c757d;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}


/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-show-gameboard{
background-color: seagreen;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}


.btn-megasena-simulate-game{
background-color: snow;
color: black;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.megasena-game-list-container{
display: none;
width: 40%;
flex-direction: row;
}


#megasena-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
flex-direction: column;
}
#megasena-uglt.user-game-list-title{
    background-color: white;
}
#megasena-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#megasena-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}
.megasena-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.megasena-simulated-results th {
background-color: green;
color: white;
padding: 12px;
text-align: left;
}

.megasena-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.megasena-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.megasena-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.megasena-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid green;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);}

/* Mensagem de ausência de premiação */
.megasena-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}



/*FIM MEGASENA*/

/*INÍCIO QUINA*/

/* BEGIN GAME SCREEN*/
.quina-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
/* background-color: #c5dac5; */
background-color: steelblue;
color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 37rem;		
}

#quina-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: blue;
}

#quina-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#quina-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
}

#quina-bpl.back-page-link a:hover{
box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
transform: scale(1.3);
margin-right: 1.3rem;
}

#quina-pn.page-name h1{
font-size: 2rem;
margin: 0.2rem;
color: white;
}
#quina-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 0.5rem;
justify-content: center;
background-color: white;
}

.quina-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 30rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: blue;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.quina-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 28rem;
background-color: white;
}

#quina-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#quina-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#quina-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#quina-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#quina-nas.number-amount-selector label{ /*modificar no site*/
    font-size: 1.1rem;
}
#quina-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#quina-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#quina-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 42rem;
border: black solid 0.01rem;
}
#quina-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#quina-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
gap: 0.2rem;
background-color: whitesmoke;
height: 18rem;
}

#quina-nb.numbered-buttons button {
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background-color: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#quina-nb.numbered-buttons button:hover {
background-color: green;
color: red;
}

/* #quina-nb.numbered-buttons button.selected {
background-color: #28a745;
color: red;
border-color: #218838;
} */
#quina-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


#quina-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
align-items: center;
height: 3rem;
}

.btn-quina-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.quina-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.quina-simulated-results-container h3,p{
font-size: 1.3rem;
}

.quina-simulated-results-container h3{
background-color: #e7edf1;
}

.quina-game-div{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.game-item{
    font-size: 1rem;
    margin: 0.5rem;
}
.btn-delete-game {
    width: 5rem;
    height: 2rem;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    justify-content: center;
    margin: 0.05rem;
    display: inline-block;
    background-color: #ff4d4d; /* Vermelho vibrante */
    color: white; /* Texto branco */
    border: none;
    border-radius: 8px; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    /* Efeito ao passar o mouse */
    .btn-delete-game:hover {
    background-color: #cc0000; /* Vermelho mais escuro */
    transform: scale(1.05); /* Aumenta ligeiramente o botão */
    }
    
    /* Efeito ao clicar */
    .btn-delete-game:active {
    transform: scale(0.95); /* Dá um efeito de clique */
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }
/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-quina-simulate-game{
height: 2rem;
width: 6rem;
margin: 0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
#quina-ugl.user-game-list{
width: 100%;
height: 26rem;
margin-bottom: auto;
}
#quina-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#quina-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.quina-game-list-container{
display: none;
width: 100%;
flex-direction: row;
}

.btn-quina-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.quina-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.quina-simulated-results th {
background-color: blue;
color: white;
padding: 12px;
text-align: left;
}

.quina-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.quina-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.quina-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.quina-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid blue;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.quina-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM QUINA*/	

/*INÍCIO lotofacil*/


/* BEGIN GAME SCREEN*/
.lotofacil-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
background-color: #c5dac5;

color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 37rem;		
}
/* .lotofacil-background-container{

background-color: lightgoldenrodyellow;
height:31rem
} */
#lotofacil-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: purple;
}
#lotofacil-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#lotofacil-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
}

#lotofacil-bpl.back-page-link a:hover{
transform: scale(1.3);
margin-right: 1.3rem;
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
}

#lotofacil-pn.page-name h1{
font-size: 1.8rem;
margin: 0.2rem;
color: white;
}
#lotofacil-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 31rem;
margin-top: 0.5rem;
justify-content: center;
}

.lotofacil-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 30rem;
margin-top: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: purple;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.lotofacil-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 28rem;
background-color: white;
}

#lotofacil-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#lotofacil-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#lotofacil-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#lotofacil-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#lotofacil-nas.number-amount-selector label{ /*modificar no site*/
    font-size: 1.1rem;
}
#lotofacil-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#lotofacil-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#lotofacil-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 30rem;
border: black solid 0.01rem;
}
#lotofacil-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(5, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#lotofacil-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
gap: 0.3rem;
background-color: whitesmoke;
height: 15rem;
}

#lotofacil-nb.numbered-buttons button {
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#lotofacil-nb.numbered-buttons button:hover {
background: #007bff;
color: white;
}

#lotofacil-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
}
#lotofacil-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


#lotofacil-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
align-items: center;
height: 2rem;
margin-top: 0.5rem;
}
.btn-lotofacil-reset-simulation{
display: none;
width: 6rem;
height: 2rem;
background-color: #ffc107;
color: black;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
margin-top: 0.6rem;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.lotofacil-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.lotofacil-simulated-results-container h3,p{
font-size: 1.3rem;
}

.lotofacil-simulated-results-container h3{
background-color: #e7edf1;
}
/*BEGINNING APÓS CRIAR JOGO(S)*/
#lotofacil-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
}
#lotofacil-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#lotofacil-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}

/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-lotofacil-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
margin: 0.2rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotofacil-show-action-buttons-container{
all: unset;
display: none;
padding: 1rem;
justify-content: center;
width: 100%;

}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.lotofacil-game-list-container{
display: none;
width: 100%;
flex-direction: row;
}

.btn-lotofacil-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotofacil-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.lotofacil-simulated-results th {
background-color: purple;
color: white;
padding: 12px;
text-align: left;
}

.lotofacil-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.lotofacil-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotofacil-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.lotofacil-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid purple;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.lotofacil-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM lotofacil*/	
/*INÍCIO lotomania*/



/* BEGIN GAME SCREEN*/
.lotomania-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
background-color: wheat;
color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 37rem;		
}
#lotomania-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: orangered;
height: 2rem;   
}
#lotomania-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#lotomania-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
text-decoration: none;
}

#lotomania-bpl.back-page-link a:hover{
transform: scale(1.3);
margin-right: 1.3rem;
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
}

#lotomania-pn.page-name h1{
font-size: 1.5rem;
margin: 0.2rem;
color: white;
}

#lotomania-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 1rem;
background-color: lightcyan;

}

.lotomania-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 31rem;
margin-top: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: orangered;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.lotomania-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 29rem;
background-color: white;
}

#lotomania-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#lotomania-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#lotomania-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#lotomania-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#lotomania-nas.number-amount-selector label{ /*modificar no site*/
    font-size: 1.1rem;
}
#lotomania-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#lotomania-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#lotomania-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 35rem;
border: black solid 0.01rem;
}
#lotomania-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#lotomania-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 90%;
justify-content: center;
/* gap: 0.3rem; */
margin: 0.2rem;
background-color: whitesmoke;
height: 20rem;
}

#lotomania-nb.numbered-buttons button {
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background-color: white;
font-size: 0.8rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#lotomania-nb.numbered-buttons button:hover {
background-color: green;
color: white;
}

#lotomania-nb.numbered-buttons button.selected {
background-color: #28a745;
color: white;
border-color: #218838;
}
#lotomania-ab.action-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.action-buttons-a{
    display: flex;
    flex-direction: row;
    padding: 0.3rem;
}

.action-buttons-b{
    display: none;
    flex-direction: row;
    padding: 0.3rem;
}


#lotomania-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
height: 2rem;
}
.btn-lotomania-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}


/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-lotomania-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
#lotomania-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
}
#lotomania-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#lotomania-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
align-items: center;
width: 100%;
margin-top: auto;
}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/

.lotomania-game-list-container{
display: none;
width: 40%;
flex-direction: row;
}

.btn-lotomania-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotomania-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.lotomania-simulated-results th {
background-color: orange;
color: white;
padding: 12px;
text-align: left;
}

.lotomania-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.lotomania-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotomania-simulated-results tbody tr:hover {
background-color: lightsalmon;
}

/* Estilização do título do jogo */
.lotomania-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid orangered;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.lotomania-simulated-results-no-prize {
color: orange;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM lotomania*/	
/*SOBRE*/
.sobre-body{
    display: flex;
    background-color:rgb(193, 236, 92);
    flex-direction: column;
    height:100%;
}
.sobre-header-title h1{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        margin: 0.5rem;
        text-align: center;
        font-size: 1.5rem;
}
.sobre-header a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    color: white;
    padding: 0.1rem;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    margin: 0.3rem;
}
.sobre-header {
display: flex;
background-color: olive;
justify-content: space-between;
}
.sobre-content{
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    background-color: white;
    height:100%;
    border: 0.2rem solid olive   ;
}

.sobre-content h1{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.5rem;
    background-color: olive;
    color: white;
}
.sobre-content h2{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.3rem;
    background-color: olive;
    color: white;
}
.sobre-content p{
    font-size: 1.2rem; /* Ajuste conforme necessário */
    line-height: 1.6; /* Melhora a legibilidade */
    text-align: justify; /* Deixa o texto alinhado dos dois lados */
    color: black; /* Cor de texto suave */
    font-family: Arial, sans-serif; /* Fonte legível */
    text-indent: 1.2rem; /* Recuo na primeira linha */
    margin: 0.5rem;
}

.sobre-content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0.5rem;

    padding:0;
}
.sobre-content li{  
    display: flex;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    font-size: 1.1rem;
}
.sobre-content li:hover{
    margin-left: 20%;
    width: 80%;

    /* transform: scale(1.2); */
}
#sobre-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre-header a:hover{
   color: yellow;
   font-size: 1.2rem;
}
.lottosimulador-legal-advice h2:hover{
    background-color: red;
    color: white;
    font-size: 1.6rem;
}

} 



/* Monitores grandes */
@media(min-width: 1440px) {

.my-container{
display: flex;
flex-direction: column;
width: 100%;
height: 95%;
background-color: whitesmoke;
padding: 0;
}
.main{
display: flex;
flex-direction: row;
width: 100%;
height: 75%;
padding: 0;
text-align: center;
justify-content: center;
}

.index-header{
display: flex;
flex-direction: column;
background-color: whitesmoke;
padding: 0.1rem;
border-bottom: 0.1rem solid black;
height: 5rem;

}
.index-header a{
text-decoration: none;
}
.index-header h1{
display: flex;
text-decoration: none;
justify-content: center;
color: olive;
padding: 0.1rem;
text-align: center;
font-size: 3.5rem;
}

.index-main{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
    border-bottom: 0.1rem solid black;
    height: 26rem;
    }

.section-a{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.section-b{
display: flex;
flex-direction: row;
width: 100%;
flex-wrap: wrap;
justify-content: space-evenly;
margin-top: 3rem;
margin-bottom: 7rem;
max-height: 100%;
}
.card{
width: 12rem;	
min-width: 10rem;
margin-bottom: 5rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}
.card:hover{
    box-shadow: 0.2rem 0.3rem 0.3rem 0.2rem rgba(0, 0, 0, 0.2);
    border: 0.1rem solid black;

}
.card-img-top{
    display: flex;
width: 12rem;
height: 6rem;
justify-content: center;
align-items: center;
color: white;
}
#megasena-cit.card-img-top{
    background-color: green;
}
#quina-cit.card-img-top{
    background-color: blue;
}
#lotofacil-cit.card-img-top{
    background-color:purple;
}
#lotomania-cit.card-img-top{
    background-color:orangered;
}

.card-body{
width: 100%;
}
.card-body a{
font-size: 0.8rem;
}
.card-btn{
border: none;
color: white;
background-color: #2196F3;
text-decoration: none;
border-radius: 0.2rem;
padding: 0.3rem;
}
.megasena-card-btn{
height: 4rem;
}
.quina-card-btn{
height: 4rem;
}
.lotofacil-card-btn{
height: 4rem;
}
.lotomania-card-btn{
height: 4rem;
}
.megasena-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.megasena-card-text{
width: 100%;
padding: 0.4rem;
}

.quina-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.quina-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-text{
width: 100%;
padding: 0.4rem;
}

.lotofacil-card-btn a{
width: 70%;
font-size: 1.3rem;
}

.lotomania-card-text{
width: 100%;
padding: 0.4rem;
}
.lotomania-card-text p{
font-size: 1rem;
}

.lotomania-card-btn a{
width: 70%;
font-size: 1.3rem;
}
.site-nav{
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
background-color: lightgreen;
}

.site-nav a{
color: black;
font-size: 1rem;
}


dialog.sign-in-modal{
width: 30%;
border: none;
background-color: white;
}
dialog.sign-in-modal::backdrop{
background-color: black ;
opacity: 55%;
}


.sign-in-container {
width: 100%;
font-size: 1rem;
border: none;
}
.sign-in-container  h1{
display: flex;
justify-content: center;
font-size: 1.5rem;
}
.sign-in-container  p{
display: flex;
justify-content: space-around;
font-size: 1rem;
}
.sign-in-container  hr{
margin: 2%;
}
form.sign-in-form{
background-color: white;
width: 100%;
}
.user-container-close-btn{
display: flex;
justify-content: flex-end;
background-color: white;
width: 100%;
}

.user-container-input{
display: flex;
padding: 1%;
margin: 2%;
}
.user-container-input input::placeholder{
font-size: 1.2rem;
}
.label-field{
background-color: white;
padding: 2% 2%;
flex-grow: 2;
}

.input-field{
flex-grow: 8;
}

.input-field-checkbox-container{
display: flex;
margin:0;

}
.input-field-checkbox-container  input{
padding: 0;
}
.input-field-checkbox-container  label{
flex-grow: 2;
margin: 0;
}
.user-submit-container{
display: flex;
justify-content: space-around;
margin: 3%;
}
.user-submit-container  button{
transform: scale(1.2);
}
.member-sign-in-container{
display: block;
justify-content: space-around;
}
.sign-up-btn{
border:none;
background-color: white;
}
.forgot-password-container{
display: flex;
justify-content: flex-start;
}

.close-button{
border: none;
}

/* Sign Up form */
.sign-up-modal{
display: block;
width: 40%;

}
.sign-up-modal  h1,label{
font-size: 1.4rem;
}
.sign-up-modal::backdrop{
background-color: black;
opacity: 45%;
}
.sign-up-container{
display: block;
width: 100%;
}
.sign-up-container  h1{
font-size: 1.5rem;
}
.sign-up-container  p{
display: flex;
justify-content: space-around;
font-size: 1.1rem;
}
.top-info-container{
display: flex;
flex-direction: column;
justify-content: center;
}
.form-error-message{
display: none;
}
.sign-up-form{
background-color: white;
width: 90%;

}
.user-data-container{
display: flex;
padding: 1%;
}
.user-data-container input::placeholder{
font-size: 1.3rem;
}
.user-data-container  label{
flex-grow: 1;
padding: 2%;
}
.user-data-container  input{
flex-grow: 9;
padding: 1%;
border: black solid 1px;
}
#checkbox-sign-up{
transform:scale(1.5)	
}
.checkbox-label{
font-size: 1.2rem;
}
.checkbox-container{
display: flex;
justify-content: flex-start;
padding: 2%;
}
.checkbox-containerlabel{
margin-left: 3%;
}
.terms-policy{
display: flex;
justify-content: space-around;
margin: 0 2% 0 2%;
font-size: 1.2rem;
}
.terms-policy-a {
font-size: 1.3rem;
}
.form-submit-container{
display: flex;
justify-content: space-around;
width: 100%;
margin: 4%;
}
.form-submit-container  button{
transform: scale(1.5);
}
.db-maintenance-body{
    display: flex;
    width: 90%;
    height: 30rem;
    flex-direction: column;
    background-color: #007bff;
}
.maintenance-area-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: lightslategray;
}
.maintenance-area-container h1{
    font-size: 1.5rem;
    color: white;
}

.logoff-back-container{
display: flex;
width: 100%;
flex-direction: row;
justify-content: flex-end;

}
.logout-back-item{
display: flex;
}
#logout.logout-back-item{
margin-left: 2%;
margin-right: 2%;
} 
#back.logout-back-item{
margin-left: 2%;
margin-right: 2%;
}

/* Database page cards*/
.card-wrapper-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.card-content-container {
display: flex;
flex-direction: column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
width: 13rem;
}


.card-image-container {
display: flex;
height: 10rem;
justify-content: center;

}

.card-image-container img {
width: 7rem;
}

.card-image-container#footprint {
width: 50%;
padding: 1rem 0 0 0;

}

.card-content-container:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-data-container {
padding: 0.1rem 0.1rem;
}

.card-data-container h4 {

display: flex;
justify-content: center;
}

.link-container a {
text-decoration: none;
display: flex;
justify-content: center;
font-size: 1rem;
}

.card-image-container {
width: 100%;
}

.database-names-container {
display: flex;
flex-direction: row;
justify-content: space-around;
}

.database-names-1 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-1 p{
display: flex;
justify-content: center;
}
.database-names-1p a {
text-decoration: none;
font-size: 1rem;
justify-content: center;

}
.database-names-2 {
display: flex;
flex-direction: column;
width: 50%;
}
.database-names-2 p{
display: flex;
justify-content: center;
}
.database-names-2p a {
text-decoration: none;
font-size: 1rem;
}
/* Game*/

/*INÍCIO MEGASENA*/

/* .megasena-main{
height: 90%;
} */
#megasena-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: green;
}

#megasena-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#megasena-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;

}

#megasena-bpl.back-page-link a:hover{
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
transform: scale(1.3);
margin-right: 1.3rem;
}

#megasena-pn.page-name h1{
font-size: 2rem;
margin: 0.2rem;
color: white;
}

/* BEGIN GAME SCREEN*/
.megasena-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
/* background-color: #c5dac5; */
background-color: springgreen;

color: black;
text-align: center;
margin: 0;	
padding: 1rem;
height: 37rem;		
}
#megasena-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 30rem;
margin-top: 0.5rem;
justify-content: center;
background-color: azure;
}

.megasena-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 32rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: green;

box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);

}
.megasena-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
background-color: white;

}
#megasena-rbs.radio-button-section {	
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#megasena-rbs.radio-button-section h2{
display: flex;
justify-content: center;
}
#megasena-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}
#megasena-nac.number-amount-container div{
display: flex;
justify-content: center;
}
#megasena-nac.number-amount-container h3{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#megasena-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#megasena-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-around;
border: black solid 0.01rem;
}
#megasena-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}
input[type="radio"] {
    margin-right: 0.5rem;
    }
#megasena-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 30rem;
border: black solid 0.01rem;
}
#megasena-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#megasena-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
gap: 0.3rem;
background-color: whitesmoke;
height: 16rem;
}

#megasena-nb.numbered-buttons button {
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#megasena-nb.numbered-buttons button:hover {
background: green;
color: white;
}

#megasena-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
}
#megasena-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


.btn-megasena-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.megasena-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.megasena-simulated-results-container h3,p{
font-size: 1.3rem;
}

.megasena-simulated-results-container h3{
background-color: #e7edf1;
}
/*BEGINNING APÓS CRIAR JOGO(S)*/


.btn-finish-game {
background-color: #dc3545;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
justify-content: center;
text-align: center;
align-items: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */


}

.btn-include-game {
background-color: #007bff;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.btn-generate-random-game {
background-color: #ffc107;
color: black;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

.btn-clear-game {
background-color: #6c757d;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}


/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-show-gameboard{
background-color: seagreen;
color: white;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}


.btn-megasena-simulate-game{
background-color: snow;
color: black;
width: 6rem;
margin:0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}

/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.megasena-game-list-container{
display: none;
width: 40%;
flex-direction: row;
}


#megasena-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
}
#megasena-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#megasena-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}
.megasena-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.megasena-simulated-results th {
background-color: green;
color: white;
padding: 12px;
text-align: left;
}

.megasena-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.megasena-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.megasena-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.megasena-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid green;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.megasena-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}



/*FIM MEGASENA*/

/*INÍCIO QUINA*/

/* BEGIN GAME SCREEN*/
.quina-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
/* background-color: #c5dac5; */
background-color: steelblue;
color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 37rem;		
}

#quina-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: blue;
}

#quina-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#quina-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
}

#quina-bpl.back-page-link a:hover{
box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
transform: scale(1.3);
margin-right: 1.3rem;
}

#quina-pn.page-name h1{
font-size: 2.5rem;
margin: 0.2rem;
color: white;
}
#quina-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 0.5rem;
justify-content: center;
background-color: white;
}

.quina-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 30rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: blue;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.quina-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 28rem;
background-color: white;
}

#quina-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#quina-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#quina-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#quina-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#quina-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#quina-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#quina-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 42rem;
border: black solid 0.01rem;
}
#quina-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#quina-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
gap: 0.2rem;
background-color: whitesmoke;
height: 18rem;
}

#quina-nb.numbered-buttons button {
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#quina-nb.numbered-buttons button:hover {
background: green;
color: white;
}

/* #quina-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
} */
#quina-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


#quina-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
align-items: center;
height: 2rem;
}

.btn-quina-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.quina-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.quina-simulated-results-container h3,p{
font-size: 1.3rem;
}

.quina-simulated-results-container h3{
background-color: #e7edf1;
}

.quina-game-div{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.game-item{
    font-size: 1rem;
    margin: 0.5rem;
}
.btn-delete-game {
    width: 5rem;
    height: 2rem;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    justify-content: center;
    margin: 0.05rem;
    display: inline-block;
    background-color: #ff4d4d; /* Vermelho vibrante */
    color: white; /* Texto branco */
    border: none;
    border-radius: 8px; /* Borda arredondada */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Animação suave */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Sombra sutil */
    }
    
    /* Efeito ao passar o mouse */
    .btn-delete-game:hover {
    background-color: #cc0000; /* Vermelho mais escuro */
    transform: scale(1.05); /* Aumenta ligeiramente o botão */
    }
    
    /* Efeito ao clicar */
    .btn-delete-game:active {
    transform: scale(0.95); /* Dá um efeito de clique */
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }
/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-quina-simulate-game{
height: 2rem;
width: 6rem;
margin: 0.2rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
#quina-ugl.user-game-list{
width: 100%;
height: 26rem;
margin-bottom: auto;
}
#quina-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#quina-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.quina-game-list-container{
display: none;
width: 100%;
flex-direction: row;
}

.btn-quina-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.quina-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.quina-simulated-results th {
background-color: blue;
color: white;
padding: 12px;
text-align: left;
}

.quina-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.quina-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.quina-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.quina-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid blue;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.quina-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM QUINA*/	

/*INÍCIO lotofacil*/


/* BEGIN GAME SCREEN*/
.lotofacil-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
background-color: #c5dac5;

color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 37rem;		
}
/* .lotofacil-background-container{

background-color: lightgoldenrodyellow;
height:31rem
} */
#lotofacil-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: purple;
}
#lotofacil-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#lotofacil-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
}

#lotofacil-bpl.back-page-link a:hover{
transform: scale(1.3);
margin-right: 1.3rem;
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
}

#lotofacil-pn.page-name h1{
font-size: 1.8rem;
margin: 0.2rem;
color: white;
}
#lotofacil-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 0.5rem;
justify-content: center;


}

.lotofacil-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 30rem;
margin-top: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: purple;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.lotofacil-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 28rem;
background-color: white;
}

#lotofacil-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#lotofacil-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#lotofacil-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#lotofacil-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#lotofacil-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
border: black solid 0.01rem;
}
#lotofacil-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#lotofacil-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 30rem;
border: black solid 0.01rem;
}
#lotofacil-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(5, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#lotofacil-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
gap: 0.3rem;
background-color: whitesmoke;
height: 15rem;
}

#lotofacil-nb.numbered-buttons button {
width: 2rem;
height: 2rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#lotofacil-nb.numbered-buttons button:hover {
background: #007bff;
color: white;
}

#lotofacil-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
}
#lotofacil-ab.action-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
}


#lotofacil-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
height: 2rem;
}
.btn-lotofacil-reset-simulation{
display: none;
width: 6rem;
height: 2rem;
background-color: #ffc107;
color: black;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}
.lotofacil-simulated-results-container{
display: none;
flex-direction: column;
width: 100%;
}

.lotofacil-simulated-results-container h3,p{
font-size: 1.3rem;
}

.lotofacil-simulated-results-container h3{
background-color: #e7edf1;
}
/*BEGINNING APÓS CRIAR JOGO(S)*/
#lotofacil-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
}
#lotofacil-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#lotofacil-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
width: 100%;
margin-top: auto;
}




/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-lotofacil-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotofacil-show-action-buttons-container{
all: unset;
display: none;
padding: 1rem;
justify-content: center;
width: 100%;

}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/


.lotofacil-game-list-container{
display: none;
width: 100%;
flex-direction: row;
}

.btn-lotofacil-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
align-items: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotofacil-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.lotofacil-simulated-results th {
background-color: purple;
color: white;
padding: 12px;
text-align: left;
}

.lotofacil-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.lotofacil-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotofacil-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.lotofacil-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid purple;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.lotofacil-simulated-results-no-prize {
color: green;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM lotofacil*/	
/*INÍCIO lotomania*/



/* BEGIN GAME SCREEN*/
.lotomania-body{
font-family: 'Arial', sans-serif;
/* background: linear-gradient(135deg, #004d00, #009933, #66ff66); */
background-color: wheat;
color: black;
text-align: center;
margin: 0;
padding: 1rem;
height: 38rem;		
}
#lotomania-nc.nav-container{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: orangered;
height: 2rem;   
}
#lotomania-bpl.back-page-link{
display: flex;
justify-content: center;
align-items: center;
}

#lotomania-bpl.back-page-link a{
padding: 0.3rem;
margin: 0.1rem;
border-radius: 1rem;
font-size: 1rem;
color: white;
}

#lotomania-bpl.back-page-link a:hover{
transform: scale(1.3);
margin-right: 1.3rem;
/* box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2); */
}

#lotomania-pn.page-name h1{
font-size: 1.5rem;
margin: 0.2rem;
color: black;
}

#lotomania-usc.user-screen-container{
display: flex;
flex-direction: row;
width: 100%;
height: 100%;
margin-top: 1rem;
background-color: lightcyan;

}

.lotomania-gameboard-container{
display: flex;
justify-content: center;
width: 35%;
height: 31rem;/*modificar no site*/
margin-top: 0.5rem;
padding: 1rem;
border-radius: 0.2rem;
background-color: orangered;
box-shadow: 0rem 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
}

.lotomania-gameboard-interface{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 29rem;
background-color: white;
}

#lotomania-rbs.radio-button-section {
display: flex;
flex-direction: column;
justify-content: flex-start;
width: 100%;
height: 10rem;
}

#lotomania-nac.number-amount-container{
display: flex;
flex-direction: column;
border: black solid 0.01rem;
}

#lotomania-nac-h3.number-amount-container{
display: flex;
justify-content: center;
font-size: 1rem;
padding: 0.4rem 0 0 0;
}

#lotomania-nas.number-amount-selector {
display: flex;
flex-wrap: wrap;
width: 100%;
gap: 0.1rem;
justify-content: center; /* Centraliza os elementos */
}
#lotomania-gtc.game-type-container{
display: flex;
flex-direction: row;
justify-content: center;
border: black solid 0.01rem;
}
#lotomania-gtc.game-type-container label {
font-size: 1rem;
cursor: pointer;
}

#lotomania-gctrl.game-controls{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 35rem;
border: black solid 0.01rem;
}
#lotomania-nb.numbered-buttons{
display: grid;
margin:0;
padding: 0;
column-gap:0.01rem;
row-gap: 0.01rem;
grid-template-columns: repeat(10, 1fr);
width: 100%;
height: 100%;
justify-items: center; /* Centraliza horizontalmente os itens */
align-items: center;   /* Centraliza verticalmente os itens */
}
#lotomania-nbc.numbered-buttons-container {
display: flex;
flex-wrap: wrap;
width: 90%;
justify-content: center;
/* gap: 0.3rem; */
margin: 0.2rem;
background-color: whitesmoke;
height: 18rem;
}

#lotomania-nb.numbered-buttons button {
width: 1.7rem;
height: 1.7rem;
border-radius: 50%;
border: 0.1rem solid #6c757d;
background: white;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;

}

#lotomania-nb.numbered-buttons button:hover {
background: #007bff;
color: white;
}

#lotomania-nb.numbered-buttons button.selected {
background: #28a745;
color: white;
border-color: #218838;
}
#lotomania-ab.action-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.action-buttons-a{
    display: flex;
    flex-direction: row;
    padding: 0.3rem;
}

.action-buttons-b{
    display: none;
    flex-direction: row;
    padding: 0.3rem;
}


#lotomania-rgc.reset-gameboard-container{
display: none;
width: 100%;
justify-content: center;
height: 2rem;
}
.btn-lotomania-reset-simulation{
display: none;
height: 2rem;
background-color: #ffc107;
color: black;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */	
}


/*SHOW-ACTION-BUTTONS-CONTAINER*/
.btn-lotomania-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
#lotomania-ugl.user-game-list{
width: 100%;
height: 28rem;
margin-bottom: auto;
}
#lotomania-uglc.user-game-list-container{
display: none;
justify-content: center;
width: 100%;
}
#lotomania-sabc.show-action-buttons-container{
display: none;
padding: 1rem;
justify-content: center;
align-items: center;
width: 100%;
margin-top: auto;
}
/**/
/*END APÓS CRIAR JOGO(S)*/

/* END GAME SCREEN*/

.lotomania-game-list-container{
display: none;
width: 40%;
flex-direction: row;
}

.btn-lotomania-simulate-game{
height: 2rem;
width: 6rem;
font-size: 1rem;
font-weight: bold;
text-align: center;
border: none;
border-radius: 0.5rem; /* Borda arredondada */
cursor: pointer;
transition: all 0.3s ease-in-out; /* Animação suave */
box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2); /* Sombra sutil */
}
.lotomania-simulated-results{
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
margin-top: 0.8rem;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 0.7rem;
overflow: hidden;
font-size: 1rem;

}

.lotomania-simulated-results th {
background-color: orange;
color: white;
padding: 12px;
text-align: left;
}

.lotomania-simulated-results td {
padding: 10px;
border-bottom: 1px solid #ddd;
}

.lotomania-simulated-results tbody tr:nth-child(even) {
background-color: #f2f2f2;
}

.lotomania-simulated-results tbody tr:hover {
background-color: #d9eaff;
}

/* Estilização do título do jogo */
.lotomania-game-title {
font-size: 1.4rem;
font-weight: bold;
color: #333;
margin-top: 1.2rem;
padding: 0.7rem 0.9rem;
background: #f8f9fa;
border-left: 0.4rem solid orangered;
display: inline-block;
border-radius: 0.7rem;
box-shadow: 0.1rem 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.2);
}

/* Mensagem de ausência de premiação */
.lotomania-simulated-results-no-prize {
color: orange;
font-weight: bold;
text-align: center;
padding: 1rem;
margin-top: 0.8rem;
background: rgba(220, 53, 69, 0.1);
border-radius: 0.3rem;
display: inline-block;
}
/*FIM lotomania*/	

/*SOBRE*/
.sobre-body{
    display: flex;
    background-color:rgb(193, 236, 92);
    flex-direction: column;
    height: 100%;
}
.sobre-header-title h1{
        display: flex;
        text-decoration: none;
        justify-content: center;
        color: white;
        margin: 0.5rem;
        text-align: center;
        font-size: 1.5rem;
}
.sobre-header a{
    display: flex;
    text-decoration: none;
    justify-content: center;
    color: white;
    padding: 0.1rem;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    margin: 0.3rem;
}
.sobre-header {
display: flex;
background-color: olive;
justify-content: space-between;
}
.sobre-content{
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    background-color: white;
    height:100%;
}

.sobre-content h1{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.5rem;
    background-color: olive;
    color: white;
}
.sobre-content h2{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
    font-size: 1.3rem;
    background-color: olive;
    color: white;
}
.sobre-content p{
    font-size: 1.2rem; /* Ajuste conforme necessário */
    line-height: 1.6; /* Melhora a legibilidade */
    text-align: justify; /* Deixa o texto alinhado dos dois lados */
    color: black; /* Cor de texto suave */
    font-family: Arial, sans-serif; /* Fonte legível */
    text-indent: 1.2rem; /* Recuo na primeira linha */
    margin: 0.5rem;
}

.sobre-content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0.5rem;

    padding:0;
}
.sobre-content li{  
    display: flex;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    font-size: 1.1rem;
}
.sobre-content li:hover{
    margin-left: 20%;
    width: 80%;

    /* transform: scale(1.2); */
}
#sobre-bpl.back-page-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre-header a:hover{
   color: yellow;
   font-size: 1.2rem;
}
.lottosimulador-legal-advice h2:hover{
    background-color: red;
    color: white;
    font-size: 1.6rem;
}
} 
 
