.editor-CustomValueSelect-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}
.editor-CustomValueSelect-mask-cover {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #47e;
  border-radius: 2px;
}
.editor-CustomValueSelect-corner {
  width: 10px;
  height: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.editor-CustomValueSelect-corner-short {
  display: block;
  height: 0px;
  width: 5.66px;
  border-top: 1px solid rgba(28, 36, 46, 0.55);
}
.editor-CustomValueSelect-corner-long {
  display: block;
  height: 0px;
  width: 10px;
  border-top: 1px solid rgba(28, 36, 46, 0.55);
  margin-top: 1px;
}
.editor-CustomValueSelect-corner-topLeft {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.editor-CustomValueSelect-corner-topRight {
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.editor-CustomValueSelect-corner-bottomLeft {
  left: 0;
  bottom: 0;
  transform: rotate(-135deg);
}
.editor-CustomValueSelect-corner-bottomRight {
  right: 0;
  bottom: 0;
  transform: rotate(135deg);
}
.editor-CustomValueSelect-corner-topLeft,
.editor-CustomValueSelect-corner-bottomRight {
  cursor: nwse-resize;
}
.editor-CustomValueSelect-corner-topRight,
.editor-CustomValueSelect-corner-bottomLeft {
  cursor: nesw-resize;
}
.editor-CustomValueSelect-extra-overlay {
  padding: 0;
}
.editor-CustomValueSelect-extra-overlay .editor-popover-inner-content {
  padding: 8px 0;
  min-width: 109px;
  max-width: 320px;
  max-height: 200px;
  overflow: auto;
}
.editor-CustomValueSelect-extra-overlay .editor-tree-treenode {
  font-size: 12px;
}
.editor-CustomValueSelect-extra-overlay .editor-tree-title {
  display: block;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-fillSpan {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.editor-CustomValueSelect-fillSpan-label {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.editor-CustomValueSelect-fillSpan-subLabel {
  color: rgba(28, 36, 46, 0.45);
}
.editor-CustomValueSelect-fillSpan-colNum {
  padding: 0 4px;
  border-radius: 2px;
  height: 16px;
  background-color: rgba(68, 119, 238, 0.1);
  color: #4477ee;
  line-height: 16px;
  margin-left: 4px;
  display: none;
}
.editor-CustomValueSelect-fillSpan-button {
  width: fit-content;
  display: none;
  color: #47e !important;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  align-items: center;
}
.editor-CustomValueSelect-fillSpan-button:not(:last-child)::after {
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 4px;
  width: 1px;
  background-color: #e5e5e5;
}
.editor-CustomValueSelect-fillSpan-refresh {
  display: flex;
  padding-right: 12px;
}
.editor-CustomValueSelect-fillSpan-refresh-ico {
  fill: #47e;
}
.editor-CustomValueSelect-fillSpan:hover .editor-CustomValueSelect-fillSpan-button {
  display: flex;
}
.editor-CustomValueSelect-treeSelect {
  padding: 0;
}
.editor-CustomValueSelect-treeSelect-openBtn {
  color: #47e;
  padding-left: 8px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  font-size: 12px;
  background: #F7F8FA;
}
.editor-CustomValueSelect-treeSelect-search {
  margin: 8px;
  font-size: 12px;
}
.editor-CustomValueSelect-treeSelect-search .editor-input-affix-wrapper {
  height: 24px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #F0F0F0;
  padding-left: 8px;
}
.editor-CustomValueSelect-treeSelect .editor-popover-inner-content {
  min-width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 176px;
  padding: 0;
  width: 100%;
  scrollbar-width: none;
}
.editor-CustomValueSelect-treeSelect .editor-popover-inner-content::-webkit-scrollbar {
  scrollbar-width: none;
}
.editor-CustomValueSelect-treeSelect .editor-popover-arrow {
  display: none;
}
.editor-CustomValueSelect-treeSelect .editor-tree-switcher,
.editor-CustomValueSelect-treeSelect .editor-tree-indent-unit {
  width: 18px;
  line-height: 28px;
}
.editor-CustomValueSelect-treeSelect .editor-tree-treenode {
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 8px;
}
.editor-CustomValueSelect-treeSelect .editor-tree-treenode .editor-tree-node-content-wrapper {
  flex: 1;
  overflow: hidden;
  padding: 2px 0;
  padding-left: 0;
}
.editor-CustomValueSelect-treeSelect .editor-tree-treenode .editor-tree-node-content-wrapper.editor-tree-node-selected {
  background-color: transparent;
}
.editor-CustomValueSelect-treeSelect .editor-tree-treenode-selected {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-CustomValueSelect-treeSelect .editor-tree-treenode:hover {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-CustomValueSelect-treeSelect .editor-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.editor-CustomValueSelect-treeSelect .editor-tree-list-holder-inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.editor-CustomValueSelect-treeSelect .editor-CustomValueSelect-search-value {
  color: #47e;
}
.editor-CustomValueSelect-mock-select .editor-tree-switcher {
  width: 8px;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-popover-inner-content {
  max-height: 236px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper:hover,
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper:focus {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper-focused {
  box-shadow: none;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper .editor-input-prefix {
  color: #92929d;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-input-affix-wrapper input {
  font-size: 12px;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree {
  overflow: auto;
  flex: 1;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-treenode {
  border-radius: 2px;
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-treenode-selected {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-treenode:hover {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-node-content-wrapper {
  flex: 1;
  overflow: hidden;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-node-content-wrapper.editor-tree-node-selected {
  background-color: transparent;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.editor-CustomValueSelect-tree-overflowContainer .editor-tree .editor-tree-list-holder-inner {
  width: 100%;
}
.editor-CustomValueSelect-monaco {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}
.editor-CustomValueSelect-monaco .lines-content.monaco-editor-background {
  padding-left: 8px;
}
.editor-CustomValueSelect-monaco .lines-content .view-overlays .current-line {
  border: none;
}
.editor-CustomValueSelect-monaco .scrollbar {
  width: 5px !important;
}
.editor-CustomValueSelect-monaco .margin {
  width: 20px !important;
}
.editor-CustomValueSelect-monaco .margin-view-overlays {
  width: 20px !important;
  background-color: #fafafa;
  border-right: 1px solid #f0f0f0;
}
.editor-CustomValueSelect-monaco .current-line-margin-both {
  width: 20px !important;
}
.editor-CustomValueSelect-monaco .monaco-scrollable-element {
  left: 20px !important;
}
.editor-CustomValueSelect-tooltip-selected-value {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: solid 1px #E5E5E5;
  padding-right: 8px;
}
.editor-CustomValueSelect-tooltip-selected-value .editor-input {
  height: 24px;
  font-size: 12px;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.editor-CustomValueSelect-tooltip-selected-value .editor-input:focus {
  box-shadow: none;
}
.editor-CustomValueSelect-tooltip-selected-value .editor-input:focus .editor-CustomValueSelect-tooltip-selected-value {
  border: solid 1px #47e;
}
.editor-CustomValueSelect-tooltip-selected-value-delete {
  display: none;
}
.editor-CustomValueSelect-tooltip-selected-value:hover {
  border: solid 1px #47e;
}
.editor-CustomValueSelect-tooltip-selected-value:hover .editor-CustomValueSelect-tooltip-selected-value-delete {
  display: block;
}
.editor-CustomValueSelect-tooltip-selected-value:hover .editor-CustomValueSelect-tooltip-selected-value-icon {
  display: none;
}
.editor-CustomValueSelect-tooltip .editor-tooltip-arrow-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.editor-CustomValueSelect-tooltip .editor-tooltip-inner {
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  padding: 4px;
  min-height: 0;
}
.editor-CustomValueSelect-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
  line-height: 26px;
}
.editor-CustomValueSelect-wrap .editor-select {
  height: 28px;
}
.editor-CustomValueSelect-wrap .editor-select-focused {
  box-shadow: none;
}
.editor-CustomValueSelect-wrap .editor-select:not(.editor-select-customize-input) .editor-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 26px !important;
}
.editor-CustomValueSelect-wrap .editor-select:not(.editor-select-customize-input) .editor-select-selector input {
  height: 24px !important;
}
.editor-CustomValueSelect-wrap .editor-select:not(.editor-select-customize-input) .editor-select-selector .editor-select-selection-placeholder {
  line-height: 24px !important;
}
.editor-CustomValueSelect-wrap .editor-select-selector,
.editor-CustomValueSelect-wrap .editor-select-selection-search {
  height: 26px !important;
}
.editor-CustomValueSelect-wrap .editor-select-selector input,
.editor-CustomValueSelect-wrap .editor-select-selection-search input {
  height: 24px !important;
}
.editor-CustomValueSelect-wrap .editor-select-selector .editor-select-selection-placeholder,
.editor-CustomValueSelect-wrap .editor-select-selection-search .editor-select-selection-placeholder {
  line-height: 24px !important;
}
.editor-CustomValueSelect-wrap .editor-select-selection-item {
  height: 24px !important;
  line-height: 24px !important;
}
.editor-CustomValueSelect-wrap .openSet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 26px;
  border: solid 1px #d9d9d9;
  cursor: pointer;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.editor-CustomValueSelect-wrap .openSet .setHover {
  display: none;
}
.editor-CustomValueSelect-wrap .openSet:hover .setHover {
  display: block;
}
.editor-CustomValueSelect-wrap .openSet:hover .setUnHover {
  display: none;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input {
  display: flex;
  align-items: center;
  height: 26px;
  width: 100%;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-empty-clear-icon {
  display: none;
  height: 100%;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap .editor-input {
  height: 26px;
  font-size: 12px;
  padding-left: 8px;
  border-radius: 2px 0px 0 2px;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap .editor-input-suffix {
  margin-right: 4px;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap input {
  border: solid 1px #d9d9d9;
  padding-left: 8px;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap input:focus {
  box-shadow: none;
  border: solid 1px #47e;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-CustomValueSelect-normal-input-wrap:hover .editor-CustomValueSelect-empty-clear-icon {
  position: absolute;
  right: 6px;
  top: 0;
  display: flex;
  align-items: center;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-affix-wrapper {
  height: 26px;
  padding: 0;
  border-color: #e5e5e5;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-affix-wrapper:focus {
  box-shadow: none;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-affix-wrapper:hover {
  border: 1px solid #4477ee;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-affix-wrapper:hover + .editor-input-group-addon {
  border-left: 1px solid #4477ee;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-affix-wrapper > input.editor-input {
  padding-left: 8px;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-group-addon {
  font-size: 12px;
  width: 24px;
  cursor: pointer;
  align-items: center;
  background-color: transparent;
  padding: 0;
  color: rgba(28, 36, 46, 0.45);
  background-color: white;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-group-addon-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  cursor: pointer;
  border-left: none;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-group-addon-icon .setHover {
  display: none;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-group-addon-icon:hover .setHover {
  display: block;
}
.editor-CustomValueSelect-wrap .editor-CustomValueSelect-normal-input .editor-input-group-addon-icon:hover .setUnHover {
  display: none;
}
.editor-CustomValueSelect-extra {
  width: 50%;
  position: relative;
  padding-left: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex: 1;
  overflow: hidden;
}
.editor-CustomValueSelect-extra-icon {
  padding-left: 8px;
  cursor: pointer;
  font-size: 20px;
  height: 28px;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
.editor-CustomValueSelect-extra-icon .hover {
  display: none;
}
.editor-CustomValueSelect-extra-icon:hover .hover {
  display: block;
}
.editor-CustomValueSelect-extra-icon:hover .unHover {
  display: none;
}
.editor-CustomValueSelect-extra-dot .editor-CustomValueSelect-extra-icon {
  padding-bottom: 4px;
}
.editor-CustomValueSelect-extra-dot::before {
  content: '.';
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 24px;
  position: absolute;
  width: 8px;
  left: 0;
  top: 0;
  line-height: 12px;
}
.editor-CustomValueSelect-extra-dot .editor-tree-select {
  font-size: 12px;
}
.editor-CustomValueSelect-extra-dot .editor-select {
  flex: 1;
  overflow: hidden;
}
.editor-CustomValueSelect-extra textarea.editor-input.editor-input-sm {
  height: 24px;
  line-height: 22px;
  min-height: 24px;
}
.editor-CustomValueSelect-overflowContainer {
  padding: 0;
}
.editor-CustomValueSelect-overflowContainer .editor-popover-content {
  transform: translateX(34px);
}
.editor-CustomValueSelect-overflowContainer .editor-popover-arrow {
  display: none !important;
}
.editor-CustomValueSelect-overflowContainer .editor-popover-inner-content {
  padding: 0 !important;
}
.editor-CustomValueSelect-dropdownContainer {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 50px;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* 标准浏览器 */
}
.editor-CustomValueSelect-dropdownContainer-header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 8px;
  background: #F2F3F5;
  font-weight: 500;
  font-size: 12px;
  color: #1C242E;
  display: flex;
  align-items: center;
}
.editor-CustomValueSelect-dropdownContainer-header-diver {
  width: 1px;
  height: 12px;
  background: #E5E5E5;
  margin-left: 12px;
  margin-right: 12px;
}
.editor-CustomValueSelect-dropdownContainer-header-field {
  cursor: pointer;
  color: rgba(28, 36, 46, 0.75);
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-dropdownContainer-header-field:hover {
  color: #47e;
}
.editor-CustomValueSelect-dropdownContainer-header-code-splicing {
  text-align: right;
  color: rgba(28, 36, 46, 0.75);
}
.editor-CustomValueSelect-dropdownContainer-header-code-splicing .editor-checkbox-wrapper {
  font-size: 12px;
}
.editor-CustomValueSelect-dropdownContainer-header-code-splicing .editor-checkbox-wrapper .editor-checkbox-inner {
  width: 14px;
  height: 14px;
}
.editor-CustomValueSelect-dropdownContainer-header-code-splicing .editor-checkbox-wrapper .editor-checkbox + span {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
  padding: 0 4px;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-switcher {
  height: 28px;
  line-height: 28px;
  margin-left: 6px;
  width: 18px;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-switcher-noop {
  width: 12px;
  margin-left: 0;
}
.editor-CustomValueSelect-dropdownContainer .editor-tabs-tab {
  padding: 8px 0px;
  margin-right: 20px !important;
  font-size: 12px;
}
.editor-CustomValueSelect-dropdownContainer .editor-tabs-tab-active {
  font-weight: 500 !important;
}
.editor-CustomValueSelect-dropdownContainer .editor-tabs-extra-content {
  margin-right: 12px !important;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-title {
  display: flex;
  height: 28px;
  line-height: 28px;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-title span {
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* 标准浏览器 */
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-title > span {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-dropdownContainer .editor-tabs-nav {
  margin-left: 12px !important;
  position: relative;
  height: 36px;
}
.editor-CustomValueSelect-dropdownContainer .editor-tabs-nav::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 16px);
  height: 0px;
  border-bottom: 1px solid #f0f0f0 !important;
  transform: translateX(-16px);
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-treenode {
  width: 100%;
  padding-bottom: 0;
  font-size: 12px;
  height: 28px;
  line-height: 28px !important;
  border-radius: 2px;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-treenode:hover {
  background-color: rgba(144, 146, 163, 0.08);
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-treenode:hover .editor-CustomValueSelect-fillSpan-colNum {
  display: inline-block;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-treenode-selected {
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-node-content-wrapper {
  height: 28px;
  flex: 1;
  overflow: hidden;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.editor-CustomValueSelect-dropdownContainer .editor-tree-node-selected {
  background-color: transparent !important;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-treeBox {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-treeBox .editor-tree .editor-tree-node-content-wrapper {
  padding: 0;
  padding-right: 4px;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar {
  height: fit-content;
  display: flex;
  border-bottom: 1px dashed #f0f0f0;
  padding: 8px 12px;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-field {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(68, 119, 238, 0.1);
  padding: 0 8px;
  font-weight: 500;
  color: #4477ee;
  line-height: 24px;
  height: 24px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-sub {
  font-weight: normal;
  color: rgba(68, 119, 238, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-sub:empty {
  display: none;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-search {
  flex: 1;
  text-align: right;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-search .editor-input-affix-wrapper {
  max-width: 216px;
  padding: 2px 8px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.65);
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-topBar-search .editor-input-affix-wrapper .editor-input {
  font-size: 12px;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemark {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  position: absolute;
  left: 0px;
  bottom: 50px;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemark textarea {
  font-size: 12px;
  height: 56px;
  overflow: auto;
  padding: 8px;
  resize: none;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemark .editor-CustomValueSelect-leftLabel {
  width: 120px;
  color: rgba(0, 0, 0, 0.75) !important;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemark .editor-CustomValueSelect-content {
  flex: 1;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemarkCust {
  position: static;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropRemarkCust textarea {
  height: 200px;
}
.editor-CustomValueSelect-dropdownContainer .editor-CustomValueSelect-dropFooter {
  width: 100%;
  padding-right: 12px;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.editor-CustomValueSelect-auto-complete {
  flex: 1;
}
.editor-CustomValueSelect-text-box {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 12px;
}
.editor-CustomValueSelect-text-box textarea {
  border-color: #f0f0f0;
}
.editor-CustomValueSelect-select-single-container {
  flex: 1;
  overflow: auto;
}
.editor-CustomValueSelect-select-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
}
.editor-CustomValueSelect-select-container * {
  user-select: text;
  -webkit-user-select: text;
}
.editor-CustomValueSelect-select-container-bottom {
  border-top: 1px solid #f0f0f0;
  flex: none;
  width: 100%;
}
.editor-CustomValueSelect-select-container-code {
  height: 100%;
  width: 100%;
  position: relative;
}
.editor-CustomValueSelect-select-container-code .editor-input[disabled] {
  background-color: #fff;
}
.editor-CustomValueSelect-select-container-codeTips {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 12px;
  background-color: #fff;
}
.editor-CustomValueSelect-select-container-codeTips .placeholder {
  position: absolute;
  top: 12px;
  z-index: 1;
  left: 52px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.35);
}
.editor-CustomValueSelect-select-container-codeTips .editor-input[disabled] {
  background-color: #fff;
}
.editor-CustomValueSelect-select-container-codeTips-textarea {
  border: none;
  border-radius: 0;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox {
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 14px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox .editor-checkbox-wrapper {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.45);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox .editor-checkbox-inner,
.editor-CustomValueSelect-select-container-codeTips-checkbox .editor-checkbox {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox .editor-checkbox + span {
  padding-left: 4px;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox-line {
  display: block;
  margin: 0 8px;
  width: 1px;
  height: 12px;
  background-color: #f0f0f0;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox-icon {
  font-size: 12px;
  cursor: pointer;
}
.editor-CustomValueSelect-select-container-codeTips-checkbox-icon:hover {
  color: #47e;
}
.editor-CustomValueSelect-select-container-codeTips .editor-input:focus,
.editor-CustomValueSelect-select-container-codeTips .editor-input-focused {
  box-shadow: none;
  border-bottom: 1px solid #47e;
}
.editor-CustomValueSelect-select-container-search {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.editor-CustomValueSelect-select-container-search::-webkit-scrollbar {
  width: 0;
}
.editor-CustomValueSelect-select-container-search::-webkit-scrollbar-thumb {
  background: transparent;
}
.editor-CustomValueSelect-select-container-search::-webkit-scrollbar-track {
  background: transparent;
}
.editor-CustomValueSelect-select-container-search .editor-input-affix-wrapper {
  height: 28px;
  padding: 0 12px;
  line-height: 28px;
}
.editor-CustomValueSelect-select-container-search .editor-input-affix-wrapper:focus {
  box-shadow: none;
}
.editor-CustomValueSelect-select-container-search .editor-input {
  font-size: 12px;
}
.editor-CustomValueSelect-select-container-left {
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
}
.editor-CustomValueSelect-select-container-left .editor-CustomValueSelect-topBar {
  margin-bottom: 4px;
}
.editor-CustomValueSelect-select-container-left::-webkit-scrollbar {
  width: 0;
}
.editor-CustomValueSelect-select-container-left::-webkit-scrollbar-thumb {
  background: transparent;
}
.editor-CustomValueSelect-select-container-left::-webkit-scrollbar-track {
  background: transparent;
}
.editor-CustomValueSelect-select-container-left .editor-input[disabled] {
  background-color: #fafafa;
}
.editor-CustomValueSelect-select-container-right {
  flex: 1;
  height: 100%;
}
.editor-CustomValueSelect-select-container-line {
  width: 1px;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.editor-CustomValueSelect-select-container-line > div {
  overflow: visible;
  width: 8px;
  position: relative;
}
.editor-CustomValueSelect-select-container-line > div img {
  width: 8px;
  pointer-events: none;
}
.editor-CustomValueSelect-select-container-line > div > div {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 32px;
}
.editor-CustomValueSelect-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
