.select2-selection--single {
    padding: 10px 12px !important;
    font-family: var(--font-family) !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    height: auto !important;
    background: var(--modal-white-bg) !important;
    border: 1px solid var(--border) !important;
}

.select2-selection__rendered {
    color: var(--text) !important;
}

.select2-selection__arrow {
    top: 25% !important;
    right: 10px !important;
}

.select2-results__option {
    padding: .5rem 12px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--white-95) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(135deg, #54bd95 0%, #44A08D 100%);
}

.select2-dropdown {
    background-color: var(--white-95) !important;
    border-color: var(--border);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-search__field {
    background: var(--white-95) !important;
    color: var(--text) !important;
    /*border: 1px solid var(--border) !important;*/
    border: none !important;
    padding: .5rem 12px;
    outline: none;
    font-size: 14px;
}
