@import url(/fonts/sf-pro-display/font.css);
@import url(/fonts/shopify-sans/font.css);
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * 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: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.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;
  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 ul,
.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;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9: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 .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-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 pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  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 0px;
}
.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: 0px;
  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-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: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 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: 0px;
  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: 0px;
  content: 'Save';
  padding-right: 0px;
}
.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;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.align-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.custom-action .custom-action-show {
  transition: all 0.5s ease;
  display: none;
}
.custom-action:hover .custom-action-show {
  display: flex;
}
.align-right {
  text-align: right;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-24 {
  padding: 24px;
}
.p-15-24 {
  padding: 15px 24px;
}
.w-100 {
  width: 100%;
}
.w-fill {
  width: -webkit-fill-available;
}
.width-300 {
  width: 300px;
}
.width-200 {
  width: 200px;
}
.width-150 {
  width: 150px;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.align-center {
  text-align: center;
}
.item-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.custom-icon {
  color: var(--custom-link-color);
  cursor: pointer;
  font-size: large !important;
}
.delete-button-color {
  color: var(--error-color);
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.hover-link:hover {
  color: #5c6ac4;
}
.card-item .ant-card-body {
  padding: 8px;
}
.card-item .description {
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.w100 {
  width: 100%;
}
.ant-table-selection-column {
  max-width: 20px;
}
.view-table-image {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
}
.ant-page-header {
  padding: 0;
}
.header-filter {
  display: grid;
  gap: 5px;
  padding: 15px;
  background: #fff;
  border-radius: 2px 2px 0 0;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.art-action .btn-action {
  cursor: pointer;
  margin-bottom: 5px;
}
.art-action .btn-action:hover {
  color: #1890ff;
}
.p-art-category .ant-card {
  border-radius: 0px !important;
}
.p-art-category .ant-card-bordered {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
}
.p-art-category .ant-card-head {
  border: none;
}
.p-art-category .ant-card-body {
  padding: 0px 24px !important;
}
.p-clipart-category .ant-card {
  border-radius: 0px !important;
}
.p-clipart-category .ant-card-bordered {
  border: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
}
.p-modal-media {
  top: 30px !important;
}
.p-library {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f5f5;
}
.p-library .ant-checkbox {
  left: 5px;
}
.btn-action-success {
  color: var(--success-color) !important;
}
.ant-drawer-header {
  padding: 19px 24px;
}
.p-menu .ant-menu-item-only-child {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.color-picker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  cursor: pointer;
  margin-bottom: 24px;
  margin-left: 10px;
}
.sketch-picker {
  box-sizing: border-box !important;
  margin-bottom: 10px;
}
.tree-categories .ant-tree-node-content-wrapper,
.tree-categories .ant-tree-node-selected {
  width: 100%;
}
.tree-categories .ant-tree-treenode-selected .p-title-category {
  font-weight: 500;
  color: #5c6ac4;
}
.tree-categories .ant-tree-treenode-selected .p-title-category a {
  font-weight: 100;
}
.tree-categories .ant-tree-treenode {
  width: 100%;
  margin: 2px 0;
}
.tree-categories .p-title-category {
  display: flex;
  justify-content: space-between;
}
.tree-categories .ant-tree-list-holder-inner {
  display: initial !important;
}
.p-modal-form-category .ant-modal-content {
  top: 90px;
}
.p-collapse-filter .ant-collapse-borderless {
  background-color: none;
}
.p-collapse-filter .ant-collapse-header {
  font-weight: 500;
}
.p-collapse-filter .ant-collapse-item {
  border-bottom: none;
}
.p-collapse-filter .ant-collapse-borderless {
  background-color: transparent;
}
.p-collapse-filter .ant-collapse {
  background-color: transparent;
}
.p-collapse-filter .ant-divider.ant-divider-horizontal {
  border-top: 1px solid rgb(232 232 4.46153846%);
  margin: 8px 0 0 0;
}
.no-border {
  border: none;
}
.menu-action-base-popconfirm {
  z-index: 9999;
}
.modal-import-base .ant-modal-body,
.orderDetail .ant-modal-body {
  padding: 0;
}
.modal-import-base {
  top: 60px;
}
.modal-import-base .ant-modal-header {
  padding: 18px 10px;
}
.system-background {
  background: #f4f6f8;
}
.p-art-category .customize-category .ant-tree,
.p-clipart-category .customize-category .ant-tree {
  background: #f4f6f8;
}
.p-art-category .customize-category .ant-tree-show-line .ant-tree-switcher,
.p-clipart-category .customize-category .ant-tree-show-line .ant-tree-switcher {
  background: #f4f6f8;
}
.ant-menu-submenu > .ant-menu {
  background: #f4f6f8;
  padding-left: 34px;
  font-size: 13.5px;
}
.ant-menu-submenu > .ant-menu .ant-menu-item {
  line-height: 30px;
  height: 30px;
}
.ant-menu-submenu-popup.ant-menu-submenu > .ant-menu {
  padding-left: 0;
}
.ant-menu-item-selected {
  font-weight: 500;
}
.ppod-left-navigation {
  overflow-x: hidden;
}
.ppod-left-navigation li.ant-menu-item,
.ppod-left-navigation li .ant-menu-submenu-title {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
  line-height: 36px;
  height: 36px;
}
.ppod-left-navigation li.ant-menu-item span:first-child,
.ppod-left-navigation li .ant-menu-submenu-title span:first-child {
  margin-right: 15px;
}
.ppod-left-navigation li svg {
  width: 18px;
  height: 18px;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
}
.upload-avatar .ant-upload.ant-upload-drag {
  width: 64px;
  height: 64px;
  text-align: center;
  background: #fafafa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.upload-avatar .ant-upload.ant-upload-drag .ant-upload-btn {
  padding: 0;
}
.ant-menu-inline-collapsed > .ant-menu-item {
  left: -1px;
}
.clipart {
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f5f5;
}
.row-dragging {
  background: #fafafa;
  border: 1px solid #ccc;
  z-index: 1000;
}
.row-dragging td {
  padding: 16px;
  visibility: hidden;
}
.row-dragging .drag-visible {
  visibility: visible;
}
.no-margin-form-item .ant-form-item {
  margin-bottom: 0;
}
.ant-page-header-heading-left {
  margin: 0;
}
.wrapper-img {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}
@keyframes bounce {
  0% {
    top: 37px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.edit-action .btn-action {
  visibility: hidden;
}
.edit-action:hover .btn-action {
  visibility: inherit;
}
.p-name-child span {
  color: #000;
}
.p-name-child span:nth-child(2) {
  color: #282828;
}
.p-name-child span:nth-child(3) {
  color: #333333;
}
.p-name-child span:nth-child(4) {
  color: #3d3d3d;
}
.p-name-child span:nth-child(5) {
  color: #474747;
}
.p-name-child span:nth-child(6) {
  color: #515151;
}
.p-name-child span:nth-child(7) {
  color: #5b5b5b;
}
.add-campaign-drawer .ant-drawer-body {
  overflow: hidden;
  padding: 0;
}
.p-form-base .form-base-card .ant-form-item {
  margin: 0;
}
.tr-content-printfile:hover {
  background-color: rgba(237, 237, 237, 0.33);
}
.tr-header,
.tr-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  font-weight: 500;
}
.tr-header:hover,
.tr-content:hover {
  background-color: rgba(237, 237, 237, 0.33);
}
.tr-header .content-son,
.tr-content .content-son {
  width: 100%;
  padding: 15px 10px;
}
.tr-header th,
.tr-content th {
  width: 100%;
  padding: 10px;
  background-color: #e4e2e252;
}
.tr-header td,
.tr-content td {
  width: 100%;
  padding: 15px 10px;
}
.table-product-base .ant-table-cell {
  padding: 15px 10px;
}
.no-padding-modal .ant-modal-body {
  padding: 0;
}
.tag-filter-campaign {
  margin-top: 8px;
  font-size: 14px;
  padding: 4px 8px;
}
.tag-filter-campaign svg {
  font-size: 14px;
}
.modal-choose-artwork {
  top: 30px;
}
.modal-choose-artwork .ant-modal-body {
  padding: 10px;
}
.ant-table-cell-with-append {
  display: flex;
  align-items: center;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 0;
}
.td-item-2 {
  display: flex;
}
.td-item-2 .ant-form-item {
  margin-bottom: 0;
}
.fulfillments-title {
  color: #212b36;
}
.fulfillments-title:hover {
  color: #084e8a;
}
.review-design {
  color: #3c484d;
  background: #fee198;
  border-color: #fdc340;
}
.in-production {
  color: #3c484d;
  background: #82d7cf;
  border-color: #00ae9f;
}
.fulfilled {
  color: #ffffff;
  background: green;
  border-color: green;
}
.cancelled {
  color: #3c484d;
  background: #efa2ad;
  border-color: #b26364;
}
.refunded {
  color: #3c484d;
  background: #8fc3ea;
  border-color: #dc465d;
}
.error {
  color: #3c484d;
  background: #dab1b2;
  border-color: #b26364;
}
.processing {
  color: #3c484d;
  background: #8fc3ea;
  border-color: #0088d5;
}
.design-rejected {
  color: #3c484d;
  background: #f8c1a0;
  border-color: #f08345;
}
.delete-button-color {
  color: var(--error-color) !important;
}
.ant-pagination {
  display: flex;
  width: 100%;
}
.ant-pagination .ant-pagination-total-text {
  order: 2;
  margin-left: auto;
  height: auto;
}
.screen-options {
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition-property: height, padding;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 700ms;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-color: #f0f0f0;
  outline: 0.1rem solid transparent;
  border-radius: 2px;
  padding: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.screen-options.show {
  padding: 24px 0;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.btn-screen-options {
  margin: 0 24px;
  margin-right: auto;
  float: right;
  margin-bottom: 15px;
  outline: 0.1rem solid transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-width: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-screen-options .icon-visible {
  transition: all 0.5s ease-in-out;
}
.btn-screen-options:hover,
.btn-screen-options:focus,
.btn-screen-options:active {
  border-color: #fff;
}
.btn-screen-options:focus {
  color: rgba(0, 0, 0, 0.65);
}
.btn-screen-options.btn-active {
  margin-top: -1px;
}
.btn-screen-options.btn-active .icon-visible {
  transform: rotate(-180deg);
}
.custom-content-layout .ant-tabs-nav:before {
  border-color: transparent;
}
.custom-content-layout .ant-card-body {
  padding: 16px;
}
.p-media-main-tab .ant-tabs-nav {
  margin-bottom: 0;
}
.p-modal-media {
  top: 30px !important;
}
.p-modal-media .ant-modal-body {
  padding: 0 0 0 16px;
}
.ant-tabs-tab {
  padding: 18px 0;
  margin: 0 40px 0 0;
}
.ant-tabs-tab .ant-badge-count {
  background-color: #dfe3e8;
  color: #454f5b;
  margin-left: 7px;
}
.ant-table-pagination-right {
  justify-content: flex-start;
  padding: 0 15px;
}
.ant-tabs-tab .ant-badge-count {
  background-color: #dfe3e8;
  color: #454f5b;
  margin-left: 7px;
}
.confim-delete .ant-btn-dangerous {
  color: #fff;
  background: #ff4d4f;
  border-color: #ff4d4f;
}
.confim-delete .ant-btn-dangerous:hover,
.confim-delete .ant-btn-dangerous:focus {
  color: #ffffff;
  background: #ff7875;
  border-color: #ff7875;
}
.hover-red:hover {
  color: red;
}
.table-edit-color .ant-table-body {
  overflow-y: auto !important;
  max-height: calc(100vh - 300px);
}
.ant-carousel .order-carousel .slick-dots .slick-active button {
  background: #5c6ac4 !important;
}
.ant-carousel .order-carousel .slick-dots li button {
  background: #bbbbbb;
}
.tag-order {
  position: relative;
  white-space: normal;
  padding-right: 20px;
}
.tag-order span.anticon.anticon-close.ant-tag-close-icon {
  position: absolute;
  top: 6px;
  right: 4px;
}
.ant-image-img {
  object-fit: contain;
}
.ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.ant-image-mask-info .anticon {
  margin-inline-end: 4px;
}
.ant-image-mask:hover {
  opacity: 1;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container___13VQ_ {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container___13VQ_.ql-disabled___8VidJ .ql-tooltip___2pR03 {
  visibility: hidden;
}
.ql-container___13VQ_.ql-disabled___8VidJ .ql-editor___3s3fs ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard___2Zm2R {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard___2Zm2R p {
  margin: 0;
  padding: 0;
}
.ql-editor___3s3fs {
  box-sizing: border-box;
  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___3s3fs > * {
  cursor: text;
}
.ql-editor___3s3fs p,
.ql-editor___3s3fs ol,
.ql-editor___3s3fs ul,
.ql-editor___3s3fs pre,
.ql-editor___3s3fs blockquote,
.ql-editor___3s3fs h1,
.ql-editor___3s3fs h2,
.ql-editor___3s3fs h3,
.ql-editor___3s3fs h4,
.ql-editor___3s3fs h5,
.ql-editor___3s3fs h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol,
.ql-editor___3s3fs ul {
  padding-left: 1.5em;
}
.ql-editor___3s3fs ol > li,
.ql-editor___3s3fs ul > li {
  list-style-type: none;
}
.ql-editor___3s3fs ul > li::before {
  content: '\2022';
}
.ql-editor___3s3fs ul[data-checked=true],
.ql-editor___3s3fs ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor___3s3fs ul[data-checked=true] > li *,
.ql-editor___3s3fs ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor___3s3fs ul[data-checked=true] > li::before,
.ql-editor___3s3fs ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor___3s3fs ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor___3s3fs ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor___3s3fs li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor___3s3fs li:not(.ql-direction-rtl___2Iqaw)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor___3s3fs li.ql-direction-rtl___2Iqaw::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor___3s3fs ol li:not(.ql-direction-rtl___2Iqaw),
.ql-editor___3s3fs ul li:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 1.5em;
}
.ql-editor___3s3fs ol li.ql-direction-rtl___2Iqaw,
.ql-editor___3s3fs ul li.ql-direction-rtl___2Iqaw {
  padding-right: 1.5em;
}
.ql-editor___3s3fs ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor___3s3fs ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-1___k7VuZ {
  counter-increment: list-1;
}
.ql-editor___3s3fs ol li.ql-indent-1___k7VuZ:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-1___k7VuZ {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-2___YsnW0 {
  counter-increment: list-2;
}
.ql-editor___3s3fs ol li.ql-indent-2___YsnW0:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-2___YsnW0 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-3___1JXD5 {
  counter-increment: list-3;
}
.ql-editor___3s3fs ol li.ql-indent-3___1JXD5:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-3___1JXD5 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-4___1fWTT {
  counter-increment: list-4;
}
.ql-editor___3s3fs ol li.ql-indent-4___1fWTT:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-4___1fWTT {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-5___2ONYb {
  counter-increment: list-5;
}
.ql-editor___3s3fs ol li.ql-indent-5___2ONYb:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-5___2ONYb {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-6___3C-ZV {
  counter-increment: list-6;
}
.ql-editor___3s3fs ol li.ql-indent-6___3C-ZV:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-6___3C-ZV {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-7___1XiYw {
  counter-increment: list-7;
}
.ql-editor___3s3fs ol li.ql-indent-7___1XiYw:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-7___1XiYw {
  counter-reset: list-8 list-9;
}
.ql-editor___3s3fs ol li.ql-indent-8___3xwOP {
  counter-increment: list-8;
}
.ql-editor___3s3fs ol li.ql-indent-8___3xwOP:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor___3s3fs ol li.ql-indent-8___3xwOP {
  counter-reset: list-9;
}
.ql-editor___3s3fs ol li.ql-indent-9___x8tt0 {
  counter-increment: list-9;
}
.ql-editor___3s3fs ol li.ql-indent-9___x8tt0:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor___3s3fs .ql-indent-1___k7VuZ:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 3em;
}
.ql-editor___3s3fs li.ql-indent-1___k7VuZ:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 4.5em;
}
.ql-editor___3s3fs .ql-indent-1___k7VuZ.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 3em;
}
.ql-editor___3s3fs li.ql-indent-1___k7VuZ.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 4.5em;
}
.ql-editor___3s3fs .ql-indent-2___YsnW0:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 6em;
}
.ql-editor___3s3fs li.ql-indent-2___YsnW0:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 7.5em;
}
.ql-editor___3s3fs .ql-indent-2___YsnW0.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 6em;
}
.ql-editor___3s3fs li.ql-indent-2___YsnW0.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 7.5em;
}
.ql-editor___3s3fs .ql-indent-3___1JXD5:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 9em;
}
.ql-editor___3s3fs li.ql-indent-3___1JXD5:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 10.5em;
}
.ql-editor___3s3fs .ql-indent-3___1JXD5.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 9em;
}
.ql-editor___3s3fs li.ql-indent-3___1JXD5.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 10.5em;
}
.ql-editor___3s3fs .ql-indent-4___1fWTT:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 12em;
}
.ql-editor___3s3fs li.ql-indent-4___1fWTT:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 13.5em;
}
.ql-editor___3s3fs .ql-indent-4___1fWTT.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 12em;
}
.ql-editor___3s3fs li.ql-indent-4___1fWTT.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 13.5em;
}
.ql-editor___3s3fs .ql-indent-5___2ONYb:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 15em;
}
.ql-editor___3s3fs li.ql-indent-5___2ONYb:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 16.5em;
}
.ql-editor___3s3fs .ql-indent-5___2ONYb.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 15em;
}
.ql-editor___3s3fs li.ql-indent-5___2ONYb.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 16.5em;
}
.ql-editor___3s3fs .ql-indent-6___3C-ZV:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 18em;
}
.ql-editor___3s3fs li.ql-indent-6___3C-ZV:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 19.5em;
}
.ql-editor___3s3fs .ql-indent-6___3C-ZV.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 18em;
}
.ql-editor___3s3fs li.ql-indent-6___3C-ZV.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 19.5em;
}
.ql-editor___3s3fs .ql-indent-7___1XiYw:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 21em;
}
.ql-editor___3s3fs li.ql-indent-7___1XiYw:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 22.5em;
}
.ql-editor___3s3fs .ql-indent-7___1XiYw.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 21em;
}
.ql-editor___3s3fs li.ql-indent-7___1XiYw.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 22.5em;
}
.ql-editor___3s3fs .ql-indent-8___3xwOP:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 24em;
}
.ql-editor___3s3fs li.ql-indent-8___3xwOP:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 25.5em;
}
.ql-editor___3s3fs .ql-indent-8___3xwOP.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 24em;
}
.ql-editor___3s3fs li.ql-indent-8___3xwOP.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 25.5em;
}
.ql-editor___3s3fs .ql-indent-9___x8tt0:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 27em;
}
.ql-editor___3s3fs li.ql-indent-9___x8tt0:not(.ql-direction-rtl___2Iqaw) {
  padding-left: 28.5em;
}
.ql-editor___3s3fs .ql-indent-9___x8tt0.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 27em;
}
.ql-editor___3s3fs li.ql-indent-9___x8tt0.ql-direction-rtl___2Iqaw.ql-align-right___1d1lU {
  padding-right: 28.5em;
}
.ql-editor___3s3fs .ql-video___s15z1 {
  display: block;
  max-width: 100%;
}
.ql-editor___3s3fs .ql-video___s15z1.ql-align-center___2XJO6 {
  margin: 0 auto;
}
.ql-editor___3s3fs .ql-video___s15z1.ql-align-right___1d1lU {
  margin: 0 0 0 auto;
}
.ql-editor___3s3fs .ql-bg-black___2mrTk {
  background-color: #000;
}
.ql-editor___3s3fs .ql-bg-red___2mI6v {
  background-color: #e60000;
}
.ql-editor___3s3fs .ql-bg-orange___Ho9Yr {
  background-color: #f90;
}
.ql-editor___3s3fs .ql-bg-yellow___1LoCg {
  background-color: #ff0;
}
.ql-editor___3s3fs .ql-bg-green___3sCCA {
  background-color: #008a00;
}
.ql-editor___3s3fs .ql-bg-blue___3FZNs {
  background-color: #06c;
}
.ql-editor___3s3fs .ql-bg-purple___1at3H {
  background-color: #93f;
}
.ql-editor___3s3fs .ql-color-white___3qYue {
  color: #fff;
}
.ql-editor___3s3fs .ql-color-red___378F5 {
  color: #e60000;
}
.ql-editor___3s3fs .ql-color-orange___qZrzu {
  color: #f90;
}
.ql-editor___3s3fs .ql-color-yellow___3RTwV {
  color: #ff0;
}
.ql-editor___3s3fs .ql-color-green___1Tc5d {
  color: #008a00;
}
.ql-editor___3s3fs .ql-color-blue___3gjv8 {
  color: #06c;
}
.ql-editor___3s3fs .ql-color-purple___2u6XP {
  color: #93f;
}
.ql-editor___3s3fs .ql-font-serif___1NGQi {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor___3s3fs .ql-font-monospace___2pcL9 {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor___3s3fs .ql-size-small___gaJkv {
  font-size: 0.75em;
}
.ql-editor___3s3fs .ql-size-large___m5p5b {
  font-size: 1.5em;
}
.ql-editor___3s3fs .ql-size-huge___tiJOz {
  font-size: 2.5em;
}
.ql-editor___3s3fs .ql-direction-rtl___2Iqaw {
  direction: rtl;
  text-align: inherit;
}
.ql-editor___3s3fs .ql-align-center___2XJO6 {
  text-align: center;
}
.ql-editor___3s3fs .ql-align-justify___2oI-h {
  text-align: justify;
}
.ql-editor___3s3fs .ql-align-right___1d1lU {
  text-align: right;
}
.ql-editor___3s3fs.ql-blank___3KppU::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___193Gp.ql-toolbar___3Ak2e:after,
.ql-snow___193Gp .ql-toolbar___3Ak2e:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button,
.ql-snow___193Gp .ql-toolbar___3Ak2e button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button svg,
.ql-snow___193Gp .ql-toolbar___3Ak2e button svg {
  float: left;
  height: 100%;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button:active:hover,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:active:hover {
  outline: none;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e input.ql-image___3baEc[type=file],
.ql-snow___193Gp .ql-toolbar___3Ak2e input.ql-image___3baEc[type=file] {
  display: none;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button:hover,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:hover,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:focus,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:focus,
.ql-snow___193Gp.ql-toolbar___3Ak2e button.ql-active___1A8xn,
.ql-snow___193Gp .ql-toolbar___3Ak2e button.ql-active___1A8xn,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q {
  color: #06c;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button:hover .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:hover .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:focus .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:focus .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:focus .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:focus .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke___3JVkz.ql-fill___2yY8U,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke___3JVkz.ql-fill___2yY8U {
  fill: #06c;
}
.ql-snow___193Gp.ql-toolbar___3Ak2e button:hover .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:hover .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:focus .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:focus .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke___3JVkz,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke___3JVkz,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e button:focus .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e button:focus .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e button.ql-active___1A8xn .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-label___Lubw1.ql-active___1A8xn .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb:hover .ql-stroke-miter___3-_dk,
.ql-snow___193Gp.ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke-miter___3-_dk,
.ql-snow___193Gp .ql-toolbar___3Ak2e .ql-picker-item___GjRFb.ql-selected___1WU0Q .ql-stroke-miter___3-_dk {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow___193Gp.ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn),
  .ql-snow___193Gp .ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) {
    color: #444;
  }
  .ql-snow___193Gp.ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-fill___2yY8U,
  .ql-snow___193Gp .ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-fill___2yY8U,
  .ql-snow___193Gp.ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke___3JVkz.ql-fill___2yY8U,
  .ql-snow___193Gp .ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke___3JVkz.ql-fill___2yY8U {
    fill: #444;
  }
  .ql-snow___193Gp.ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke___3JVkz,
  .ql-snow___193Gp .ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke___3JVkz,
  .ql-snow___193Gp.ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke-miter___3-_dk,
  .ql-snow___193Gp .ql-toolbar___3Ak2e button:hover:not(.ql-active___1A8xn) .ql-stroke-miter___3-_dk {
    stroke: #444;
  }
}
.ql-snow___193Gp {
  box-sizing: border-box;
}
.ql-snow___193Gp * {
  box-sizing: border-box;
}
.ql-snow___193Gp .ql-hidden___2wg5I {
  display: none;
}
.ql-snow___193Gp .ql-out-bottom___1tQV2,
.ql-snow___193Gp .ql-out-top___26Qa2 {
  visibility: hidden;
}
.ql-snow___193Gp .ql-tooltip___2pR03 {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow___193Gp .ql-tooltip___2pR03 a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow___193Gp .ql-tooltip___2pR03.ql-flip___1A6A5 {
  transform: translateY(-10px);
}
.ql-snow___193Gp .ql-formats___1jHs4 {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow___193Gp .ql-formats___1jHs4:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow___193Gp .ql-stroke___3JVkz {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow___193Gp .ql-stroke-miter___3-_dk {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow___193Gp .ql-fill___2yY8U,
.ql-snow___193Gp .ql-stroke___3JVkz.ql-fill___2yY8U {
  fill: #444;
}
.ql-snow___193Gp .ql-empty___1jw__ {
  fill: none;
}
.ql-snow___193Gp .ql-even___26x5C {
  fill-rule: evenodd;
}
.ql-snow___193Gp .ql-thin___11GAO,
.ql-snow___193Gp .ql-stroke___3JVkz.ql-thin___11GAO {
  stroke-width: 1;
}
.ql-snow___193Gp .ql-transparent___Y0G6U {
  opacity: 0.4;
}
.ql-snow___193Gp .ql-direction___2bVp_ svg:last-child {
  display: none;
}
.ql-snow___193Gp .ql-direction___2bVp_.ql-active___1A8xn svg:last-child {
  display: inline;
}
.ql-snow___193Gp .ql-direction___2bVp_.ql-active___1A8xn svg:first-child {
  display: none;
}
.ql-snow___193Gp .ql-editor___3s3fs h1 {
  font-size: 2em;
}
.ql-snow___193Gp .ql-editor___3s3fs h2 {
  font-size: 1.5em;
}
.ql-snow___193Gp .ql-editor___3s3fs h3 {
  font-size: 1.17em;
}
.ql-snow___193Gp .ql-editor___3s3fs h4 {
  font-size: 1em;
}
.ql-snow___193Gp .ql-editor___3s3fs h5 {
  font-size: 0.83em;
}
.ql-snow___193Gp .ql-editor___3s3fs h6 {
  font-size: 0.67em;
}
.ql-snow___193Gp .ql-editor___3s3fs a {
  text-decoration: underline;
}
.ql-snow___193Gp .ql-editor___3s3fs blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow___193Gp .ql-editor___3s3fs code,
.ql-snow___193Gp .ql-editor___3s3fs pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow___193Gp .ql-editor___3s3fs pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow___193Gp .ql-editor___3s3fs code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow___193Gp .ql-editor___3s3fs pre.ql-syntax___2AxZ5 {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow___193Gp .ql-editor___3s3fs img {
  max-width: 100%;
}
.ql-snow___193Gp .ql-picker___1SoJ6 {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow___193Gp .ql-picker-label___Lubw1 {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow___193Gp .ql-picker-label___Lubw1::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow___193Gp .ql-picker-options___2ZRE9 {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow___193Gp .ql-picker-options___2ZRE9 .ql-picker-item___GjRFb {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-label___Lubw1 {
  color: #ccc;
  z-index: 2;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-label___Lubw1 .ql-fill___2yY8U {
  fill: #ccc;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-label___Lubw1 .ql-stroke___3JVkz {
  stroke: #ccc;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-options___2ZRE9 {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow___193Gp .ql-color-picker___1OwPn,
.ql-snow___193Gp .ql-icon-picker___2oL6M {
  width: 28px;
}
.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-label___Lubw1,
.ql-snow___193Gp .ql-icon-picker___2oL6M .ql-picker-label___Lubw1 {
  padding: 2px 4px;
}
.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-label___Lubw1 svg,
.ql-snow___193Gp .ql-icon-picker___2oL6M .ql-picker-label___Lubw1 svg {
  right: 4px;
}
.ql-snow___193Gp .ql-icon-picker___2oL6M .ql-picker-options___2ZRE9 {
  padding: 4px 0px;
}
.ql-snow___193Gp .ql-icon-picker___2oL6M .ql-picker-item___GjRFb {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-options___2ZRE9 {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-item___GjRFb {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow___193Gp .ql-picker___1SoJ6:not(.ql-color-picker___1OwPn):not(.ql-icon-picker___2oL6M) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-label]:not([data-label=''])::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-label___Lubw1[data-label]:not([data-label=''])::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-label___Lubw1[data-label]:not([data-label=''])::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-label]:not([data-label=''])::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb[data-label]:not([data-label=''])::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl {
  width: 98px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb::before {
  content: 'Normal';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="1"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="2"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="3"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="4"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="5"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-label___Lubw1[data-value="6"]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-header___2ULsl .ql-picker-item___GjRFb[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH {
  width: 108px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-label___Lubw1::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb::before {
  content: 'Sans Serif';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-label___Lubw1[data-value=serif]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-label___Lubw1[data-value=monospace]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-font___3VubH .ql-picker-item___GjRFb[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ {
  width: 98px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-label___Lubw1::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb::before {
  content: 'Normal';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-label___Lubw1[data-value=small]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=small]::before {
  content: 'Small';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-label___Lubw1[data-value=large]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=large]::before {
  content: 'Large';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-label___Lubw1[data-value=huge]::before,
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=small]::before {
  font-size: 10px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=large]::before {
  font-size: 18px;
}
.ql-snow___193Gp .ql-picker___1SoJ6.ql-size___3xWQJ .ql-picker-item___GjRFb[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow___193Gp .ql-color-picker___1OwPn.ql-background___2yOgL .ql-picker-item___GjRFb {
  background-color: #fff;
}
.ql-snow___193Gp .ql-color-picker___1OwPn.ql-color___27Nye .ql-picker-item___GjRFb {
  background-color: #000;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-formats___1jHs4 {
  margin-right: 15px;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-picker-label___Lubw1 {
  border: 1px solid transparent;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-picker-options___2ZRE9 {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-label___Lubw1 {
  border-color: #ccc;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-picker___1SoJ6.ql-expanded___Gjd5o .ql-picker-options___2ZRE9 {
  border-color: #ccc;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-item___GjRFb.ql-selected___1WU0Q,
.ql-toolbar___3Ak2e.ql-snow___193Gp .ql-color-picker___1OwPn .ql-picker-item___GjRFb:hover {
  border-color: #000;
}
.ql-toolbar___3Ak2e.ql-snow___193Gp + .ql-container___13VQ_.ql-snow___193Gp {
  border-top: 0px;
}
.ql-snow___193Gp .ql-tooltip___2pR03 {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow___193Gp .ql-tooltip___2pR03::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow___193Gp .ql-tooltip___2pR03 input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow___193Gp .ql-tooltip___2pR03 a.ql-preview___3G1dE {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow___193Gp .ql-tooltip___2pR03 a.ql-action___1Jg00::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow___193Gp .ql-tooltip___2pR03 a.ql-remove___UMMx7::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow___193Gp .ql-tooltip___2pR03 a {
  line-height: 26px;
}
.ql-snow___193Gp .ql-tooltip___2pR03.ql-editing___3TOtn a.ql-preview___3G1dE,
.ql-snow___193Gp .ql-tooltip___2pR03.ql-editing___3TOtn a.ql-remove___UMMx7 {
  display: none;
}
.ql-snow___193Gp .ql-tooltip___2pR03.ql-editing___3TOtn input[type=text] {
  display: inline-block;
}
.ql-snow___193Gp .ql-tooltip___2pR03.ql-editing___3TOtn a.ql-action___1Jg00::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow___193Gp .ql-tooltip___2pR03[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow___193Gp .ql-tooltip___2pR03[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow___193Gp .ql-tooltip___2pR03[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow___193Gp a {
  color: #06c;
}
.ql-container___13VQ_.ql-snow___193Gp {
  border: 1px solid #ccc;
}

