.editor-condconfig-condConfWrap {
  padding: 12px 16px;
}
.editor-condconfig-condConfWrap .explainWrap {
  margin-bottom: 16px;
}
.editor-condconfig-condConfWrap .explainWrap .titleCol {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  line-height: 32px;
  background: #f6f8fa;
}
.editor-condconfig-condConfWrap .explainWrap .titleCol .title {
  margin-left: 8px;
  color: #1c242e;
  font-weight: 500;
  font-size: 12px;
}
.editor-condconfig-condConfWrap .explainWrap .titleCol .themeSquare {
  width: 4px;
  height: 4px;
  margin: 0 4px 0 8px;
  background: #47e;
  border-radius: 1px;
}
.editor-condconfig-condConfWrap .expressConf .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  justify-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  padding: 0 !important;
  line-height: 32px;
  background: #f6f8fa;
}
.editor-condconfig-condConfWrap .expressConf .head .themeSquare {
  width: 4px;
  height: 4px;
  margin: 0 4px 0 8px;
  background: #47e;
  border-radius: 1px;
}
.editor-condconfig-condConfWrap .expressConf .head .title {
  margin-top: 1px;
  margin-left: 8px;
  color: #1c242e;
  font-weight: 500;
  font-size: 12px;
}
.editor-condconfig-condConfWrap .expressConf .head .subTitle {
  margin-left: 8px;
  color: rgba(28, 36, 46, 0.35);
  font-weight: 400;
  font-size: 12px;
}
.editor-condconfig-condConfWrap .oneExpress {
  align-items: center;
}
.editor-condconfig-condConfWrap .oneExpress .editor-select-selector {
  height: 28px !important;
}
.editor-condconfig-condConfWrap .oneExpress .editor-select-selection-search-input {
  height: 28px !important;
  line-height: 28px !important;
}
.editor-condconfig-condConfWrap .oneExpress .editor-select-selection-placeholder {
  line-height: 28px !important;
}
.editor-condconfig-condConfWrap .oneExpress .delIconWrap {
  display: none;
  align-items: center;
  justify-content: center;
}
.editor-condconfig-condConfWrap .oneExpress:hover .delIconWrap {
  display: flex;
}
.editor-condconfig-condConfWrap .subCondGroup {
  padding: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.editor-condconfig-connectorWrap {
  margin: 12px 0;
}
.editor-condconfig-addBtnsWrap {
  display: flex;
  margin-top: 12px;
}
.editor-condconfig-addBtnsWrap .editor-btn {
  height: 24px;
  margin-right: 8px;
}
.editor-condconfig-treeDropdown {
  max-width: 286px !important;
  width: 100% !important;
  overflow: auto;
}
.editor-condconfig-treeDropdown .editor-select-tree .editor-select-tree-list-holder .editor-select-tree-list-holder-inner .editor-select-tree-treenode {
  padding: 4px 0;
  white-space: nowrap;
}
.editor-condconfig-treeDropdown .editor-select-tree .editor-select-tree-list-holder .editor-select-tree-list-holder-inner .editor-select-tree-treenode .editor-select-tree-switcher {
  color: rgba(28, 36, 46, 0.75);
}
.editor-condconfig-treeDropdown .editor-select-tree .editor-select-tree-list-holder .editor-select-tree-list-holder-inner .editor-select-tree-treenode .editor-select-tree-iconEle {
  height: 22px;
  vertical-align: middle;
}
.editor-condconfig-treeDropdown .editor-select-tree .editor-select-tree-list-holder .editor-select-tree-list-holder-inner .editor-select-tree-treenode .editor-select-tree-title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.75);
  line-height: 24px;
}
