.select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 12px;
  padding-right: 34px;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.select2-dropdown {
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  overflow: hidden;
}
