/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, Salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 13px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.ql-container.ql-disabled .ql-editor {
  background-color: #ccc;
  color: #ccc;
}
.ql-container.ql-disabled .ql-editor.ql-blank::before {
  color: #999;
}
.ql-container.ql-disabled .ql-toolbar {
  background-color: #ccc;
  border-color: #bbb;
}
.ql-container.ql-disabled .ql-toolbar button,
.ql-container.ql-disabled .ql-toolbar button:hover,
.ql-container.ql-disabled .ql-toolbar button.ql-active,
.ql-container.ql-disabled .ql-toolbar button.ql-selected,
.ql-container.ql-disabled .ql-toolbar select,
.ql-container.ql-disabled .ql-toolbar select:hover,
.ql-container.ql-disabled .ql-toolbar select.ql-active,
.ql-container.ql-disabled .ql-toolbar select.ql-selected {
  color: #999;
}
.ql-container.ql-disabled .ql-toolbar button:hover,
.ql-container.ql-disabled .ql-toolbar button.ql-active,
.ql-container.ql-disabled .ql-toolbar button.ql-selected,
.ql-container.ql-disabled .ql-toolbar select:hover,
.ql-container.ql-disabled .ql-toolbar select.ql-active,
.ql-container.ql-disabled .ql-toolbar select.ql-selected {
  color: #555;
}
.ql-container.ql-disabled .ql-toolbar button:hover .ql-fill,
.ql-container.ql-disabled .ql-toolbar button.ql-active .ql-fill,
.ql-container.ql-disabled .ql-toolbar button.ql-selected .ql-fill,
.ql-container.ql-disabled .ql-toolbar select:hover .ql-fill,
.ql-container.ql-disabled .ql-toolbar select.ql-active .ql-fill,
.ql-container.ql-disabled .ql-toolbar select.ql-selected .ql-fill,
.ql-container.ql-disabled .ql-toolbar .ql-picker-label {
  fill: #555;
}
.ql-container.ql-disabled .ql-toolbar button:hover .ql-stroke,
.ql-container.ql-disabled .ql-toolbar button.ql-active .ql-stroke,
.ql-container.ql-disabled .ql-toolbar button.ql-selected .ql-stroke,
.ql-container.ql-disabled .ql-toolbar select:hover .ql-stroke,
.ql-container.ql-disabled .ql-toolbar select.ql-active .ql-stroke,
.ql-container.ql-disabled .ql-toolbar select.ql-selected .ql-stroke,
.ql-container.ql-disabled .ql-toolbar .ql-picker-label .ql-stroke {
  stroke: #555;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.6;
  height: 100%;
  outline: none;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  cursor: text;
}
.ql-editor:focus {
  outline: 2px solid #0d6efd;
  outline-offset: -1px;
}
.ql-editor.ql-blank::before {
  color: #999;
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-editor.ql-blank::before {
  color: #999;
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
