.editor-customEventDrawer-drawerContent .editor-drawer-body {
  padding: 16px !important;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .addBtnDiv {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  align-items: center;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .addBtnDiv .addNewEvent {
  display: flex;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .addBtnDiv .addNewEvent > div {
  width: 280px;
  margin-right: 8px;
  position: relative;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .addBtnDiv .addNewEvent > div input {
  border: 1px solid #E5E5E5;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .addBtnDiv .addNewEvent > div > span {
  position: absolute;
  right: 8px;
  top: 5px;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .timeCell {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .timeCell .timeLabel span:not(:last-child) {
  margin-right: 4px;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .nameAndTags {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .nameAndTags .tagsArea {
  margin-top: 5px;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .nameAndTags .tagsArea .editor-col {
  max-width: 100%;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .nameAndTags .tagsArea .editor-col .editor-tag {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .editor-table-thead > tr > th,
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable .editor-table-tbody > tr > td {
  height: 48px;
  padding: 0 16px !important;
}
.editor-customEventDrawer-drawerContent .editor-drawer-body .editor-customEventTable a {
  color: #47e;
}
