/*
 * wysiwyg-editor.css
 * styles for pages with wysiwyg editor
 */
 .ql-editor {
     font-size: 16px;
 }
 .ql-container {
     /* resize: vertical; */
     overflow: auto;
     height: auto !important; /* auto resize, no scroll bar */
 }
 /* Addition quill fonts
 .ql-font-arial {
     font-family: Arial, sans-serif;
 }
 .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before,
 .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before {
     content: 'Arial';
     font-family: Arial, sans-serif;
 }

 .ql-snow .ql-font-sofia {
     font-family: 'Sofia', sans-serif;
 }
 .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="sofia"]::before,
 .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="sofia"]::before {
     content: 'Sofia';
 }
 */