
.alinhar-centro {
    text-align: center;
}

.alert-button {
    background-color: rgb(64, 64, 64);
    color: rgb(255, 255, 255);
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 90%;
    border: 1px solid;
    margin: 10px;
}

.alert-button:hover {
    background-color: white;
    color:  rgb(64, 64, 64);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 3px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%; /* Define uma altura máxima para o conteúdo do modal */
    overflow-y: auto; /* Permite rolar o conteúdo do modal */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.fechar-button {
    background: rgba(66, 64, 64);
    font-size: 15px;
    color: white;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    flex: 1;
    border: 2px solid;
}

.fechar-button:hover {
    background-color: white;
    color: rgba(66, 64, 64);
}

.fa-check-circle {
    color: green;
}


.continuar-button {
    background-color: rgb(0, 102, 255);
    color: white;
    padding: 15px 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 90%;
    border: 2px solid;
    margin: 10px;
}

.continuar-button:hover {
    background-color: white;
    color: rgb(0, 102, 255);
    border-color: rgb(0, 102, 255);
}

.gravar-button {
    background-color: rgb(39, 165, 39);
    color: white;
    padding: 15px 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 90%;
    border: 2px solid;
    margin: 10px;
}

.gravar-button:hover {
    background-color: white;
    color: rgb(39, 165, 39);
    border-color: rgb(39, 165, 39);
}

.reiniciar-button {
    background-color: orange;
    color: white;
    padding: 15px 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 90%;
    border: 2px solid;
    margin: 10px;
}

.reiniciar-button:hover {
    background-color: white;
    color: orange;
    border-color: orange;
}

.cancelar-button {
    background-color: red;
    color: white;
    padding: 15px 15px;
    border-radius: 10px;
    cursor: pointer;
    width: 90%;
    border: 2px solid;
    margin: 10px;
}

.cancelar-button:hover {
    background-color: white;
    color: red;
    border-color: red;
}



@media screen and (max-width: 1000px) {
    .modal {
        font-size: 40px;
    }

    .fechar-button {
        width: 98%;
        margin: 10px;
        font-size: 50px;
        border-radius: 20px;
        padding: 50px;
    }


    .modal-content {
        font-size: 18px;
        width: 100%;
        max-width: 90%;
    }


    .alert-button,
    .reiniciar-button,
    .continuar-button, 
    .gravar-button {
        font-size: 18px;
        padding: 30px 30px;
        border-radius: 20px;
        width: 50%;
        height:20px;
        margin-top: 20px;
    }

    
    input, #novoItemDia {
        font-size: 18px;
        margin: 30px auto;
        padding: 20px;
        width: 250px;
        height:15px;
        position:relative;
        top:-28px;
        left:35px;
        
    }

    #add{
        height:35px;
        position:relative;
        top:60px;
        left:-133px;
    }

    #novaDicaTexto{
        position:relative;
        left:5px;
         height: 30px;
    }

    #novaPalavraChave{
        position:relative;
        left:6px;
         height: 30px;
    }

    #novoEmoji{
         position:relative;
        left:6px;
         height: 30px;
    }

    #alterarUsuarioSenha{
        position:relative;
        left:4px;
        height: 30px;
    }

    #novoUsuarioNome{
         position:relative;
        left:4px;
         height: 30px;
    }
     
    #novoUsuarioEmail{
         position:relative;
        left:4px;
         height: 30px;
    }
    
    #novoUsuarioSenha{
         position:relative;
        left:4px;
         height: 30px;
    }

    #novaPermissaoNome{
          position:relative;
        left:2px;
        height:35px;
    }

    #dataInicio{
      position: relative;
        left:-3px;
        top:2px;
        height:30px;
    }

     #dataFim{
        position: relative;
        left:5px;
        top:2px;
        height:30px;}

    #fecharAlerta{
     position: relative;
     left:-4px;
    padding:8px;
    justify-content: center;                  
    height: 100%

    }

    #cadastrar-privilegios{
        position:relative;
        top:20px;
        left:40px;
        width:301px;
    }

    #novo-user{
        position:relative;
        left:40px;
    }
}