@layer quill {
  /*!
 * Combined Quill themes
 * Light scope: [data-theme=light]
 * Dark scope: [data-theme=dark]
 */

  /* Light theme (scoped to the [data-theme=light] attribute) */
  /*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
  [data-theme='light'] .ql-container {
    all: revert;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
  }
  [data-theme='light'] .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
  }
  [data-theme='light']
    .ql-container.ql-disabled
    .ql-editor
    ul[data-checked]
    > li::before {
    pointer-events: none;
  }
  [data-theme='light'] .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }
  [data-theme='light'] .ql-clipboard p {
    margin: 0;
    padding: 0;
  }
  [data-theme='light'] .ql-editor {
    box-sizing: border-box;
    line-height: 1.5;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #fff;
    color: #373c44;
  }
  [data-theme='light'] .ql-editor > * {
    cursor: text;
  }
  [data-theme='light'] .ql-editor p,
  [data-theme='light'] .ql-editor ol,
  [data-theme='light'] .ql-editor ul,
  [data-theme='light'] .ql-editor pre,
  [data-theme='light'] .ql-editor blockquote,
  [data-theme='light'] .ql-editor h1,
  [data-theme='light'] .ql-editor h2,
  [data-theme='light'] .ql-editor h3,
  [data-theme='light'] .ql-editor h4,
  [data-theme='light'] .ql-editor h5,
  [data-theme='light'] .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8
      list-9;
  }
  [data-theme='light'] .ql-editor ol,
  [data-theme='light'] .ql-editor ul {
    padding-left: 1.5em;
  }
  [data-theme='light'] .ql-editor ol > li,
  [data-theme='light'] .ql-editor ul > li {
    list-style-type: none;
  }
  [data-theme='light'] .ql-editor ul > li::before {
    content: '\2022';
  }
  [data-theme='light'] .ql-editor ul[data-checked='true'],
  [data-theme='light'] .ql-editor ul[data-checked='false'] {
    pointer-events: none;
  }
  [data-theme='light'] .ql-editor ul[data-checked='true'] > li *,
  [data-theme='light'] .ql-editor ul[data-checked='false'] > li * {
    pointer-events: all;
  }
  [data-theme='light'] .ql-editor ul[data-checked='true'] > li::before,
  [data-theme='light'] .ql-editor ul[data-checked='false'] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
  }
  [data-theme='light'] .ql-editor ul[data-checked='true'] > li::before {
    content: '\2611';
  }
  [data-theme='light'] .ql-editor ul[data-checked='false'] > li::before {
    content: '\2610';
  }
  [data-theme='light'] .ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }
  [data-theme='light'] .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }
  [data-theme='light'] .ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }
  [data-theme='light'] .ql-editor ol li:not(.ql-direction-rtl),
  [data-theme='light'] .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }
  [data-theme='light'] .ql-editor ol li.ql-direction-rtl,
  [data-theme='light'] .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }
  [data-theme='light'] .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8
      list-9;
    counter-increment: list-0;
  }
  [data-theme='light'] .ql-editor ol li:before {
    content: counter(list-0, decimal) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
  }
  [data-theme='light'] .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
  [data-theme='light'] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }
  [data-theme='light'] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }
  [data-theme='light'] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }
  [data-theme='light']
    .ql-editor
    li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }
  [data-theme='light'] .ql-editor .ql-video {
    display: block;
    max-width: 100%;
  }
  [data-theme='light'] .ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
  }
  [data-theme='light'] .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
  }
  [data-theme='light'] .ql-editor .ql-bg-black {
    background-color: #000;
  }
  [data-theme='light'] .ql-editor .ql-bg-red {
    background-color: #e60000;
  }
  [data-theme='light'] .ql-editor .ql-bg-orange {
    background-color: #f90;
  }
  [data-theme='light'] .ql-editor .ql-bg-yellow {
    background-color: #ff0;
  }
  [data-theme='light'] .ql-editor .ql-bg-green {
    background-color: #008a00;
  }
  [data-theme='light'] .ql-editor .ql-bg-blue {
    background-color: #06c;
  }
  [data-theme='light'] .ql-editor .ql-bg-purple {
    background-color: #93f;
  }
  [data-theme='light'] .ql-editor .ql-color-white {
    color: #fff;
  }
  [data-theme='light'] .ql-editor .ql-color-red {
    color: #e60000;
  }
  [data-theme='light'] .ql-editor .ql-color-orange {
    color: #f90;
  }
  [data-theme='light'] .ql-editor .ql-color-yellow {
    color: #ff0;
  }
  [data-theme='light'] .ql-editor .ql-color-green {
    color: #008a00;
  }
  [data-theme='light'] .ql-editor .ql-color-blue {
    color: #06c;
  }
  [data-theme='light'] .ql-editor .ql-color-purple {
    color: #93f;
  }
  [data-theme='light'] .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
  [data-theme='light'] .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
  [data-theme='light'] .ql-editor .ql-size-small {
    font-size: 0.75em;
  }
  [data-theme='light'] .ql-editor .ql-size-large {
    font-size: 1.5em;
  }
  [data-theme='light'] .ql-editor .ql-size-huge {
    font-size: 2.5em;
  }
  [data-theme='light'] .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  [data-theme='light'] .ql-editor .ql-align-center {
    text-align: center;
  }
  [data-theme='light'] .ql-editor .ql-align-justify {
    text-align: justify;
  }
  [data-theme='light'] .ql-editor .ql-align-right {
    text-align: right;
  }
  [data-theme='light'] .ql-editor.ql-blank::before {
    color: var(--color);
    content: attr(data-placeholder);
    font-style: italic;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
  }
  [data-theme='light'] .ql-snow.ql-toolbar:after,
  [data-theme='light'] .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button,
  [data-theme='light'] .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    //float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button svg,
  [data-theme='light'] .ql-snow .ql-toolbar button svg {
    //float: left;
    height: 100%;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button:active:hover,
  [data-theme='light'] .ql-snow .ql-toolbar button:active:hover {
    outline: none;
  }
  [data-theme='light'] .ql-snow.ql-toolbar input.ql-image[type='file'],
  [data-theme='light'] .ql-snow .ql-toolbar input.ql-image[type='file'] {
    display: none;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button:hover,
  [data-theme='light'] .ql-snow .ql-toolbar button:hover,
  [data-theme='light'] .ql-snow.ql-toolbar button:focus,
  [data-theme='light'] .ql-snow .ql-toolbar button:focus,
  [data-theme='light'] .ql-snow.ql-toolbar button.ql-active,
  [data-theme='light'] .ql-snow .ql-toolbar button.ql-active,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-label:hover,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-label:hover,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-label.ql-active,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-label.ql-active,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-item:hover,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-item:hover,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #047878;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button:hover .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button:hover .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar button:focus .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button:focus .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar button.ql-active .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button.ql-active .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
  [data-theme='light'] .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  [data-theme='light'] .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-label:hover
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-label:hover
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-item:hover
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item:hover
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke.ql-fill,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke.ql-fill {
    fill: #047878;
  }
  [data-theme='light'] .ql-snow.ql-toolbar button:hover .ql-stroke,
  [data-theme='light'] .ql-snow .ql-toolbar button:hover .ql-stroke,
  [data-theme='light'] .ql-snow.ql-toolbar button:focus .ql-stroke,
  [data-theme='light'] .ql-snow .ql-toolbar button:focus .ql-stroke,
  [data-theme='light'] .ql-snow.ql-toolbar button.ql-active .ql-stroke,
  [data-theme='light'] .ql-snow .ql-toolbar button.ql-active .ql-stroke,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke,
  [data-theme='light'] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
  [data-theme='light'] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke,
  [data-theme='light'] .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
  [data-theme='light'] .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
  [data-theme='light'] .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
  [data-theme='light'] .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
  [data-theme='light'] .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
  [data-theme='light'] .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-label:hover
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-label:hover
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-item:hover
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item:hover
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke-miter,
  [data-theme='light']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke-miter {
    stroke: #047878;
  }
  @media (pointer: coarse) {
    [data-theme='light'] .ql-snow.ql-toolbar button:hover:not(.ql-active),
    [data-theme='light'] .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: #646b79;
    }
    [data-theme='light']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-fill,
    [data-theme='light']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-fill,
    [data-theme='light']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke.ql-fill,
    [data-theme='light']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke.ql-fill {
      fill: #646b79;
    }
    [data-theme='light']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke,
    [data-theme='light']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke,
    [data-theme='light']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke-miter,
    [data-theme='light']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke-miter {
      stroke: #646b79;
    }
  }
  [data-theme='light'] .ql-snow {
    box-sizing: border-box;
  }
  [data-theme='light'] .ql-snow * {
    box-sizing: border-box;
  }
  [data-theme='light'] .ql-snow .ql-hidden {
    display: none;
  }
  [data-theme='light'] .ql-snow .ql-out-bottom,
  [data-theme='light'] .ql-snow .ql-out-top {
    visibility: hidden;
  }
  [data-theme='light'] .ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
  }
  [data-theme='light'] .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
  }
  [data-theme='light'] .ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
  }
  [data-theme='light'] .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
  }
  [data-theme='light'] .ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
  }
  [data-theme='light'] .ql-snow .ql-stroke {
    fill: none;
    stroke: #646b79;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
  [data-theme='light'] .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #646b79;
    stroke-miterlimit: 10;
    stroke-width: 2;
  }
  [data-theme='light'] .ql-snow .ql-fill,
  [data-theme='light'] .ql-snow .ql-stroke.ql-fill {
    fill: #646b79;
  }
  [data-theme='light'] .ql-snow .ql-empty {
    fill: none;
  }
  [data-theme='light'] .ql-snow .ql-even {
    fill-rule: evenodd;
  }
  [data-theme='light'] .ql-snow .ql-thin,
  [data-theme='light'] .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
  }
  [data-theme='light'] .ql-snow .ql-transparent {
    opacity: 0.4;
  }
  [data-theme='light'] .ql-snow .ql-direction svg:last-child {
    display: none;
  }
  [data-theme='light'] .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
  }
  [data-theme='light'] .ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
  }
  [data-theme='light'] .ql-snow .ql-editor h1 {
    font-size: 2em;
  }
  [data-theme='light'] .ql-snow .ql-editor h2 {
    font-size: 1.5em;
  }
  [data-theme='light'] .ql-snow .ql-editor h3 {
    font-size: 1.17em;
  }
  [data-theme='light'] .ql-snow .ql-editor h4 {
    font-size: 1em;
  }
  [data-theme='light'] .ql-snow .ql-editor h5 {
    font-size: 0.83em;
  }
  [data-theme='light'] .ql-snow .ql-editor h6 {
    font-size: 0.67em;
  }
  [data-theme='light'] .ql-snow .ql-editor a {
    text-decoration: underline;
  }
  [data-theme='light'] .ql-snow .ql-editor blockquote {
    border-left: 4px solid rgb(231, 234, 239.5);
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
  }
  [data-theme='light'] .ql-snow .ql-editor code,
  [data-theme='light'] .ql-snow .ql-editor pre {
    background-color: rgb(243, 244.5, 246.75);
    border-radius: 0.25rem;
  }
  [data-theme='light'] .ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
  }
  [data-theme='light'] .ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
  }
  [data-theme='light'] .ql-snow .ql-editor pre.ql-syntax {
    background-color: rgb(243, 244.5, 246.75);
    color: #646b79;
    overflow: visible;
  }
  [data-theme='light'] .ql-snow .ql-editor img {
    max-width: 100%;
  }
  [data-theme='light'] .ql-snow .ql-picker {
    color: #646b79;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
  }
  [data-theme='light'] .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
  }
  [data-theme='light'] .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
  }
  [data-theme='light'] .ql-snow .ql-picker-options {
    background-color: rgb(251, 251.5, 252.25);
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
  }
  [data-theme='light'] .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #646b79;
    z-index: 2;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label
    .ql-fill {
    fill: #646b79;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label
    .ql-stroke {
    stroke: #646b79;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
  }
  [data-theme='light'] .ql-snow .ql-color-picker,
  [data-theme='light'] .ql-snow .ql-icon-picker {
    width: 28px;
  }
  [data-theme='light'] .ql-snow .ql-color-picker .ql-picker-label,
  [data-theme='light'] .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
  }
  [data-theme='light'] .ql-snow .ql-color-picker .ql-picker-label svg,
  [data-theme='light'] .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
  }
  [data-theme='light'] .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
  }
  [data-theme='light'] .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
  }
  [data-theme='light'] .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
  }
  [data-theme='light'] .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker:not(.ql-color-picker):not(.ql-icon-picker)
    svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-label]:not([data-label=''])::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-label]:not([data-label=''])::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-header {
    width: 98px;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
  [data-theme='light'] .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Обычный';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='1']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='1']::before {
    content: 'Заголовок 1';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='2']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='2']::before {
    content: 'Заголовок 2';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='3']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='3']::before {
    content: 'Заголовок 3';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='4']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='4']::before {
    content: 'Заголовок 4';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='5']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='5']::before {
    content: 'Заголовок 5';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='6']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='6']::before {
    content: 'Заголовок 6';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='1']::before {
    font-size: 2em;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='2']::before {
    font-size: 1.5em;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='3']::before {
    font-size: 1.17em;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='4']::before {
    font-size: 1em;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='5']::before {
    font-size: 0.83em;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='6']::before {
    font-size: 0.67em;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-font {
    width: 108px;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-font .ql-picker-label::before,
  [data-theme='light'] .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-value='serif']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='serif']::before {
    content: 'Serif';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-value='monospace']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='monospace']::before {
    content: 'Monospace';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='serif']::before {
    font-family: Georgia, Times New Roman, serif;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='monospace']::before {
    font-family: Monaco, Courier New, monospace;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-size {
    width: 98px;
  }
  [data-theme='light'] .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  [data-theme='light'] .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Обычный';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='small']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='small']::before {
    content: 'Маленький';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='large']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='large']::before {
    content: 'Большой';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='huge']::before,
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='huge']::before {
    content: 'Огромный';
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='small']::before {
    font-size: 10px;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='large']::before {
    font-size: 18px;
  }
  [data-theme='light']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='huge']::before {
    font-size: 32px;
  }
  [data-theme='light'] .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
  }
  [data-theme='light'] .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
  }
  [data-theme='light'] .ql-toolbar.ql-snow {
    border: 1px solid #cfd5e2;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
  }
  [data-theme='light'] .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
  }
  [data-theme='light'] .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
  }
  [data-theme='light'] .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  }
  [data-theme='light']
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label {
    border-color: #cfd5e2;
  }
  [data-theme='light']
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-options {
    border-color: #cfd5e2;
  }
  [data-theme='light']
    .ql-toolbar.ql-snow
    .ql-color-picker
    .ql-picker-item.ql-selected,
  [data-theme='light']
    .ql-toolbar.ql-snow
    .ql-color-picker
    .ql-picker-item:hover {
    border-color: #373c44;
  }
  [data-theme='light'] .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #eff1f4;
    box-shadow: 0.0145rem 0.029rem 0.174rem rgba(129, 145, 181, 0.01698),
      0.0335rem 0.067rem 0.402rem rgba(129, 145, 181, 0.024),
      0.0625rem 0.125rem 0.75rem rgba(129, 145, 181, 0.03),
      0.1125rem 0.225rem 1.35rem rgba(129, 145, 181, 0.036),
      0.2085rem 0.417rem 2.502rem rgba(129, 145, 181, 0.04302),
      0.5rem 1rem 6rem rgba(129, 145, 181, 0.06),
      0 0 0 0.0625rem rgba(129, 145, 181, 0.015);
    color: #373c44;
    padding: 5px 12px;
    white-space: nowrap;
  }
  [data-theme='light'] .ql-snow .ql-tooltip::before {
    content: 'Перейти на URL:';
    line-height: 26px;
    margin-right: 8px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip input[type='text'] {
    display: none;
    border: 1px solid #cfd5e2;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  [data-theme='light'] .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #cfd5e2;
    content: 'Изменить';
    margin-left: 16px;
    padding-right: 8px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Удалить';
    margin-left: 8px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip a {
    line-height: 26px;
  }
  [data-theme='light'] .ql-snow .ql-tooltip.ql-editing a.ql-preview,
  [data-theme='light'] .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
  }
  [data-theme='light'] .ql-snow .ql-tooltip.ql-editing input[type='text'] {
    display: inline-block;
  }
  [data-theme='light'] .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    padding-right: 0px;
    border-right: 0px;
    content: 'Сохранить';
  }
  [data-theme='light'] .ql-snow .ql-tooltip[data-mode='link']::before {
    content: 'Добавить ссылку:';
  }
  [data-theme='light'] .ql-snow .ql-tooltip[data-mode='formula']::before {
    content: 'Добавить формулу:';
  }
  [data-theme='light'] .ql-snow .ql-tooltip[data-mode='video']::before {
    content: 'Добавить видео:';
  }
  [data-theme='light'] .ql-snow a {
    color: #047878;
  }
  [data-theme='light'] .ql-container.ql-snow {
    border: 1px solid #cfd5e2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  /* Dark theme (scoped to the [data-theme=dark] attribute) */
  /*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
  [data-theme='dark'] .ql-container {
    all: revert;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
  }
  [data-theme='dark'] .ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
  }
  [data-theme='dark']
    .ql-container.ql-disabled
    .ql-editor
    ul[data-checked]
    > li::before {
    pointer-events: none;
  }
  [data-theme='dark'] .ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }
  [data-theme='dark'] .ql-clipboard p {
    margin: 0;
    padding: 0;
  }
  [data-theme='dark'] .ql-editor {
    box-sizing: border-box;
    line-height: 1.5;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: rgb(19, 22.5, 30.5);
    color: #c2c7d0;
  }
  [data-theme='dark'] .ql-editor > * {
    cursor: text;
  }
  [data-theme='dark'] .ql-editor p,
  [data-theme='dark'] .ql-editor ol,
  [data-theme='dark'] .ql-editor ul,
  [data-theme='dark'] .ql-editor pre,
  [data-theme='dark'] .ql-editor blockquote,
  [data-theme='dark'] .ql-editor h1,
  [data-theme='dark'] .ql-editor h2,
  [data-theme='dark'] .ql-editor h3,
  [data-theme='dark'] .ql-editor h4,
  [data-theme='dark'] .ql-editor h5,
  [data-theme='dark'] .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8
      list-9;
  }
  [data-theme='dark'] .ql-editor ol,
  [data-theme='dark'] .ql-editor ul {
    padding-left: 1.5em;
  }
  [data-theme='dark'] .ql-editor ol > li,
  [data-theme='dark'] .ql-editor ul > li {
    list-style-type: none;
  }
  [data-theme='dark'] .ql-editor ul > li::before {
    content: '\2022';
  }
  [data-theme='dark'] .ql-editor ul[data-checked='true'],
  [data-theme='dark'] .ql-editor ul[data-checked='false'] {
    pointer-events: none;
  }
  [data-theme='dark'] .ql-editor ul[data-checked='true'] > li *,
  [data-theme='dark'] .ql-editor ul[data-checked='false'] > li * {
    pointer-events: all;
  }
  [data-theme='dark'] .ql-editor ul[data-checked='true'] > li::before,
  [data-theme='dark'] .ql-editor ul[data-checked='false'] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
  }
  [data-theme='dark'] .ql-editor ul[data-checked='true'] > li::before {
    content: '\2611';
  }
  [data-theme='dark'] .ql-editor ul[data-checked='false'] > li::before {
    content: '\2610';
  }
  [data-theme='dark'] .ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }
  [data-theme='dark'] .ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }
  [data-theme='dark'] .ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }
  [data-theme='dark'] .ql-editor ol li:not(.ql-direction-rtl),
  [data-theme='dark'] .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }
  [data-theme='dark'] .ql-editor ol li.ql-direction-rtl,
  [data-theme='dark'] .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }
  [data-theme='dark'] .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8
      list-9;
    counter-increment: list-0;
  }
  [data-theme='dark'] .ql-editor ol li:before {
    content: counter(list-0, decimal) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
  }
  [data-theme='dark'] .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
  [data-theme='dark'] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }
  [data-theme='dark'] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }
  [data-theme='dark'] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }
  [data-theme='dark']
    .ql-editor
    li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }
  [data-theme='dark'] .ql-editor .ql-video {
    display: block;
    max-width: 100%;
  }
  [data-theme='dark'] .ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
  }
  [data-theme='dark'] .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
  }
  [data-theme='dark'] .ql-editor .ql-bg-black {
    background-color: #000;
  }
  [data-theme='dark'] .ql-editor .ql-bg-red {
    background-color: #e60000;
  }
  [data-theme='dark'] .ql-editor .ql-bg-orange {
    background-color: #f90;
  }
  [data-theme='dark'] .ql-editor .ql-bg-yellow {
    background-color: #ff0;
  }
  [data-theme='dark'] .ql-editor .ql-bg-green {
    background-color: #008a00;
  }
  [data-theme='dark'] .ql-editor .ql-bg-blue {
    background-color: #06c;
  }
  [data-theme='dark'] .ql-editor .ql-bg-purple {
    background-color: #93f;
  }
  [data-theme='dark'] .ql-editor .ql-color-white {
    color: #fff;
  }
  [data-theme='dark'] .ql-editor .ql-color-red {
    color: #e60000;
  }
  [data-theme='dark'] .ql-editor .ql-color-orange {
    color: #f90;
  }
  [data-theme='dark'] .ql-editor .ql-color-yellow {
    color: #ff0;
  }
  [data-theme='dark'] .ql-editor .ql-color-green {
    color: #008a00;
  }
  [data-theme='dark'] .ql-editor .ql-color-blue {
    color: #06c;
  }
  [data-theme='dark'] .ql-editor .ql-color-purple {
    color: #93f;
  }
  [data-theme='dark'] .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
  [data-theme='dark'] .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
  [data-theme='dark'] .ql-editor .ql-size-small {
    font-size: 0.75em;
  }
  [data-theme='dark'] .ql-editor .ql-size-large {
    font-size: 1.5em;
  }
  [data-theme='dark'] .ql-editor .ql-size-huge {
    font-size: 2.5em;
  }
  [data-theme='dark'] .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  [data-theme='dark'] .ql-editor .ql-align-center {
    text-align: center;
  }
  [data-theme='dark'] .ql-editor .ql-align-justify {
    text-align: justify;
  }
  [data-theme='dark'] .ql-editor .ql-align-right {
    text-align: right;
  }
  [data-theme='dark'] .ql-editor.ql-blank::before {
    color: var(--color);
    content: attr(data-placeholder);
    font-style: italic;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar:after,
  [data-theme='dark'] .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button,
  [data-theme='dark'] .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    //float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button svg,
  [data-theme='dark'] .ql-snow .ql-toolbar button svg {
    //float: left;
    height: 100%;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button:active:hover,
  [data-theme='dark'] .ql-snow .ql-toolbar button:active:hover {
    outline: none;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar input.ql-image[type='file'],
  [data-theme='dark'] .ql-snow .ql-toolbar input.ql-image[type='file'] {
    display: none;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button:hover,
  [data-theme='dark'] .ql-snow .ql-toolbar button:hover,
  [data-theme='dark'] .ql-snow.ql-toolbar button:focus,
  [data-theme='dark'] .ql-snow .ql-toolbar button:focus,
  [data-theme='dark'] .ql-snow.ql-toolbar button.ql-active,
  [data-theme='dark'] .ql-snow .ql-toolbar button.ql-active,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label:hover,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-label:hover,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label.ql-active,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-label.ql-active,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-item:hover,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-item:hover,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #0ab1b1;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button:hover .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button:hover .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar button:focus .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button:focus .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar button.ql-active .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button.ql-active .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
  [data-theme='dark'] .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  [data-theme='dark'] .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-label:hover
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-label:hover
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-item:hover
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-item:hover
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke.ql-fill,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke.ql-fill {
    fill: #0ab1b1;
  }
  [data-theme='dark'] .ql-snow.ql-toolbar button:hover .ql-stroke,
  [data-theme='dark'] .ql-snow .ql-toolbar button:hover .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar button:focus .ql-stroke,
  [data-theme='dark'] .ql-snow .ql-toolbar button:focus .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar button.ql-active .ql-stroke,
  [data-theme='dark'] .ql-snow .ql-toolbar button.ql-active .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
  [data-theme='dark'] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke,
  [data-theme='dark'] .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
  [data-theme='dark'] .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
  [data-theme='dark'] .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
  [data-theme='dark'] .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
  [data-theme='dark'] .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
  [data-theme='dark'] .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-label:hover
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-label:hover
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-label.ql-active
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-item:hover
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-item:hover
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow.ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke-miter,
  [data-theme='dark']
    .ql-snow
    .ql-toolbar
    .ql-picker-item.ql-selected
    .ql-stroke-miter {
    stroke: #0ab1b1;
  }
  @media (pointer: coarse) {
    [data-theme='dark'] .ql-snow.ql-toolbar button:hover:not(.ql-active),
    [data-theme='dark'] .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: #7b8495;
    }
    [data-theme='dark']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-fill,
    [data-theme='dark']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-fill,
    [data-theme='dark']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke.ql-fill,
    [data-theme='dark']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke.ql-fill {
      fill: #7b8495;
    }
    [data-theme='dark']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke,
    [data-theme='dark']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke,
    [data-theme='dark']
      .ql-snow.ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke-miter,
    [data-theme='dark']
      .ql-snow
      .ql-toolbar
      button:hover:not(.ql-active)
      .ql-stroke-miter {
      stroke: #7b8495;
    }
  }
  [data-theme='dark'] .ql-snow {
    box-sizing: border-box;
  }
  [data-theme='dark'] .ql-snow * {
    box-sizing: border-box;
  }
  [data-theme='dark'] .ql-snow .ql-hidden {
    display: none;
  }
  [data-theme='dark'] .ql-snow .ql-out-bottom,
  [data-theme='dark'] .ql-snow .ql-out-top {
    visibility: hidden;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
  }
  [data-theme='dark'] .ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
  }
  [data-theme='dark'] .ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
  }
  [data-theme='dark'] .ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
  }
  [data-theme='dark'] .ql-snow .ql-stroke {
    fill: none;
    stroke: #7b8495;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
  [data-theme='dark'] .ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #7b8495;
    stroke-miterlimit: 10;
    stroke-width: 2;
  }
  [data-theme='dark'] .ql-snow .ql-fill,
  [data-theme='dark'] .ql-snow .ql-stroke.ql-fill {
    fill: #7b8495;
  }
  [data-theme='dark'] .ql-snow .ql-empty {
    fill: none;
  }
  [data-theme='dark'] .ql-snow .ql-even {
    fill-rule: evenodd;
  }
  [data-theme='dark'] .ql-snow .ql-thin,
  [data-theme='dark'] .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
  }
  [data-theme='dark'] .ql-snow .ql-transparent {
    opacity: 0.4;
  }
  [data-theme='dark'] .ql-snow .ql-direction svg:last-child {
    display: none;
  }
  [data-theme='dark'] .ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
  }
  [data-theme='dark'] .ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
  }
  [data-theme='dark'] .ql-snow .ql-editor h1 {
    font-size: 2em;
  }
  [data-theme='dark'] .ql-snow .ql-editor h2 {
    font-size: 1.5em;
  }
  [data-theme='dark'] .ql-snow .ql-editor h3 {
    font-size: 1.17em;
  }
  [data-theme='dark'] .ql-snow .ql-editor h4 {
    font-size: 1em;
  }
  [data-theme='dark'] .ql-snow .ql-editor h5 {
    font-size: 0.83em;
  }
  [data-theme='dark'] .ql-snow .ql-editor h6 {
    font-size: 0.67em;
  }
  [data-theme='dark'] .ql-snow .ql-editor a {
    text-decoration: underline;
  }
  [data-theme='dark'] .ql-snow .ql-editor blockquote {
    border-left: 4px solid #545e70;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
  }
  [data-theme='dark'] .ql-snow .ql-editor code,
  [data-theme='dark'] .ql-snow .ql-editor pre {
    background-color: rgb(26, 30.5, 40.25);
    border-radius: 0.25rem;
  }
  [data-theme='dark'] .ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
  }
  [data-theme='dark'] .ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
  }
  [data-theme='dark'] .ql-snow .ql-editor pre.ql-syntax {
    background-color: rgb(26, 30.5, 40.25);
    color: #c2c7d0;
    overflow: visible;
  }
  [data-theme='dark'] .ql-snow .ql-editor img {
    max-width: 100%;
  }
  [data-theme='dark'] .ql-snow .ql-picker {
    color: #7b8495;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
  }
  [data-theme='dark'] .ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
  }
  [data-theme='dark'] .ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
  }
  [data-theme='dark'] .ql-snow .ql-picker-options {
    background-color: rgb(28, 33, 43.5);
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
  }
  [data-theme='dark'] .ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #c2c7d0;
    z-index: 2;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label
    .ql-fill {
    fill: #c2c7d0;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label
    .ql-stroke {
    stroke: #c2c7d0;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker,
  [data-theme='dark'] .ql-snow .ql-icon-picker {
    width: 28px;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker .ql-picker-label,
  [data-theme='dark'] .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker .ql-picker-label svg,
  [data-theme='dark'] .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
  }
  [data-theme='dark'] .ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
  }
  [data-theme='dark'] .ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker:not(.ql-color-picker):not(.ql-icon-picker)
    svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-label]:not([data-label=''])::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-label]:not([data-label=''])::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-label]:not([data-label=''])::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-header {
    width: 10rem;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
  [data-theme='dark'] .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Обычный';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='1']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='1']::before {
    content: 'Заголовок 1';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='2']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='2']::before {
    content: 'Заголовок 2';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='3']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='3']::before {
    content: 'Заголовок 3';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='4']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='4']::before {
    content: 'Заголовок 4';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='5']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='5']::before {
    content: 'Заголовок 5';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-label[data-value='6']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='6']::before {
    content: 'Заголовок 6';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='1']::before {
    font-size: 2em;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='2']::before {
    font-size: 1.5em;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='3']::before {
    font-size: 1.17em;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='4']::before {
    font-size: 1em;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='5']::before {
    font-size: 0.83em;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-header
    .ql-picker-item[data-value='6']::before {
    font-size: 0.67em;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-font {
    width: 108px;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-font .ql-picker-label::before,
  [data-theme='dark'] .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-value='serif']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='serif']::before {
    content: 'Serif';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-label[data-value='monospace']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='monospace']::before {
    content: 'Monospace';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='serif']::before {
    font-family: Georgia, Times New Roman, serif;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-font
    .ql-picker-item[data-value='monospace']::before {
    font-family: Monaco, Courier New, monospace;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-size {
    width: 98px;
  }
  [data-theme='dark'] .ql-snow .ql-picker.ql-size .ql-picker-label::before,
  [data-theme='dark'] .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Обычный';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='small']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='small']::before {
    content: 'Маленький';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='large']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='large']::before {
    content: 'Большой';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-label[data-value='huge']::before,
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='huge']::before {
    content: 'Огромный';
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='small']::before {
    font-size: 10px;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='large']::before {
    font-size: 18px;
  }
  [data-theme='dark']
    .ql-snow
    .ql-picker.ql-size
    .ql-picker-item[data-value='huge']::before {
    font-size: 32px;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
  }
  [data-theme='dark'] .ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
  }
  [data-theme='dark'] .ql-toolbar.ql-snow {
    border: 1px solid #202632;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
  }
  [data-theme='dark'] .ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
  }
  [data-theme='dark'] .ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
  }
  [data-theme='dark'] .ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  }
  [data-theme='dark']
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-label {
    border-color: #545e70;
  }
  [data-theme='dark']
    .ql-toolbar.ql-snow
    .ql-picker.ql-expanded
    .ql-picker-options {
    border-color: #545e70;
  }
  [data-theme='dark']
    .ql-toolbar.ql-snow
    .ql-color-picker
    .ql-picker-item.ql-selected,
  [data-theme='dark']
    .ql-toolbar.ql-snow
    .ql-color-picker
    .ql-picker-item:hover {
    border-color: #c2c7d0;
  }
  [data-theme='dark'] .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip {
    background-color: rgb(28, 33, 43.5);
    border: 1px solid #202632;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    color: #c2c7d0;
    padding: 5px 12px;
    white-space: nowrap;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip::before {
    content: 'Перейти на URL:';
    line-height: 26px;
    margin-right: 8px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip input[type='text'] {
    display: none;
    border: 1px solid #545e70;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #545e70;
    content: 'Изменить';
    margin-left: 16px;
    padding-right: 8px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Удалить';
    margin-left: 8px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip a {
    line-height: 26px;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip.ql-editing a.ql-preview,
  [data-theme='dark'] .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip.ql-editing input[type='text'] {
    display: inline-block;
  }
  [data-theme='dark'] .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    padding-right: 0px;
    border-right: 0px;
    content: 'Сохранить';
  }
  [data-theme='dark'] .ql-snow .ql-tooltip[data-mode='link']::before {
    content: 'Добавить ссылку:';
  }
  [data-theme='dark'] .ql-snow .ql-tooltip[data-mode='formula']::before {
    content: 'Добавить формулу:';
  }
  [data-theme='dark'] .ql-snow .ql-tooltip[data-mode='video']::before {
    content: 'Добавить видео:';
  }
  [data-theme='dark'] .ql-snow a {
    color: #0ab1b1;
  }
  [data-theme='dark'] .ql-container.ql-snow {
    border: 1px solid #202632;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@layer app {
  .ql-toolbar.ql-snow {
    display: flex;
    align-items: center;
  }

  .ql-container {
    min-height: 12rem;
  }

  .ql-editor {
    min-height: 12rem;
  }

  .ql-header.ql-picker {
    width: 12rem;
    white-space: nowrap;
  }
}
