.select2-selection select2-selection--single {
    height: 45px !important;
    border-color: #e8eef7 !important;
    border-radius: 0.5rem !important;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: #e8eef7 !important;
    border-radius: 0.5rem !important;
}

.select2-selection__rendered {
    height: 45px;
    margin-top: 6.5px;
    margin-left: 2.5px;
}

.select2-dropdown select2-dropdown--below {
    border-color: #dfe1e3;
}

.select2-selection__arrow {
    margin-top: 6.5px;
}