.wd-filter-search {
  position: relative;
  margin-bottom: 10px;
}
.wd-filter-search input {
  padding-right: 40px;
}
.wd-filter-search:before {
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  color: var(--wd-form-color);
  font-size: 20px;
  line-height: 1;
  content: '\f130';
  font-family: 'dctech-font';
}
.wd-filter-search-clear {
  position: absolute;
  inset-block: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.wd-filter-search-clear.wd-style-icon {
  --wd-action-icon-size: 14px;
  --wd-action-color: var(--wd-form-color);
  --wd-action-color-hover: var(--wd-form-color);
}
.wd-filter-search-clear.wd-style-icon a {
  width: 42px;
  height: 100%;
}
.wd-filter-search.wd-active .wd-filter-search-clear {
  display: block;
}
.wd-filter-search.wd-active:before {
  display: none;
}
