.editor-event-overlayClassName {
  margin-left: 22px;
  border-radius: 2px;
}
.editor-event-overlayClassName .editor-popover-inner-content {
  padding: 0;
}
.editor-event-overlayClassName .editor-popover-arrow {
  display: none;
}
.editor-event-overlayClassName .content {
  width: 200px;
  max-height: 242px;
  overflow: auto;
}
.editor-event-overlayClassName .content.showTabs {
  display: flex;
  flex-direction: row;
  width: 303px;
}
.editor-event-overlayClassName .content .tabs {
  width: 102px;
  height: 100%;
  padding: 8px 0;
  overflow: auto;
  border-right: 1px solid #e5e5e5;
}
.editor-event-overlayClassName .content .tabs .tabItem {
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 17px;
  color: #1c242e;
  font-size: 14px;
  cursor: pointer;
}
.editor-event-overlayClassName .content .tabs .tabItem.active {
  color: #47e;
  background-color: rgba(68, 119, 238, 0.1);
}
.editor-event-overlayClassName .content .eventList {
  flex: 1;
  height: 100%;
  padding: 6px 0;
  overflow: auto;
}
.editor-event-overlayClassName .content .eventList .eventItem {
  display: flex;
  align-items: center;
  height: 36px;
  padding-left: 17px;
  color: #1c242e;
  font-size: 14px;
  cursor: pointer;
}
.editor-event-overlayClassName .content .eventList .eventItem:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-event-overlayClassName .content .eventList .eventItem.disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
