@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.enhanced_listing_page   .view-filters   form   > .clearfix {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  body.enhanced_listing_page .view-filters form {
    position: unset;
  }
  body.enhanced_listing_page .view-filters {
    margin-bottom: 30px;
  }
  .filter-quick-tab {
    top: 42px;
  }
  body.enhanced_listing_page .view-filters select,
  body.enhanced_listing_page   .view-filters   input[type="text"] {
    font-size: 14px;
    padding: 5px 15px;
  }
  body.enhanced_listing_page .view-filters .form-item {
    height: 30px;
    width: 340px;
  }
  body.enhanced_listing_page   .view-filters   .form-actions   .button,
  body .filter-quick-tab .quick-tab > * label {
    height: 30px;
    width: 160px;
    padding: 0;
    font-size: 14px;
    margin: 0;
    min-width: 160px;
  }
  /* body.enhanced_listing_page .view-filters form > .clearfix,
  .filter-quick-tab .quick-tab {
    gap: 18px;
  } */
  body.enhanced_listing_page   .view-filters   form   > .clearfix   > * {
    margin-right: 18px;
  }
  body.enhanced_listing_page   .view-filters:has(.filter-quick-tab) {
    max-height: 78px;
    height: 78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.enhanced_listing_page   .view-filters:has(.filter-quick-tab) {
    max-height: 72px;
    height: 72px;
  }
  .enhanced_listing_page .sort-wrap > span {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }
  /* 21-1-2025 */
  body.search-filter   .view-filters   form   .js-form-type-select   .select-wrapper {
    height: 30px;
  }
  body.search-filter   .view-filters   form   .js-form-type-select   .select-wrapper   > select {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  body.enhanced_listing_page .view-filters {
    margin-bottom: 24px;
  }
  body.enhanced_listing_page   .view-filters   form   > .clearfix   > *,
  body.enhanced_listing_page   .view-filters   .form-actions   .button {
    width: 114px;
    font-size: 12px;
    line-height: 15px;
    height: 24px;
    padding: 0px;
    min-width: 114px;
  }
  body.enhanced_listing_page .view-filters select,
  body.enhanced_listing_page   .view-filters   input[type="text"] {
    font-size: 12px;
    height: 24px;
    padding: 0px 10px;
    line-height: 15px;
  }
  body.enhanced_listing_page   .view-filters   .form-item   label {
    /* display: none; */
    font-size: 12px;
    line-height: 15px;
    padding: 2px 0 0 4px;
  }
  body.enhanced_listing_page   .view-filters   form   > .clearfix {
    flex-wrap: wrap;
    /* gap: 5px; */
    gap: 12px;
    /* float: left; */
    width: 80%;
    margin: auto;
  }
  body.enhanced_listing_page   .view-filters   form   > .clearfix   > * {
    margin-right: 0px;
  }
  body.enhanced_listing_page   .view-filters   .select-wrapper:after {
    padding-right: 4px;
  }
  body.enhanced_listing_page   .view-filters   form   > .clearfix   > fieldset {
    display: none;
  }
  body.enhanced_listing_page   .view-filters:has(.filter-quick-tab) {
    max-height: 24px;
    height: 24px;
  }
  body.enhanced_listing_page .sort-wrap > span {
    background-size: 24px !important;
    width: 24px;
    height: 24px;
  }
  body.enhanced_listing_page .sort-wrap {
    width: auto !important;
    min-width: auto !important;
  }
  .path-all-members .sort-wrap > span:not(:last-child) {
    margin-right: 4px;
  }
  .path-all-members .views-infinite-scroll-content-wrapper {
    gap: 12px !important;
  }
  .path-all-members   .views-infinite-scroll-content-wrapper   ~ nav   ul   li   a.btn-flat {
    line-height: 14px;
  }
  /* body.enhanced_listing_page

    .view-filters
    form
    > .clearfix
    > *.form-actions:has(input) {
    margin-left: 12px;
  } */
  /* body.enhanced_listing_page   .view-filters   .form-actions   .button {
    background-color: var(--color-fff);
    color: var(--primary-color-bold);
  } */
  body.enhanced_listing_page   .view-filters   input[type="text"] {
    text-align: center;
  }
  /* 21-1-2025 */
  body.search-filter   .view-filters   form   .js-form-type-select   .select-wrapper {
    height: 24px;
  }
  body.search-filter   .view-filters   form   .js-form-type-select   .select-wrapper   > select {
    padding: 0 10px;
  }
  body.search-filter.enhanced_listing_page .view-filters .form-item label {
    min-width: unset;
  }
}
