.select2-container .select2-selection--single {
  padding: 5px 12px !important;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important; /* Adjust based on height */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
  top: 0px !important;
  right: 6px;
}
