.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__arrow {
  height:53px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height:53px;
}

.select2-container.select2-container--disabled .select2-selection--single {
  background-color:#ffffff;
}
.select2-container:not(.select2-container--disabled) .select2-selection--single .select2-selection__placeholder,
.select2-container:not(.select2-container--disabled) .select2-selection--single .select2-selection__rendered {
  color:#050607!important;
}
body.modal-open > .select2-container {
  text-align: left;
  z-index: 9999;
}

.ucpt-search .select2-container .select2-selection--single {
  border:0;
}
.select2-container .select2-selection--single {
  border-radius:0;
  border-color:#ccc;
}
