@charset "UTF-8";.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}:root{--color-primary: #4F46E5;--color-primary-light: #EEF2FF;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--color-info: #3B82F6;--badge-get-bg: #DCFCE7;--badge-get-text: #166534;--badge-post-bg: #DBEAFE;--badge-post-text: #1E40AF;--badge-put-bg: #FEF9C3;--badge-put-text: #854D0E;--badge-patch-bg: #F3E8FF;--badge-patch-text: #6B21A8;--badge-delete-bg: #FEE2E2;--badge-delete-text: #991B1B;--bg-page: #F5F5F5;--bg-surface: #FFFFFF;--bg-surface-2: #F9FAFB;--bg-surface-3: #F3F4F6;--text-primary: #111827;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border: #E5E7EB;--border-strong: #D1D5DB;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1)}[data-theme=dark]{--bg-page: #0F172A;--bg-surface: #1E293B;--bg-surface-2: #263347;--bg-surface-3: #2D3E52;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-muted: #64748B;--border: #334155;--border-strong: #475569;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 4px 12px rgba(0,0,0,.4);--color-primary-light: rgba(79, 70, 229, .15);--badge-get-bg: rgba(16, 185, 129, .15);--badge-get-text: #6EE7B7;--badge-post-bg: rgba(59, 130, 246, .15);--badge-post-text: #93C5FD;--badge-put-bg: rgba(245, 158, 11, .15);--badge-put-text: #FCD34D;--badge-patch-bg: rgba(139, 92, 246, .15);--badge-patch-text: #C4B5FD;--badge-delete-bg: rgba(239, 68, 68, .15);--badge-delete-text: #FCA5A5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:500;color:var(--text-primary)}.form-control{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;color:var(--text-primary);background:var(--bg-surface-2);outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.form-control::placeholder{color:var(--text-muted)}.form-control:focus{border-color:#4f46e5;background:var(--bg-surface);box-shadow:0 0 0 3px #4f46e51a}.form-control.is-invalid{border-color:#ef4444}.form-control.is-invalid:focus{box-shadow:0 0 0 3px #ef44441a}.field-error{font-size:12px;color:#ef4444}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background:#2d22e0}.btn-outline{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--bg-surface-2)}.btn-full{width:100%}.btn-lg{padding:12px 24px;font-size:15px}[data-theme=dark] .form-control{color:var(--text-primary);background:var(--bg-surface-2);border-color:var(--border)}[data-theme=dark] .form-control:focus{background:var(--bg-surface-3)}[data-theme=dark] .form-control option{background:var(--bg-surface)}[data-theme=dark] select.form-control{color-scheme:dark}[data-theme=dark] app-topbar .topbar{background:var(--bg-surface);border-bottom-color:var(--border)}[data-theme=dark] app-topbar .hamburger-btn,[data-theme=dark] app-topbar .icon-btn,[data-theme=dark] app-topbar .user-btn{background:var(--bg-surface);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] app-topbar .hamburger-btn:hover,[data-theme=dark] app-topbar .icon-btn:hover,[data-theme=dark] app-topbar .user-btn:hover{background:var(--bg-surface-2);color:var(--text-primary)}[data-theme=dark] app-topbar .search-input{background:var(--bg-surface-2);border-color:var(--border);color:var(--text-primary)}[data-theme=dark] app-topbar .search-input::placeholder{color:var(--text-muted)}[data-theme=dark] app-topbar .search-input:focus{background:var(--bg-surface-3)}[data-theme=dark] app-topbar .notifications-dropdown,[data-theme=dark] app-topbar .user-dropdown{background:var(--bg-surface);border-color:var(--border);box-shadow:0 8px 24px #0006}[data-theme=dark] app-topbar .notifications-dropdown__header{border-color:var(--border)}[data-theme=dark] app-topbar .notifications-dropdown__header span{color:var(--text-primary)}[data-theme=dark] app-topbar .user-dropdown__divider{background:var(--border)}[data-theme=dark] app-topbar .user-dropdown__header strong{color:var(--text-primary)}[data-theme=dark] app-topbar .user-dropdown__header span{color:var(--text-secondary)}[data-theme=dark] app-topbar .notification-item:hover{background:var(--bg-surface-2)}[data-theme=dark] app-topbar .notification-item--unread{background:#4f46e514}[data-theme=dark] app-topbar .notification-item strong{color:var(--text-primary)}[data-theme=dark] app-topbar .notification-item p{color:var(--text-secondary)}[data-theme=dark] app-topbar .notification-item__time{color:var(--text-muted)}[data-theme=dark] app-topbar .notifications-dropdown__empty{color:var(--text-muted)}[data-theme=dark] app-topbar .user-dropdown__item{color:var(--text-primary)}[data-theme=dark] app-topbar .user-dropdown__item:hover{background:var(--bg-surface-2)}[data-theme=dark] app-topbar .user-dropdown__item--danger{color:#f87171}[data-theme=dark] app-topbar .user-dropdown__item--danger:hover{background:#ef44441a}[data-theme=dark] app-topbar .user-name{color:var(--text-primary)}[data-theme=dark] app-topbar .badge{border-color:var(--bg-surface)}[data-theme=dark] app-sidebar .footer-version{color:#ffffff4d}[data-theme=dark] app-shell-layout .shell{background:var(--bg-page)}[data-theme=dark] app-notification-bell .dropdown{background:var(--bg-surface);box-shadow:0 8px 32px #0006}[data-theme=dark] app-notification-bell .dropdown__header{border-color:var(--border);color:var(--text-primary)}[data-theme=dark] app-notification-bell .notification-item:hover{background:var(--bg-surface-2)}[data-theme=dark] app-notification-bell .notification-item--unread{background:#4f46e51a}[data-theme=dark] app-notification-bell .notification-item--unread:hover{background:#4f46e526}[data-theme=dark] app-notification-bell .notification-item__title{color:var(--text-primary)}[data-theme=dark] app-notification-bell .notification-item__message{color:var(--text-secondary)}[data-theme=dark] app-notification-bell .notification-item__time{color:var(--text-muted)}[data-theme=dark] app-notification-bell .empty-state{color:var(--text-muted)}[data-theme=dark] app-settings .settings-header h1{color:var(--text-primary)}[data-theme=dark] app-settings .settings-header p{color:var(--text-secondary)}[data-theme=dark] app-settings .settings-tabs{background:var(--bg-surface);border-color:var(--border)}[data-theme=dark] app-settings .tab-button{color:var(--text-secondary)}[data-theme=dark] app-settings .tab-button:hover{background:var(--bg-surface-2);color:var(--text-primary)}[data-theme=dark] app-settings .tab-button.active{background:var(--bg-surface-2);color:var(--text-primary)}[data-theme=dark] app-settings .settings-panel{background:var(--bg-surface);border-color:var(--border)}[data-theme=dark] app-settings .notification-item{border-color:var(--border)}[data-theme=dark] app-settings .notification-info h3{color:var(--text-primary)}[data-theme=dark] app-settings .notification-info p{color:var(--text-secondary)}[data-theme=dark] app-settings .section-title{color:var(--text-primary)}[data-theme=dark] app-settings .info-item label{color:var(--text-secondary)}[data-theme=dark] app-settings .info-item p{color:var(--text-primary)}[data-theme=dark] app-settings .account-section{background:var(--bg-surface-2);border-color:var(--border)}[data-theme=dark] app-settings .usage-item{background:var(--bg-surface-2);border-color:var(--border)}[data-theme=dark] app-settings .usage-item h4{color:var(--text-primary)}[data-theme=dark] app-settings .progress-bar{background:var(--bg-surface-3)}[data-theme=dark] app-settings .loading-state{color:var(--text-secondary)}[data-theme=dark] app-dashboard .quick-action-card{border-color:var(--border);box-shadow:none}[data-theme=dark] app-dashboard .quick-action-card:hover{border-color:#4f46e540;background:var(--bg-surface-2);box-shadow:0 4px 12px #0000004d}[data-theme=dark] app-dashboard .card{box-shadow:0 1px 3px #0003}[data-theme=dark] app-dashboard .stat-card{box-shadow:0 1px 3px #0003}[data-theme=dark] table{color:var(--text-primary)}[data-theme=dark] th{background:var(--bg-surface-2);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] td{border-color:var(--border)}[data-theme=dark] tr:hover td{background:var(--bg-surface-2)}[data-theme=dark] .modal,[data-theme=dark] .dialog,[data-theme=dark] [class*=modal]{background:var(--bg-surface);border-color:var(--border)}[data-theme=dark] app-toast .toast{background:var(--bg-surface);border-color:var(--border);color:var(--text-primary)}.ql-toolbar.ql-snow{border:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;border-radius:8px 8px 0 0;background:#f3f4f6;padding:8px 10px;font-family:inherit;line-height:normal;display:flex;flex-wrap:wrap;gap:4px;align-items:center;width:100%;box-sizing:border-box}.ql-toolbar.ql-snow .ql-formats{margin-right:4px;display:inline-flex;align-items:center;gap:2px}.ql-toolbar.ql-snow .ql-formats:not(:last-child):after{content:"";display:inline-block;width:1px;height:18px;background:#d1d5db;margin-left:6px}.ql-toolbar.ql-snow button{width:30px;height:30px;padding:0;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;color:#374151;background:transparent;border:none;cursor:pointer;transition:background .15s}.ql-toolbar.ql-snow button:hover{background:#e5e7eb}.ql-toolbar.ql-snow button.ql-active{background:#dbeafe;color:#1d4ed8}.ql-toolbar.ql-snow button svg{width:15px!important;height:15px!important;pointer-events:none}.ql-toolbar.ql-snow button svg .ql-fill,.ql-toolbar.ql-snow button svg .ql-stroke.ql-fill{fill:#374151!important}.ql-toolbar.ql-snow button svg .ql-stroke{stroke:#374151!important;stroke-width:1.8!important}.ql-toolbar.ql-snow .ql-picker{color:#374151;font-size:12px;height:30px}.ql-toolbar.ql-snow .ql-picker.ql-header{width:90px}.ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Ba\15fl\131k"}.ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Ba\15fl\131k 1";font-size:16px;font-weight:700}.ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Ba\15fl\131k 2";font-size:14px;font-weight:700}.ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Ba\15fl\131k 3";font-size:13px;font-weight:600}.ql-toolbar.ql-snow .ql-picker.ql-header .ql-picker-item:not([data-value]):before{content:"Normal"}.ql-toolbar.ql-snow .ql-picker.ql-align{width:30px}.ql-toolbar.ql-snow .ql-picker.ql-align .ql-picker-label svg{display:none}.ql-toolbar.ql-snow .ql-picker.ql-align .ql-picker-label:before{content:"\2261";font-size:16px}.ql-toolbar.ql-snow .ql-picker .ql-picker-label{border:1px solid #d1d5db;border-radius:5px;padding:4px 8px;height:30px;display:flex;align-items:center;gap:4px;cursor:pointer;background:#fff;font-size:12px}.ql-toolbar.ql-snow .ql-picker .ql-picker-label:hover{background:#f9fafb}.ql-toolbar.ql-snow .ql-picker .ql-picker-label svg{width:12px!important;height:12px!important}.ql-toolbar.ql-snow .ql-picker .ql-picker-label svg .ql-stroke{stroke:#374151!important}.ql-toolbar.ql-snow .ql-picker .ql-picker-options{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 16px #0000001f;z-index:9999;padding:4px;min-width:100px}.ql-toolbar.ql-snow .ql-picker .ql-picker-options .ql-picker-item{padding:6px 10px;border-radius:4px;cursor:pointer;font-size:12px;color:#374151}.ql-toolbar.ql-snow .ql-picker .ql-picker-options .ql-picker-item:hover{background:#f3f4f6}.ql-toolbar.ql-snow .ql-picker .ql-picker-options .ql-picker-item.ql-selected{background:#dbeafe;color:#1d4ed8}.ql-container.ql-snow{border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;font-family:inherit;font-size:13px;width:100%;box-sizing:border-box}.ql-editor{min-height:140px;max-height:400px;overflow-y:auto;padding:12px 14px;color:#111827;line-height:1.6;width:100%;box-sizing:border-box}.ql-editor.ql-blank:before{color:#9ca3af;font-style:normal;font-size:13px}.ql-editor p{margin:0 0 4px}.ql-editor h1{font-size:20px;font-weight:700;margin:0 0 6px}.ql-editor h2{font-size:16px;font-weight:700;margin:0 0 6px}.ql-editor h3{font-size:14px;font-weight:600;margin:0 0 4px}.ql-editor a{color:#4f46e5;text-decoration:underline}.ql-editor ul,.ql-editor ol{padding-left:20px;margin:4px 0}.ql-tooltip{z-index:9999}quill-editor{display:block;width:100%}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field label{font-size:10px;font-weight:700;color:var(--text-secondary);letter-spacing:.06em}.settings-input{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:7px;font-size:13px;color:var(--text-primary);background:var(--bg-surface);outline:none;transition:border-color .2s;box-sizing:border-box}.settings-input:focus{border-color:var(--color-primary)}.settings-hint{font-size:10px;color:var(--text-secondary)}.settings-hint code{font-size:10px;color:var(--color-primary);word-break:break-all}.settings-empty{font-size:12px;color:var(--text-secondary)}.settings-divider{height:1px;background:var(--border);margin:0 -16px}.form-node-section{display:flex;flex-direction:column;gap:14px}.form-node-section__title{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:#8b5cf6;letter-spacing:.06em}.dt-var-preview{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:7px;font-size:11px;color:#166534;overflow:hidden}.dt-var-preview code{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dt-mappings{display:flex;flex-direction:column;gap:8px}.dt-mappings__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.dt-mappings__header span{font-size:11px;font-weight:600;color:#374151}.dt-mappings__header button{font-size:11px;padding:3px 10px;height:26px;border-radius:5px;white-space:nowrap;flex-shrink:0}.dt-mapping-card{background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:8px;position:relative}.dt-mapping-card__row{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:6px}.dt-mapping-card__arrow{text-align:center;color:#9ca3af;font-size:13px;line-height:1}.dt-mapping-card__remove{position:absolute;top:6px;right:6px;background:none;border:none;color:#d1d5db;cursor:pointer;font-size:13px;line-height:1;padding:2px 4px;border-radius:4px}.dt-mapping-card__remove:hover{color:#ef4444;background:#fef2f2}.dt-mapping-card__label{font-size:10px;font-weight:700;color:#9ca3af;letter-spacing:.05em;margin-bottom:3px}.dt-hint{font-size:11px;color:#6b7280;padding:6px 8px;background:#f9fafb;border-radius:6px;border:1px solid #E5E7EB;overflow:hidden}.dt-hint code{font-size:10px;color:#4f46e5;word-break:break-all;display:block;margin-top:2px}.uv-wrap{margin-top:8px;display:flex;flex-direction:column;gap:6px}.uv-wrap--compact{margin-top:4px}.uv-hint{font-size:11px;color:#6b7280;margin:0}.uv-group{display:flex;flex-direction:column;gap:4px}.uv-group__title{font-size:11px;font-weight:600;color:#374151;margin:0}.uv-chips{display:flex;flex-wrap:wrap;gap:4px}.uv-chip{display:inline-block;padding:3px 8px;background:#4f46e514;color:#4f46e5;border:1px solid rgba(79,70,229,.2);border-radius:4px;font-size:11px;cursor:pointer;transition:background .15s}.uv-chip:hover{background:#4f46e526}.uv-chip--sm{padding:2px 6px;font-size:10px}.end-status-selector{display:grid;grid-template-columns:1fr 1fr;gap:8px}.end-status-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border-radius:8px;border:2px solid var(--border);background:var(--bg-surface);font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.end-status-btn--success:hover{border-color:#10b981;color:#10b981;background:#f0fdf4}.end-status-btn--success.end-status-btn--active{border-color:#10b981;background:#f0fdf4;color:#065f46}.end-status-btn--error:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.end-status-btn--error.end-status-btn--active{border-color:#ef4444;background:#fef2f2;color:#991b1b}.shepherd-element.flowisor-tour-step.shepherd-has-cancel-icon .shepherd-cancel-icon,.flowisor-tour-step.shepherd-has-cancel-icon .shepherd-cancel-icon{color:#ffffffb3!important}.shepherd-element.flowisor-tour-step .shepherd-content,.flowisor-tour-step .shepherd-content{border-radius:12px!important;box-shadow:0 20px 48px #0f172a2e!important;border:1px solid #E5E7EB!important;overflow:hidden;width:320px!important;min-width:unset!important;max-width:min(320px,100vw - 32px)!important}.shepherd-element.flowisor-tour-step .shepherd-header,.flowisor-tour-step .shepherd-header{background:#4f46e5!important;padding:12px 16px!important;border-bottom:none!important}.shepherd-element.flowisor-tour-step .shepherd-header .shepherd-title,.flowisor-tour-step .shepherd-header .shepherd-title{color:#fff!important;font-size:14px!important;font-weight:600!important}.shepherd-element.flowisor-tour-step .shepherd-header .shepherd-cancel-icon,.flowisor-tour-step .shepherd-header .shepherd-cancel-icon{color:#ffffffb3!important}.shepherd-element.flowisor-tour-step .shepherd-header .shepherd-cancel-icon:hover,.flowisor-tour-step .shepherd-header .shepherd-cancel-icon:hover{color:#fff!important}.shepherd-element.flowisor-tour-step .shepherd-text,.flowisor-tour-step .shepherd-text{padding:14px 16px!important;font-size:13px!important;color:#374151!important;line-height:1.6!important}.shepherd-element.flowisor-tour-step .shepherd-footer,.flowisor-tour-step .shepherd-footer{padding:10px 16px!important;border-top:1px solid #F3F4F6!important;display:flex!important;justify-content:flex-end!important;gap:8px!important}.shepherd-element.flowisor-tour-step .shepherd-button,.flowisor-tour-step .shepherd-button{border-radius:6px!important;font-size:12px!important;font-weight:500!important;padding:6px 14px!important;cursor:pointer!important;border:none!important;transition:all .15s!important}.shepherd-element.flowisor-tour-step .shepherd-button:not(.shepherd-button-secondary),.flowisor-tour-step .shepherd-button:not(.shepherd-button-secondary){background:#4f46e5!important;color:#fff!important}.shepherd-element.flowisor-tour-step .shepherd-button:not(.shepherd-button-secondary):hover,.flowisor-tour-step .shepherd-button:not(.shepherd-button-secondary):hover{background:#3730a3!important}.shepherd-element.flowisor-tour-step .shepherd-button.shepherd-button-secondary,.flowisor-tour-step .shepherd-button.shepherd-button-secondary{background:#f3f4f6!important;color:#6b7280!important}.shepherd-element.flowisor-tour-step .shepherd-button.shepherd-button-secondary:hover,.flowisor-tour-step .shepherd-button.shepherd-button-secondary:hover{background:#e5e7eb!important;color:#374151!important}.shepherd-element{max-width:min(320px,100vw - 32px)!important}.shepherd-modal-overlay-container{fill:#0f172a73}.ql-toolbar button[title],.ql-toolbar .ql-picker-label[title]{position:relative}.ql-toolbar button[title]:after,.ql-toolbar .ql-picker-label[title]:after{content:attr(title);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#f9fafb;font-size:11px;font-weight:500;white-space:nowrap;padding:4px 8px;border-radius:5px;pointer-events:none;opacity:0;transition:opacity .15s .5s;z-index:10000;font-family:Inter,sans-serif;letter-spacing:0;font-style:normal;text-decoration:none}.ql-toolbar button[title]:hover:after,.ql-toolbar .ql-picker-label[title]:hover:after{opacity:1}.ql-toolbar button[data-tooltip],.ql-toolbar .ql-picker-label[data-tooltip]{position:relative}.ql-toolbar button[data-tooltip]:after,.ql-toolbar .ql-picker-label[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#f9fafb;font-size:11px;font-weight:500;white-space:nowrap;padding:4px 8px;border-radius:5px;pointer-events:none;opacity:0;transition:opacity .15s .5s;z-index:10000;font-family:Inter,sans-serif}.ql-toolbar button[data-tooltip]:hover:after,.ql-toolbar .ql-picker-label[data-tooltip]:hover:after{opacity:1}.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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;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 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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.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-ui{position:absolute}.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 .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{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-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.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:0}.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:0;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}
