#giorno:enabled, #categoria:enabled{
    height: 3.5rem;
    border: 0;
    border-radius: 30px;
    color: white;
    background-color: #5C5B5B;   
    width: 100%; 
    padding-left: 2rem;
    font-size: 17pt;
}

#giorno:disabled, #categoria:disabled{
    height: 3.5rem;
    border: 0;
    border-radius: 30px;
    color: white;
    background-color: #a0a0a0;   
    width: 100%; 
    padding-left: 2rem;
    font-size: 17pt;
}

@media screen and (min-width: 600px) {

    #giorno, #categoria{
        background-color: #E1E1E1 !important;   
        color: black !important;
        width: 15% !important;
        height: 3rem !important;
        border: 0 !important;
        border-radius: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;

        margin-left: 50vw !important;
        transform: translateX(-50%) !important;
    }

    #giorno:hover, #categoria:hover{
        cursor: pointer;
    }

    #giorno{
        margin-bottom: 1rem !important;
    }

    #categoria{
        margin-bottom: 2rem !important
    }

}