.editor-compEventCls {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}
.editor-compEventCls .dotted-line {
  position: absolute;
  left: 0;
  border-top: 1px dashed #e5e5e5;
  top: 50%;
  transform: translateY(-50%);
}
.editor-compEventCls .dotted-line .dotted-line-hidden {
  display: none;
}
.editor-compEventCls-drawerWrap .editor-drawer-content-wrapper {
  box-shadow: none !important;
}
.editor-compEventCls .addIcon {
  box-sizing: border-box;
  padding-top: 1px;
}
.editor-compEventCls .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
  background: #fff;
}
.editor-compEventCls .head-left {
  display: flex;
  align-items: center;
}
.editor-compEventCls .head-left .title {
  color: #1c242e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.editor-compEventCls .head-left .title-line {
  width: 1px;
  height: 16px;
  margin-left: 8px;
  margin-right: 12px;
  background-color: #E5E5E5;
}
.editor-compEventCls .head-left .title-targetName {
  color: #1C242E;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
}
.editor-compEventCls .head-left .sub-title {
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  color: #47e;
  padding: 2px 4px;
  border-radius: 6px;
  background-color: rgba(68, 119, 238, 0.12);
}
.editor-compEventCls .head-left .sub-title-check {
  color: #47e;
  background: transparent;
}
.editor-compEventCls .head .editor-tabs-nav {
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.editor-compEventCls .head .editor-tabs-nav .editor-tabs-tab {
  margin: 0 32px 0 0 !important;
  padding: 12px 16px;
}
.editor-compEventCls .head .editor-tabs-nav .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-compEventCls .head .editor-tabs-nav .editor-tabs-extra-content span {
  cursor: pointer;
}
.editor-compEventCls .body {
  position: relative;
  flex: 1;
  height: 0;
  overflow: auto;
  background: #fff;
}
.editor-compEventCls .operBtn {
  display: flex;
  justify-content: flex-end;
  line-height: 32px;
}
.editor-compEventCls .operBtn .editor-btn.editor-btn-default {
  background: transparent;
}
.editor-compEventCls .operBtn .editor-btn + .editor-btn {
  margin-left: 8px;
}
.editor-compEventCls .operBtn .shortcut-key span {
  color: rgba(28, 36, 46, 0.55);
  line-height: 18px;
}
.editor-compEventCls .operBtn .savePreviewBtn {
  display: flex;
  align-items: center;
  color: #47e;
  border-color: #47e;
}
.editor-compEventCls .operBtn .savePreviewBtn .labelTip {
  height: 16px;
  margin-left: 4px;
}
.editor-compEventCls .operBtn .savePreviewBtn .labelTip svg {
  fill: currentColor;
}
.editor-compEventCls .selectService {
  margin-bottom: 0;
}
.editor-compEventCls .toggleIco {
  margin-left: 8px;
  color: #47e;
  cursor: pointer;
}
.editor-compEventCls-dropdown {
  max-height: 60vh !important;
  overflow: auto;
}
.editor-compEventCls-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-track,
.editor-compEventCls-dropdown::-webkit-scrollbar,
.editor-compEventCls-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-compEventCls-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-track,
.editor-compEventCls-dropdown::-webkit-scrollbar,
.editor-compEventCls-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-compEventCls-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-compEventCls-dropdown .editor-select-search__field {
  height: 28px;
}
.editor-compEventCls-dropdown .editor-select-dropdown-menu-item-selected {
  color: #47e;
  background-color: rgba(44, 60, 98, 0.06);
}
.editor-compEventCls-extraHead {
  display: flex;
  align-items: center;
  margin: 4px;
}
.editor-compEventCls-extraHead .editor-select,
.editor-compEventCls-extraHead button {
  margin-left: 8px;
}
.editor-compEventCls-plain-full-text {
  color: #1c242e;
}
.editor-compEventCls-placeholder-text {
  color: rgba(28, 36, 46, 0.25);
}
.editor-compEventCls-plain-full-text,
.editor-compEventCls-placeholder-text {
  display: flex;
  align-items: center;
  margin-left: 8px;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: calc(var(--var-nodeHeight) * 1px);
}
.editor-compEventCls-desc {
  flex: 1;
  overflow: hidden;
  color: #1c242e;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.35;
  text-align: right;
  margin-right: 4px;
}
.editor-compEventCls-desc .change_content > i {
  margin-left: 4px;
}
.editor-compEventCls-main {
  position: relative;
  display: flex;
  height: 100%;
  background-color: #fff;
}
.editor-compEventCls-main .tabWrapper {
  flex-shrink: 0;
  height: 100%;
  padding: 8px 4px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.editor-compEventCls-main .tabWrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  padding: 4px 6px;
}
.editor-compEventCls-main .tabWrapper-item span {
  margin-top: 4px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.editor-compEventCls-main .tabWrapper-item-icon {
  fill: rgba(28, 36, 46, 0.45);
}
.editor-compEventCls-main .tabWrapper-item:hover span {
  margin-top: 4px;
  color: #4477EE;
  font-size: 12px;
}
.editor-compEventCls-main .tabWrapper-item:hover .tabWrapper-item-icon {
  fill: #4477EE;
}
.editor-compEventCls-main .tabWrapper-item-divider {
  width: calc(100% - 12px);
  height: 1px;
  background: #E5E5E5;
  margin: 10px 6px 0;
}
.editor-compEventCls-main .tabWrapper-item:first-child {
  margin-top: 0;
}
.editor-compEventCls-main .tabWrapper-item-act {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  padding: 4px 6px;
}
.editor-compEventCls-main .tabWrapper-item-act span {
  margin-top: 4px;
  color: #4477EE;
  font-size: 12px;
}
.editor-compEventCls-main .tabWrapper-item-act .tabWrapper-item-icon-act {
  fill: #4477EE;
}
.editor-compEventCls-main .tabWrapper-item-act:first-child {
  margin-top: 0;
}
.editor-compEventCls-main__tabs {
  flex: none;
  width: 100%;
  height: 100%;
}
.editor-compEventCls-main__tabsContainer {
  position: sticky;
  left: 0;
  z-index: 10;
  flex: none;
  width: 100%;
}
.editor-compEventCls-main__events {
  flex: auto;
  height: 100%;
}
.editor-compEventCls-main__config {
  flex: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.editor-compEventCls-main__configContainer {
  position: sticky;
  right: 0;
  z-index: 10;
  flex: none;
  width: 100%;
  background: #fff;
}
.editor-compEventCls-main .radio {
  font-size: 12px;
}
.editor-compEventCls-hidden {
  display: none;
}
.editor-compEventCls-selectObj,
.editor-compEventCls-selectCondType,
.editor-compEventCls-selectLogic,
.editor-compEventCls-selectCompare,
.editor-compEventCls-selectCtxState {
  width: 100%;
}
.editor-compEventCls-selectObj .editor-select-selection,
.editor-compEventCls-selectCondType .editor-select-selection,
.editor-compEventCls-selectLogic .editor-select-selection,
.editor-compEventCls-selectCompare .editor-select-selection,
.editor-compEventCls-selectCtxState .editor-select-selection {
  height: 28px;
}
.editor-compEventCls-selectObj .editor-select-selection .editor-select-selection__rendered,
.editor-compEventCls-selectCondType .editor-select-selection .editor-select-selection__rendered,
.editor-compEventCls-selectLogic .editor-select-selection .editor-select-selection__rendered,
.editor-compEventCls-selectCompare .editor-select-selection .editor-select-selection__rendered,
.editor-compEventCls-selectCtxState .editor-select-selection .editor-select-selection__rendered {
  line-height: 26px;
}
.editor-compEventCls-selectObj i,
.editor-compEventCls-selectCondType i,
.editor-compEventCls-selectLogic i,
.editor-compEventCls-selectCompare i,
.editor-compEventCls-selectCtxState i,
.editor-compEventCls-selectConnector i {
  color: rgba(28, 36, 46, 0.65);
  font-size: 10px;
}
.editor-compEventCls-selectCompare {
  width: calc(50% - 2px);
}
.editor-compEventCls-selectConnector {
  width: 50px;
}
.editor-compEventCls-selectConnector .editor-select-selection {
  background-color: rgba(68, 119, 238, 0.06);
  border: 1px solid rgba(68, 119, 238, 0.1);
}
.editor-compEventCls-selectConnector.editor-select-open .editor-select-selection,
.editor-compEventCls-selectConnector.editor-select-focused .editor-select-selection {
  border: 1px solid #47e;
  box-shadow: none;
}
.editor-compEventCls-inputCtxState,
.editor-compEventCls-inputManualValue,
.editor-compEventCls-inputExplain {
  width: 100%;
  height: 28px;
}
.editor-compEventCls-inputCtxState .editor-input-wrapper,
.editor-compEventCls-inputManualValue .editor-input-wrapper,
.editor-compEventCls-inputExplain .editor-input-wrapper {
  height: 28px;
}
.editor-compEventCls-inputCtxState .editor-input-wrapper .editor-input,
.editor-compEventCls-inputManualValue .editor-input-wrapper .editor-input,
.editor-compEventCls-inputExplain .editor-input-wrapper .editor-input {
  height: 28px;
}
.editor-compEventCls-inputManualValue .editor-input-group-addon {
  background-color: #fff;
}
.editor-compEventCls-inputManualValue .editor-input-group-addon svg {
  fill: rgba(28, 36, 46, 0.55);
}
.editor-compEventCls-switchSelectObj {
  display: flex;
}
.editor-compEventCls-switchSelectObj:hover {
  cursor: pointer;
}
.editor-compEventCls-save-tooltip .editor-tooltip-inner {
  padding: 4px 6px !important;
  font-size: 12px;
  text-align: center;
}
.editor-compEventCls-cancel-popover {
  width: 242px;
}
.editor-compEventCls-cancel-popover .editor-popover-inner-content {
  padding: 12px !important;
}
.editor-compEventCls-cancel-popover .head {
  display: flex;
  align-items: center;
}
.editor-compEventCls-cancel-popover .head .anticon-question-circle svg {
  fill: #FCB465;
}
.editor-compEventCls-cancel-popover .head .title {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
}
.editor-compEventCls-cancel-popover .tip {
  font-size: 12px;
  margin: 4px 0 12px 24px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-compEventCls-cancel-popover .footer {
  display: flex;
}
.editor-compEventCls-cancel-popover .footer .editor-btn {
  padding: 0 8px !important;
  margin-left: 8px !important;
}
