/* stylelint-disable CssSyntaxError */
.editor-customEventTimeSelect {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  height: 32px;
}
.editor-customEventTimeSelect .divider {
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background: #EBEBF0;
}
.editor-customEventTimeSelect .buttonView {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  padding: 4px;
  font-size: 14px;
  border-radius: 6px;
  color: #9092A3;
  font-weight: 400;
  background-color: #F7F8FA;
}
.editor-customEventTimeSelect .buttonView .button {
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}
.editor-customEventTimeSelect .buttonView .buttonSelected {
  font-weight: 500;
  color: #417FFB;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(100, 103, 122, 0.08);
}
.editor-customEventTimeSelect .hasTags {
  flex: 1;
  overflow: hidden;
  background-color: #ffffff;
}
.editor-customEventTimeSelect .noTags {
  background-color: #F9F9FA;
  padding: 8px;
}
.editor-customEventTimeSelect .chooseTagsArea {
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  color: #B0B2BF;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.editor-customEventTimeSelect .chooseTagsArea .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-customEventTimeSelect .chooseTagsArea .tags .editor-tag-close-icon,
.editor-customEventTimeSelect .chooseTagsArea .tags .editor-tag-hidden {
  display: inline-flex;
}
.editor-customEventTimeSelect .chooseTagsArea .tags .editor-tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 4px 0 16px;
}
.editor-customEventTimeSelect .chooseTagsArea .tags .editor-tag .editor-tag-close-icon {
  margin-left: 0;
  opacity: 0;
}
.editor-customEventTimeSelect .chooseTagsArea .tags .editor-tag:hover .editor-tag-close-icon {
  opacity: 1 !important;
}
.editor-customEventTimeSelect-chooseTag-popover {
  padding-top: 4px !important;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .editor-input-affix-wrapper {
  height: 26px;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .editor-input {
  font-size: 12px;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .selectedWrap {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 4px;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .selectedWrap a {
  color: #47e;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list {
  max-height: 150px;
  margin-top: 8px;
  overflow-y: auto;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-thumb {
  display: none;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-track,
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar,
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-corner {
  display: none;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list::-webkit-scrollbar-track {
  display: none;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list .selectedItem svg {
  display: block !important;
  fill: #47e;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list .listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  cursor: pointer;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list .listItem .editor-tag {
  height: 24px;
}
.editor-customEventTimeSelect-chooseTag-popover .tagPopContent .content .list .listItem svg {
  display: none;
}
