.select2-container .select2-dropdown {
  display: block;
  width: auto;
}
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 23px 23px;
  text-align: center;
  border-radius: 7px;
}
.select2-container .select2-results__option {
  display: block !important;
}
