header, header ul, header input, header .fa-solid {
    background-color: var(--header-background) !important;
    color: var(--header-color) !important;
}
header .brand span{
    display: none;
}
aside .menu .item:hover{
    background-color: #f1e000;
}

.checkbox-group.horarios_profissional_saude:not(.empty) > div,
.checkbox-group.horarios_especialista:not(.empty) > div {
    background-color: rgb(92, 160, 93);
    color: white;
    border-radius: 5px;
    padding: 5px;
    border: solid;
    width: 180px;
}

#container .container{
    height: 400px !important;
    padding-top: 0 !important;
}

form.publico .button:first-child{
    display: none !important;
}

form.publico .button:last-child{
    width: 300px !important;
    margin: auto !important;
    display: inherit !important;
    text-align: center !important;
    vertical-align: middle !important;
    background-color: #5ca05d !important;
}


@media (max-width: 600px) {
    
}