#ranocchi_gestore_utente.offcanvas.offcanvas-right.offcanvas-on {
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: auto;
    width: 60%;
}
#ranocchi_gestore_profili.offcanvas.offcanvas-right.offcanvas-on {
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: auto;
    width: 60%;
}


.btn:disabled{
    cursor:auto !important;
}

.tooltip-inner {
    text-align: left;
    min-width: 250px;
}

#div_utente_inattesa.offcanvas.offcanvas-right.offcanvas-on {
    width: 30%;
}