.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-container--default {
    height: calc(2.25rem + 2px) !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem !important;
    background-color: transparent !important;
}
.select2-dropdown{
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single{
    background-color: transparent !important;
}
