.lp-filter-form {
  min-height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.lp-filter-form .lp-filter-input-search {
  cursor: pointer;
  margin-right: 8px;
  color: #555;
}
.lp-filter-form .lp-filter-input-search:hover {
  cursor: pointer;
  color: black;
}
.lp-filter-form .next-disabled .lp-filter-input-search:hover {
  cursor: not-allowed;
  color: #C1C1C1;
}
.lp-filter-form .right {
  display: flex;
}
.lp-filter-form .next-form.next-inline .next-form-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.lp-filter-form .next-btn-text.next-medium {
  color: #0070cc;
  line-height: 32px;
  height: 32px;
}
.lp-filter-form .lp-filter-form-btn {
  width: 100%;
  float: left;
}
.lp-filter-form .lp-filter-form-btn button {
  margin-right: 10px;
}
.lp-filter-form .iconBox {
  width: 30px;
  height: 30px;
  padding: 4px 0px 0px 5px;
  background: #f7f7f782;
  border: 1px solid #DEDEDE;
  margin-left: 8px;
  cursor: pointer;
}
