.editor-compOptionsCls-comptree-dropdown {
  max-width: 500px;
  width: auto !important;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-list-holder {
  max-height: 336px !important;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-checkbox,
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-iconEle {
  display: inline-flex !important;
  align-items: center;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-checkbox {
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 !important;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-treenode {
  margin-left: -24px !important;
  white-space: nowrap;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-treenode .editor-select-tree-title {
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
}
.editor-compOptionsCls-comptree-dropdown .editor-select-tree-treenode-disabled .editor-select-tree-iconEle {
  opacity: 0.35;
}
.editor-compOptionsCls-comptree .editor-select-tree-treenode {
  white-space: nowrap;
}
.editor-compOptionsCls-comptree .editor-select-selection-overflow-item {
  max-width: 115px !important;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap {
  position: absolute;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-content .editor-modal-close-x {
  height: 16px;
  line-height: 16px;
  padding-top: 16px;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-body {
  padding: 16px;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-body .editor-modal-confirm-body {
  padding-right: 28px;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-body .editor-modal-confirm-body .anticon {
  font-size: 16px;
  margin-right: 4px;
  margin-top: 1px;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-body .editor-modal-confirm-title {
  font-size: 14px;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap .editor-modal-body .editor-modal-confirm-title .content i {
  color: #47e;
  font-style: normal;
}
.editor-compOptionsCls-message-modal.editor-modal-wrap.no-footer .editor-modal-body .editor-modal-confirm-btns {
  display: none;
}
