.gradelevel-filter {
  width: 235px;
}

.select2-container--default .select2-selection--single {
  align-items: center;
  border: 1px solid #D6D6D6;  
  border-radius: 21px;
  display: flex;
  height: 42px;
  justify-content: center;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 1px solid #ccc;
  border-radius: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 10px;
  top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  color: #4925C7;
  content: url("/wp-content/themes/avidoa/includes/images/dropdown_arrow.svg");
  font-size: 1.5rem;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-dropdown {
  border-top: none !important;
  border: 1px solid #D6D6D6;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 1rem;
  text-align: center;
  top: 32px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: none !important;
}

.select2-container--default .select2-results__option {
  padding: 0.5rem 0.75rem;
}
