.select2-container {
  --height: 36px;
  height: var(--height);
}
.select2-selection,
.select2-selection__arrow {
  height: var(--height) !important;
}
.select2-container .select2-selection {
  border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: var(--height);
}
