@charset "UTF-8";
.ql-video {
  width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

:root {
  --fe-editor-bg-color: #ffffff;
}

:root.dark {
  --fe-editor-bg-color: #161618;
}

html .toolbar-tip__tooltip {
  --fe-text-color: #ffffff;
  --fe-bg-color: #303133;
  z-index: 51;
  color: var(--fe-text-color);
  background-color: var(--fe-bg-color);
}
html.dark .toolbar-tip__tooltip {
  --fe-text-color: #141414;
  --fe-bg-color: #f5f5f5;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ql-container.ql-snow {
  background-color: getCssVar(editor-bg-color);
}

.ql-editor {
  padding-bottom: 33px;
  font-size: 14px;
}
.ql-editor.ql-blank::before {
  color: #8a8e99;
}
.ql-editor h1,
.ql-editor h2,
.ql-editor h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ql-editor h1 {
  font-size: 30px;
}
.ql-editor h2 {
  font-size: 20px;
  font-weight: bold;
}
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 10px;
  list-style: none;
}
.ql-editor li {
  margin: 0 0 5px;
}
.ql-editor b,
.ql-editor strong {
  font-weight: bold;
}
.ql-editor em {
  font-style: italic;
}
.ql-editor s {
  text-decoration: line-through;
}
.ql-editor u.ql-custom-strike {
  text-decoration: line-through;
}
.ql-editor u {
  text-decoration: underline;
}
.ql-editor a {
  text-decoration: underline;
  color: #5e7ce0;
}
.ql-editor a img {
  border: solid 1px #526ecc;
}
.ql-editor td ol {
  counter-reset: list-0 0;
}
.ql-editor .ql-ui {
  position: absolute;
  color: #000;
}
.ql-editor li > .ql-ui {
  bottom: 0;
}
.ql-editor li::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li.bullet::before {
  content: "•";
}
.ql-editor li.ordered {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor li.ordered::before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li.ordered.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li.ordered.ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor li.ordered.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li.ordered.ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor li.ordered.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li.ordered.ql-indent-3::before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor li.ordered.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li.ordered.ql-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor li.ordered.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li.ordered.ql-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor li.ordered.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li.ordered.ql-indent-6::before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor li.ordered.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor li.ordered.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li.ordered.ql-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor li.ordered.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor li.ordered.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li.ordered.ql-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor li.ordered.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor li.ordered.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li.ordered.ql-indent-9::before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor li.ql-direction-rtl::before, .ql-editor li.ql-direction-rtl.checked > .ql-ui, .ql-editor li.ql-direction-rtl.unchecked > .ql-ui {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor li.checked > .ql-ui,
.ql-editor li.unchecked > .ql-ui {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: right;
  margin-left: -26px;
  margin-right: 10px;
  border: 1px solid #adb0b8;
  color: #adb0b8;
  cursor: pointer;
}
.ql-editor li.checked > .ql-ui {
  border: 1px solid #5e7ce0;
  background: #5e7ce0 url("data:image/svg+xml;base64,PHN2ZyB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgY2xhc3M9ImNoZWNrYm94LXRpY2sgIiB2ZXJzaW9uPSIxLjEiDQogICAgIHZpZXdCb3g9IjAgMCAyMCAyMCIgeD0iMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHk9IjBweCIgc3R5bGU9InBvc2l0aW9uOiBhYnNvbHV0ZTsiPg0KICA8cG9seWxpbmUgc3R5bGU9Ig0KICAgIHN0cm9rZTogI0ZGRkZGRjsNCiAgICBzdHJva2UtZGFzaGFycmF5OiA1MDsNCiAgICBzdHJva2Utd2lkdGg6IDI7DQogICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOw0KICAgIGZpbGw6IG5vbmU7DQogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDA7DQoiIGNsYXNzPSJ0aWNrIHBhdGggbm8tYW5pbWF0aW9uIiBwb2ludHM9IjIuNiwxMSA2LjksMTUuMiAxNy40LDQuOCI+PC9wb2x5bGluZT4NCjwvc3ZnPg0K");
  transition: all 0.3s ease-in-out;
}
.ql-editor li.checked > .ql-ui::before,
.ql-editor li.unchecked > .ql-ui::before {
  content: "";
}
.ql-editor li.checked,
.ql-editor li.unchecked {
  display: block;
  width: initial;
  height: initial;
  margin-left: initial;
  color: initial;
  border: initial;
  cursor: initial;
}
.ql-editor li.checked::before,
.ql-editor li.unchecked::before {
  content: initial;
}
.ql-editor li.checked > .ql-ui,
.ql-editor li.unchecked > .ql-ui {
  bottom: initial;
}
.ql-editor img {
  max-width: 100%;
}
.ql-editor img.current-select-img::selection {
  background-color: transparent;
}
.ql-editor .ql-file-item {
  margin: 0 4px;
  padding: 0 4px;
  white-space: nowrap;
  max-width: 90%;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 14px;
  height: 28px;
}
.ql-editor .ql-file-item.icon-file::before {
  position: absolute;
  left: 4px;
  top: 2px;
}
.ql-editor .ql-file-item span {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.ql-editor .ql-file-item svg {
  margin-right: 4px;
  fill: #5e7ce0;
  vertical-align: text-bottom;
}
.ql-editor code,
.ql-editor .ql-code-block-container {
  background-color: #f8f8f8;
  border-radius: 3px;
}
.ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-editor .ql-code-block-container {
  overflow: auto;
  padding: 9.5px;
  margin: 0 0 10px;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  border-radius: 1px;
  color: #252b3a;
  background-color: #f8f8f8;
  border: 1px solid #adb0b8;
}
.ql-editor table {
  margin: 0;
}
.ql-editor table tr {
  height: initial;
}
.ql-editor td {
  border: 1px solid #adb0b8;
  padding: 5px 10px;
}
.ql-editor .ql-wiki-link,
.ql-editor .ql-doc-link {
  display: inline-block;
  margin: 0 5px;
}
.ql-editor blockquote {
  border-left: 4px solid #adb0b8;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-editor .ql-mention-link {
  cursor: pointer;
  color: #5e7ce0;
  margin: 0 0.3em;
  text-decoration: underline;
}

.ql-editor ol li {
  list-style-type: inherit;
}

.ql-container .ql-editor ol li {
  list-style-type: none;
}
.ql-container .ql-editor li.checked,
.ql-container .ql-editor li.unchecked {
  color: #252b3a;
}

li.checked::before,
li.unchecked::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: right;
  margin-left: -26px;
  border: 1px solid #adb0b8;
  content: "";
  position: absolute;
  top: 1px;
  margin-right: 0.7em;
}

li.checked::before {
  border: 1px solid #5e7ce0;
  background: #5e7ce0 url("data:image/svg+xml;base64,PHN2ZyB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgY2xhc3M9ImNoZWNrYm94LXRpY2sgIiB2ZXJzaW9uPSIxLjEiDQogICAgIHZpZXdCb3g9IjAgMCAyMCAyMCIgeD0iMHB4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHk9IjBweCIgc3R5bGU9InBvc2l0aW9uOiBhYnNvbHV0ZTsiPg0KICA8cG9seWxpbmUgc3R5bGU9Ig0KICAgIHN0cm9rZTogI0ZGRkZGRjsNCiAgICBzdHJva2UtZGFzaGFycmF5OiA1MDsNCiAgICBzdHJva2Utd2lkdGg6IDI7DQogICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOw0KICAgIGZpbGw6IG5vbmU7DQogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDA7DQoiIGNsYXNzPSJ0aWNrIHBhdGggbm8tYW5pbWF0aW9uIiBwb2ludHM9IjIuNiwxMSA2LjksMTUuMiAxNy40LDQuOCI+PC9wb2x5bGluZT4NCjwvc3ZnPg0K");
}

li.checked > .ql-ui,
li.unchecked > .ql-ui {
  top: 0;
}

.ql-size.ql-picker {
  width: 98px;
}
.ql-size.ql-picker .ql-picker-label[data-value]::before,
.ql-size.ql-picker .ql-picker-item[data-value]::before {
  content: attr(data-value) !important;
}

.ql-formats .ql-font.ql-picker {
  width: 108px;
}
.ql-formats .ql-font.ql-picker .ql-picker-label[data-value]::before,
.ql-formats .ql-font.ql-picker .ql-picker-item[data-value]::before {
  content: attr(data-value);
}
.ql-formats .ql-font.ql-picker .ql-picker-item[data-value]::before {
  font-family: var(--value);
}

.ql-line-height.ql-picker .ql-picker-label::before,
.ql-line-height.ql-picker .ql-picker-item::before {
  content: "Normal";
}
.ql-line-height.ql-picker .ql-picker-label[data-value]::before,
.ql-line-height.ql-picker .ql-picker-item[data-value]::before {
  content: attr(data-value);
}

.ql-file-bar {
  position: absolute;
  transform: translateY(10px);
  align-items: center;
  background-color: #fff;
  border: 1px solid #adb0b8;
  box-shadow: 0 0 5px rgba(37, 43, 58, 0.2);
  color: #252b3a;
  color: #252b3a;
  display: flex;
  padding: 4px;
  white-space: nowrap;
}
.ql-file-bar .ql-last-modified-date {
  width: auto;
  max-width: 300px;
  word-break: break-all;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 8px;
  text-decoration: none;
}
.ql-file-bar .ql-split {
  width: 1px;
  height: 16px;
  line-height: 16px;
  margin: 4px 8px;
  vertical-align: bottom;
  border-left: 1px solid #adb0b8;
}
.ql-file-bar .ql-file-download {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-file-bar .ql-file-download i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-file-bar .ql-file-download:hover {
  background-color: #aaaaaf;
}
.ql-file-bar .ql-file-download .icon-download {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql-file-bar .ql-file-download .icon-download::before {
  content: "\e600";
}
.ql-file-bar .ql-file-delete {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-file-bar .ql-file-delete i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-file-bar .ql-file-delete:hover {
  background-color: #aaaaaf;
}
.ql-file-bar .ql-file-delete .icon-delete {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql-file-bar .ql-file-delete .icon-delete::before {
  content: "\ec45";
}

.ql-image-bar {
  position: absolute;
  transform: translateY(10px);
  transition: width 0.5s ease-in-out; /* 动画持续0.5秒，平滑过渡宽度变化 */
  align-items: center;
  background-color: #fff;
  border: 1px solid #adb0b8;
  box-shadow: 0 0 5px rgba(37, 43, 58, 0.2);
  color: #252b3a;
  display: flex;
  padding: 4px;
  white-space: nowrap;
}
.ql-image-bar .ql-split {
  width: 1px;
  height: 16px;
  line-height: 16px;
  margin: 4px 8px;
  vertical-align: bottom;
  border-left: 1px solid #adb0b8;
}
.ql-image-bar .ql-image-preview {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-image-bar .ql-image-preview i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-image-bar .ql-image-preview svg {
  display: block;
  line-height: 28px;
  margin: 6px 0;
  margin-left: 2px;
}
.ql-image-bar .ql-image-preview:hover {
  background-color: #aaaaaf;
}
.ql-image-bar .ql-image-preview .icon-preview {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql-image-bar .ql-image-preview .icon-preview::before {
  content: "\e600";
}
.ql-image-bar .ql-image-download {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-image-bar .ql-image-download i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-image-bar .ql-image-download svg {
  display: block;
  line-height: 28px;
  margin: 6px 0;
  margin-left: 2px;
}
.ql-image-bar .ql-image-download:hover {
  background-color: #aaaaaf;
}
.ql-image-bar .ql-image-download .icon-download {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql-image-bar .ql-image-download .icon-download::before {
  content: "\e600";
}
.ql-image-bar .ql-image-copy {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-image-bar .ql-image-copy i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-image-bar .ql-image-copy svg {
  display: block;
  line-height: 28px;
  margin: 6px 0;
  margin-left: 2px;
}
.ql-image-bar .ql-image-copy:hover {
  background-color: #aaaaaf;
}
.ql-image-bar .ql-image-delete {
  line-height: 28px;
  margin: 0 4px;
  padding: 0 4px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.ql-image-bar .ql-image-delete i {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
}
.ql-image-bar .ql-image-delete svg {
  display: block;
  line-height: 28px;
  margin: 6px 0;
  margin-left: 2px;
}
.ql-image-bar .ql-image-delete:hover {
  background-color: #aaaaaf;
}
.ql-image-bar .ql-image-delete .icon-delete {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ql-image-bar .ql-image-delete .icon-delete::before {
  content: "\ec45";
}

/* 图片预览 */
#editor .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
  background-color: #fff;
  border: 1px solid #adb0b8;
  box-shadow: 0 2px 8px 0 rgba(37, 43, 58, 0.2);
  color: #252b3a;
  padding: 5px 3px;
  white-space: nowrap;
}
#editor .ql-tooltip[data-mode=link]::before {
  content: none;
}
#editor .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
#editor .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
#editor .ql-tooltip.ql-editing a.ql-remove,
#editor .ql-tooltip.ql-editing a.ql-preview {
  display: inline-block;
}
#editor .ql-tooltip.ql-editing a.ql-remove::before,
#editor .ql-tooltip.ql-editing a.ql-preview::before {
  content: none;
}
#editor .ql-tooltip input[type=text] {
  display: none;
  border: 0;
  outline: none;
  font-size: 13px;
  height: 28px;
  margin: 0;
  padding: 0 6px;
  width: 200px;
  background-color: #fff;
}
#editor .ql-tooltip .ql-split {
  width: 1px;
  height: 16px;
  line-height: 16px;
  margin: 6px 4px;
  border-left: 1px solid #adb0b8;
  display: inline-block;
  vertical-align: bottom;
}
#editor .ql-tooltip .ql-preview .icon-share {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#editor .ql-tooltip .ql-preview .icon-share::before {
  content: "\e683";
}
#editor .ql-tooltip .ql-remove .icon-delete {
  display: block;
  font-size: 16px;
  color: #252b3a;
  line-height: 28px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#editor .ql-tooltip .ql-remove .icon-delete::before {
  content: "\ec45";
}
#editor .ql-tooltip a {
  line-height: 28px;
  margin: 0 3px;
  padding: 0 3px;
  min-width: 28px;
  display: inline-block;
  text-align: center;
  color: #babbc0;
  border-radius: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
#editor .ql-tooltip a i {
  display: block;
  font-size: 16px;
  color: #babbc0;
  line-height: 28px;
}
#editor .ql-tooltip a:hover {
  background-color: #949597;
}

:-webkit-full-screen {
  background-color: white !important;
}

:-moz-full-screen {
  background-color: white !important;
}

:-ms-fullscreen {
  background-color: white !important;
}

:fullscreen {
  background-color: white !important;
}

.scroll--lock {
  overflow: hidden !important;
}
.scroll__wrap {
  overflow: auto;
  height: 100%;
}

.fullscreen.ql-toolbar, .fullscreen.ql-container {
  --fe-fullscreen-z-index: 50;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: var(--fe-editor-bg-color);
  z-index: var(--fe-fullscreen-z-index);
}
.fullscreen.ql-toolbar {
  --fe-fullscreen-container-z-index: 51;
  top: 0;
  z-index: var(--fe-fullscreen-container-z-index);
}
.fullscreen.ql-container {
  --fe-top: 0px;
  top: var(--fe-top);
  height: calc(100% - var(--fe-top));
}

.ql-screenshot-wrapper {
  --ql-screenshot-color-bg: rgba(0, 0, 0, 0.5);
  --ql-screenshot-color-confirm: #2196f3;
  --ql-screenshot-color-cancel: #ef1749;
}
.ql-screenshot-wrapper .ql-screenshot-cancel,
.ql-screenshot-wrapper .ql-screenshot-confirm {
  position: relative;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.ql-screenshot-wrapper .ql-screenshot-confirm {
  background-color: var(--ql-screenshot-color-confirm);
}
.ql-screenshot-wrapper .ql-screenshot-confirm::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.ql-screenshot-wrapper .ql-screenshot-cancel {
  background-color: var(--ql-screenshot-color-cancel);
}
.ql-screenshot-wrapper .ql-screenshot-cancel::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 2px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.ql-screenshot-wrapper .ql-screenshot-cancel::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 2px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(-45deg);
}
.ql-screenshot-mask {
  position: fixed;
  inset: 0;
  background-color: var(--ql-screenshot-color-bg);
  z-index: 50;
}
.ql-screenshot-cutter {
  position: fixed;
  border: 1px solid #fff;
  z-index: 50;
}
.ql-screenshot-coordinate, .ql-screenshot-done {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  white-space: nowrap;
}
.ql-screenshot-done {
  display: flex;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.ql-math-field {
  border: none;
}
.ql-math-field::part(virtual-keyboard-toggle) {
  height: unset;
}
.ql-math-field.view::part(menu-toggle) {
  display: none;
}

.ql-tooltip.math-field-tooltip {
  border: none;
  z-index: 10;
  padding: 0;
}
.ql-tooltip.math-field-tooltip::before {
  display: none;
}
.ql-tooltip.math-field-tooltip .ql-math-field {
  border: none;
  width: 400px;
}
.ql-tooltip.math-field-tooltip .ql-math-field::part(virtual-keyboard-toggle) {
  height: unset;
}
.ql-tooltip.math-field-tooltip .ql-math-field.view::part(menu-toggle) {
  display: none;
}
.ql-tooltip.math-field-tooltip .ql-math-field::part(container) {
  font-size: 24px;
}

.ql-ai-icon-box {
  position: relative;
}
.ql-ai-icon-box:hover .ql-ai-icon-bubble {
  display: block;
}
.ql-ai-icon-box .ql-ai-icon-bubble {
  display: none;
  width: 216px;
  height: 52px;
  border-radius: 12px;
  position: absolute;
  top: 28px;
  left: -26px;
  z-index: 1000;
}
.ql-ai-icon-box .ql-ai-icon-bubble-box {
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
}
.ql-ai-icon-box .ql-ai-icon-bubble-box .ql-ai-icon-bubble-text {
  z-index: 1000;
  font-size: 14px;
  line-height: 21px;
  color: #191919;
}
.ql-ai-icon-box .ql-ai-icon-bubble-box svg {
  position: absolute;
}
.ql-ai-icon-box .ql-ai-icon-bubble-box .bubble-arrow-icon {
  z-index: 1000;
  left: 16px;
  top: -8px;
  width: 28px;
  height: 9px;
}
.ql-ai-icon-box .ql-ai-icon-bubble-box .bubble-rect-icon {
  top: 0;
  width: 216px;
  height: 44px;
  z-index: 999;
}

.ql-ai-dialog {
  position: absolute;
  left: 15px;
}

.ql-toolbar .ql-ai .ql-ai-icon-box > .ql-ai-trigger-icon:hover path {
  fill: #5e7ce0;
}
.ql-toolbar .ql-ai .ql-ai-icon-box > .ql-ai-trigger-icon:hover .ql-ai-icon-linear {
  display: none;
}

.ql-ai-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.ql-ai-tip {
  flex-shrink: 0;
}

.ql-ai-input {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: white;
  border: 1px solid #c2c2c2;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}

.ql-ai-input-pre-icon {
  margin-right: 8px;
  height: 28px;
}
.ql-ai-input-pre-icon svg {
  height: 28px;
  width: 28px;
}
.ql-ai-input-pre-icon.ql-ai-think-icon svg {
  animation: rotate 2s linear infinite;
}

.ql-ai-think-text {
  flex: 1;
  color: #191919;
  font-size: 16px;
  letter-spacing: 0px;
}

.ql-ai-think-btn {
  width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 4px 16px 4px 4px;
  background-color: rgba(20, 118, 255, 0.06);
  color: rgb(20, 118, 255);
  cursor: pointer;
}
.ql-ai-think-btn svg {
  width: 24px;
  height: 24px;
}
.ql-ai-think-btn span {
  font-size: 12px;
  margin-left: 8px;
  white-space: nowrap;
}

.ql-ai-input input {
  flex: 1;
  padding: 8px 8px 8px 0;
  margin-right: 16px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.ql-ai-input-right {
  display: flex;
  align-items: center;
  height: 28px;
}
.ql-ai-input-right .ql-ai-input-right-send {
  margin-right: 8px;
}
.ql-ai-input-right .ql-ai-input-right-close {
  height: 100%;
}
.ql-ai-input-right svg {
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.ql-ai-result {
  margin-bottom: 12px;
  padding: 16px 24px 8px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 2px 28px 0px rgba(0, 0, 0, 0.1);
  color: #191919;
  font-size: 16px;
  line-height: 26px;
}
.ql-ai-result-header {
  font-weight: 500;
  margin-bottom: 8px;
}
.ql-ai-result-content {
  font-weight: 400;
  overflow-y: auto;
  max-height: 222px;
  margin-bottom: 8px;
}
.ql-ai-result-content::-webkit-scrollbar {
  width: 4px;
  height: 56.74px;
  padding: 4px 0;
}
.ql-ai-result-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dbdbdb;
}
.ql-ai-result-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.ql-ai-result-footer .ql-ai-result-footer-right {
  height: 100%;
}
.ql-ai-result-footer svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ql-ai-result-footer-text {
  color: #adadad;
  font-size: 14px;
  line-height: 24px;
}

.ql-ai-dropdown-button {
  padding: 4px 8px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
}

.ql-ai-actions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 8px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 28px 0px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  width: 200px;
}

.ql-ai-action-item {
  padding: 8px 24px 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ql-ai-action-item:hover {
  background: #f5f5f5;
}
.ql-ai-action-item.hidden {
  display: none;
}
.ql-ai-action-item svg {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.ql-ai-action-item .ql-ai-result-menu-text {
  color: #191919;
  font-size: 14px;
}

.ql-ai-send {
  margin-left: 8px;
  padding: 2px 8px;
  background: #1890ff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.ql-ai-send:hover {
  background: #40a9ff;
}

.ql-ai-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  color: #191919;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 8px;
  min-height: 45px;
  z-index: 9999;
  animation: fadeIn 0.3s;
}

.ql-ai-menu-container {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  gap: 16px;
}
.ql-ai-menu-container:has(.editor) .ql-ai-main-menu > .ql-ai-menu-item:first-child {
  background: #f5f5f5;
}
.ql-ai-menu-container:has(.editor) .ql-ai-main-menu > .ql-ai-menu-item:first-child > svg:nth-of-type(2) {
  display: inline-block;
}
.ql-ai-menu-container:has(.tone) .ql-ai-main-menu > .ql-ai-menu-item:nth-of-type(2) {
  background: #f5f5f5;
}
.ql-ai-menu-container:has(.tone) .ql-ai-main-menu > .ql-ai-menu-item:nth-of-type(2) > svg:nth-of-type(2) {
  display: inline-block;
}
.ql-ai-menu-container:has(.adjust) .ql-ai-main-menu > .ql-ai-menu-item:nth-of-type(3) {
  background: #f5f5f5;
}
.ql-ai-menu-container:has(.adjust) .ql-ai-main-menu > .ql-ai-menu-item:nth-of-type(3) > svg:nth-of-type(2) {
  display: inline-block;
}

.ql-ai-main-menu {
  height: 132px;
}
.ql-ai-main-menu .ql-ai-menu-item > svg:nth-of-type(2) {
  height: 8px;
  width: 8px;
  display: none;
}

.ql-ai-main-menu,
.ql-ai-sub-menu {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 28px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
  z-index: 1001;
}

.ql-ai-sub-menu {
  display: none;
}
.ql-ai-sub-menu .ql-ai-menu-item:hover {
  background: #f5f5f5;
}

.ql-ai-sub-menu.tone {
  margin-top: 40px;
}
.ql-ai-sub-menu.adjust {
  margin-top: 86px;
}

.ql-ai-menu-item {
  padding: 8px 24px 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  min-width: 200px;
  border-radius: 8px;
}
.ql-ai-menu-item:not(:first-child) {
  margin-top: 4px;
}
.ql-ai-menu-item svg:first-child {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.ql-ai-menu-item span {
  flex: 1;
  color: #191919;
  font-size: 14px;
  line-height: 20px;
}

.ql-ai-selection-bubble {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 1000;
}
.ql-ai-selection-bubble svg {
  width: 20px;
  height: 20px;
}
.ql-ai-selection-bubble span {
  margin-left: 4px;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  color: #191919;
}
.ql-ai-selection-bubble::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
}
.ql-ai-selection-bubble:hover::after {
  border-top-color: #f5f5f5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  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;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}

.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

.ql-editor ol {
  padding-left: 1.5em;
}

.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "•";
}

.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "☑";
}

.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "☐";
}

@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}

.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

.ql-editor table td {
  outline: none;
}

.ql-editor .ql-code-block-container {
  font-family: monospace;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-ui {
  position: absolute;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-code-block-container {
  position: relative;
}

.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}


.qsf-menu {
  --qsf-menu-bg-color:#fff;
  --qsf-menu-border-color:#e4e4e7;
  --qsf-menu-text-color:#09090b;
  --qsf-menu-bg-color-active:#eff0f0;
  --qsf-menu-break-color-active:#f4f4f5;
  --qsf-menu-text-color-active:#18181b;
  --qsf-menu-hint-color:#8a8f8d;
  width: 240px;
  max-height: 370px;
  padding: 4px;
  border: 1px solid var(--qsf-menu-border-color);
  border-radius: 6px;
  background-color: var(--qsf-menu-bg-color);
  color: var(--qsf-menu-text-color);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  overflow-y: auto;
}

.qsf-menu:empty::before {
  box-sizing: content-box;
  display: block;
  content: "暂无匹配的内容";
  height: 22px;
  line-height: 22px;
  padding: 10px 0;
  font-size: 14px;
  color: var(--qsf-menu-hint-color);
  text-align: center;
}

.qsf-menu.is-transparent {
  opacity: 0;
}

.qsf-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.qsf-menu__item:last-of-type {
  margin-bottom: 0;
}

.qsf-menu__item.is-selected, .qsf-menu__item:hover {
  background-color: var(--qsf-menu-bg-color-active);
  color: var(--qsf-menu-text-color-active);
}

.qsf-menu__item.no-selected-style {
  background-color: var(--qsf-menu-bg-color);
  color: var(--qsf-menu-text-color);
}

.qsf-menu__item.is-break {
  height: 1px;
  margin: 4px -4px;
  padding: 0;
  background-color: var(--qsf-menu-break-bg-color-active);
}

.qsf-menu__item.is-break:hover {
  background-color: var(--qsf-menu-break-bg-color-active);
}

.qsf-menu__item-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.qsf-menu__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.qsf-menu__item-icon .qsf-menu__icon {
  font-size: 26px;
  stroke: #444;
}

.qsf-menu__item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  flex: 1;
}

.qsf-menu__item-title {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.qsf-menu__item-hint {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: var(--qsf-menu-hint-color);
}

.qsf-menu__item-descriptions {
  font-size: 12px;
  line-height: 18px;
  color: var(--qsf-menu-hint-color);
}

.qsf-menu__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 20px;
}

.qsf-menu__icon.is-arrow {
  margin-left: auto;
}

.qsf-menu__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.qsf-placeholder {
  position: absolute;
  font-size: 14px;
  line-height: 1.42;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.qsf-placeholder.is-hidden {
  display: none;
}

.qsf-placeholder::before {
  content: attr(data-placeholder);
  padding: 0 4px;
  white-space: nowrap;
  font-size: 14px;
  color: #d8dad9;
}

.qsf-placeholder.is-right {
  transform: translateX(-100%);
}

.ql-editor.ql-blank::before {
  content: none;
}

.jsf-color-picker {
  --jsf-color-picker-bg-color:#ffffff;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  width: 16.75rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: var(--jsf-color-picker-bg-color);
  box-shadow: 0 0 0.375rem #b2b5b8;
}

.jsf-color-picker__content {
  box-sizing: border-box;
  width: 100%;
  height: 11.75rem;
  padding-top: 0.5rem;
}

.jsf-color-picker__selector {
  width: 14.375rem;
  height: 9.375rem;
  position: absolute;
}

.jsf-color-picker__background {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.jsf-color-picker__background-handle {
  box-sizing: border-box;
  position: absolute;
  border: 0.0625rem solid #fff;
  cursor: pointer;
  top: 0;
  left: 14.375rem;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate(-0.3125rem, -0.3125rem);
}

.jsf-color-picker__hue {
  width: 0.75rem;
  height: 9.375rem;
  margin-left: 15rem;
  position: absolute;
  background: linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}

.jsf-color-picker__hue-handle {
  box-sizing: border-box;
  position: absolute;
  border: 0.0625rem solid #fff;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.6);
  left: 0;
  width: 1rem;
  height: 0.625rem;
  transform: translate(-0.125rem, -0.3125rem);
}

.jsf-color-picker__alpha {
  width: 14.375rem;
  height: 0.75rem;
  position: absolute;
  margin-top: 10rem;
  background: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(135deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(135deg, transparent 75%, #ccc 75%);
  background-size: 0.75rem 0.75rem;
  background-position: 0 0, 0.375rem 0, 0.375rem -0.375rem, 0 0.375rem;
}

.jsf-color-picker__alpha-bg {
  position: relative;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.jsf-color-picker__alpha-handle {
  box-sizing: border-box;
  position: absolute;
  border: 0.0625rem solid #fff;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.6);
  top: 0;
  width: 0.625rem;
  height: 1rem;
  transform: translate(-0.3125rem, -0.125rem);
}

.jsf-color-picker__action {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  padding-top: 0.5rem;
  border-top: 0.0625rem solid #e9ecef;
}

.jsf-color-picker__action-item {
  flex: 1;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
}

.jsf-color-picker__input {
  box-sizing: border-box;
  width: 100%;
  height: 1.375rem;
  margin-left: 0.125rem;
  padding: 0.125rem 0 0.125rem 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  outline: 0;
  color: #405057;
}

.ql-editor ::-moz-selection {
  background-color: #38bdf8;
}

.ql-editor ::selection {
  background-color: #38bdf8;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  float: none;
  border-color: #78716c;
  background-color: var(--bg);
  font-size: 0.75rem;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.ql-selected {
  --border-color:#000000;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.ql-selected[data-dark], .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.ql-selected[data-dark], .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.ql-selected[data-dark], .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.ql-selected[data-dark] {
  --border-color:#ffffff;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.ql-selected::before, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.ql-selected::before, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.ql-selected::before, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.ql-selected::before {
  margin-left: 0.3125rem;
  margin-top: 0.0625rem;
  content: "";
  display: block;
  width: 0.1875rem;
  height: 0.5rem;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 0.125rem 0.125rem 0;
  border-color: var(--border-color);
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank:hover, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank:hover, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.blank:hover, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.blank:hover {
  --bg:rgba(0, 0, 0, 0.05);
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank::before, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank::before, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.blank::before, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.blank::before {
  content: none;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.custom, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.custom, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.custom, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.custom {
  position: relative;
  display: block;
  width: 100%;
  height: 1.375rem;
  line-height: 1.375rem;
  margin: 0.25rem 0 0 0;
  border: none;
  cursor: pointer;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.custom:hover, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.custom:hover, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.custom:hover, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.custom:hover {
  color: inherit;
  --bg:rgba(0, 0, 0, 0.05);
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.custom .jsf-color-picker, .ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.custom .jsf-color-picker, .ql-toolbar.ql-snow .ql-color-picker.ql-background .ql-picker-item.custom .jsf-color-picker, .ql-toolbar.ql-snow .ql-color-picker.ql-color .ql-picker-item.custom .jsf-color-picker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.ql-bubble .ql-toolbar .ql-color-picker.ql-background.ql-expanded .ql-picker-options, .ql-bubble .ql-toolbar .ql-color-picker.ql-color.ql-expanded .ql-picker-options, .ql-toolbar.ql-snow .ql-color-picker.ql-background.ql-expanded .ql-picker-options, .ql-toolbar.ql-snow .ql-color-picker.ql-color.ql-expanded .ql-picker-options {
  display: flex;
}

.ql-toolbar .ql-color-picker.keep-color {
  display: flex;
  width: 3.25rem;
}

.ql-toolbar .ql-color-picker.keep-color.ql-background, .ql-toolbar .ql-color-picker.keep-color.ql-color {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ql-toolbar .ql-color-picker.keep-color.ql-background .ql-picker-label, .ql-toolbar .ql-color-picker.keep-color.ql-color .ql-picker-label {
  width: 1.75rem;
  flex-shrink: 0;
}

.ql-toolbar .ql-color-picker.keep-color .ql-picker-label {
  border-right-color: transparent;
}

.ql-toolbar.ql-snow .ql-color-picker.ql-expanded .ql-picker-expand {
  border-color: #ccc;
  border-left-color: transparent;
  color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker.ql-expanded .ql-picker-expand:hover {
  color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-expand:hover {
  color: #06c;
}

.ql-toolbar .ql-color-picker .ql-picker-expand {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  cursor: pointer;
  border: 0.0625rem solid transparent;
}

.ql-toolbar .ql-color-picker .ql-picker-expand:hover {
  color: #fff;
}

.ql-toolbar .ql-color-picker .ql-picker-options {
  width: 13.25rem;
  flex-wrap: wrap;
}

.ql-toolbar .ql-color-picker .ql-picker-item.blank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0.25rem 0;
  text-align: center;
}

.ql-toolbar .ql-color-picker .used {
  width: 100%;
}

.ql-toolbar .ql-color-picker .used-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 1.25rem;
}

.ql-toolbar .ql-color-picker .used::before {
  content: "Recently used";
  font-size: 0.75rem;
  color: #d1d5db;
}

@font-face {
  font-family: "iconfont"; /* Project id 3231649 */
  src: url("data:font/woff2;base64,d09GMgABAAAAAAPEAAsAAAAAB/gAAAN2AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDHAqDIIJ2ATYCJAMQCwoABCAFhGcHSxsBB8gehXEzfcQqKjPbRwsC1KUnyf7/2EHgrYTsFJCm8kQEY8JTYfXRWpt/xGxCOouop7eEncye2R5WCUk0kSmNBCF+oxKiaAKzwvv0p3JGCZ8FQDrGpjlobfxg8QIFqHtarSAbqFdPBbkKsDNYi/wvQQAG2cySr2/cLkH71FE8gGFqMfgC4kIxdZKpQiNvR6spFLgQONCVGmI7OsgN8iWwzf+86CBXuECiK4x9eo5fMeCpmc4GZdkWqJ+4PATkaAnogALSF+YUE+v9o6kJU+nUYJT9ppZCABcuJDTTvKqzwbZJ5ab0LvMvDwQSBcKBke8OQD6VVtCMzUFA8yoOEjobsijgqYx3AU5gLXCCkoT3kEhUXOzYYK0h7hLPja/vC9F01jQ3nQbrlumx6U66/u5LY/6+TQH9FG+VA5TjK64t/7G7/XdvDNwbOH5vU9AMK3i/4b7xggA0A8L3OYVmXTO9Np0Vqu/o64CA6pcB+56AOaB/M8ZF/49935Y+7vtAZ07XjucSD9zz3soVceepcQ+eMR7VHjGeI8JKof9h9WH76dnH4lLP42pn3Ycd2L2rxsPXs9q2eNREgQPhG7rypU6nz8Xm0P8XfQJp6lawCzj50PeTb6t/SM+zf7a7LTng0y+3p82/y/+wf79ti9c7haYiB1mLene8qxHHEtv+tP1IXK/3ulfyqil5D+sVUWTfrjZW/DPwTndjjsVIYCbEWeqWqgXs1T3lDdjUcVX9DcVhX3Vjywiv8n8uUwPgd7dLP/2gTaOb4hsoYPkXMwwFiZoaBk0rU9vKf4Gx4ZITEjBMF3yiHPjyOoTRD84HgQu/GBInYVC4iKU0SSp0THLhwEUFDNJYWW/iR0QNQnMDEjkjIPDmERJPrkHhzQulSarQCeQNDrz5hUF/4bGbSaIYU5eQyslAbRHaY8KAWSbuCy2QmXlqUhSvUJLaZBRlQcpm1yigpI856XxT4XMZstmhj6vseeR5IUazQ4d0LlhzeTQpiqzsKoI+w4clEggVDmGAaJyA2OiEBDCXzNPfV4AwyfBQSUCqkkpIsUnhiIyABFBr+gDquJB9Ug4xUeBwGAgjITI+yCrvJTwlFYJE5cMcCB2OgNUhETGJaJIYqhemN/q3twswMPbThBRKaELHsXCSeqrajePHBWE8MNvmTHQH6VaWkpupNgAAAA==") format("woff2"), url("data:font/woff;base64,d09GRgABAAAAAAVkAAsAAAAAB/gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8FU8VY21hcAAAAYgAAABiAAABnLoJLoBnbHlmAAAB7AAAAXMAAAGgslPDomhlYWQAAANgAAAALwAAADYfuq+3aGhlYQAAA5AAAAAcAAAAJAfeA4VobXR4AAADrAAAAA4AAAAQEAAAAGxvY2EAAAO8AAAACgAAAAoBNAC0bWF4cAAAA8gAAAAfAAAAIAERAFFuYW1lAAAD6AAAAUAAAAJnEKM8sHBvc3QAAAUoAAAAOQAAAEtIA5ekeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnjG8cWVu+N/AwMB8hwFIMjCiKGICAGrGDKt4nO2QsQ2AMAwEzySgCDEKJWKDLELFHtk1VXYItkPBELx1lv2yXDwwA0HZlQhyI5gudcX9wOp+5NQ9aU1QqaXl3r+TS/wi+TTZZ1n4tXk/3i1YagPLuJaB5drygPAAe+gUYgAAeJxNUD1PAkEQ3dkVDhfuhNs7iHzvXe6IMUHD1xkI5CT+ApVCG/gBVjYm2khnSQE1dlY29kT8A9YW/gISEwsLCu9wDxpninlvMjN5bxBGIsiMdJGBThCyuFGGNtQaLagkc6Alq7zS+McVMKFRKUBi09ETTsCSmgRhKWyU7BLYNYe0vaHZNJnsysxOwypjraFoeTOaoRNVcWV1QrPbB5T6SxzbScdj2F9Sio2WOVVUVelnLCvTD9DUbBn4mtIxHMuMyf7rmNKyOCL2QpIUwhARRFgQPlbf5I3EURbVhA9NCpvcsOtroQ43wnpiY6aekKxkATrgdCAHVadk6qbQHiRBUVn199VCTju88j/0Itfwl5Ye+TcAUBieKXV7sbBDttzrutn8s870PQ12WWqUZt47y+c06N1FcGjr8jaOMUx/Ph8wjjePTs+DFwt9c/JIXIEkFEWIcZ2nOOFBHRD3d14k6MJ7eQK0EiOu67nkfoD+AD2sTjIAeJxjYGRgYADi5Q5u3PH8Nl8ZuFkYQOCe79Y7CPr/ARYGZicgl4OBCSQKAB7jCnMAeJxjYGRgYG7438AQw8IAAkCSkQEVsAAARwoCbXicY2FgYGBBwgAAsAARAAAAAAAAAGQAtADQAAB4nGNgZGBgYGFwZWBmAAEmIOYCQgaG/2A+AwAPuAFjAHichZE9bsJAEIWfwZAElChKpDRpVikoEsn8lEipUKCnoAez5ke211ovSNQ5TY6QE+QI6Whzikh52EMDRbza2W/evpkdyQDusIeH8rvnLtnDJbOSK7jAo3CV+pOwT34WrqGJnnCd+qtwAy94E26yY8YOnn/FrIV3YQ+3+BCu4AafwlXqX8I++Vu4hgf8CNep/wo3MPGuhZtoeeHA6qnTczXbqVVo0sik7niO9WITT+2pPNE2X5lUdYPOURrpVNtjm3y76DkXqciaRA15q+PYqMyatQ5dsHQu67fbkehBaBIMYKExhWOcQ2GGHeMKIQxSREV0Z/mY7gU2iFlp/3VP6LbIqR9yhS4CdM5cI7rSwnk6TY4tX+tRdXQrbsuahDSUWs1JYrLiDzzcramE1AMsi6oMfbS5ohN/UMyQ/AHYk29XeJxjYGKAAC4G7ICFkYmRmZGFkZWBrSIzsSoxkyMtNQ/IykvnLc5IzEvOKC1OzS5NzGRgAADF1QuAAAAA") format("woff"), url("data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8FU8VAAABjAAAAGBjbWFwugkugAAAAfwAAAGcZ2x5ZrJTw6IAAAOkAAABoGhlYWQfuq+3AAAA4AAAADZoaGVhB94DhQAAALwAAAAkaG10eBAAAAAAAAHsAAAAEGxvY2EBNAC0AAADmAAAAAptYXhwAREAUQAAARgAAAAgbmFtZRCjPLAAAAVEAAACZ3Bvc3RIA5ekAAAHrAAAAEsAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAQAAQAAAAEAAKdARgtfDzz1AAsEAAAAAADeTbXcAAAAAN5NtdwAAP/ABAADQgAAAAgAAgAAAAAAAAABAAAABABFAAMAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYA7EUDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAEAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAFoAAEAAAAAAGIAAwABAAAALAADAAoAAAFoAAQANgAAAAgACAACAADmAOaD7EX//wAA5gDmg+xF//8AAAAAAAAAAQAIAAgACAAAAAEAAgADAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAA0AAAAAAAAAAMAAOYAAADmAAAAAAEAAOaDAADmgwAAAAIAAOxFAADsRQAAAAMAAAAAAGQAtADQAAAAAgAAAAADvQNCACIARAAAJSEiLgE9ATQ2OwEyFh0BFBYzITI2PQE0NjsBMhYdARQOASMBNjIfARE0NjsBMhYVETc2Mh8BFhQHAQYHBiInJicBJjQ3Az39gSM6IxMNQA0TJhoB/xslEw1ADRMjOiP9vQobCpUSDkANEpUKHAkvCgr++AIMDxoQDAL++AoKAiI7I58OEhIOXxslJRtfDhISDp8jOyICcgoKlAFBDRMTDf6/lAoKLgobCv74AgUHBwUCAQgKGwoAAAACAAD/8APBAxAAHAA0AAAlFAcGIyEiJjURNDY7ATchIgYVERQWMyEyNjURByUWHwE+ATc+AR0BMzcnIxUjBgcGBwYHBgMACw0S/isSHx0UMGz+2BUgIRQC7RQakP53AQEBH4FTDjUm6uomBSYNVUJAHB6tFRMVKRQBGRMXkBoT/c4THh0UAVV7CAIFBFp6EAICAZ/03IgCAhA6OFJUAAAAAwAA/8ADoANAAAMABwALAAATIRUhFyEDIRMhFSFgA0D8wCADAFn9sqcBAP8AAwBAQP1AA4BgAAAAABIA3gABAAAAAAAAABMAAAABAAAAAAABAAgAEwABAAAAAAACAAcAGwABAAAAAAADAAgAIgABAAAAAAAEAAgAKgABAAAAAAAFAAsAMgABAAAAAAAGAAgAPQABAAAAAAAKACsARQABAAAAAAALABMAcAADAAEECQAAACYAgwADAAEECQABABAAqQADAAEECQACAA4AuQADAAEECQADABAAxwADAAEECQAEABAA1wADAAEECQAFABYA5wADAAEECQAGABAA/QADAAEECQAKAFYBDQADAAEECQALACYBY0NyZWF0ZWQgYnkgaWNvbmZvbnRpY29uZm9udFJlZ3VsYXJpY29uZm9udGljb25mb250VmVyc2lvbiAxLjBpY29uZm9udEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAQIBAwEEAQUABnhpYXphaQhmZW54aWFuZw1zaGFuY2h1c2VrdWFpAAAA") format("truetype");
}
.ql-counter {
  width: 100%;
  bottom: 0;
  white-space: nowrap;
  border-top: 1px solid #ddd;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  text-align: right;
  padding-right: 5px;
  color: #8a8e99;
}

.ql-mention-list-container .ql-mention-list {
  position: absolute;
  background: #ffffff;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  padding: 5px 0;
  list-style: none;
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 1052;
}
.ql-mention-list-container .ql-mention-list.ql-mention-list--hide {
  position: static;
  height: 0;
  opacity: 0;
  display: none;
}
.ql-mention-list-container .ql-mention-list .ql-mention-item {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  color: #252b3a;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.ql-mention-list-container .ql-mention-list .ql-mention-item.ql-mention-item--active {
  background-color: #5e7ce0;
  color: #ffffff;
}

.ql-mention-link {
  cursor: pointer;
  color: #5e7ce0;
  margin: 0 0.3em;
  text-decoration: underline;
}

.ql-toolbar {
  position: relative;
  border: solid 1px #adb0b8;
  /* Set dropdown font-families */
}
.ql-toolbar .ql-font {
  width: 98px;
}
.ql-toolbar .ql-font .ql-picker-label::before {
  width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ql-toolbar .ql-font.ql-expanded .ql-picker-label {
  color: inherit;
}
.ql-toolbar .ql-font:hover {
  color: #5e7ce0;
}
.ql-toolbar .ql-font:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-font .ql-picker-label {
  outline: none;
  border: 0;
}
.ql-toolbar .ql-font .ql-picker-label .ql-stroke {
  display: none;
}
.ql-toolbar .ql-font .ql-picker-label i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-top: 3px solid #252b3a;
}
.ql-toolbar .ql-font .ql-picker-label.ql-active i.icon, .ql-toolbar .ql-font .ql-picker-label:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-font .ql-picker-options {
  color: #8a8e99;
}
.ql-toolbar {
  /* Set Dropdown font-size */
}
.ql-toolbar .ql-size {
  width: 98px;
}
.ql-toolbar .ql-size .ql-picker-label::before {
  width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ql-toolbar .ql-size.ql-expanded .ql-picker-label {
  color: inherit;
}
.ql-toolbar .ql-size:hover {
  color: #5e7ce0;
}
.ql-toolbar .ql-size:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-size .ql-picker-label {
  outline: none;
  border: 0;
}
.ql-toolbar .ql-size .ql-picker-label .ql-stroke {
  display: none;
}
.ql-toolbar .ql-size .ql-picker-label i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-top: 3px solid #252b3a;
}
.ql-toolbar .ql-size .ql-picker-label.ql-active i.icon, .ql-toolbar .ql-size .ql-picker-label:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-size .ql-picker-options {
  color: #8a8e99;
}
.ql-toolbar .ql-size span.ql-picker-options {
  width: 70px;
}
.ql-toolbar .ql-size span.ql-picker-options span::before {
  font-size: 14px;
}
.ql-toolbar .ql-line-height {
  width: 72px;
}
.ql-toolbar .ql-line-height .ql-picker-label::before {
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ql-toolbar .ql-line-height.ql-expanded .ql-picker-label {
  color: inherit;
}
.ql-toolbar .ql-line-height:hover {
  color: #5e7ce0;
}
.ql-toolbar .ql-line-height:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-line-height .ql-picker-label {
  outline: none;
  border: 0;
}
.ql-toolbar .ql-line-height .ql-picker-label .ql-stroke {
  display: none;
}
.ql-toolbar .ql-line-height .ql-picker-label i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-top: 3px solid #252b3a;
}
.ql-toolbar .ql-line-height .ql-picker-label.ql-active i.icon, .ql-toolbar .ql-line-height .ql-picker-label:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-line-height .ql-picker-options {
  color: #8a8e99;
}
.ql-toolbar .ql-line-height span.ql-picker-options {
  width: 98px;
}
.ql-toolbar .ql-line-height span.ql-picker-options span::before {
  font-size: 14px;
}
.ql-toolbar.toolbar-top {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}
.ql-toolbar.toolbar-bottom {
  border-top: 0;
}
.ql-toolbar.ql-snow {
  background-color: var(--fe-editor-bg-color);
}
.ql-toolbar.ql-snow button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ql-toolbar.ql-snow .ql-active,
.ql-toolbar.ql-snow .ql-picker-label.ql-active,
.ql-toolbar.ql-snow .ql-picker-label:hover,
.ql-toolbar.ql-snow .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-picker-item:hover,
.ql-toolbar.ql-snow button.ql-active,
.ql-toolbar.ql-snow button:hover {
  color: #5e7ce0;
}
.ql-toolbar.ql-snow .ql-active .icon-triangle-down,
.ql-toolbar.ql-snow .ql-picker-label.ql-active .icon-triangle-down,
.ql-toolbar.ql-snow .ql-picker-label:hover .icon-triangle-down,
.ql-toolbar.ql-snow .ql-picker-item.ql-selected .icon-triangle-down,
.ql-toolbar.ql-snow .ql-picker-item:hover .icon-triangle-down,
.ql-toolbar.ql-snow button.ql-active .icon-triangle-down,
.ql-toolbar.ql-snow button:hover .icon-triangle-down {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-picker-item:focus,
.ql-toolbar .ql-picker-options:focus {
  outline: none;
}
.ql-toolbar button > i {
  line-height: 18px;
  font-size: 16px;
}
.ql-toolbar button {
  outline: none;
}
.ql-toolbar .ql-block {
  display: inline-block;
  line-height: initial;
  margin-right: 12.5px;
  padding-right: 12.5px;
  border-right: solid 1px #adb0b8;
}
.ql-toolbar .ql-block:last-child {
  border-right: 0;
}
.ql-toolbar .ql-block button {
  height: 18px;
  width: 16px;
  padding: 0;
}
.ql-toolbar .ql-block .ql-picker {
  height: 18px;
  color: #252b3a;
}
.ql-toolbar .ql-block .ql-picker-label {
  padding: 0;
}
.ql-toolbar .ql-block .ql-picker-label::before {
  line-height: 18px;
}
.ql-toolbar .ql-block d-toolbar-item button {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.ql-toolbar .ql-block d-toolbar-item button:first-child {
  margin-left: 0;
}
.ql-toolbar .ql-block d-toolbar-item button:last-child {
  margin-right: 0;
}
.ql-toolbar .ql-formats {
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 0; /* 防止出现幽灵空白节点，导致更多按钮图标与分隔线不对齐 */
}
.ql-toolbar .ql-picker.ql-header {
  width: 98px;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-label::before {
  width: 98px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ql-toolbar .ql-picker.ql-header.ql-expanded .ql-picker-label {
  color: inherit;
}
.ql-toolbar .ql-picker.ql-header:hover {
  color: #5e7ce0;
}
.ql-toolbar .ql-picker.ql-header:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-label {
  outline: none;
  border: 0;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-label .ql-stroke {
  display: none;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-label i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-top: 3px solid #252b3a;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-label.ql-active i.icon, .ql-toolbar .ql-picker.ql-header .ql-picker-label:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-picker.ql-header .ql-picker-options {
  color: #8a8e99;
}

.ql-formats.ql-color-container, .ql-formats.ql-bg-color-container, .ql-formats.ql-font-family-container {
  margin-right: 0;
}
.ql-formats.ql-color-container {
  margin-left: 4px;
}
.ql-formats.ql-align-container {
  margin-right: 4px;
}

.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item {
  width: 18px;
  height: 18px;
  margin: 2px;
  border: 1px solid #141414;
}
.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank {
  width: 100%;
}
.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank:hover::before, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.blank:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.blank:hover::before {
  content: none;
}
.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item.custom:hover::before, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item.custom:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.custom:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.custom:hover::before {
  content: none;
}
.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item.ql-selected::before, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item.ql-selected::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item.ql-selected::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item.ql-selected::before {
  margin-left: 5px;
  margin-top: 1px;
  width: 6px;
  height: 12px;
}
.ql-snow.ql-toolbar .ql-color-picker.ql-color .ql-picker-item:hover::before, .ql-snow.ql-toolbar .ql-color-picker.ql-background .ql-picker-item:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-color .ql-picker-item:hover::before,
.ql-bubble .ql-toolbar .ql-color-picker.ql-background .ql-picker-item:hover::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -3px;
  margin-left: -3px;
  border: 1px solid #38383c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  transform: rotate(0deg);
  filter: none;
}

.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  color: inherit;
  border-color: transparent;
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 1px;
  border: none;
  color: #252b3a;
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-options, .ql-toolbar .ql-picker.ql-expanded.ql-font .ql-picker-options, .ql-toolbar .ql-picker.ql-expanded.ql-line-height .ql-picker-options, .ql-toolbar .ql-picker.ql-expanded.ql-size .ql-picker-options {
  margin-left: -6px;
  padding-left: 0;
  padding-right: 0;
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-options .ql-picker-item, .ql-toolbar .ql-picker.ql-expanded.ql-font .ql-picker-options .ql-picker-item, .ql-toolbar .ql-picker.ql-expanded.ql-line-height .ql-picker-options .ql-picker-item, .ql-toolbar .ql-picker.ql-expanded.ql-size .ql-picker-options .ql-picker-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-options .ql-picker-item::after, .ql-toolbar .ql-picker.ql-expanded.ql-font .ql-picker-options .ql-picker-item::after, .ql-toolbar .ql-picker.ql-expanded.ql-line-height .ql-picker-options .ql-picker-item::after, .ql-toolbar .ql-picker.ql-expanded.ql-size .ql-picker-options .ql-picker-item::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -6px;
  content: "";
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-options .ql-picker-item.ql-selected::after, .ql-toolbar .ql-picker.ql-expanded.ql-font .ql-picker-options .ql-picker-item.ql-selected::after, .ql-toolbar .ql-picker.ql-expanded.ql-line-height .ql-picker-options .ql-picker-item.ql-selected::after, .ql-toolbar .ql-picker.ql-expanded.ql-size .ql-picker-options .ql-picker-item.ql-selected::after {
  margin-top: -12px;
  content: "L";
  font-size: initial;
  font-family: arial;
  -ms-transform: scaleX(-1) rotate(-45deg); /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg); /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg);
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-item[data-value="1"]::after {
  font-size: 2em;
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-item[data-value="2"]::after {
  font-size: 1.5em;
}
.ql-toolbar .ql-picker.ql-expanded.ql-header .ql-picker-item[data-value="3"]::after {
  font-size: 1.17em;
}
.ql-toolbar .ql-picker.ql-expanded .ql-picker-item:hover {
  color: #252b3a;
  background-color: #f2f5fc;
}
.ql-toolbar .ql-picker.ql-expanded.ql-color-picker .ql-picker-item:hover {
  color: inherit;
  background-color: var(--bg);
}
.ql-toolbar .ql-picker-label {
  outline: none;
  border: 0;
}
.ql-toolbar .ql-color-picker {
  display: flex;
  width: 36px;
  margin: 0 5px;
}
.ql-toolbar .ql-color-picker .ql-picker-label {
  width: 28px;
  flex-shrink: 0;
}
.ql-toolbar .ql-color-picker .ql-picker-expand {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ql-toolbar .ql-color-picker .ql-picker-expand:hover {
  color: #fff;
}
.ql-toolbar .ql-color-picker .ql-picker-expand:hover i.icon {
  border-top-color: #5e7ce0;
}
.ql-toolbar .ql-color-picker i.icon {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -2.5px;
  border: 2.5px solid transparent;
  border-top: 3px solid #252b3a;
  position: static;
  margin-top: 2.5px;
}
.ql-toolbar .ql-color-picker:hover.ql-picker.ql-expanded .ql-picker-label {
  color: #5e7ce0;
}
.ql-toolbar .ql-color-picker .ql-picker-options {
  width: 240px;
  padding: 16px 10px;
}
.ql-toolbar .ql-color-picker .ql-picker-options .custom {
  position: relative;
  margin-top: 4px;
  height: 22px;
}
.ql-toolbar .ql-color-picker .ql-picker-options .custom:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.ql-toolbar .ql-color-picker .ql-picker-label:hover svg:not(.ql-ai-icon),
.ql-toolbar .ql-color-picker .ql-picker-label:hover polygon,
.ql-toolbar .ql-color-picker .ql-picker-label:hover svg:not(.ql-ai-icon) path, .ql-toolbar .ql-color-picker .ql-picker-label.ql-active svg:not(.ql-ai-icon),
.ql-toolbar .ql-color-picker .ql-picker-label.ql-active polygon,
.ql-toolbar .ql-color-picker .ql-picker-label.ql-active svg:not(.ql-ai-icon) path {
  fill: #252b3a;
}
.ql-toolbar .ql-color-picker .ql-picker-label:hover i, .ql-toolbar .ql-color-picker .ql-picker-label.ql-active i {
  color: #252b3a;
}
.ql-toolbar button:hover svg:not(.ql-ai-icon),
.ql-toolbar button:hover polygon,
.ql-toolbar button:hover svg:not(.ql-ai-icon) path, .ql-toolbar button.ql-active svg:not(.ql-ai-icon),
.ql-toolbar button.ql-active polygon,
.ql-toolbar button.ql-active svg:not(.ql-ai-icon) path,
.ql-toolbar .ql-picker-label:hover svg:not(.ql-ai-icon),
.ql-toolbar .ql-picker-label:hover polygon,
.ql-toolbar .ql-picker-label:hover svg:not(.ql-ai-icon) path,
.ql-toolbar .ql-picker-label.ql-active svg:not(.ql-ai-icon),
.ql-toolbar .ql-picker-label.ql-active polygon,
.ql-toolbar .ql-picker-label.ql-active svg:not(.ql-ai-icon) path {
  fill: #5e7ce0;
}
.ql-toolbar button:hover i, .ql-toolbar button.ql-active i,
.ql-toolbar .ql-picker-label:hover i,
.ql-toolbar .ql-picker-label.ql-active i {
  color: #5e7ce0;
}
.ql-toolbar button svg:not(.ql-ai-icon),
.ql-toolbar button polygon,
.ql-toolbar button svg:not(.ql-ai-icon) path,
.ql-toolbar .ql-picker-label svg:not(.ql-ai-icon),
.ql-toolbar .ql-picker-label polygon,
.ql-toolbar .ql-picker-label svg:not(.ql-ai-icon) path {
  fill: #252b3a;
}
.ql-toolbar button i,
.ql-toolbar .ql-picker-label i {
  color: #252b3a;
}
.ql-toolbar button.ql-disabled svg:not(.ql-ai-icon),
.ql-toolbar button.ql-disabled polygon,
.ql-toolbar button.ql-disabled svg:not(.ql-ai-icon) path,
.ql-toolbar .ql-picker-label.ql-disabled svg:not(.ql-ai-icon),
.ql-toolbar .ql-picker-label.ql-disabled polygon,
.ql-toolbar .ql-picker-label.ql-disabled svg:not(.ql-ai-icon) path {
  fill: #adb0b8;
  cursor: not-allowed;
}

.image-preview__overlay {
  position: absolute;
  z-index: 10;
}
.image-preview__overlay .icon-maxmize {
  font-size: 18px;
  padding: 8px 4px 3px;
  background-color: #8a8e99;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.image-preview__overlay .icon-maxmize:before {
  content: url('data:image/svg+xml;utf8,<svg t="1642681601748" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2834" width="20" height="20"><path d="M460.8 940.8h-320l262.4-262.4c12.8-12.8 12.8-38.4 0-51.2-12.8-19.2-38.4-19.2-57.6 0l-262.4 262.4v-345.6c0-19.2-19.2-38.4-38.4-38.4s-38.4 19.2-38.4 38.4v364.8c0 51.2 38.4 115.2 96 115.2h358.4c19.2 0 38.4-19.2 38.4-38.4 0-25.6-19.2-44.8-38.4-44.8zM940.8 6.4h-377.6c-19.2 0-38.4 19.2-38.4 38.4s19.2 38.4 38.4 38.4h320l-268.8 262.4c-12.8 12.8-12.8 38.4 0 57.6 19.2 12.8 44.8 12.8 57.6 0l262.4-262.4v320c0 19.2 19.2 38.4 38.4 38.4s38.4-19.2 38.4-38.4v-352c6.4-64-25.6-102.4-70.4-102.4z" p-id="2835"></path></svg>');
}