.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color:  #293189 !important;
}


.select2-container--default .select2-selection--single {
    height: 50px !important;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px !important;
    border: 1px rgb(237,237,237) solid !important;
}

.select2-container--default .select2-selection--clearable {
    border: 1px  #293189 solid !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    padding: 5px 0 !important;
    justify-content: flex-start;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 100%;
    color: #706F6F !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #707070 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}


.select2-container--default .select2-dropdown {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.select2-results__option{
    padding: 12px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #293189 !important;
}
.select2-container--default .select2-results__option--selected{
    background-color: var(--adriatic-bg-light-white) !important;
}

.select2-container--default.select2-container--open .select2-dropdown {
    margin-top: 3px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #E3E3E3;
}



.select2-selection__arrow b {
    display: none !important; /* Hide the default Select2 arrow */
}

.select2-selection__arrow {
    background: url('../icons/select2-arrow-down.svg') no-repeat center center;
    margin-right: 12px;
}

.select2-container--open .select2-selection__arrow {
    background: url('../icons/select2-arrow-up.svg') no-repeat center center;
    margin-right: 12px;
}

.select2-selection__clear {
    padding: 10px !important;
}
