.search-filter-wrapper {
  max-width: 100% !important;
}
.search-filter-wrapper > svg {
  color: #6C73A8 !important;
}

@media screen and (min-width: 768px) {
  .dropdown-filters-wrapper {
    min-width: 376px !important;
  }
}

.dropdown-filter:invalid {
  color: #6C73A8;
}