.select2-selection__rendered {
  line-height: 31px !important;
}

.select2-container .select2-selection--single {
  min-height: 38px !important;
}

.select2-selection__arrow {
  min-height: 38px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  line-height: 20px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  font-size: 13px;
}
.select2-results__options{
  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{

}
.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection {
  min-height: 38px !important;
}
.select2-container,
.select2-container .selection{
  min-height: 38px;
}
.stat-accordion span.select2{
  display: block;
}
.physicochemical-form span.select2{
  width:100% !important;
}
@media screen and (max-width: 767px) {
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    display: inline;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    display: inline;
  }
}