.select2-container .select2-selection--single {
    height: auto !important;
    min-height: 32px !important;
}

.select2-results__option {
    color: var(--black) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #000000 !important;
    padding: 6px 12px 0px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black) !important;
}