.search-input {
  border-radius: 25px;
  height: 41px;
  color: #4e2eaa !important;
  font-weight: bold;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
}

.select2-selection {
  text-align: start;
}

.search-button {
  border-radius: 25px;
  background-color: #4e2eaa;
}

.search-input::placeholder {
  color: #4e2eaa;
  opacity: 1;
  font-weight: bold;
}

.select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-selection__arrow {
  height: 37px !important;
}

.search-select + .select2-container .select2-selection {
  border-radius: 25px !important;
  padding: 0 10px;
  border: 1px solid #e8e8e8;
  border-bottom: 4px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  height: 41px !important;
}

.search-form-dropdown {
  border: unset !important;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.select2-results__options {
  color: #4e2eaa;
  font-weight: bold;
}

.select2-results__options > li {
  padding: 0 15px;
}

.inner-selection {
  padding: 12px 0;
  border-bottom: 1px solid rgb(225 224 224);
}

.select2-results__options > li:last-child > .inner-selection {
  border-bottom: none;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4e2eaa !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable
  > .inner-selection {
  border-color: #4e2eaa;
}

.select2-container--default .select2-selection--single {
  font-weight: bold;
}

.select2-selection__rendered {
  color: #4e2eaa !important;
}

.select2-selection__placeholder {
  color: #4e2eaa !important;
}

.select2-selection__arrow {
  right: 9px !important;
}

.select2-selection__arrow > b {
  border-color: #4e2eaa transparent transparent transparent !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #4e2eaa transparent !important;
}

.filter-button-mob {
  color: #4e2eaa;
  background-color: transparent;
  margin-top: 4px;
}

