.quill-editor-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.quill-editor{
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ql-editor {
  /* min-height: 500px; */
  flex: 1;
  /* max-height: 500px; */
}
.ql-toolbar{
  flex-grow: 0;
}
.ql-container{
  flex: 1;
  overflow: hidden;
}
.ql-ui {
  color: initial;
}

.quill-editor {
  .ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: attr(data-value)"px";
    /* font-size: attr(data-value)"px"; */
  }
}
.ql-editor ol li:before{
  display: none;
}
.ql-size-12 {
  font-size: 12px;
}

.ql-size-14 {
  font-size: 14px;
}

.ql-size-16 {
  font-size: 16px;
}

.ql-size-20 {
  font-size: 20px;
}

.ql-size-28 {
  font-size: 28px;
}

.ql-video {
  width: 300px;
  height: auto;
}
