.select2-results__option--selectable {
    color: black;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 4px;
}


.select2-container .select2-selection__rendered {
    line-height: 38px !important;
}


.select2-container .select2-selection__arrow {
    height: 38px !important;
    display: flex;
    align-items: center;
}

.select2-container .select2-search__field {
    color: #000 !important;
}

.select2-container .select2-search__field::placeholder {
    color: #555 !important;
}