.tiptap-editor__content {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 30px 20px;
  overflow-x: auto;
  color: rgb(0, 0, 0);
  font-family: sans-serif;
  line-height: 1.7;
  text-align: left;
}

.tiptap-editor__content>* {
  box-sizing: border-box;
}

.tiptap-editor__content .ProseMirror {
  outline: 0;
}

.tiptap-editor__content {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.7;
  overflow-x: auto;
  text-align: left
}

.tiptap-editor__content>* {
  box-sizing: border-box
}

.tiptap-editor__content p {
  margin-bottom: 0;
  margin-top: 0;
  outline: none
}

.tiptap-editor__content h1,
.tiptap-editor__content h2,
.tiptap-editor__content h3,
.tiptap-editor__content h4,
.tiptap-editor__content h5 {
  margin-top: 20px;
  margin-bottom: 20px
}

.tiptap-editor__content h1:first-child,
.tiptap-editor__content h2:first-child,
.tiptap-editor__content h3:first-child,
.tiptap-editor__content h4:first-child,
.tiptap-editor__content h5:first-child {
  margin-top: 0
}

.tiptap-editor__content h1:last-child,
.tiptap-editor__content h2:last-child,
.tiptap-editor__content h3:last-child,
.tiptap-editor__content h4:last-child,
.tiptap-editor__content h5:last-child {
  margin-bottom: 0
}

.tiptap-editor__content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.tiptap-editor__content ul,
.tiptap-editor__content ol {
  counter-reset: none;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 24px;
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-top: 5px
}

.tiptap-editor__content li>p {
  margin: 0;
  word-break: break-all;
}

.tiptap-editor__content li>p:first-child:before {
  content: counter(el-tiptap-counter) ".";
  display: inline-block;
  left: -5px;
  line-height: 1;
  margin-left: -24px;
  position: relative;
  text-align: right;
  top: 0;
  width: 24px
}

.tiptap-editor__content ul li>p:first-child:before {
  content: "\2022";
  text-align: center
}

.tiptap-editor__content ol {
  counter-reset: el-tiptap-counter
}

.tiptap-editor__content ol li>p:first-child:before {
  counter-increment: el-tiptap-counter
}

.tiptap-editor__content a {
  color: #409eff;
  cursor: pointer;
  text-decoration: underline;
}

.tiptap-editor__content blockquote {
  border-left: 5px solid #edf2fc;
  border-radius: 2px;
  color: #606266;
  margin: 10px 0;
  padding-left: 1em
}

.tiptap-editor__content code {
  background-color: #d9ecff;
  border-radius: 4px;
  color: #409eff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px
}

.tiptap-editor__content pre {
  background-color: #303133;
  color: #d9ecff;
  font-size: 16px;
  overflow-x: auto;
  padding: 14px 20px;
  margin: 10px 0;
  border-radius: 5px
}

.tiptap-editor__content pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  display: block;
  font-family: "Menlo,Monaco,Consolas,Courier,monospace";
  font-size: inherit;
  font-weight: 400;
  padding: 0
}

.tiptap-editor__content img {
  display: block;
  width: 30%;
  float: none;
  margin: 12px auto 0;
  max-width: 100%
}

.tiptap-editor__content img.ProseMirror-selectednode {
  outline: 3px solid #68cef8;
}

.tiptap-editor__content img.custom-image-small {
  width: 30%;
}

.tiptap-editor__content img.custom-image-medium {
  width: 50%;
}

.tiptap-editor__content img.custom-image-large {
  width: 100%;
}

.tiptap-editor__content img.custom-image-float-none {
  float: none;
}

.tiptap-editor__content img.custom-image-float-left {
  float: left;
}

.tiptap-editor__content img.custom-image-float-right {
  float: right;
}

.tiptap-editor__imagePoper {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
  min-width: 0;
  padding: 5px;
}

.tiptap-editor__colorPicker .twitter-picker {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.tiptap-editor__imagePoper.hidden {
  display: none;
}

.tiptap-editor__content img[data-display=inline] {
  margin-left: 12px;
  margin-right: 12px
}

.tiptap-editor__content img[data-display=block] {
  display: block
}

.tiptap-editor__content img[data-display=left] {
  float: left;
  margin-left: 0;
  margin-right: 12px
}

.tiptap-editor__content img[data-display=right] {
  float: right;
  margin-left: 12px;
  margin-right: 0
}

.tiptap-editor__content .image-view {
  display: inline-block;
  float: none;
  line-height: 0;
  margin: 12px 0;
  max-width: 100%;
  user-select: none;
  vertical-align: baseline
}

.tiptap-editor__content .image-view--inline {
  margin-left: 12px;
  margin-right: 12px
}

.tiptap-editor__content .image-view--block {
  display: block
}

.tiptap-editor__content .image-view--left {
  float: left;
  margin-left: 0;
  margin-right: 12px
}

.tiptap-editor__content .image-view--right {
  float: right;
  margin-left: 12px;
  margin-right: 0
}

.tiptap-editor__content .image-view__body {
  clear: both;
  display: inline-block;
  max-width: 100%;
  outline-color: transparent;
  outline-style: solid;
  outline-width: 2px;
  transition: all .2s ease-in;
  position: relative
}

.tiptap-editor__content .image-view__body:hover {
  outline-color: #ffc83d
}

.tiptap-editor__content .image-view__body--focused:hover,
.tiptap-editor__content .image-view__body--resizing:hover {
  outline-color: transparent
}

.tiptap-editor__content .image-view__body__placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.tiptap-editor__content .image-view__body__image {
  cursor: pointer;
  margin: 0
}

.tiptap-editor__content .image-resizer {
  border: 1px solid #409eff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.tiptap-editor__content .image-resizer__handler {
  background-color: #409eff;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 12px;
  position: absolute;
  width: 12px;
  z-index: 2
}

.tiptap-editor__content .image-resizer__handler--tl {
  cursor: nw-resize;
  left: -6px;
  top: -6px
}

.tiptap-editor__content .image-resizer__handler--tr {
  cursor: ne-resize;
  right: -6px;
  top: -6px
}

.tiptap-editor__content .image-resizer__handler--bl {
  bottom: -6px;
  cursor: sw-resize;
  left: -6px
}

.tiptap-editor__content .image-resizer__handler--br {
  bottom: -6px;
  cursor: se-resize;
  right: -6px;
}

.tiptap-editor__content ul[data-type=taskList] {
  list-style: none;
  padding: 0;
}

.tiptap-editor__content ul[data-type=taskList] p {
  margin: 0;
}

.tiptap-editor__content ul[data-type=taskList] li {
  display: flex;
}

.tiptap-editor__content ul[data-type=taskList] li>label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: .5rem;
  user-select: none
}

.tiptap-editor__content ul[data-type=taskList] li>div {
  flex: 1 1 auto;
}


.tiptap-editor__content hr {
  margin-top: 20px;
  margin-bottom: 20px
}

.tiptap-editor__content *[data-indent="1"] {
  margin-left: 30px !important
}

.tiptap-editor__content *[data-indent="2"] {
  margin-left: 60px !important
}

.tiptap-editor__content *[data-indent="3"] {
  margin-left: 90px !important
}

.tiptap-editor__content *[data-indent="4"] {
  margin-left: 120px !important
}

.tiptap-editor__content *[data-indent="5"] {
  margin-left: 150px !important
}

.tiptap-editor__content *[data-indent="6"] {
  margin-left: 180px !important
}

.tiptap-editor__content *[data-indent="7"] {
  margin-left: 210px !important
}

.tiptap-editor__content .tableWrapper {
  margin: 1em 0;
  overflow-x: auto
}

.tiptap-editor__content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden
}

.tiptap-editor__content th,
.tiptap-editor__content td {
  border: 2px solid #ebeef5;
  box-sizing: border-box;
  min-width: 1em;
  padding: 3px 5px;
  position: relative;
  vertical-align: top
}

.tiptap-editor__content th.selectedCell,
.tiptap-editor__content td.selectedCell {
  background-color: #ecf5ff
}

.tiptap-editor__content th {
  font-weight: 500;
  text-align: left
}

.tiptap-editor__content .column-resize-handle {
  background-color: #b3d8ff;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
  z-index: 20
}

.tiptap-editor__content .iframe {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%
}

.tiptap-editor__content .iframe__embed {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.tiptap-editor__content .resize-cursor {
  cursor: ew-resize;
  cursor: col-resize
}
