.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 2.5px .5rem
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 1px;
  width: calc(100% - 2px);
  box-shadow: none;
}
.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}