.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 3px !important;
    font-size: 1.5em !important;
    color: #74788d;
    padding-right: 1rem !important;
}


/* Campo selezionato */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    font-family: 'Poppins', sans-serif !important;
}


/* Placeholder */

.select2-search__field::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e !important;
}


/* Dropdown */
.select2-container--default .select2-results > .select2-results__options {
    font-family: 'Poppins', sans-serif !important;
}


.text-primary-palumbo {
    color: #024 !important;
}

.btn-primary-palumbo {
    background-color: #024 !important;
    border-color: #024 !important;
}