.editor-dform-setting-batchWrap {
  display: flex;
  align-items: center;
  justify-content: left;
}
.editor-dform-setting-batchWrap .batch-warp-edit {
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: pointer;
  fill: #979797;
}
.editor-dform-setting-batchWrap .batch-warp-edit svg {
  margin-left: 8px;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content {
  padding: 0;
  padding-top: 12px;
  font-size: 12px;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .rowContent {
  display: flex;
  flex-direction: row;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .rowContent .selectArea {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .rowContent {
  display: flex;
  flex-direction: row;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .rowContent .selectArea {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .editor-legacy-form {
  padding: 0;
  margin-top: 8px;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .editor-legacy-form .editor-legacy-form-item-label {
  line-height: 20px;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .editor-legacy-form .editor-legacy-form-item-label label {
  font-size: 12px;
}
.editor-dform-setting-overlayWrap .editor-popover-inner-content .editor-legacy-form .editor-legacy-form-item-control {
  line-height: 20px;
}
.editor-dform-setting-overlayWrap .editor-select-sm {
  width: 156px;
}
.editor-dform-setting-overlayWrap .editor-radio-button-wrapper,
.editor-dform-setting-overlayWrap .editor-checkbox-wrapper,
.editor-dform-setting-overlayWrap .editor-input-number-sm input {
  font-size: 12px;
}
.editor-dform-setting-overlayWrap .editor-checkbox-wrapper {
  min-width: 80px;
  margin-bottom: 4px;
}
.editor-dform-setting-overlayWrap .editor-checkbox-wrapper + .editor-checkbox-wrapper {
  margin-left: 0;
}
.editor-dform-setting-overlayWrap .editor-checkbox-inner {
  width: 14px;
  height: 14px;
}
.editor-dform-setting-overlayWrap .editor-checkbox-inner::after {
  width: 5px;
  height: 8px;
  border-width: 1px;
}
.editor-dform-setting-overlayWrap .editor-checkbox-indeterminate .editor-checkbox-inner::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
}
.editor-dform-setting-overlayWrap .group {
  display: flex;
  flex-wrap: wrap;
  width: 240px;
}
.editor-dform-setting-overlayWrap .title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 12px;
}
.editor-dform-setting-overlayWrap .title:first-child {
  margin-top: 0;
}
.editor-dform-setting-overlayWrap .long-content {
  width: 317px !important;
}
.editor-dform-setting-overlayWrap .content {
  width: 262px;
  height: 200px;
  padding: 0 12px;
  overflow-y: auto;
}
.editor-dform-setting-overlayWrap .content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-dform-setting-overlayWrap .content::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  background: #d8d8d8;
}
.editor-dform-setting-overlayWrap .footer {
  padding: 12px;
  display: flex;
  justify-content: flex-end;
}
.editor-dform-setting-overlayWrap .footer button {
  margin-left: 4px;
  padding: 2px 12px;
}
.editor-dform-setting-bp-tool-tips .editor-tooltip-inner {
  padding: 4px;
  min-height: 20px;
  font-size: 12px;
}
.editor-dform-setting-bp-tb {
  display: flex;
  flex-wrap: wrap;
  width: 322px;
}
.editor-dform-setting-bp-tips {
  color: #f47a1d;
  cursor: pointer;
}
.editor-dform-setting-bp-tips i {
  margin-left: 4px;
}
.editor-dform-setting-tb {
  display: flex;
  flex-wrap: wrap;
  width: 322px;
}
