.select2-container .select2-selection {
  padding: 8px;
  height: 40px;
  font-size: 12px;
}

.select2-container .select2-results__option {
  font-size: 12px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: grey;
  height: 38px;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent
}
