.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #999;
  line-height: 40px;
}
