body.enhanced_listing_page .region--content .block-system-main-block .view-header {
  display: none;
}

body.enhanced_listing_page .view-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
  /* margin-bottom: 30px; */
}

body.enhanced_listing_page .view-filters:has(~ .quick-tab) {
  margin-bottom: 12px;
}

body.enhanced_listing_page .view-filters form>.clearfix {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  justify-content: center;
  /* gap: 24px; */
}

body.enhanced_listing_page .view-filters form>.clearfix>* {
  /* display: inline-block; */
  margin: 0px;
  /* float: left; */
  margin-right: 24px;
}

body.enhanced_listing_page .view-filters .form-item ,
body.enhanced_listing_page .members-filter-wrapper .form-item {
  width: 384px;
  max-width: 384px;
  height: 36px;
}

body.enhanced_listing_page .view-filters .form-item-title input,
body.enhanced_listing_page .members-filter-wrapper .form-item-title input {
  width: 100%;
  max-width: 100%;
}

body.enhanced_listing_page .view-filters select,
body.enhanced_listing_page .view-filters input[type="text"],
body.enhanced_listing_page .members-filter-wrapper input[type="text"],
body.enhanced_listing_page .knowledge-filter-wrapper .select2 .select2-selection {
  /* border: 1px solid #ccc; */
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 24px;
  height: 100%;
  font-size: 16px;
  line-height: 19px;
  /* color: #666666; */
  color: #969696;
  /*Task #383315 1*/
  /* padding: 10px 25px; */
  padding: 11px 13px;
  max-width: 100%;
}

body.enhanced_listing_page .view-filters form>.clearfix>*.form-actions {
  margin: 0px;
}

body.enhanced_listing_page .view-filters .form-actions .button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: var(--color-fff);
  /* border: 1px solid var(--primary-color); */
  border-radius: 24px;
  height: 40px;
  text-align: center;
  background: var(--primary-color-bold);
  margin: 0 !important;
  text-transform: capitalize;
  width: 180px;
  height: 36px;
}

body.enhanced_listing_page .view-filters .form-actions .button[value="Reset"] {
  display: none;
}

body.enhanced_listing_page .view-filters .form-actions .button:hover {
  background-color: var(--color-fff);
  color: var(--primary-color-bold);
}

body.enhanced_listing_page .view-filters .form-type-select,
body.enhanced_listing_page .view-filters .form-type-textfield,
body.enhanced_listing_page .members-filter-wrapper .form-type-textfield {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  /* gap: 26px; */
  gap: 12px;
}

body.enhanced_listing_page .view-filters .form-item label {
  /* width: 80px; */
  /* min-width: 50px; */
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  flex-shrink: 0;
}

.filter-quick-tab {
  position: absolute;
  top: 48px;
  margin: 0px !important;
}

.filter-quick-tab .quick-tab {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.filter-quick-tab .quick-tab>* {
  margin: 0;
  width: fit-content !important;
}

.filter-quick-tab .quick-tab>* input {
  display: none;
}

.filter-quick-tab .quick-tab>* label {
  background-color: var(--color-fff);
  border: 1px solid var(--primary-color-light);
  border-radius: 24px;
  height: 36px;
  color: var(--primary-color-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  cursor: pointer;
  font-size: 16px !important;
  margin-bottom: 0px;
  line-height: 20px;
  padding: 0 15px;
}

.filter-quick-tab .quick-tab>* label:hover,
.filter-quick-tab .quick-tab>* label.active {
  background-color: var(--primary-color-light);
  color: var(--color-fff);
  font-weight: 400 !important;
}

body.enhanced_listing_page .view-filters:has(.filter-quick-tab) {
  position: relative;
  max-height: 84px;
  height: 84px;
}

.filter-quick-tab legend:has(~ .quick-tab) {
  display: none;
}

.enhanced_listing_page .sort-wrap>span {
  width: 36px;
  height: 36px;
  border-radius: 24px;
  cursor: pointer;
}

.sort-wrap {
  display: flex;
  position: absolute;
  right: 0;
  /* right: 17px; */
  z-index: 10;
  top: 0;
  /* top: 132px; */
  margin-right: 0px !important;
}

.enhanced_listing_page .sort-wrap>span:not(:last-child) {
  margin-right: 6px;
}

/* body.enhanced_listing_page .view-filters:has(.sort-wrap) .form-item.form-type-textfield{
  padding-right: 60px !important;
} */
.enhanced_listing_page .sort-wrap .sort-date {
  /* background: #fff url(../../icons/filter/date-filter.svg) no-repeat center; */
  background: url(../../icons/filter/date-filter-button.svg) no-repeat center;
}

.enhanced_listing_page.path-all-members .sort-wrap .sort-date:hover,
.enhanced_listing_page.path-all-members .sort-wrap .sort-date.asc,
.enhanced_listing_page.path-all-members .sort-wrap .sort-date.dsc {
  background: url(../../icons/filter/new-icons/date-filter_hover.svg) no-repeat center;
}

/* .enhanced_listing_page.group_opportunity .sort-wrap .sort-date:hover,
.enhanced_listing_page.group_opportunity .sort-wrap .sort-date.asc,
.enhanced_listing_page.group_opportunity .sort-wrap .sort-date.dsc{
  background: url(../../icons/filter/date-filter_hover_purple.svg) no-repeat center;
} */
.enhanced_listing_page .sort-wrap .sort-name {
  /* background: #fff url(../../icons/filter/Z.svg) no-repeat center; */
  background: url(../../icons/filter/Z-button.svg) no-repeat center;
}

.enhanced_listing_page .sort-wrap .sort-name:hover,
.enhanced_listing_page .sort-wrap .sort-name.asc,
.enhanced_listing_page .sort-wrap .sort-name.dsc {
  background: url(../../icons/filter/new-icons/Z_Hover.svg) no-repeat center;
}

.enhanced_listing_page .sort-wrap>span:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 0px 4px rgba(0, 0, 0, 0.24);
}

.enhanced_listing_page .view-filters form>.clearfix .form-item-sort-by,
.enhanced_listing_page .view-filters form>.clearfix .form-item-sort-order {
  display: none;
}

/* Task #383537 issue 2 27-11-24 */
/* .path-all-members .view-filters { */
/* margin-bottom: 30px; */
/* } */

/* 21-1-2025 */
body.search-filter .view-filters form .js-form-type-select .select-wrapper {
  height: 36px;
}
body.search-filter .view-filters form .js-form-type-select .select-wrapper > select {
  padding: 0 12px;
}
.form-item-select-all {
  padding: 19px 0 0 0;
}
