:root{--theme-color: #282c40;--theme-color-dark: #1e2130;--theme-color-gold: #e6be63;--theme-red: #9b3030;--theme-red-text: #fffa;--theme-symbol-green: #B0F0B0;--theme-symbol-red: #ED9393;--theme-symbol-yellow: #EDEA93;--theme-symbol-blue: #B6CFF5;--theme-symbol-orange: #DEB376;--header-height: 50px;--gold-gradient: linear-gradient(90deg, #a47a1e, #ffd87c, #e6be69, #ffd87c, #b58f3e, #956d13);--plain-font: "darkmode-on", sans-serif;--plain-text-color: #eee}*{box-sizing:border-box;font-optical-sizing:auto;font-family:darkmode-on,sans-serif;font-style:normal}body,html{margin:0;padding:0;background-color:#fff;color:#eee;font-size:16px;line-height:1.6;height:100vh;overflow:hidden;font-weight:300}body{background:radial-gradient(circle,#242737,#1c1f2e)}#root{width:100vw;height:100vh}@media(max-width:768px){.hide-on-mobile{display:none!important}}.content-area{padding:20px 50px 100px;height:100vh;overflow:auto}.content-area::-webkit-scrollbar{width:10px}.content-area::-webkit-scrollbar-track{background:transparent}.content-area::-webkit-scrollbar-thumb{background:var(--theme-color);border-radius:10px}.content-area::-webkit-scrollbar-thumb:hover{background:var(--theme-color);cursor:pointer}.content-area .sub-title{font-size:1.5em;margin:0 0 20px}.content-area .Kategoriat{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.content-area .KategoriaHeader{width:auto;display:block;padding:0;margin:40px 20px 40px 0;font-size:1.5em;font-weight:500}.content-area .KomponentitHeader{font-weight:500}.content-area .KomponentitHeader span{font-weight:300;color:#fff7;margin-left:30px;font-size:.9em}.content-area .Komponentit{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:768px){.content-area{padding:20px 20px 100px}}.Kategoria{width:190px;height:190px;display:inline-block;border-radius:10px;text-align:center;padding:0 20px;font-size:1em;vertical-align:top;cursor:pointer;background:#fff1;color:#fffc;line-height:1.3em;transition:.3s}.Kategoria img{height:120px;width:120px;object-fit:cover;margin-bottom:0}.Kategoria .Nimi{display:block}.Kategoria:hover{background:#ffffff15;transition:.3s}.contextMenuWrapper.open .Kategoria{outline:1px solid var(--theme-color-gold);transition:.3s}@media(max-width:768px){.Kategoria{width:calc(50% - 10px);padding:10px;text-align:center}.Kategoria img{height:100px;width:100px}.Kategoria .Nimi{font-size:.9em;line-height:1.2em}}.contextMenuWrapper{display:inline-block;-webkit-user-select:none;user-select:none}.contextMenu{position:fixed;top:0;left:0;background:var(--theme-color);border:1px solid var(--theme-color-dark);padding:0;box-shadow:0 0 30px #0006;z-index:1000;border-radius:7px;transition:opacity .2s ease;opacity:0;overflow:hidden;text-align:left}.contextMenuItem{display:block;padding:5px 15px;color:#fffa;background:var(--theme-color);font-size:14px;cursor:pointer;transition:background .2s ease}.contextMenuItem:hover{background:var(--theme-color-dark);transition:background .2s ease}.contextMenuItem i{margin-right:10px}.Button{background:#fff;color:#666;padding:5px 10px;border-radius:5px;transition:.3s;border:none;white-space:nowrap;cursor:pointer;vertical-align:top}.Button:hover{background-color:#ddd}.Button.dark{background:var(--theme-color);color:#fffa}.Button.with-icon i{margin-right:10px}.Button.with-icon.icon-right i{margin-left:10px}.Button.delete{background:var(--theme-red);color:var(--theme-red-text)}.Button.float-right{float:right}.Button.float-left{float:left}.Button.icon-button i{margin-right:0}.Komponentti{display:inline-block;width:350px;padding:10px 10px 0;cursor:pointer;border-radius:10px;background:#fff1;color:#fffc;transition:.3s;position:relative}.Komponentti:hover{background:#ffffff15;transition:.3s}.Komponentti img{height:70px;width:70px;object-fit:cover;vertical-align:top;border-radius:8px}.Komponentti .Nimi{height:50px;line-height:50px;margin-left:20px;width:200px;display:inline-block;color:var(--theme-color-gold)}.Komponentti .Lisatietoa{height:50px;padding-top:10px;margin-left:10px;color:#d0d0d0;width:300px;display:inline-block}.Komponentti .Maara{height:50px;line-height:50px;padding-top:10px;margin-left:10px;color:#fff8;display:inline-block;margin-right:50px}.Komponentti .Maara i{margin-right:10px}.Komponentti:hover{box-shadow:0 0 5px #0002}.Komponentti .print-btn{position:absolute;right:5px;top:5px;padding:5px 7px;transition:.3s}.Komponentti .print-btn.success{background:#1a5c1a;transition:.3s}@media(max-width:768px){.Komponentti{width:100%;padding:10px;margin-left:0}.Komponentti img{height:100px;width:100px}.Komponentti .Nimi{font-size:1em;line-height:1.2em;width:calc(100% - 120px);margin-left:10px;margin-top:30px}}.FloatButton{position:fixed}.FloatButton i{font-size:24px}.FloatButton.bottom-left{bottom:20px;left:20px}.FloatButton.bottom-right{bottom:20px;right:20px}.FloatButton.top-left{top:20px;left:20px}.FloatButton.top-right{top:20px;right:20px}.FloatButtonMain{width:40px;height:40px;background-color:var(--theme-color);color:#fffc;border:none;border-radius:50%;padding:5px;font-size:16px;cursor:pointer;box-shadow:0 4px 8px #0003;transition:.3s}.FloatButtonMain:hover{background-color:var(--theme-color-dark)}.FloatButtonOptions{position:absolute;z-index:1;overflow:hidden;max-height:0;transition:.3s;transform:scale(0)}.FloatButtonOptions.open{max-height:200px;transition:.3s;transform:scale(1)}.FloatButton.bottom-left .FloatButtonOptions{bottom:50px;left:0;transform-origin:bottom left}.FloatButton.bottom-right .FloatButtonOptions{bottom:50px;right:0;transform-origin:bottom right}.FloatButton.top-left .FloatButtonOptions{top:50px;left:0;transform-origin:top left}.FloatButton.top-right .FloatButtonOptions{top:50px;right:0;transform-origin:top right}.FloatButtonOptions button{display:block;white-space:nowrap;padding:10px;border:none;background-color:var(--theme-color);color:#fffc;text-align:left;cursor:pointer;transition:.3s;border-radius:7px;margin-bottom:10px;font-size:1em;float:right}.FloatButtonOptions button i{margin-right:10px;font-size:1em}.componentCard{width:70%;margin:auto;height:auto;padding:30px 30px 0;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.componentCard .close-btn{position:absolute;right:10px;top:10px;cursor:pointer;border:0;background:none;outline:none;color:#999;font-size:1.3em}.componentCard .header{color:#999;margin-top:0;font-weight:200}.componentCard .header .arrow{padding-left:10px;padding-right:10px}.componentCard .header .id{font-size:1.1em;margin-right:30px}.componentCard .Kuvat{width:100%;margin-bottom:50px;border:2px solid transparent;transition:.3s}.componentCard .Kuva.Drag{border:2px dashed #999;border-radius:30px;padding:30px;transition:.3s}.componentCard .Kuvat .Kuva{width:200px;height:200px;border-radius:20px;margin-right:20px;margin-bottom:20px;display:inline-block;transition:.3s;position:relative}.componentCard .Kuvat .Kuva:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;color:#fff;font-size:1.5em;display:flex;justify-content:center;align-items:center;border-radius:20px;transition:.3s}.componentCard .Kuvat .Kuva .PoistaKuva{position:absolute;top:10px;right:10px;cursor:pointer;font-size:1em;opacity:0;transition:.3s;z-index:300}.componentCard .Kuvat .Kuva:hover .PoistaKuva{opacity:1;transition:.3s}.componentCard .Kuvat .Kuva img{width:100%;height:100%;object-fit:cover;border-radius:20px;object-position:top center}.componentCard .Kuvat .LisaaKuva{display:block}.componentCard .Rivi{display:block;margin-bottom:20px}.componentCard .Rivi .Sarake{display:inline-block;vertical-align:top;margin-right:30px;min-width:300px;opacity:.8}.componentCard .Rivi .Sarake:first-of-type{width:200px;min-width:200px}.componentCard .Rivi .Sarake .LisaaOmega{vertical-align:middle;margin-left:10px}.componentCard .Rivi .Sarake input,.componentCard .Rivi .Sarake select,.componentCard .Rivi .Sarake textarea{vertical-align:middle;border:1px solid #bbb;border-radius:7px;width:250px;height:30px;padding-left:5px}.componentCard .Rivi .Sarake input.short{width:100px}.componentCard .Rivi.Lisatieto textarea{padding:5px;height:80px;width:300px}.componentCard .Rivi.Varastossa input{margin-right:10px}.componentCard .Painikkeet{height:50px;width:100%;line-height:50px;margin-top:50px}.css-1nmdiq5-menu{z-index:2000!important;color:#333!important}@media(max-width:768px){.Modal-background{padding-top:20px}.componentCard{width:96%;padding:20px;border-radius:10px}}.header-bar{height:var(--header-height);overflow:hidden;color:#fff;position:relative;width:100%;z-index:1000}.header-bar .title{font-weight:400;letter-spacing:.5px;line-height:var(--header-height);margin:0 0 0 20px;width:150px;display:inline-block;vertical-align:middle;background:linear-gradient(90deg,#a47a1e,#ffd87c,#e6be69,#ffd87c,#b58f3e,#956d13);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.header-bar .logo-container{cursor:pointer;width:600px}.header-bar .logout-btn,.header-bar .barcode-btn,.header-bar .print-btn{position:absolute;right:30px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.3em;transition:.3s;width:30px;height:30px;border-radius:5px}.header-bar .print-btn{right:180px}.header-bar .barcode-btn{right:280px}.header-bar .logout-btn:hover,.header-bar .barcode-btn:hover,.header-bar .print-btn:hover{background:#fff1;transition:.3s}.header-bar .logo{height:30px;margin-left:30px;vertical-align:middle}.header-bar i.logo{font-size:1.8em;vertical-align:middle;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.hide-on-mobile{display:none!important}.header-bar .barcode-btn{right:120px}}.login-container-background{height:100vh;width:100vw;overflow:hidden}.login-container-background .logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;opacity:0;animation:logo .5s ease-out forwards;animation-delay:.8s}.login-container-background .logo.hide{opacity:0;animation:none;transform:translate(-50%,-50%) scale(.8);transition:.3s}@keyframes logo{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.login-container{width:500px;margin:0 auto;margin-top:calc(50vh - 180px);padding:20px 40px 40px;border-radius:10px;background-color:#fff1;box-shadow:0 0 30px #0000001a;opacity:0;transform:scale(.8);transition:.3s}.login-container.visible{opacity:1;transform:scale(1);transition:.3s}.login-container h2{margin-bottom:20px;margin-top:0;width:100%;color:#fff;opacity:.8;font-weight:900;letter-spacing:1px}.login-container form input{width:100%;padding:10px;margin-bottom:10px;border-radius:5px;border:1px solid #ccc;font-size:1em;background-color:#fff3;opacity:.8}.login-container form button{width:100%;padding:10px;border-radius:5px;border:none;background-color:var(--theme-color);color:#fff;cursor:pointer;opacity:.8;transition:.3s;font-size:1em;margin-top:20px}.login-container form button:hover{opacity:1;transition:.3s}.login-container form .error{color:#f00c;margin-top:40px;background-color:#ff00001a;padding:5px 10px;border-radius:5px;border:1px solid rgba(255,0,0,.3);display:none}.login-container form .error.visible{display:block}@media(max-width:768px){.login-container{width:90%}}.Modal-background{position:fixed;left:0;top:0;right:0;bottom:0;overflow:auto;background:#0009;padding:30px 0;z-index:2000}.print-menu{width:500px;margin:auto;height:auto;padding:30px 30px 20px;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.print-menu .close-btn{position:absolute;right:10px;top:10px;cursor:pointer;border:0;background:none;outline:none;color:#999;font-size:1.3em}.print-menu .header{color:#999;margin-top:0;font-weight:200}.print-menu .contentArea{padding:10px}.print-menu .contentArea .print-area{background:#fff;display:grid;grid-template-columns:50% 50%;border-radius:7px;color:#000;align-items:center;margin-bottom:50px}.print-menu .contentArea .print-area .print-item{overflow:hidden}.print-menu .contentArea .print-area svg{vertical-align:middle}.print-menu .contentArea .print-area .text{padding-left:7px;font-size:1.7cqmin;white-space:wrap;line-height:1em;display:inline-block;vertical-align:middle;font-weight:400}.print-menu .print-table tr td:first-child{padding-right:20px}.print-menu .print-table tr td:last-child{padding-left:40px}.print-menu .print-table tr td{padding-bottom:10px}.print-menu .print-table .draghandler{cursor:move;padding:0 10px;color:#999;font-size:1.3em}@media(max-width:768px){.Modal-background{padding-top:20px}.print-menu{width:96%;padding:20px;border-radius:10px}}.SWUpdaterModal{position:fixed;bottom:20px;background:var(--theme-color-dark);color:#fff;padding:1rem 2rem;border-radius:8px;border:1px solid var(--theme-color-gold);box-shadow:#0000004d 0 0 20px;z-index:1000;left:20px;color:#fffc}.SWUpdaterModal button{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-color);color:var(--theme-color-gold);border:none;border-radius:4px;cursor:pointer;font-size:.9em}@media(max-width:768px){.SWUpdaterModal{font-size:1.3em}}.qr-scanner-frame{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--theme-color-dark);z-index:2000}.qr-scanner-frame h3{margin-left:5%;font-weight:400;position:absolute;font-size:1.3em}.qr-scanner-frame video{width:100%;height:500px;object-fit:cover;z-index:1}.qr-scanner-frame .loydetyt-koodit{padding-left:30px;background:linear-gradient(transparent 0%,var(--theme-color-dark) 250px);margin-top:-300px;height:calc(100% - 200px);position:relative;padding-top:100px;padding-right:30px;z-index:200}.qr-scanner-frame .loydetyt-koodit strong{font-size:1.1em;color:var(--theme-color-gold);margin-bottom:40px;display:block}.qr-scanner-frame .loydetyt-koodit ul{list-style:none;padding:0}.qr-scanner-frame .loydetyt-koodit ul li{margin-top:10px}.qr-scanner-frame .loydetyt-koodit ul button{font-size:1em;width:100%;background:var(--theme-color);color:#fff;border:none;padding:10px;border-radius:5px;height:38px}.qr-scanner-frame .loydetyt-koodit .bottom-buttons{position:absolute;bottom:10px;left:0;width:100%;padding:20px 30px;font-size:1em}.qr-scanner-frame .loydetyt-koodit .bottom-buttons button{font-size:1em}.qr-scanner-frame .loydetyt-koodit .bottom-buttons .tyhjenna-button{float:right}.app-menu{position:fixed;top:0;left:0;width:min(100%,500px);height:100%;background-color:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;transition:transform .2s ease-in-out;transform:translate(-100%)}.app-menu.open{transform:translate(0)}.app-menu .app-list{list-style:none;padding:0;margin:0;width:100%}.app-menu .app-list li{text-align:left;color:#fff;cursor:pointer;transition:background-color .3s;padding:15px 15px 15px 40px}.app-menu .app-list li:hover{background-color:#ffffff1a}.app-menu .app-list li.active{background-color:#fff3}.app-menu .app-list li .app-logo{width:50px;height:50px;vertical-align:middle;object-fit:contain}.app-menu .app-list li .app-icon{width:50px;height:50px;font-size:2.8em;vertical-align:middle;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.app-menu .app-list li .app-name{font-size:1.2em;font-weight:700;color:#fff;vertical-align:middle;margin-left:20px}.notes-home{padding:1rem;max-width:400px}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.notes-list{list-style:none;padding:0;margin:0}.notes-list li{border-bottom:1px solid #4b4b4b;padding:10px 0;cursor:pointer}.notes-list li:hover,.notes-list li.active{background-color:var(--theme-color)}.notes-list li p{margin:0;color:#b1b1b1;font-size:.9em}.note-editor{display:flex;flex-direction:column;width:calc(100% - 400px);padding:1rem;gap:1rem}.note-editor input[type=text]{font-size:1.2rem;padding:.5rem;border:1px solid #555;border-radius:4px;color:#eee;background-color:transparent}.note-editor textarea{min-height:300px;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;resize:vertical}.editor-actions{display:flex;gap:1rem;justify-content:flex-end}.editor-actions button{padding:.5rem 1rem;font-size:1rem;cursor:pointer}.tiptap-editor{border:1px solid #555;border-radius:4px;padding:1rem;min-height:300px;margin-bottom:1rem;background:transparent}.tiptap-editor .tiptap{min-height:260px}.tiptap-editor .ProseMirror-focused{outline:none}.tiptap-editor ul[data-type=taskList]{list-style:none;padding:0}.tiptap-editor ul[data-type=taskList] label{height:1.2rem}.tiptap-editor li p{margin:0;color:#eee}.editor-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem}.editor-toolbar button{padding:.4rem .8rem;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;border-radius:4px;font-size:.9rem}.editor-toolbar button.active{background:#ddd;font-weight:700}.tiptap-editor ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem;padding:.2rem 0}.tiptap-editor ul[data-type=taskList] div{flex:1}.tiptap-editor ul[data-type=taskList] li:has(>div>p:has(>span[data-indent="1"])){padding-left:2rem}.tiptap-editor ul[data-type=taskList] input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.2rem;height:1.2rem;border-radius:50%;border:1px solid #666;display:inline-block;position:relative;background:transparent;cursor:pointer}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:checked{background-color:#f6b800;border-color:#f6b800}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:checked:after{font-family:"Font Awesome 6 Pro";content:"";color:#7a5c02;font-size:.9rem;position:absolute;top:.1rem;left:.15rem}.notes-app{height:100%}.notes-layout{display:flex;height:100vh;overflow:hidden;flex-direction:row;padding:0 100px}.notes-layout>*{flex:1;overflow-y:auto;border-right:1px solid #ddd}.note-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#999}.websites-app{height:100%;display:flex;gap:30px;padding:30px 30px 0}.websites-mobile-selects{display:none}.websites-app .website-list{position:absolute;top:10px;left:620px;display:flex;gap:15px;z-index:1100}.websites-app .website-list button{background-color:transparent;border:none;color:#fff;font-size:1.2em;cursor:pointer;opacity:.35;transition:.2s;font-weight:500}.websites-app .website-list button:hover,.websites-app .website-list button.active{opacity:1}.websites-app .sites-list-container{width:300px}.websites-app .sites-list-header{margin-bottom:10px;font-weight:400;margin-top:0}.websites-app .sites-list{height:80%;background:#ffffff08;width:100%;border-radius:16px;padding:10px;overflow:auto}.websites-app .sites-list .site-button{width:100%;background:#fff0;border:none;color:#fff;padding:10px;height:40px;margin-bottom:5px;border-radius:7px;text-align:left;cursor:pointer;font-size:1em;font-weight:300;transition:background .3s}.websites-app .sites-list .site-button:hover{background:#ffffff08}.websites-app .sites-list .site-button.active{background:#ffffff0d}.websites-app .site-settings-container{flex:1}.site-settings-container{padding-bottom:200px;padding-right:10px;overflow:auto}.websites-app .site-settings-header{margin-bottom:10px;font-weight:400;margin-top:0}.websites-app .site-settings-block{width:100%;background:#ffffff08;border-radius:16px;padding:10px 20px;margin-bottom:30px}.websites-app .site-settings-block h3{margin-top:0}.site-settings-container{scrollbar-color:rgba(241,241,241,.106) rgba(255,255,255,.059);scrollbar-width:thin}.site-settings-field-input-row{display:flex;align-items:flex-start;justify-content:start;gap:8px}.site-settings-field-input-row>*:first-child{flex:1}.field-actions{display:flex;max-width:40px;gap:4px}.field-action{width:30px;height:30px;border-radius:7px;border:none;background:#111;cursor:pointer;font-size:18px;line-height:1}.field-action.confirm{background:var(--theme-symbol-green)}.field-action.cancel{background:var(--theme-symbol-red)}.field-actions{display:flex;align-items:center;gap:6px}.field-saving-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;opacity:.8}.field-saving-indicator i{font-size:14px}@media(max-width:768px){.websites-app{flex-direction:column;gap:12px;padding:10px}.websites-mobile-selects{display:flex;flex-direction:column;gap:8px;width:100%;z-index:900}.websites-mobile-select{width:100%;padding:8px 10px;border-radius:10px;border:none;background:#0006;color:#fff;font-size:1em;height:40px}.websites-app .website-list,.websites-app .sites-list-container{display:none}.site-settings-container{padding-right:0;padding-bottom:80px}}.site-settings-field{margin-bottom:20px}.site-settings-field label{margin-bottom:7px;display:block}.site-settings-field input{max-width:700px;min-width:400px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;font-weight:300}.site-settings-field textarea{max-width:700px;min-width:400px;height:200px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;resize:none;font-weight:300}.file-input-wrapper{max-width:700px}.site-field.file-input{padding:0!important}.site-field.file-input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:10px 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.site-field.file-input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.file-input-wrapper .file-link{margin-left:15px;color:var(--theme-link-color);font-weight:300;text-decoration:underline}.site-field.date{max-width:200px}.currency-input-wrapper{max-width:180px}.currency-input-wrapper input.currency-input{text-align:right;width:130px}.currency-input-wrapper span{margin-left:5px}.checkbox-wrapper{display:inline-flex;align-items:center;gap:8px;cursor:pointer;position:relative;max-width:50px}.checkbox-input{position:absolute;opacity:0;pointer-events:none}.checkbox-custom{width:30px;height:30px;border-radius:4px;border:0px solid #fff3;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a}.checkbox-custom:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:200;font-size:1.5em;transform:scale(0);transition:transform .1s ease;color:var(--theme-symbol-green)}.checkbox-input:checked+.checkbox-custom:after{transform:scale(1)}.checkbox-input:focus-visible+.checkbox-custom{outline:1px solid #0070f3;outline-offset:2px}.number-input,.site-field.number-input{max-width:130px;text-align:right}.site-field.dropdown{max-width:250px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;font-weight:300}@media(max-width:768px){.site-settings-field input,.site-settings-field textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.site-settings-field textarea{min-height:200px}.site-settings-field-input-row{flex-direction:column;align-items:stretch}.field-actions{max-width:100%;justify-content:flex-end}.site-field.dropdown,.site-field.date,.currency-input-wrapper,.number-input,.site-field.number-input{max-width:100%;width:100%}.file-input-wrapper{max-width:100%}}.table-field .drag-handle{cursor:grab}.table-field-renderer-modal{width:min(1200px,96vw);margin:auto;height:auto;padding:30px 30px 20px;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.table-field-renderer-modal .modal-footer{margin-top:40px;text-align:right}.site-field.table-field table{width:100%;border-collapse:separate;border-spacing:0px;font-weight:300}.site-field.table-field table th{text-align:left;border:.5px solid #ffffff1c;font-size:1em;padding:5px 10px;font-weight:300;background-color:#ffffff1c}.site-field.table-field table tr:first-of-type th:first-of-type{border-top-left-radius:10px}.site-field.table-field table tr:first-of-type th:last-of-type{border-top-right-radius:10px}.site-field.table-field table tr:last-of-type td:first-of-type{border-bottom-left-radius:10px}.site-field.table-field table tr:last-of-type td:last-of-type{border-bottom-right-radius:10px}.site-field.table-field .add-row-button{background:#ffffff08;margin-top:20px}.site-field.table-field .add-row-button:hover{background:#ffffff0d;cursor:pointer}.site-field.table-field table td{padding:7px 10px;border:1px solid #ffffff1c;border-top:0px;border-right:0px}.site-field.table-field table .icon-button{background:#ffffff08}.site-field.table-field table .icon-button:hover{background:#ffffff0d}.site-field.table-field table tr:nth-child(2n){background-color:#ffffff08}.site-field.table-field table td img{width:100px}.site-field.table-field table td a{color:var(--theme-symbol-blue);text-decoration:none}.site-field.table-field table td a:hover{text-decoration:underline}@media(max-width:768px){.table-field-renderer-modal{width:97vw;max-width:97vw;margin:auto;border-radius:10px;padding:15px;overflow-y:auto}.site-field.table-field table{font-size:.9em;display:block;overflow-x:auto}.site-field.table-field table th,.site-field.table-field table td{padding:6px 8px}.site-field.table-field table td img{width:70px;max-width:70px}}.site-field.image-input{padding:0!important;max-width:600px}.site-field.image-input img{max-width:130px;max-height:130px;border-radius:7px;margin-right:20px;vertical-align:top}.site-field.image-input input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:10px 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.site-field.image-input input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.image-input-controls{display:inline-block;vertical-align:top}@media(max-width:768px){.site-field.image-input{max-width:100%;display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.site-field.image-input img{max-width:100px;max-height:100px}.image-input-controls{width:100%}}.icon-picker{position:relative;display:inline-block;max-width:100px}.icon-picker-trigger{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:4px;color:#fff;border:0px solid #fff3;background:#ffffff1a;cursor:pointer}.icon-picker-trigger i{font-size:18px}.icon-picker-placeholder{font-size:12px;opacity:.7}.icon-picker-dropdown{position:absolute;top:100%;left:0;margin-top:4px;z-index:10;background:#1c1f2e;border-radius:10px;padding:6px;min-width:220px;max-height:260px;display:flex;flex-direction:column;box-shadow:0 0 40px #0000004d}.icon-picker-search{width:100%;padding:4px 6px;margin-bottom:6px;border-radius:3px;border:1px solid #333;background:#1c1f2e;color:#fff}.icon-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:4px;overflow:auto}.icon-picker-item{border:none;background:transparent;cursor:pointer;padding:4px;border-radius:3px}.icon-picker-item i{font-size:16px;color:#fff}.icon-picker-item:hover{background:#222}@media(max-width:768px){.icon-picker{max-width:100%}.icon-picker-dropdown{max-width:90vw;width:90vw}}.rich-text-editor{font-size:16px}.ql-container{font-size:1em!important}.quill{color:#fff;border-radius:8px;border:none;background:#ffffff1a}.ql-bubble .ql-editor{width:calc(100% - 40px);min-height:120px;font-size:1em}.ql-bubble .ql-tooltip{background:#111;border-color:#333}.ql-bubble .ql-tooltip .ql-picker-options{background:#111}.ql-bubble .ql-editor p{margin:20px 0 30px}.ql-bubble .ql-editor p.linebreak-true{margin:0}.ql-bubble .ql-editor img{max-width:100%;max-height:700px;height:auto}@media(max-width:768px){.quill{width:100%}.ql-bubble .ql-editor{width:calc(100% - 20px)}}/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* 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: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:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@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-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .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-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}.websites-app{height:100%}.Page404{display:flex;justify-content:center;align-items:center;height:100vh;font-size:2em;color:#b1b1b1;background-color:var(--theme-color-dark);text-align:center}
