.note-editor{color:var(--note-text-ui);--note-bg:#fff;--note-bg-toolbar:#f5f5f5;--note-bg-btn:#fff;--note-bg-btn-hover:#ebebeb;--note-bg-btn-active:#e2e6ea;--note-bg-readonly:#e5e5e5;--note-text:#000;--note-text-ui:#333;--note-muted:#999;--note-disabled:#bbb;--note-border:#e2e2e2;--note-border-btn:#dae0e5;--note-border-muted:#ccc;--note-input-bg:#fff;--note-shadow:#0003;--note-backdrop:#0006;--note-primary:#1a73e8;--note-primary-text:#fff;--note-codable-bg:#222;--note-codable-text:#ccc;--note-resize-bar:#a9a9a9;--note-spinner-track:#0000001f;--note-spinner-head:#00000080;position:relative}.note-editor.note-dark{--note-bg:#1b1d23;--note-bg-toolbar:#23262e;--note-bg-btn:#2a2d37;--note-bg-btn-hover:#343845;--note-bg-btn-active:#3e4350;--note-bg-readonly:#16171c;--note-text:#e6e8ee;--note-text-ui:#d2d6df;--note-muted:#8b90a0;--note-disabled:#5b6070;--note-border:#343845;--note-border-btn:#3a3e4b;--note-border-muted:#3a3e4b;--note-input-bg:#2a2d37;--note-shadow:#0000008c;--note-backdrop:#0009;--note-primary:#4c8dff;--note-primary-text:#fff;--note-codable-bg:#15161b;--note-codable-text:#c9d1d9;--note-resize-bar:#6b7080;--note-spinner-track:#ffffff2e;--note-spinner-head:#fff9}.note-editor.note-frame{border:1px solid var(--note-border);background:var(--note-bg);border-radius:4px}.note-editor.fullscreen{z-index:1050;position:fixed;inset:0;width:100%!important;height:100%!important}.note-editor.fullscreen .note-editable{height:calc(100vh - 90px)}.note-toolbar{background:var(--note-bg-toolbar);border-bottom:1px solid var(--note-border);border-radius:4px 4px 0 0;flex-wrap:wrap;align-items:center;padding:4px 0 4px 5px;display:flex;position:relative}.note-btn-group{margin:0 5px 0 0;display:inline-flex;position:relative}.note-btn{box-sizing:border-box;min-width:30px;color:var(--note-text-ui);text-align:center;background:var(--note-bg-btn);border:1px solid var(--note-border-btn);cursor:pointer;border-radius:0;margin:0;padding:5px 8px;font-size:14px;line-height:1.4;display:inline-block}.note-btn-group>.note-btn:first-child{border-radius:3px 0 0 3px}.note-btn-group>.note-btn:last-child{border-radius:0 3px 3px 0}.note-btn-group>.note-btn:not(:first-child){margin-left:-1px}.note-btn-group>.note-btn-group{margin-right:0}.note-btn-group>.note-btn-group:not(:first-child){margin-left:-1px}.note-btn-group>.note-btn-group>.note-btn{border-radius:0}.note-btn-group>.note-btn-group:first-child>.note-btn{border-radius:3px 0 0 3px}.note-btn-group>.note-btn-group:last-child>.note-btn{border-radius:0 3px 3px 0}.note-btn-group>.note-btn-group:first-child:last-child>.note-btn{border-radius:3px}.note-btn:hover{background:var(--note-bg-btn-hover)}.note-btn.active{background:var(--note-bg-btn-active);box-shadow:inset 0 1px 2px #00000026}.note-btn:disabled{color:var(--note-disabled);cursor:not-allowed;opacity:.65}.note-btn .note-icon-caret{margin-left:3px;position:relative;left:2px}.note-dropdown{position:relative}.note-dropdown-menu{z-index:100;background:var(--note-bg);border:1px solid var(--note-border);min-width:100px;max-height:250px;box-shadow:0 1px 5px var(--note-shadow);border-radius:4px;margin-top:2px;padding:5px;position:absolute;top:100%;left:0;overflow:hidden auto}.note-dropdown-menu-right{left:auto;right:0}.note-dropdown-menu .note-btn-block,.note-dropdown-menu>.note-btn{text-align:left;white-space:nowrap;background:0 0;border:none;width:100%;display:block}.note-dropdown-menu .note-btn-block:hover{background:var(--note-bg-btn-hover)}.note-dropdown-menu .note-btn-block.active,.note-dropdown-menu .note-btn-block.checked{font-weight:700}.dropdown-style blockquote{border-left:3px solid var(--note-border-muted);margin:0;padding-left:8px}.dropdown-style pre{margin:0}.dropdown-color{display:flex}.note-palette{padding:0 4px}.note-palette-title{text-align:center;margin:4px 0;font-size:12px}.note-color-row{display:flex}.note-color-btn{border:1px solid var(--note-bg);cursor:pointer;width:18px;height:18px;margin:0;padding:0}.note-color-reset{width:100%;margin-bottom:4px;font-size:11px}.note-dimension-picker{position:relative}.note-dimension-picker-row{display:flex}.note-dimension-picker-cell{border:1px solid var(--note-border-muted);box-sizing:border-box;width:18px;height:18px}.note-dimension-picker-cell.note-active{background:#bde2ff;border-color:#3984c6}.note-dimension-display{text-align:center;margin-top:4px;font-size:12px}.note-editing-area{position:relative}.note-editable{min-height:100px;color:var(--note-text);background:var(--note-bg);outline:none;padding:10px;overflow:auto}.note-editable[contenteditable=false]{background:var(--note-bg-readonly)}.note-editable table{border-collapse:collapse;width:100%;margin-bottom:10px}.note-editable table td,.note-editable table th{border:1px solid var(--note-border-muted);vertical-align:top;min-width:24px;height:20px;padding:5px 8px}.note-editable img.note-image-uploading{box-sizing:border-box;border:3px solid var(--note-spinner-track);border-top-color:var(--note-spinner-head);vertical-align:middle;border-radius:50%;width:2.4em;height:2.4em;animation:.7s linear infinite note-image-spin;display:inline-block}@keyframes note-image-spin{to{transform:rotate(360deg)}}.note-placeholder{color:var(--note-muted);pointer-events:none;position:absolute;top:10px;left:10px}.note-codable{width:100%;min-height:100px;color:var(--note-codable-text);background:var(--note-codable-bg);box-sizing:border-box;resize:vertical;border:none;margin:0;padding:10px;font-family:Menlo,Monaco,monospace;font-size:13px;display:block}.note-statusbar{background:var(--note-bg-toolbar);border-top:1px solid var(--note-border);border-radius:0 0 4px 4px}.note-resizebar{cursor:ns-resize;text-align:center;height:9px;padding-top:1px}.note-resizebar .note-icon-bar{border-top:1px solid var(--note-resize-bar);width:20px;height:1px;margin:1px auto}.note-modal-backdrop{z-index:1040;background:var(--note-backdrop);position:fixed;inset:0}.note-modal{z-index:1050;width:460px;max-width:90vw;position:fixed;top:10%;left:50%;transform:translate(-50%)}.note-modal-content{background:var(--note-bg);border:1px solid var(--note-border);box-shadow:0 3px 9px var(--note-shadow);border-radius:5px}.note-modal-header{border-bottom:1px solid var(--note-border-muted);align-items:center;padding:12px 15px;display:flex}.note-modal-title{flex:1;margin:0;font-size:16px}.note-modal-header .close{color:inherit;cursor:pointer;background:0 0;border:none;order:2;font-size:20px}.note-modal-body{padding:15px}.note-modal-footer{text-align:right;border-top:1px solid var(--note-border-muted);padding:12px 15px}.note-form-group{margin-bottom:12px}.note-form-label{margin-bottom:4px;font-weight:700;display:block}.note-input{box-sizing:border-box;width:100%;color:var(--note-text);background:var(--note-input-bg);border:1px solid var(--note-border-muted);border-radius:4px;padding:6px 8px}.note-btn-primary{color:var(--note-primary-text);background:var(--note-primary);border-color:var(--note-primary)}.note-shortcut-row{padding:3px 0;display:flex}.note-shortcut-key{width:160px;font-family:monospace}.note-popover{z-index:200;background:var(--note-bg);border:1px solid var(--note-border);box-shadow:0 1px 5px var(--note-shadow);border-radius:4px;padding:4px;position:absolute;transform:translateY(-100%)}.note-popover-content{white-space:nowrap;align-items:center;display:flex}.note-popover-link{margin:0 6px}.note-air-popover{flex-wrap:wrap;max-width:320px}.note-air-popover.note-air-below{transform:none}.note-airframe{border:none}.note-airframe .note-editable{padding:0}.note-control-selection{border:1px solid #000;position:absolute}.note-control-selection-bg{background:#0000004d;position:absolute;inset:0}.note-control-holder,.note-control-sizing{background:#fff;border:1px solid #000;width:7px;height:7px;position:absolute}.note-control-nw{top:-5px;left:-5px}.note-control-ne{top:-5px;right:-5px}.note-control-sw{bottom:-5px;left:-5px}.note-control-se{cursor:se-resize;bottom:-5px;right:-5px}.note-control-selection-info{color:#fff;background:#000000b3;border-radius:3px;padding:2px 5px;font-size:11px;position:absolute;bottom:0;right:0}
@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(../media/summernote.2c_vxouormwee.woff2)format("woff2"),url(../media/summernote.08vbotjyrrrf8.woff)format("woff")}[class^=note-icon]:before,[class*=\ note-icon]:before{font-family:summernote;font-style:normal;font-weight:400;font-size:inherit;text-rendering:auto;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;display:inline-block}.note-icon-align:before{content:""}.note-icon-align-center:before{content:""}.note-icon-align-indent:before{content:""}.note-icon-align-justify:before{content:""}.note-icon-align-left:before{content:""}.note-icon-align-outdent:before{content:""}.note-icon-align-right:before{content:""}.note-icon-arrow-circle-down:before{content:""}.note-icon-arrow-circle-left:before{content:""}.note-icon-arrow-circle-right:before{content:""}.note-icon-arrow-circle-up:before{content:""}.note-icon-arrows-alt:before{content:""}.note-icon-arrows-h:before{content:""}.note-icon-arrows-v:before{content:""}.note-icon-bold:before{content:""}.note-icon-caret:before{content:""}.note-icon-chain-broken:before{content:""}.note-icon-circle:before{content:""}.note-icon-close:before{content:""}.note-icon-code:before{content:""}.note-icon-col-after:before{content:""}.note-icon-col-before:before{content:""}.note-icon-col-remove:before{content:""}.note-icon-eraser:before{content:""}.note-icon-float-left:before{content:""}.note-icon-float-none:before{content:""}.note-icon-float-right:before{content:""}.note-icon-font:before{content:""}.note-icon-frame:before{content:""}.note-icon-italic:before{content:""}.note-icon-link:before{content:""}.note-icon-magic:before{content:""}.note-icon-menu-check:before{content:""}.note-icon-minus:before{content:""}.note-icon-orderedlist:before{content:""}.note-icon-pencil:before{content:""}.note-icon-picture:before{content:""}.note-icon-question:before{content:""}.note-icon-redo:before{content:""}.note-icon-rollback:before{content:""}.note-icon-row-above:before{content:""}.note-icon-row-below:before{content:""}.note-icon-row-remove:before{content:""}.note-icon-special-character:before{content:""}.note-icon-square:before{content:""}.note-icon-strikethrough:before{content:""}.note-icon-subscript:before{content:""}.note-icon-summernote:before{content:""}.note-icon-superscript:before{content:""}.note-icon-table:before{content:""}.note-icon-text-height:before{content:""}.note-icon-trash:before{content:""}.note-icon-underline:before{content:""}.note-icon-undo:before{content:""}.note-icon-unorderedlist:before{content:""}.note-icon-video:before{content:""}
.note-editor.note-theme-bs5{border:1px solid #dee2e6;border-radius:.375rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.note-editor.note-theme-bs5 .note-toolbar{background:#f8f9fa;border-bottom:1px solid #dee2e6;border-radius:.375rem .375rem 0 0}.note-editor.note-theme-bs5 .note-btn{color:#212529;background:#fff;border-color:#dee2e6}.note-editor.note-theme-bs5 .note-btn:hover{background:#e9ecef}.note-editor.note-theme-bs5 .note-btn.active{color:#fff;background:#0d6efd;border-color:#0d6efd}.note-editor.note-theme-bs5 .note-btn-group>.note-btn:first-child{border-radius:.375rem 0 0 .375rem}.note-editor.note-theme-bs5 .note-btn-group>.note-btn:last-child{border-radius:0 .375rem .375rem 0}.note-editor.note-theme-bs5 .note-dropdown-menu{border-radius:.375rem;box-shadow:0 .5rem 1rem #00000026}.note-editor.note-theme-bs5 .note-statusbar{background:#f8f9fa;border-top:1px solid #dee2e6;border-radius:0 0 .375rem .375rem}.note-theme-bs5 .note-modal-content,.note-editor.note-theme-bs5~.note-modal .note-modal-content{border-radius:.5rem}.note-editor.note-theme-bs5 .note-btn-primary{background:#0d6efd;border-color:#0d6efd}.note-editor.note-theme-bs5.note-dark{border-color:var(--note-border)}.note-editor.note-theme-bs5.note-dark .note-toolbar{background:var(--note-bg-toolbar);border-bottom-color:var(--note-border)}.note-editor.note-theme-bs5.note-dark .note-btn{color:var(--note-text-ui);background:var(--note-bg-btn);border-color:var(--note-border-btn)}.note-editor.note-theme-bs5.note-dark .note-btn:hover{background:var(--note-bg-btn-hover)}.note-editor.note-theme-bs5.note-dark .note-statusbar{background:var(--note-bg-toolbar);border-top-color:var(--note-border)}
