*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}:root{--xdf-red: #e23d39;--xdf-dark-red: #c70000;--xdf-light-red: #f8d7d6;--xdf-white: #ffffff;--xdf-gray: #f5f5f5;--xdf-dark-gray: #333333;--xdf-medium-gray: #666666;--xdf-light-gray: #e0e0e0;--theme-primary: #ff5722;--theme-primary-dark: #e64a19;--theme-light: #ffccbc;--theme-bg: #fff3e0}body.eyecare-mode{background-color:#2d2d2d!important}body.eyecare-mode .app-container{background-color:#2d2d2d}body.eyecare-mode .sidebar{background-color:#3a3a3a;border-right-color:#4a4a4a}body.eyecare-mode .search-container,body.eyecare-mode .content-header,body.eyecare-mode .category-item,body.eyecare-mode .faq-card,body.eyecare-mode .modal-content{background-color:#3a3a3a;border-color:#4a4a4a;box-shadow:0 1px 3px #0003}body.eyecare-mode .search-input,body.eyecare-mode .form-input,body.eyecare-mode .form-textarea,body.eyecare-mode .form-select{background-color:#4a4a4a;border-color:#5a5a5a;color:#d4d4aa}body.eyecare-mode .category-name,body.eyecare-mode .content-title,body.eyecare-mode .faq-card h3,body.eyecare-mode .modal-title,body.eyecare-mode .form-label{color:#d4d4aa}body.eyecare-mode .faq-card p,body.eyecare-mode .empty-state p{color:#a0a080}body.eyecare-mode .category-item:hover{background-color:#4a4a4a;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}body.eyecare-mode .category-item.active{background-color:var(--theme-light);box-shadow:0 2px 8px #00000040}body.eyecare-mode .category-item.active .category-name{color:var(--theme-primary)}body.eyecare-mode .content,body.eyecare-mode .content-body{background-color:#2d2d2d}body.eyecare-mode .faq-grid{background-color:transparent}body.eyecare-mode .faq-action-button{background-color:#4a4a4a;border-color:#5a5a5a;color:#d4d4aa}body.eyecare-mode .faq-action-button:hover{background-color:#5a5a5a}body.eyecare-mode .faq-action-button.move{background-color:#4a4a4a;color:#d4d4aa;border-color:#5a5a5a}body.eyecare-mode .btn-secondary{background-color:#4a4a4a;color:#d4d4aa}body.eyecare-mode .btn-secondary:hover{background-color:#5a5a5a}body.eyecare-mode .btn-success{background-color:#4a7c4e;color:#d4d4aa}body.eyecare-mode .btn-success:hover{background-color:#5a8c5e}body.eyecare-mode .admin-panel{background-color:#3a3a3a}body.eyecare-mode .theme-option{color:#d4d4aa}body.eyecare-mode .theme-option:hover{background-color:#4a4a4a}body.eyecare-mode .action-button{color:#a0a080}body.eyecare-mode .action-button:hover{background-color:#4a4a4a;color:var(--theme-primary)}body.eyecare-mode .page-header{background:linear-gradient(135deg,#4a4a4a,#3a3a3a)}body.eyecare-mode .page-logo{background:#8b73554d}.main-wrapper{display:flex;flex-direction:column;height:100vh;overflow:hidden}.page-header{background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-primary-dark) 100%);padding:20px 0;box-shadow:0 4px 20px #00000026;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.page-header-content{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.page-title-section{display:flex;align-items:center;gap:16px}.page-logo{font-size:36px;background:#fff3;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.page-title{font-size:28px;font-weight:700;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2);letter-spacing:1px}.page-subtitle{font-size:14px;color:#ffffffd9;background:#ffffff26;padding:4px 12px;border-radius:20px;font-weight:500;letter-spacing:2px;text-transform:uppercase}.page-header-decoration{display:flex;align-items:center;gap:12px}.decoration-line{width:60px;height:2px;background:#fff6;border-radius:1px}.decoration-dot{width:8px;height:8px;background:#fffc;border-radius:50%;box-shadow:0 0 10px #ffffff80}.app-container{display:flex;flex:1;overflow:hidden}.sidebar{width:300px;background-color:var(--xdf-white);border-right:1px solid var(--xdf-light-gray);display:flex;flex-direction:column;overflow:hidden}.search-container{padding:16px;border-bottom:1px solid var(--xdf-light-gray);background-color:var(--xdf-white);position:relative}.search-input{width:100%;padding:10px 12px;border:1px solid var(--xdf-light-gray);border-radius:4px;font-size:14px;outline:none;transition:all .3s ease;box-sizing:border-box;height:40px}.search-input:focus{border-color:var(--xdf-red);box-shadow:0 0 0 2px var(--xdf-light-red)}.search-history{position:absolute;top:100%;left:0;right:0;background-color:var(--xdf-white);border:1px solid var(--xdf-light-gray);border-radius:0 0 4px 4px;box-shadow:0 2px 8px #0000001a;margin-top:-1px;z-index:1000;padding:12px}.search-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.search-history-header span{font-size:12px;color:var(--xdf-medium-gray);font-weight:500}.clear-history-btn{background:none;border:none;font-size:12px;color:var(--xdf-medium-gray);cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .2s ease}.clear-history-btn:hover{background-color:var(--xdf-light-gray);color:var(--xdf-dark-gray)}.search-history-tags{display:flex;flex-wrap:wrap;gap:6px}.search-history-tag{display:inline-block;padding:4px 8px;font-size:12px;color:var(--xdf-dark-gray);background-color:var(--xdf-gray);border:1px solid var(--xdf-light-gray);border-radius:12px;cursor:pointer;transition:all .2s ease}.search-history-tag:hover{background-color:var(--xdf-light-gray);border-color:var(--xdf-medium-gray)}.memo-container{padding:20px;background-color:var(--xdf-white);border-radius:8px;box-shadow:0 2px 8px #0000001a}.memo-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--xdf-light-gray)}.memo-title{font-size:18px;font-weight:600;color:var(--xdf-dark-gray);margin:0}.memo-editor{background-color:var(--xdf-white);border:1px solid var(--xdf-light-gray);border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a}.memo-content{min-height:400px;border:1px solid var(--xdf-light-gray);border-radius:4px}.memo-content .ql-container{font-size:14px;min-height:400px}.memo-content .ql-editor{min-height:400px;font-family:Courier New,Courier,monospace}body.eyecare-mode .memo-content{border-color:#5a5a5a}body.eyecare-mode .memo-content .ql-container{background-color:#4a4a4a;color:#d4d4aa;border-color:#5a5a5a}body.eyecare-mode .memo-content .ql-editor{color:#d4d4aa;background-color:#4a4a4a}body.eyecare-mode .memo-content .ql-toolbar{background-color:#4a4a4a;border-color:#5a5a5a}body.eyecare-mode .memo-content .ql-toolbar button{color:#d4d4aa}body.eyecare-mode .memo-content .ql-toolbar button:hover{color:#fff}body.eyecare-mode .search-history{background-color:#3a3a3a;border-color:#4a4a4a;box-shadow:0 2px 8px #0000004d}body.eyecare-mode .search-history-header span,body.eyecare-mode .clear-history-btn{color:#d4d4aa}body.eyecare-mode .clear-history-btn:hover{background-color:#5a5a5a;color:#fff}body.eyecare-mode .search-history-tag{color:#d4d4aa;background-color:#4a4a4a;border-color:#5a5a5a}body.eyecare-mode .search-history-tag:hover{background-color:#5a5a5a;border-color:#6a6a6a}body.eyecare-mode .memo-container{background-color:#3a3a3a;box-shadow:0 2px 8px #0000004d}body.eyecare-mode .memo-header{border-bottom-color:#5a5a5a}body.eyecare-mode .memo-title{color:#d4d4aa}body.eyecare-mode .memo-editor{background-color:#4a4a4a;border-color:#5a5a5a;box-shadow:0 1px 3px #0000004d}body.eyecare-mode .memo-content{background-color:#4a4a4a;color:#d4d4aa;border-color:#5a5a5a}body.eyecare-mode .memo-content:focus{border-color:#8b7355;box-shadow:0 0 0 2px #8b73554d}.category-list{flex:1;overflow-y:auto;padding:8px 0}.category-item{padding:12px 16px;margin:4px 8px;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent;display:flex;justify-content:space-between;align-items:center;border-radius:8px;background-color:var(--xdf-white);box-shadow:0 1px 3px #00000014}.category-item:hover{background-color:var(--xdf-gray);box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.category-item.active{background-color:var(--xdf-light-red);border-left-color:var(--xdf-red);color:var(--xdf-red);box-shadow:0 2px 8px #e23d3926}.category-name{font-size:14px;font-weight:500}.category-actions{display:flex;gap:8px;opacity:0;transition:opacity .3s ease}.category-item:hover .category-actions{opacity:1}.action-button{padding:4px 8px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease}.action-button.edit{background-color:#4caf50;color:#fff}.action-button.delete{background-color:#f44336;color:#fff}.action-button.move{background-color:#9e9e9e;color:#fff;font-size:10px;padding:4px 6px}.action-button:hover{opacity:.8}.add-category{padding:12px 16px;border-top:1px solid var(--xdf-light-gray);background-color:var(--xdf-white);text-align:center}.add-category-button{width:100%;padding:8px 12px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease}.add-category-button:hover{background-color:var(--theme-primary-dark)}.content{flex:1;background-color:var(--xdf-gray);display:flex;flex-direction:column;overflow:hidden}.content-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--xdf-light-gray);background-color:var(--xdf-white)}.content-body{flex:1;padding:24px;overflow-y:auto}.content-title{font-size:20px;font-weight:600;color:var(--xdf-dark-gray)}.admin-button{padding:10px 16px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease;vertical-align:middle;box-sizing:border-box;height:40px;line-height:20px;box-shadow:0 2px 4px #0000001a}.admin-button:hover{background-color:var(--theme-primary-dark);box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.theme-selector-container{position:relative}.theme-toggle-button{padding:10px 16px;background-color:var(--theme-primary);color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;box-sizing:border-box;height:40px;box-shadow:0 2px 4px #0000001a}.theme-toggle-button:hover{background-color:var(--theme-primary-dark);box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.theme-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background-color:var(--xdf-white);border:1px solid var(--xdf-light-gray);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;min-width:160px;z-index:1000}.theme-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:6px;background-color:transparent;cursor:pointer;transition:all .2s ease;font-size:14px;color:var(--xdf-dark-gray)}.theme-option:hover{background-color:var(--xdf-gray)}.theme-option.active{background-color:var(--theme-light);color:var(--theme-primary-dark);font-weight:500}.theme-color-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--xdf-light-gray)}.faq-grid{display:grid;grid-template-columns:1fr;gap:20px}.faq-card{background-color:var(--xdf-white);border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;display:flex;align-items:flex-start;gap:16px}.faq-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.faq-content{flex:1}.faq-card h3{font-size:16px;font-weight:600;color:var(--xdf-dark-gray);margin-bottom:8px}.faq-card p{font-size:14px;color:var(--xdf-medium-gray);margin-bottom:12px;line-height:1.5}.faq-image-container{flex-shrink:0}.faq-image{width:120px;height:80px;object-fit:cover;border-radius:4px}.faq-actions{margin-top:12px;display:flex;gap:8px}.faq-action-button{padding:6px 12px;border:1px solid var(--xdf-light-gray);border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease;background-color:var(--xdf-white);color:var(--xdf-medium-gray)}.faq-action-button:hover{background-color:var(--xdf-gray)}.faq-action-button.copy{background-color:#4caf50;color:#fff;border-color:#4caf50}.faq-action-button.copy:hover{background-color:#45a049;border-color:#45a049}.faq-action-button.edit{background-color:#ffc107;color:#333;border-color:#ffc107}.faq-action-button.edit:hover{background-color:#ffb300;border-color:#ffb300}.faq-action-button.delete{background-color:#f44336;color:#fff;border-color:#f44336}.faq-action-button.delete:hover{background-color:#da190b;border-color:#da190b}.faq-action-button.move{background-color:var(--xdf-white);color:var(--xdf-medium-gray);border-color:var(--xdf-light-gray);padding:6px 10px;font-size:14px;font-weight:700}.faq-action-button.move:hover{background-color:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--xdf-medium-gray);text-align:center}.empty-state h3{font-size:18px;margin-bottom:8px}.empty-state p{font-size:14px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--xdf-white);border-radius:8px;padding:24px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-title{font-size:18px;font-weight:600;color:var(--xdf-dark-gray)}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:var(--xdf-medium-gray);padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.close-button:hover{background-color:var(--xdf-gray);color:var(--xdf-dark-gray)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:500;color:var(--xdf-dark-gray);margin-bottom:6px}.form-input,.form-textarea,.form-select{width:100%;padding:10px 12px;border:1px solid var(--xdf-light-gray);border-radius:4px;font-size:14px;outline:none;transition:all .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 2px var(--theme-light)}.form-textarea{resize:vertical;min-height:100px}.form-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--theme-primary);color:#fff}.btn-primary:hover{background-color:var(--theme-primary-dark)}.btn-secondary{background-color:var(--xdf-gray);color:var(--xdf-dark-gray)}.btn-secondary:hover{background-color:var(--xdf-light-gray)}.btn-success{background-color:#4caf50;color:#fff}.btn-success:hover{background-color:#45a049}.admin-panel{background-color:var(--xdf-white);border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a}.admin-actions{display:flex;gap:12px;margin-bottom:24px}.admin-button-large{padding:12px 24px;font-size:16px;font-weight:500}.upload-table{width:100%;border-collapse:collapse;margin-top:16px}.upload-table th,.upload-table td{padding:12px;text-align:left;border-bottom:1px solid var(--xdf-light-gray)}.upload-table th{background-color:var(--xdf-gray);font-weight:600;color:var(--xdf-dark-gray)}.upload-table tr:hover{background-color:var(--xdf-gray)}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;height:200px;border-right:none;border-bottom:1px solid var(--xdf-light-gray)}.faq-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--xdf-gray)}::-webkit-scrollbar-thumb{background:var(--xdf-light-gray);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--xdf-medium-gray)}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:var(--xdf-medium-gray)}.toast{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:4px;color:#fff;font-size:14px;font-weight:500;z-index:2000;animation:slideIn .3s ease}.toast.success{background-color:#4caf50}.toast.error{background-color:#f44336}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--theme-primary) 0%,var(--theme-primary-dark) 100%);padding:20px}.login-form{background-color:var(--xdf-white);border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 10px 30px #00000026;text-align:center}.login-logo{font-size:48px;background:#fff3;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:20px;margin:0 auto 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.login-title{font-size:24px;font-weight:700;color:var(--xdf-dark-gray);margin-bottom:8px}.login-subtitle{font-size:14px;color:var(--xdf-medium-gray);margin-bottom:32px}.login-button{width:100%;padding:12px;font-size:16px;font-weight:600;margin-top:8px}.login-toast{top:50%;right:50%;transform:translate(50%,-50%);animation:none;position:fixed}body.eyecare-mode .login-container{background:linear-gradient(135deg,#4a4a4a,#3a3a3a)}body.eyecare-mode .login-form{background-color:#3a3a3a;box-shadow:0 10px 30px #0000004d}body.eyecare-mode .login-logo{background:#8b73554d}body.eyecare-mode .login-title{color:#d4d4aa}body.eyecare-mode .login-subtitle{color:#a0a080}body.eyecare-mode .form-label{color:#d4d4aa}body.eyecare-mode .form-input{background-color:#4a4a4a;border-color:#5a5a5a;color:#d4d4aa}body.eyecare-mode .form-input:focus{border-color:#8b7355;box-shadow:0 0 0 2px #8b73554d}/*!
 * 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:0;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:"•"}.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:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.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:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.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:.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:#0009;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,.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:.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:.83em}.ql-snow .ql-editor h6{font-size:.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 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:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.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:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.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: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:0px;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}
