/* 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 */
.lingxi-dashboard-select-wrap {
  width: 100%;
  background-color: #fff;
}
.lingxi-dashboard-select-wrap .lingxi-dashboard-select-tip-content {
  display: flex;
}
.lingxi-dashboard-select-wrap .lingxi-dashboard-select-tip-content .lingxi-dashboard-tip-item {
  position: relative;
  margin: 0 8px 8px 0;
  padding: 5px 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #4477ee;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
}
.lingxi-dashboard-select-wrap .lingxi-dashboard-select-tip-content .lingxi-dashboard-tip-text {
  padding-right: 28px;
  color: rgba(28, 36, 46, 0.85);
  font-weight: 400;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  line-height: 20px;
}
.lingxi-dashboard-select-wrap .lingxi-dashboard-select-tip-content .lingxi-dashboard-tip-check {
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 20px;
  height: 16px;
}
