.select2-container .select2-selection--single{
  height: 38px;
  outline: 0px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}