.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dfe3ea !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-hidden-accessible {
    color: #232d3a;
    position: absolute;
    top: -2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.select2-hidden-accessible {
    color: #1f2937 !important;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 2px;
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7b838a !important;
}