.corpme-select .form-group {
  display: flex;
  flex-direction: column;
}
.corpme-select .form-group.input-select-wrapper label {
  margin-bottom: 4px;
}
.corpme-select .select2-container {
  top: 2px;
  width: 100% !important;
}
.corpme-select div {
  order: 2;
}
.corpme-select .select2 {
  min-height: 40px;
  order: 1;
}
.corpme-select .select2 .select2-selection {
  min-height: 40px;
}
.corpme-select .select2-selection--single {
  min-height: 2.375rem;
  border-color: #ced4da;
}
.corpme-select .select2-results li {
  min-height: 2rem;
}
.corpme-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.corpme-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.corpme-select .has-error .select2-selection--single {
  background-color: #feefef;
  border-color: #f48989;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
  color: #272833;
}