.editor-colorpicker-wrap {
  display: flex !important;
}
.editor-colorpicker-wrap span.editor-mycolorpicker-alphaInput input.editor-input:not(:last-child) {
  padding: 0 !important;
}
.editor-mycolorpicker-popover {
  right: 280px !important;
  left: unset !important;
  width: 350px;
  padding: 0;
}
.editor-mycolorpicker-popover .editor-popover-arrow {
  display: none;
}
.editor-mycolorpicker-popover .editor-popover-inner-content {
  padding: 0;
  color: #1c242e;
}
.editor-mycolorpicker-popover .sketch-picker {
  box-shadow: none !important;
}
.editor-mycolorpicker-btn {
  margin-left: 8px;
}
.editor-mycolorpicker-preBtn {
  width: 16px !important;
  height: 16px !important;
  margin-left: 6px;
  padding: 0;
}
.editor-mycolorpicker-alphaInput {
  padding: 0;
  font-size: 12px;
}
.editor-mycolorpicker-alphaInput .editor-input {
  padding: 0 !important;
}
.editor-mycolorpicker-alphaInput .editor-form .editor-input-affix-wrapper .editor-input:not(:last-child) {
  padding-right: 0px !important;
  font-size: 12px;
}
.editor-mycolorpicker-alphaInput .editor-input-suffix {
  right: 6px;
  margin-left: 0;
}
.editor-btn:empty {
  visibility: visible !important;
}
