/* 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-dataFieldPropSetModal-modal .editor-modal .editor-modal-header {
  box-sizing: border-box;
  height: 56px;
  padding: 16px 20px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-modal-header .editor-modal-title {
  font-weight: 600;
  line-height: 26px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-modal-close-x {
  height: 56px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-modal-close-x .anticon {
  vertical-align: -8px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-modal-body {
  padding: 0;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-radio-group {
  display: flex;
  flex-wrap: wrap;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-radio-wrapper {
  display: flex;
  align-items: center;
  height: 32px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-radio-wrapper .editor-radio {
  position: relative;
  top: -2px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-radio-wrapper span {
  color: #4e5969;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-modal .editor-btn {
  border-radius: 100px 100px 100px 100px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal .editor-tabs-content {
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-content {
  display: flex;
  height: 440px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-content-left {
  box-sizing: content-box;
  width: 138px;
  padding: 20px 12px 0 20px;
  border-right: 1px solid #f2f3f5;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-content-right {
  box-sizing: content-box;
  width: 398px;
  padding: 20px 20px 0 12px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-menu,
.wufeng-dashboard-dataFieldPropSetModal-modal-menu-active {
  width: 138px;
  height: 36px;
  margin-bottom: 4px;
  color: #4e5969;
  font-size: 14px;
  line-height: 36px;
  text-indent: 8px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-menu-active {
  color: #417ffb;
  background: #e6f1ff;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-basic-set {
  display: flex;
  margin-bottom: 16px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-basic-set-label {
  flex-basis: 68px;
  flex-shrink: 0;
  width: 68px;
  height: 32px;
  color: #4e5969;
  font-size: 14px;
  line-height: 32px;
}
.wufeng-dashboard-dataFieldPropSetModal-modal-basic-set-input {
  width: 330px;
  color: #1d2129;
  background-color: #f2f3f5;
}
