/* 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-quick-entranceSet-set {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.setBtnWrap {
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px dashed #dcdde5;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #414352;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.setBtnWrap .setIcon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.popWrap {
  width: 164px;
}
.popWrap .editor-popover-inner-content {
  padding: 0 !important;
}
.popWrap .contentWrap .item {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  cursor: pointer;
  background: white;
}
.popWrap .contentWrap .item img {
  width: 16px;
  height: 16px;
}
.popWrap .contentWrap .item:hover {
  background-color: rgba(144, 146, 163, 0.06);
}
.quickEntranceListWrap {
  gap: 6px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.wufeng-dashboard-tree-wrap {
  margin-top: 10px;
}
.wufeng-dashboard-tree-wrap .editor-tree-treenode {
  width: 100%;
  padding: 9px 0;
}
.wufeng-dashboard-tree-wrap .editor-tree-checkbox-inner {
  border-radius: 4px;
}
.wufeng-dashboard-tree-wrap .editor-tree-node-content-wrapper {
  flex: 1;
  display: flex;
}
.modalWrapClass .editor-form-item-explain-error {
  min-height: 28px;
  margin-top: 3px;
}
.modalWrapClass .editor-tree-list {
  max-height: 50vh;
  overflow: auto;
}
.treeWrap {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #4e5969;
  text-align: center;
}
