.select2-selection.select2-selection--single {
    height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection.select2-selection--multiple {
    height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection__choice {
    color: #495057 !important;
}

.form-control[readonly] {
    background-color: #FFFFFF !important;
    pointer-events: none !important;
}
