.custom_switches_succes:checked {
    background-color: #25b003 !important;
}

.error-message {
    margin: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 0.8em;
}

.obtoggle-children, .obtoggle-open, .obtoggle-close {
    display: none;
}

.badge {
    text-transform: none !important;
}

.accept-drop {
    background-color: #d9fbd0 !important;
}

.obcheckbox {
    cursor: pointer;
}

label.required:before {
    content: "*";
}


.spanUser{
    border-radius: 7px;
    padding: 5px;
    background-color: rgba(230, 15, 50, 0.87);
    color: white;
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e8f4ff;
}

.table>tbody>tr>td:first-child{
    padding-left:1%!important;
}

.navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link {
     margin-left: 1vw!important;
}

/*.choices__list[role="listbox"] .choices__item {*/
/*    background-color: rgba(148, 175, 232, 0.8);*/
/*}*/

/*.choices__list[role="listbox"] .choices__item:hover {*/
/*    background: rgba(148, 175, 232, 0.8) !important;*/
/*}*/

/*!* Variante con classe *!*/
/*.choices__list[role="listbox"] .choices__item.is-selected {*/
/*    background-color: rgba(148, 175, 232, 0.8) !important;  !* colore dello sfondo *!*/
/*}*/


/* Colore di base delle opzioni */
.choices__list[role="listbox"] .choices__item {
    background-color: #DAE4F2 !important;
}

/* Hover (solo mentre ci passi sopra) */
.choices__list[role="listbox"] .choices__item:hover {
    background-color: #DAE4F2 !important;
    color: white!important;
    cursor: pointer;
}

/* Stato selezionato (rimane dopo il click) */
.choices__list[role="listbox"] .choices__item.is-selected,
.choices__list[role="listbox"] .choices__item[aria-selected="true"] {
    background-color:#DAE4F2 !important;
    color: #000;
}

span, div, textarea, input, label {
    font-family: "Montserrat-Regular"!important;
}

h1,h2,h3,h4{
    color: #004852;
}

.visualizzatoQuestionario {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.1s ease;
}
.form-check-input:checked {
    background-color: #004852!important;
    border-color: #FF6D00!important;
    color: #FF6D00!important;

}


