.htmlViewerVue .img-border {
  border: 2px solid rgb(136, 136, 136)
}
.htmlViewerVue .ql-video {
  width: 600px;
  height: 338px;
}
.htmlViewerVue.ql-editor {
  word-break: break-word;
  overflow-wrap: break-word;
}
.htmlViewerVue a {
  cursor: pointer;
}
.htmlViewerVue.ql-editor ol, .htmlViewerVue.ql-editor ul {
  padding-left: 0 !important;
  margin-left: -1.5em !important;
}
.htmlViewerVue.ql-editor li:not(.ql-direction-rtl)::before {
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 4px !important;
  width: inherit;
}
.htmlViewerVue.ql-editor img {
  cursor: pointer;
}