.quill-editor-error .ql-container {
  border: 1px solid red !important;
}

.react-datepicker-popper {
  z-index: 9999 !important;
}

.ql-tooltip.ql-editing {
  left: 0 !important;
}

.ql-video:not([type="button"]) {
  width: 80% !important;
  height: calc(50vw * 9 / 16) !important;
  border: none !important;
}

.ql-viewer .ql-image-alt-blot > button,
.ql-viewer .ql-image-alt-blot > div {
  display: none !important;
}

.ql-viewer #alt-edit-btn {
  display: none !important;
}