
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #C9C9C9;
}

.select2,
.select2-results {
  font-size: 14px;
}

.select2 {
  margin: 4px 0;
}

.select2-selection__arrow {
  height: 38px !important;
}

