.editor-eventmenu-added {
  padding-top: 8px;
}
.editor-eventmenu-added .editor-tree li .editor-tree-node-content-wrapper {
  width: calc(100% - 44px);
  font-size: 12px;
  cursor: pointer;
}
.editor-eventmenu-added .editor-tree li span.editor-tree-switcher.editor-tree-switcher-noop {
  width: 14px;
}
.editor-eventmenu-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
}
.editor-eventmenu-head .title {
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
  line-height: 20px;
}
.editor-eventmenu-head .titlebtn {
  color: #47e;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.editor-eventmenu-btn {
  padding: 0 15px;
}
.editor-eventmenu-btn .editor-btn {
  width: 100%;
  font-size: 12px;
}
.editor-eventmenu-btn .editor-btn img {
  margin-right: 4px;
  margin-left: -10px;
  vertical-align: top;
}
.editor-eventmenu-main {
  display: flex;
  flex-direction: column;
  height: 198px;
  padding-bottom: 0;
  overflow: auto;
}
.editor-eventmenu-main .eventItem:hover {
  background-color: #f7f7f7 !important;
}
.editor-eventmenu-main .eventItem:hover > span:first-child span {
  color: #1c242e !important;
}
.editor-eventmenu-main .active {
  background-color: rgba(68, 119, 238, 0.1) !important;
}
.editor-eventmenu-main .active .event-del {
  display: block;
}
.editor-eventmenu-main .active > span:first-child {
  color: #47e !important;
}
.empty-text {
  display: block;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  background: #fff;
}
