@charset "UTF-8";


 .ql-bg-black {
  background-color: #000;
}
 .ql-bg-red {
  background-color: #e60000;
}
 .ql-bg-orange {
  background-color: #f90;
}
 .ql-bg-yellow {
  background-color: #ff0;
}
 .ql-bg-green {
  background-color: #008a00;
}
 .ql-bg-blue {
  background-color: #06c;
}
 .ql-bg-purple {
  background-color: #93f;
}
 .ql-color-white {
  color: #fff;
}
 .ql-color-red {
  color: #e60000;
}
 .ql-color-orange {
  color: #f90;
}
 .ql-color-yellow {
  color: #ff0;
}
 .ql-color-green {
  color: #008a00;
}
 .ql-color-blue {
  color: #06c;
}
 .ql-color-purple {
  color: #93f;
}
 .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
 .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
 .ql-size-small {
  font-size: 0.75em;
}
 .ql-size-large {
  font-size: 1.5em;
}
 .ql-size-huge {
  font-size: 2.5em;
}
 .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
 .ql-align-center {
  text-align: center;
}
 .ql-align-justify {
  text-align: justify;
}
 .ql-align-right {
  text-align: right;
}
.ql-blank::before {
  color: #515365;
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.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;
}
