/* 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-sheet-field-selector-item-h5-content {
  display: flex;
  align-items: center;
}
.wufeng-dashboard-sheet-field-selector-item-h5-title {
  flex-shrink: 0;
  min-width: 50px;
  padding-right: 8px;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 32px;
  margin: 0;
  padding: 0;
  color: #1c242e;
  font-size: 14px;
  cursor: pointer;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-selector {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 2px 12px 2px 4px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px 2px 2px 2px;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-selector-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-selector-overflow-item {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  align-self: center;
  box-sizing: border-box;
  max-width: 100%;
  height: 22px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 4px;
  line-height: 22px;
  background: #f0f0f0;
  border: none;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 5px;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-selector-overflow-item-content {
  margin-right: 2px;
  color: #1c242e;
  font-weight: 400;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  line-height: 22px;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-selector-placeholder {
  position: absolute;
  top: 50%;
  right: 7px;
  left: 7px;
  flex: 1 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
.wufeng-dashboard-sheet-field-selector-item-h5-select-arrow {
  position: absolute;
  top: auto !important;
  right: 12px !important;
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
}
