
.form-quadro-funcional {
    margin-bottom: 25px;
}
.block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 15px;   
}

.block input {
    max-height: 40px !important;
    border: 0.5px solid #eee !important;
    padding: 5px;
    font-size: 16px;
    width: 100%;
    margin-right: 0px !important;
}

.block select {
    max-height: 40px !important;
    border: 0.5px solid #eee;
    padding: 5px;
    font-size: 16px;
    width: 49%;
}

.block select {
    color: #3b3b3b;
}

.block input::placeholder {
    color: #3b3b3b;
}

.invalid {
    border: 1px solid #ff8080 !important;
}

#button-export {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
}

#button-export-pdf {
    background-color: #f38564;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
}

#button-page {
    background-color: #dfdfdf;
    border: none;
    color: #1c1c1c;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
}

.aviso {
    font-size: 16px;    
}