.editor-set-icon {
  position: relative;
  display: flex;
}
.editor-set-icon .editor-input-affix-wrapper-sm {
  height: 28px;
}
.editor-set-icon .editor-input-affix-wrapper-sm .editor-input.editor-input-sm {
  height: auto;
}
.editor-set-icon .editor-input-affix-wrapper-sm .editor-input-prefix img {
  width: 14px;
  height: 14px;
}
.editor-set-icon .svgIcon {
  width: 16px;
  height: 16px;
}
.editor-set-icon .svgIcon svg {
  width: 16px;
  height: 16px;
}
.editor-set-icon button {
  margin-right: 8px;
}
.editor-set-icon-down-icon {
  color: rgba(0, 0, 0, 0.25) !important;
  font-size: 12px;
}
.editor-set-icon-close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none !important;
  color: rgba(28, 36, 46, 0.25);
  font-size: 12px;
}
.editor-set-icon-close-icon:hover,
.editor-set-icon-close-icon:focus,
.editor-set-icon-close-icon:active {
  color: rgba(28, 36, 46, 0.55);
}
.editor-set-icon:hover .editor-set-icon-close-icon,
.editor-set-icon:focus .editor-set-icon-close-icon,
.editor-set-icon:active .editor-set-icon-close-icon {
  z-index: 2;
  display: inline !important;
}
.editor-set-icon:hover .editor-set-icon-down-icon,
.editor-set-icon:focus .editor-set-icon-down-icon,
.editor-set-icon:active .editor-set-icon-down-icon {
  display: none;
}
