@import url("https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css");

.select2-container--default .select2-selection--single {
  height: 2.4rem;
  padding: 5px 10px;
  border: 1px solid ;
  border-radius: 0.25rem;
  width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  padding: 4px 8px;
}

.select2-results__options {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  max-height: 300px !important; /* Increase the max height to show more options */
  overflow-y: auto !important;
}
