.login-card-body .input-group .form-floating .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.register-card-body .input-group .form-floating .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*!* Bottone selezionato: bordo scuro e font pesante *!*/
/*.btn-check:checked + .btn {*/
/*    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.8);*/
/*    font-weight: 800;*/
/*    filter: none; !* nessuna desaturazione *!*/
/*    opacity: 1;*/
/*    position: relative;*/
/*}*/

/*!* Bottone NON selezionato: colore desaturato e opacità ridotta *!*/
/*.btn-check + .btn {*/
/*    filter: grayscale(60%);*/
/*    opacity: 0.7;*/
/*    transition: filter 0.3s ease, opacity 0.3s ease;*/
/*}*/

/*!* Al passaggio del mouse sui bottoni non selezionati, leggero miglioramento *!*/
/*.btn-check + .btn:hover {*/
/*    filter: grayscale(30%);*/
/*    opacity: 0.9;*/
/*}*/

/* Select 2 bootstrap-5 theme override */
html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection {
    background-color: transparent !important;
    border: 1px solid #495057;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border: 1px solid var(--bs-gray-600);
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: transparent !important;
    color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown {
    color: #dee2e6 !important;
    border: 1px solid #495057 !important;
    background-color: var(--bs-body-bg);
}

html[data-bs-theme="dark"] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    color: var(--bs-secondary-color)!important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: inline-flex !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: inline !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0 !important;
}
