body {
    font-family: Arial, sans-serif;

    background-color: rgba(255, 255, 255, 0.5);
}

.professional-card img {
    width: 100%;
    height: auto;
}

.counter button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
}

.somma {
    margin-top: 20px;
}


#riepilogoRichiesta {

    justify-content: center;
    padding: 30px;
}


#riepilogoRichiestaS {

    justify-content: center;
    
}


.card-body {
    /* border-top: solid 1px black; */
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    background-color: #ffffffb5 !important;
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

#riepilogoDep {
    line-height: 2.2;
    background-color: #f0f4f700;
    border: none;
    font-size: larger;
}


#riepilogo {

    line-height: 1.9;
    background-color: #f0f4f700;
    border: none;
    font-size: larger;
    width: 100%;
}

#riepilogoPers {

    line-height: 4.5;
    background-color: #f0f4f700;
    border: none;
    font-size: larger;
    width: 100%;

}

.form-outline {
    width: 100%;
    height: 100%;
}




#btnInvioRichiesta {
    margin-bottom: 1rem;
}

.professional-card {
    background-color: #ece4d485 !important;
}

.professional-card img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}





/* @media (min-width: 768px) {

    .titoliResp {
        display: none !important;
    }

} */


.lista {
    border-radius: 0.400rem;
    /* border: solid 1px black !important; */
    /* height: 100%;
    width: 100%; */
}




@media (max-width: 992px) {


    #riepilogo {

        line-height: 3.6;
        width: 100%;
        background-color: #f0f4f700;
        border: none;
        font-size: larger;
        
    }

    #riepilogoPers {

        line-height: 6.9;
        background-color: #f0f4f700;
        border: none;
        font-size: larger;
        width: 100%;
    
    }


    #riepilogoPers li {

       font-size: 25px;
    
    }

}

@media (max-width: 768px) {


    #riepilogo {

        line-height: 2.5;
        width: 100%;
        background-color: #f0f4f700;
        border: none;
        font-size: larger;
        
    }

    #riepilogoPers {

        line-height: 3;
        background-color: #f0f4f700;
        border: none;
        font-size: larger;
        width: 100%;
    
    }


    #riepilogoPers li {

       font-size: 20px;
    
    }

}