/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-selectfilter-h5-input {
  display: flex;
  align-items: center;
  height: 35px;
  margin: 0 14px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 35px;
  background: #fff;
  background-clip: content-box;
}
.wufeng-dashboard-selectfilter-h5-content {
  padding: 0 4px;
}
.wufeng-dashboard-selectfilter-h5-placeholder {
  padding: 0 4px;
  color: #bfbfbf;
}
.wufeng-dashboard-selectfilter-h5-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wufeng-dashboard-selectfilter-h5-wrap .wufeng-dashboard-title {
  height: 30px;
  padding: 0 14px;
  line-height: 30px;
}
