
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f64417;
}


.select2-dropdown {
     box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}


.select2-container .select2-selection--single {
  height: 35px; /* Match the desired height */
}

/*..................................................................*/


.select2-selection__rendered {
      font-family:sans; /* Change this value to your desired font */
      font-size: 15px; /* You can also adjust font-size if needed */
      padding:1px;
}
.select2-dropdown {
      font-family: sans; /* Change this value to your desired font */
      font-size: 16px; /* You can also adjust font-size if needed */
}
