.editor-chooseTag-wrap {
  display: flex;
  flex-wrap: wrap;
}
.editor-chooseTag-wrap .anticon-plus-circle {
  display: flex;
  align-items: center;
  height: 28px;
}
.editor-chooseTag-wrap .tags {
  width: 100%;
  margin-top: 6px;
}
.editor-chooseTag-wrap .tags .editor-tag-close-icon,
.editor-chooseTag-wrap .tags .editor-tag-hidden {
  display: inline-flex;
}
.editor-chooseTag-wrap .tags .editor-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 4px 0 16px;
}
.editor-chooseTag-wrap .tags .editor-tag:not(.customEventTag) .editor-tag-close-icon {
  margin-left: 0;
  opacity: 0;
}
.editor-chooseTag-wrap .tags .editor-tag:not(.customEventTag):hover .editor-tag-close-icon {
  opacity: 1 !important;
}
.editor-chooseTag-popover {
  width: 180px;
}
.editor-chooseTag-popover .tagPopContent .content .editor-input-affix-wrapper {
  height: 26px;
}
.editor-chooseTag-popover .tagPopContent .content .editor-input {
  font-size: 12px;
}
.editor-chooseTag-popover .tagPopContent .content .list {
  max-height: 150px;
  margin-top: 8px;
  overflow-y: auto;
  border-bottom: 1px solid rgba(20, 24, 40, 0.08);
}
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-thumb {
  display: none;
}
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-track,
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar,
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-corner {
  display: none;
}
.editor-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-track {
  display: none;
}
.editor-chooseTag-popover .tagPopContent .content .list .selectedItem svg {
  display: block !important;
  fill: #47e;
}
.editor-chooseTag-popover .tagPopContent .content .list .listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
}
.editor-chooseTag-popover .tagPopContent .content .list .listItem .editor-tag {
  height: 24px;
}
.editor-chooseTag-popover .tagPopContent .content .list .listItem svg {
  display: none;
}
.editor-chooseTag-popover .tagPopContent .addBtn {
  display: flex;
  align-items: center;
  width: calc(100% + 16px);
  height: 26px;
  margin-top: 8px;
  margin-left: -8px;
  padding: 8px;
  color: #47e !important;
  font-size: 12px;
  text-align: left;
}
.editor-chooseTag-popover .tagPopContent .enterBtn {
  background: rgba(68, 119, 238, 0.06) !important;
}
.editor-chooseTag-addPopover {
  width: 180px;
}
.editor-chooseTag-addPopover .addContent .head {
  margin-bottom: 16px;
  font-weight: 500;
}
.editor-chooseTag-addPopover .addContent .form .editor-legacy-form-item-label {
  padding-bottom: 4px;
}
.editor-chooseTag-addPopover .addContent .form .editor-legacy-form-item-control {
  line-height: normal !important;
}
.editor-chooseTag-addPopover .addContent .form .editor-input,
.editor-chooseTag-addPopover .addContent .form label {
  font-size: 12px;
}
.editor-chooseTag-addPopover .addContent .form label {
  color: rgba(28, 36, 46, 0.75);
}
.editor-chooseTag-addPopover .addContent .form .editor-input {
  height: 28px;
}
.editor-chooseTag-addPopover .addContent .form .colorItem {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.editor-chooseTag-addPopover .addContent .form .colorItem:not(:last-child) {
  margin-right: 4px;
}
.editor-chooseTag-addPopover .addContent .form .colorItem svg {
  display: none;
}
.editor-chooseTag-addPopover .addContent .form .selectedColor svg {
  display: block !important;
  fill: #fff;
}
.editor-chooseTag-addPopover .addContent .form .btns {
  text-align: right;
}
.editor-chooseTag-addPopover .addContent .form .btns .editor-btn:not(:last-child) {
  margin-right: 4px;
}
