  .select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #DFE5EF; /* Match Bootstrap border color */
   
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}