.select2-container--default .select2-selection--single {
  background: url(../Assets/Images/icons/down-arrow-common.png) no-repeat 98% center !important;
  background-size: 10px !important;
  background-color: #fff !important;
  height: 38px !important;
  font-size: 13px !important;
  color: #1b293d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 38px;
  border: 1px solid rgba(36, 28, 21, 0.3);
  padding: 5px 10px !important;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: roboto;
}

.select2-results__option {
  font-family: roboto;
  padding-block-start: 0px;
  white-space: nowrap;
  min-inline-size: 24px;
  align-items: center;
  font-size: 13px !important;
  line-height: 38px;
}

/* Remove default Select2 arrow icon so that your custom down-arrow appears */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* Adjust input width if necessary */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding: 0px;
}