:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.card{padding:2em}#app{width:100vw;height:100vh;margin:0;padding:0;text-align:center}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background:#fff}a:hover{color:#747bff}button{background:#f9f9f9}}body{background:var(--header-background)}.admin{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--default-borderRadius);background:var(--default-background);box-sizing:border-box;overflow:hidden}.admin h1{color:var(--admin-textColor);font-size:var(--admin-h1FontSize);font-family:var(--admin-h1FontFamily);font-weight:var(--admin-h1FontWeight);font-style:var(--admin-h1FontStyle)}img{height:100%}.content,.content-col{width:100%;height:100%;display:flex;gap:10px;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow-y:auto}.content{flex-direction:row;flex-wrap:wrap;gap:10px 4px;align-content:flex-start}.content-col{padding-top:20px;gap:0;flex-direction:column}.admin-toolbar{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;width:100%;grid-row:1/2}.mobile .admin-toolbar{grid-column:1/2}.mobile .sliding-overlay-content{grid-column:3/-1}.footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box}.counter-badge{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ff928a,#ffb397);color:#fff;min-width:24px;height:width;border-radius:30px;margin-right:10px;font-family:var(--card-h3FontFamily);font-weight:var(--card-h3FontWeight);font-size:var(--cardh-h3FontSize);line-height:var(--cardh-h3FontSize);box-sizing:border-box;padding:5px}.counter-text{font-family:var(--card-h3FontFamily);font-weight:var(--card-h3FontWeight);font-size:var(--card-h2FontSize)}.card-title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.card-title p{font-family:var(--card-fontFamily);font-weight:var(--card-fontWeight);font-size:var(--cardFontSize);text-align:center}.card-title .card-description{font-family:var(--card-h3FontFamily);font-weight:var(--card-h3FontWeight);font-size:var(--card-h3FontSize);margin:0 10px 0 0;color:gray}.add-button{display:flex;justify-content:center;align-items:center;margin:0;padding:0;height:36px;width:55px;background:#fe9501;box-shadow:4px 4px 20px #ffffff40 inset;box-shadow:3px 3px 0 1px #c47403;box-sizing:border-box;color:#fff;font-size:24px}.add-button:active{box-shadow:0 0 #ffffff40 inset;box-shadow:0 0 #c47403}.add-button:disabled{background:gray;cursor:not-allowed;box-shadow:unset}.content,.profiles{position:relative;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;height:100%;gap:15px 5px;box-sizing:border-box}.profiles{flex-wrap:wrap}.main-panel{position:relative;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;background:var(--default-background);color:var(--default-text-color);padding:10px;box-sizing:border-box;min-height:50px;gap:10px;height:100%;width:100%}.main-panel h1{font-size:var(--content-management-h1FontSize);font-weight:var(--content-management-h1FontWeight);font-family:var(--content-management-h1FontFamily);color:var(--content-management-textColor);margin:0;padding:0}.main-panel p{font-size:var(--content-management-h2FontSize);font-weight:var(--content-management-h2FontWeight);font-family:var(--content-management-h2FontFamily);color:var(--content-management-textColor);margin:0;padding:0}.main-panel p.intro{width:60%;font-family:var(--default-fontFamily);font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);font-style:var(--default-fontStyle);color:var(--default-textColor)}.main-panel p.intro.mobile{max-height:100px;width:90%;overflow-y:auto}.main-panel p.no-profiles{width:100%;text-align:center;font-family:var(--widget-fontFamily);font-size:16px;font-weight:var(--widget-fontWeight);color:gray;font-style:italic}.add-content{display:flex;justify-content:center;align-items:center;width:128px;aspect-ratio:1/1;border:dotted 1px var(--widget-secondaryColor);cursor:pointer}.add-content:hover{border-style:solid;background:var(--widget-transparentBackground)}.search-add{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:10px}.title-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 10px;box-sizing:border-box}.back-button{display:flex;flex-direction:row;align-items:center;justify-content:center;background:#383838;box-shadow:3px 2px 5px #0000001a,-3px -3px 6px #00000040 inset,-4px -4px 5px #5d5d5d;border-radius:var(--default-borderRadius);padding:6px}.back-button span{color:var(--default-secondaryColor)}.side-panel-img{width:128px}.sliding-overlay-content,.side-panel{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding:20px;box-sizing:border-box;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.sliding-overlay-content::-webkit-scrollbar,.side-panel::-webkit-scrollbar{width:8px;height:8px}.sliding-overlay-content::-webkit-scrollbar-track,.side-panel::-webkit-scrollbar-track{background:none;border-radius:4px}.sliding-overlay-content::-webkit-scrollbar-thumb,.side-panel::-webkit-scrollbar-thumb{background:var(--widget-secondaryColor);border-radius:4px;opacity:.5}.sliding-overlay-content::-webkit-scrollbar-thumb:hover,.side-panel::-webkit-scrollbar-thumb:hover{background:var(--widget-secondaryColor);opacity:.8}.sliding-overlay-content ul,.side-panel ul{display:flex;flex-direction:column;width:fit-content;box-sizing:border-box;list-style:none;margin:auto;padding:0}.sliding-overlay-content ul li,.side-panel ul li{display:grid;grid-template-columns:40px auto}.sliding-overlay-content ul.menu-content-list,.side-panel ul.menu-content-list{padding:10px 0}.sliding-overlay-content ul.menu-content-list li,.side-panel ul.menu-content-list li{display:flex}.sliding-overlay-content ul.counters-list li,.side-panel ul.counters-list li{margin-bottom:5px}.sliding-overlay-content ul.properties-list,.side-panel ul.properties-list{align-items:center;gap:10px}.sliding-overlay-content ul.properties-list li,.side-panel ul.properties-list li{grid-template-columns:1fr 1fr;grid-template-rows:100%;margin-bottom:10px;gap:5px}.sliding-overlay-content ul.properties-list li .property-name,.side-panel ul.properties-list li .property-name{font-family:var(--side-panel-h2FontFamily);font-size:var(--side-panel-h2FontSize);font-style:var(--side-panel-h2FontStyle);font-weight:var(--side-panel-h2FontWeight);color:var(--side-panel-textColor);text-align:right;line-height:var(--side-panel-h2FontSize);height:100%}.sliding-overlay-content ul.properties-list li .property-value,.side-panel ul.properties-list li .property-value{font-family:var(--side-panel-fontFamily);font-size:var(--side-panel-fontSize);font-style:var(--side-panel-fontStyle);font-weight:var(--side-panel-fontWeight);color:var(--side-panel-textColor);height:100%}.sliding-overlay-content ul.properties-list li.tags-list-container,.side-panel ul.properties-list li.tags-list-container{max-width:80%;grid-template-columns:100%;grid-template-rows:1fr 3fr}.sliding-overlay-content ul.properties-list li.tags-list-container span,.side-panel ul.properties-list li.tags-list-container span{text-align:center}.sliding-overlay-content ul.properties-list li.tags-list-container .tags-list,.side-panel ul.properties-list li.tags-list-container .tags-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:5px;width:100%;margin-top:10px}.sliding-overlay-content img,.side-panel img{width:128px}.sliding-overlay-content img.menu-icon,.side-panel img.menu-icon{width:64px}.sliding-overlay-content span,.side-panel span{color:var(--widget-textColor);font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);text-align:left}.sliding-overlay-content h1,.side-panel h1{color:var(--widget-textColor);font-family:var(--widget-h1FontFamily);font-size:var(--widget-h1FontSize);font-weight:var(--widget-h1FontWeight);font-style:var(--widget-h1FontStyle);margin-bottom:10%;width:100%;text-align:center}.sliding-overlay-content h2,.side-panel h2{color:var(--widget-textColor);font-family:var(--widget-h2FontFamily);font-size:var(--widget-h2FontSize);font-weight:var(--widget-h2FontWeight);font-style:var(--widget-h2FontStyle);width:100%;text-align:center}.sliding-overlay-content h3,.side-panel h3{color:var(--widget-textColor);font-family:var(--widget-h3FontFamily);font-size:var(--widget-h3FontSize);font-weight:var(--widget-h3FontWeight);font-style:var(--widget-h3FontStyle);width:100%;text-align:center}.sliding-overlay-content p,.side-panel p{color:var(--widget-textColor);font-family:var(--default-fontFamily);font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);font-style:var(--default-fontStyle);margin:10px auto 0}.sliding-overlay-content form,.side-panel form{display:flex;flex-direction:column;width:90%;margin:0 auto}.sliding-overlay-content form .url-entry,.side-panel form .url-entry{display:grid;grid-template-columns:10fr auto;grid-template-rows:1fr 1fr 1fr;width:100%;border:dashed .5px rgba(255,255,255,.1);background-color:var(--widget-transparentBackground);box-shadow:var(--widget-boxShadow)}.sliding-overlay-content form .url-entry .url-entry-remove,.side-panel form .url-entry .url-entry-remove{grid-column:2;grid-row:1;width:20px;height:20px;cursor:pointer}.sliding-overlay-content form .url-entry .url-entry-url,.side-panel form .url-entry .url-entry-url{grid-column:1;grid-row:1;text-align:left;width:100%;display:grid;grid-template-columns:2fr 4fr 1fr;color:var(--widget-textColor);font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);align-items:center;margin-top:20px;white-space:nowrap}.sliding-overlay-content form .url-entry .url-entry-caption,.sliding-overlay-content form .url-entry .url-entry-description,.side-panel form .url-entry .url-entry-caption,.side-panel form .url-entry .url-entry-description{grid-column:1;grid-row:2;text-align:left;width:100%;display:grid;grid-template-columns:1fr 2fr;color:var(--widget-textColor);font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);align-items:center;margin-top:20px;white-space:nowrap}.sliding-overlay-content form .url-entry .url-entry-description,.side-panel form .url-entry .url-entry-description{grid-row:3}.sliding-overlay-content form .url-entry input[type=button],.side-panel form .url-entry input[type=button]{box-sizing:border-box;background:var(--widget-secondaryBackground);margin-left:5px}.sliding-overlay-content form .url-entry input[type=button]:hover,.side-panel form .url-entry input[type=button]:hover{border-width:2px}.sliding-overlay-content form label,.side-panel form label{text-align:left;width:100%;display:grid;grid-template-columns:150px 4fr 2fr;justify-items:end;color:var(--widget-textColor);font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);align-items:center;margin-top:20px;white-space:nowrap}.sliding-overlay-content form label span,.side-panel form label span{padding-right:5px;color:var(--widget-textColor);font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle)}.sliding-overlay-content form label input,.side-panel form label input{border-radius:var(--widget-borderRadius);border:var(--widget-border);font-size:var(--widget-fontSize);height:24px;padding:0 10px;margin-left:5px}.sliding-overlay-content form label input:not([type=button]):read-only,.side-panel form label input:not([type=button]):read-only{color:#a9a9a9}.sliding-overlay-content form label input[type=button],.side-panel form label input[type=button]{box-sizing:border-box;background:var(--widget-secondaryBackground);white-space:break-spaces;height:auto;padding:5px 10px;margin-left:5px}.sliding-overlay-content form label input[type=button]:hover,.side-panel form label input[type=button]:hover{border-width:2px}.sliding-overlay-content form div.form-div,.side-panel form div.form-div{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:20px}.sliding-overlay-content form div.form-div.centered,.side-panel form div.form-div.centered{margin:20px auto 0;width:fit-content;display:flex;flex-direction:row;align-items:center}.sliding-overlay-content form button.form-button,.side-panel form button.form-button{min-width:50%;margin:20px auto 0;color:var(--widget-secondaryColor);background-color:var(--widget-secondaryBackground);box-shadow:var(--widget-secondaryBoxShadow);border-radius:50px;white-space:nowrap}.sliding-overlay-content form input[type=file].form-inputs,.side-panel form input[type=file].form-inputs{border-radius:var(--widget-borderRadius);box-sizing:border-box;background:var(--widget-secondaryColor);border:none;padding:10px 5px;margin:10px auto;height:40px;font-family:var(--default-fontFamily);font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);font-style:var(--default-fontStyle)}.sliding-overlay-content form input[type=file].form-inputs:hover,.side-panel form input[type=file].form-inputs:hover{border:solid 2px}.sliding-overlay-content form input[type=file].form-inputs::file-selector-button,.side-panel form input[type=file].form-inputs::file-selector-button{background:var(--widget-secondaryColor);color:var(--widget-textColor);border:solid 1px #121212;padding:0 10px;border-radius:var(--widget-borderRadius)}.sliding-overlay-content form .form-buttons,.side-panel form .form-buttons{display:flex;justify-content:space-around;gap:10px}.side-panel{height:100%;width:30%}.side-panel.mobile{width:100%;height:auto;max-height:20vh;border-top:solid 1px var(--widget-border);padding:0}.mobile form{width:100%!important}.mobile label{grid-template-columns:100px auto auto!important;justify-items:start!important}.mobile label span{white-space:normal;overflow:hidden;text-overflow:ellipsis}.sliding-overlay-content,.side-panel{padding:10px 0}.header.svelte-nkkc8l{display:flex;justify-content:space-between;align-items:center;background:var(--header-background);color:var(--header-text-color);padding:10px;box-sizing:border-box;min-height:50px;width:100%}.icon-button.svelte-6ss3dn{display:inline-flex;justify-content:flex-start;border:none;background:none;cursor:pointer;padding:0;margin:0;align-items:center;gap:5px}.column.svelte-6ss3dn{flex-direction:column}.icon-button.disabled.svelte-6ss3dn{cursor:not-allowed;opacity:.5}.icon-button.svelte-6ss3dn:focus{outline:none;border:none}.icon.svelte-6ss3dn:hover{animation:svelte-6ss3dn-pulse .5s ease-in-out infinite alternate}@keyframes svelte-6ss3dn-pulse{0%{transform:scale(.8)}to{transform:scale(1.2)}}.icon-button-caption.svelte-6ss3dn{padding:0;margin:0;transition:opacity .4s ease-in-out}.icon-button-caption.closed.svelte-6ss3dn{opacity:0}.icon-button-caption.svelte-6ss3dn:hover{text-decoration:underline}.menu.svelte-173mf91{top:0;left:0;background:var(--menu-background);border:1px solid var(--menu-border);box-shadow:var(--menu-shadow);z-index:1000;height:100%;transition:max-width 1s ease-in-out;display:flex;flex-direction:column;width:40px;overflow:hidden;padding:0 10px}.menu-header.svelte-173mf91{display:flex;justify-content:flex-end}.menu.open.svelte-173mf91{padding-right:10px;width:var(--menu-width);max-width:450px}.menu-list.svelte-173mf91{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;list-style:none;padding:0;margin:0;gap:10px}.menu.svelte-173mf91 li:where(.svelte-173mf91){cursor:pointer}.popup-menu.svelte-udmvvo{position:relative;display:flex;flex-direction:column}.popup-menu-content.svelte-udmvvo{position:fixed;display:none;border-radius:var(--popupmenu-borderRadius)}.popup-menu-content.open.svelte-udmvvo{display:flex;flex-direction:column;padding:10px;background:var(--popupmenu-background)}.footer.svelte-kg5j8x{background:var(--footer-background);padding:10px;text-align:center;position:fixed;bottom:0;width:100%}.footer.svelte-kg5j8x p:where(.svelte-kg5j8x){font-size:var(--footer-fontSize);font-weight:var(--footer-fontWeight);font-family:var(--footer-fontFamily);color:var(--footer-textColor);margin:0 auto}.user-card.svelte-1liolnb{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:var(--popupmenu-transparentBackground);padding:5px;border-radius:var(--popupmenu-borderRadius)}.user-card.svelte-1liolnb td:where(.svelte-1liolnb){text-align:left;color:var(--popupmenu-textColor);white-space:nowrap;margin:0;padding:0 5px 0 0;font-size:var(--popupmenu-fontSize);font-family:var(--popupmenu-fontFamily);font-weight:var(--popupmenu-fontWeight);font-style:var(--popupmenu-fontStyle)}.status-overlay.svelte-1corz0y{position:fixed;left:0;width:100%;transition:top .3s ease-in-out;border-radius:var(--status-overlay-borderRadius);box-shadow:var(--status-overlay-boxShadow);z-index:999999;top:-100%}.status-overlay.opened.svelte-1corz0y{top:0}.overlay-content.svelte-1corz0y{background:var(--status-overlay-background, rgba(0, 0, 0, .8));color:var(--status-overlay-text-color, white);text-align:center;font-size:var(--status-overlay-font-size);font-family:var(--status-overlay-font-family);font-weight:var(--status-overlay-font-weight);font-style:var(--status-overlay-font-style);height:100%;padding-top:20px}.overlay-content.svelte-1corz0y p:where(.svelte-1corz0y){margin:0}.background.svelte-61uiz4{display:flex;position:absolute;background:#00000080;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;z-index:99999}.popup-form.svelte-61uiz4{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background:var(--default-background);color:var(--default-text-color);padding:10px;box-sizing:border-box;min-height:50px;max-height:90%;max-width:90%;box-shadow:var(--default-boxShadow);border-radius:var(--default-borderRadius)}.popup-form.mobile.svelte-61uiz4{width:90%}@keyframes svelte-ph6e76-rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.bg-overlay.svelte-ph6e76{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999998}.spinner.svelte-ph6e76{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999999;animation:svelte-ph6e76-rotate 1s linear infinite}.logo.svelte-1s6s67{height:var(--header-logoHeight);margin:auto}.menu-container.svelte-1s6s67{grid-column:1;grid-row:1/4;height:100%}.header-container.svelte-1s6s67{grid-column:2;grid-row:1;width:100%}.header-container.svelte-1s6s67 .left-slot:where(.svelte-1s6s67){display:flex;gap:10px;align-items:center}.header-container.mobile.svelte-1s6s67{grid-column:1/span 2}.body.svelte-1s6s67{overflow:auto;border-width:5px;top:70px;left:60px;height:100%;width:100%;background:var(--layout-background);box-shadow:var(--layout-boxShadow);border-top-left-radius:var(--layout-borderRadius);border-bottom-left-radius:var(--layout-borderRadius);grid-column:2;grid-row:2}.question.svelte-1s6s67{max-width:20vw;font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);font-family:var(--default-fontFamily);font-style:var(--default-fontStyle);color:var(--default-textColor)}.question.mobile.svelte-1s6s67{max-width:100%}.right-slot.svelte-1s6s67{display:flex;gap:10px;align-items:center}.layout.svelte-1s6s67{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:auto 1fr;height:100vh;width:100vw}.news-widget.svelte-14wq4ko{display:flex;flex-direction:column;align-items:start;justify-content:flex-start;background:var(--big-widget-background);border-radius:var(--big-widget-borderRadius);box-shadow:var(--big-widget-boxShadow);max-width:40%;min-width:300px;max-height:80%;box-sizing:border-box;margin:10px;padding:5px}.news-widget.svelte-14wq4ko h2:where(.svelte-14wq4ko){color:var(--big-widget-textColor);font-family:var(--big-widget-h2FontFamily);font-size:var(--big-widget-h2FontSize);font-weight:var(--big-widget-h2FontWeight);padding:0;margin:0}.news-widget.svelte-14wq4ko .news-list:where(.svelte-14wq4ko){overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:10px;height:100%}.news-widget.svelte-14wq4ko .news-item:where(.svelte-14wq4ko){display:grid;grid-template-columns:1fr 3fr;grid-template-rows:autofr 1fr;background:var(--big-widget-secondaryBackground);box-shadow:var(--big-widget-secondaryBoxShadow);border-radius:var(--big-widget-borderRadius);padding:10px 15px;color:var(--big-widget-color)}.news-widget.svelte-14wq4ko .news-item:where(.svelte-14wq4ko) h3:where(.svelte-14wq4ko){font-family:var(--big-widget-h3FontFamily);font-size:var(--big-widget-h3FontSize);font-weight:var(--big-widget-h3FontWeight);grid-column:2;grid-row:1;height:100%;margin:0}.news-widget.svelte-14wq4ko .news-item:where(.svelte-14wq4ko) span:where(.svelte-14wq4ko){font-family:var(--big-widget-fontFamily);font-size:var(--big-widget-fontSize);font-weight:var(--big-widget-fontWeight);grid-column:1;grid-row:1;margin:auto;height:100%;width:100%;text-align:left}.news-widget.svelte-14wq4ko .news-item:where(.svelte-14wq4ko) p:where(.svelte-14wq4ko){margin:0;padding:0;font-family:var(--big-widget-fontFamily);font-size:var(--big-widget-fontSize);font-weight:var(--big-widget-fontWeight);grid-column:2;grid-row:2}.news-widget.svelte-14wq4ko .news-item:where(.svelte-14wq4ko) img:where(.svelte-14wq4ko){grid-column:1;grid-row:2;max-width:128px;margin:auto;height:auto;aspect-ratio:auto;object-fit:contain}.news-widget.mobile.svelte-14wq4ko{width:100%;max-width:100%}.overview-widget.svelte-47eac0{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--big-widget-background);border-radius:var(--big-widget-borderRadius);box-shadow:var(--big-widget-boxShadow);width:40%;max-height:80%;min-width:300px;box-sizing:border-box;margin:10px;padding:5px}.overview-widget.mobile.svelte-47eac0{width:100%}.overview-widget-header.svelte-47eac0{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.overview-widget-content.svelte-47eac0{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;overflow-y:auto;padding:20px 0 10px;gap:5px;box-sizing:border-box}.overview-widget-item.svelte-47eac0{display:grid;grid-template-columns:50px 150px;color:var(--big-widget-textColor);margin:auto;align-items:center}h1.svelte-47eac0{width:100%;color:var(--big-widget-secondaryColor);font-family:var(--big-widget-h1FontFamily);font-size:var(--big-widget-h1FontSize);font-weight:var(--big-widget-h1FontWeight);padding:0;margin:0}p.svelte-47eac0{margin:0;padding:0;font-family:var(--big-widget-h3FontFamily);font-size:var(--big-widget-h3FontSize);font-weight:var(--big-widget-h3FontWeight);width:50%;text-align:left;text-transform:capitalize;white-space:nowrap}.counter-badge.svelte-47eac0{text-align:center;width:fit-content;justify-self:center}.dashboard.svelte-7522y4{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;background:var(--default-background);color:var(--default-text-color);padding:10px 10px 50px;box-sizing:border-box;width:100%;min-height:100%;height:fit-content;flex-wrap:wrap}.search.svelte-1xlqdwn{position:relative;display:flex;flex-direction:row;background:var(--search-background);height:30px;border-radius:20px;align-items:center;padding-left:5px;padding-right:5px;box-sizing:border-box}input.svelte-1xlqdwn{background:none;border:none;color:#fff;width:90%}input.svelte-1xlqdwn:focus-visible{outline:none}.search-icon.svelte-1xlqdwn,.erase-icon.svelte-1xlqdwn{height:100;margin:0 auto;display:flex;justify-content:center;align-items:center}.array.svelte-yhao6t{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:var(--array-textColor);box-sizing:border-box;border:var(--array-border);box-shadow:var(--array-boxShadow);border-radius:var(--array-borderRadius);font-family:var(--array-fontFamily);font-size:var(--array-fontSize);font-weight:var(--array-fontWeight);width:100%;height:100%;gap:10px;overflow-x:auto}.array.svelte-yhao6t table:where(.svelte-yhao6t){border-collapse:separate;border-spacing:0;height:200px;overflow-y:auto;width:fit-content}.array.svelte-yhao6t table:where(.svelte-yhao6t) th:where(.svelte-yhao6t){padding:3px}.array.svelte-yhao6t table:where(.svelte-yhao6t) .handle-header:where(.svelte-yhao6t){padding:0}.array.svelte-yhao6t table:where(.svelte-yhao6t) thead:where(.svelte-yhao6t){position:sticky;inset-block-start:0;z-index:999}.array.svelte-yhao6t table:where(.svelte-yhao6t) thead:where(.svelte-yhao6t) tr:where(.svelte-yhao6t) th:where(.svelte-yhao6t){font-family:var(--array-h3FontFamily);font-size:var(--array-h3FontSize);font-weight:var(--array-h3FontWeight);font-style:var(--array-h3FontStyle);color:var(--array-textColor);cursor:pointer}.array.svelte-yhao6t table:where(.svelte-yhao6t) tbody:where(.svelte-yhao6t) tr:where(.svelte-yhao6t) td:where(.svelte-yhao6t){font-family:var(--array-fontFamily);font-size:var(--array-fontSize);font-weight:var(--array-fontWeight);font-style:var(--array-fontStyle);color:var(--array-textColor)}.array.svelte-yhao6t table:where(.svelte-yhao6t) tbody:where(.svelte-yhao6t) tr:where(.svelte-yhao6t):hover{cursor:pointer;outline:2px dotted black}.title-bar.svelte-141qly8{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;background:none;border:none;box-sizing:border-box;height:70px;padding:19px 26px}.title-bar-header.svelte-141qly8{display:flex;flex-direction:row;align-items:center}.title-bar-header.svelte-141qly8 p:where(.svelte-141qly8){padding:0;margin:0 0 0 6px;font-family:var(--titlebar-fontFamily);font-size:var(--titlebar-fontSize);font-style:var(--titlebar-fontStyle);color:var(--titlebar-textColor)}.dropdown.svelte-17abmo6{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background:transparent;color:var(--default-text-color);box-sizing:border-box;width:100%;min-width:50px;box-shadow:var(--default-boxShadow)}.dropdown.svelte-17abmo6 select:where(.svelte-17abmo6){padding:3px 0 3px 10px;color:#000;font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);width:100%;height:100%}.pagination-container.svelte-1by5nfw{display:flex;flex-direction:row;justify-content:center;align-items:center;background:none;width:100%;position:absolute;bottom:70px}.pagination.svelte-1by5nfw{display:grid;grid-template-rows:100%;grid-template-columns:1fr 4fr 1fr;gap:10px;background:var(--pagination-background);border:none;box-sizing:border-box;margin-top:20px;color:var(--pagination-textColor);white-space:nowrap;border-radius:var(--pagination-borderRadius);padding:10px;min-width:650px;max-width:100%}.pagination.svelte-1by5nfw .left-block:where(.svelte-1by5nfw){grid-row:1;grid-column:1;display:flex;justify-content:center;align-items:center}.pagination.svelte-1by5nfw .left-block:where(.svelte-1by5nfw) p:where(.svelte-1by5nfw){margin:0 10px 0 0;padding:0;font-family:var(--pagination-fontFamily);font-size:var(--pagination-fontSize);font-weight:var(--pagination-fontWeight);font-style:var(--pagination-fontStyle);color:var(--pagination-textColor)}.pagination.svelte-1by5nfw .central-block:where(.svelte-1by5nfw){grid-row:1;grid-column:2;justify-content:center;display:flex;flex-direction:row;align-items:center;height:32px}.pagination.svelte-1by5nfw input:where(.svelte-1by5nfw){display:flex;align-items:center;justify-content:center;width:34px;text-align:center;font-family:var(--pagination-fontFamily);font-size:var(--pagination-fontSize);font-weight:var(--pagination-fontWeight);font-style:var(--pagination-fontStyle);color:var(--pagination-textColor);background:var(--popupmenu-background);border:none;padding:0;height:100%}.location.svelte-1by5nfw{grid-row:1;grid-column:3;padding:0;font-family:var(--pagination-fontFamily);font-size:var(--pagination-fontSize);font-weight:var(--pagination-fontWeight);font-style:var(--pagination-fontStyle);color:var(--pagination-textColor);text-align:right;margin:auto 0}.pagination-container.mobile.svelte-1by5nfw{bottom:5px}.pagination-container.mobile.svelte-1by5nfw .pagination:where(.svelte-1by5nfw){max-width:100%;min-width:unset}.column-selector-overlay.svelte-635n4{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.column-selector.svelte-635n4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;flex-wrap:wrap;height:70%;overflow:auto;border-radius:var(--popupmenu-borderRadius);background:var(--popupmenu-background);padding:10px}.column-selector.svelte-635n4 label:where(.svelte-635n4){display:flex;align-items:center;padding:5px;cursor:pointer;color:var(--popupmenu-textColor)}.sliding-overlay.svelte-7csmux{position:absolute;height:100%;width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start}.sliding-overlay-content.svelte-7csmux{display:grid;height:100%;overflow-y:auto;background:var(--popupmenu-background)}.sliding-overlay.minimum-open.svelte-7csmux{top:0;left:0;border-radius:var(--default-borderRadius)}.sliding-overlay.full-screen.svelte-7csmux{transform:translateY(100vh);left:0;top:0;transition:all .3s ease-in-out}.sliding-overlay-content.minimum-open.svelte-7csmux{position:relative;left:0;top:0;transform:translate(100%);border-radius:var(--default-borderRadius);min-width:30%;transition:all .3s ease-in-out;grid-template-columns:0fr 1fr 0fr}.sliding-overlay-content.full-screen.svelte-7csmux{width:100%;border-radius:0;grid-template-columns:1fr 2fr 1fr}.sliding-overlay-content.mono-column.svelte-7csmux{grid-template-columns:0fr 1fr 0fr}.sliding-overlay.open.svelte-7csmux{top:0;left:0;transform:translate(0);background:var(--default-transparentBackground)}.sliding-overlay-content.open.svelte-7csmux{left:0;transform:translate(0)}.left-panel.svelte-7csmux{height:100%;grid-row:1;grid-column:1}.center-panel.svelte-7csmux{height:100%;grid-row:1;grid-column:2}.right-panel.svelte-7csmux{height:100%;grid-row:1;grid-column:3}.device-view.svelte-1p2qcfm{display:grid;width:100%;height:100%;grid-template-rows:auto 1fr;grid-template-columns:1fr 1.5fr;padding:10px;background:var(--device-view-background);box-sizing:border-box;z-index:1000;position:relative}.device-view.svelte-1p2qcfm h1:where(.svelte-1p2qcfm){font-size:var(--device-view-h1FontSize);font-family:var(--device-view-h1FontFamily);font-weight:var(--device-view-h1FontWeight);font-style:var(--device-view-h1FontStyle);color:var(--device-view-textColor);margin:0 0 20px}.device-view.svelte-1p2qcfm label:where(.svelte-1p2qcfm){width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;color:var(--device-view-textColor);white-space:nowrap;font-size:var(--device-view-fontSize);font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle)}.device-view.svelte-1p2qcfm input:where(.svelte-1p2qcfm){width:140px;background-color:var(--device-view-secondaryColor);outline:none;border:none;color:var(--device-view-textColor);font-size:var(--device-view-fontSize);font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle)}.left-column.svelte-1p2qcfm{display:flex;flex-direction:column;grid-column:1;height:100%}.right-column.svelte-1p2qcfm{display:flex;flex-direction:column;height:100%}.device-context.svelte-1p2qcfm{display:grid;grid-template-rows:1fr;grid-template-columns:1fr 1fr}.device-context.svelte-1p2qcfm{background-color:var(--device-view-secondaryColor);border-radius:var(--device-view-borderRadius);border:var(--device-view-border);box-shadow:var(--device-view-boxShadow);min-height:120px;padding:5%;width:fit-content}.device-context-left.svelte-1p2qcfm{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}.device-context-left.svelte-1p2qcfm label:where(.svelte-1p2qcfm){display:grid;grid-template-columns:120px 1fr}.device-context-right.svelte-1p2qcfm{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}.device-context-right.svelte-1p2qcfm label:where(.svelte-1p2qcfm){flex-direction:column;gap:10 px}.device-context-right.svelte-1p2qcfm textarea:where(.svelte-1p2qcfm){margin:auto;height:50px;width:130px;background:none;outline:none;border:none;color:var(--device-view-textColor);font-size:10px;font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle);box-sizing:border-box;resize:none;text-align:center}.device-context-right.svelte-1p2qcfm p:where(.svelte-1p2qcfm){margin:0;font-size:var(--device-view-fontSize);color:var(--device-view-textColor);font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle)}.device-details.svelte-1p2qcfm{display:flex;flex-direction:column;margin:10% auto;width:70%;gap:10px}.device-details.svelte-1p2qcfm label:where(.svelte-1p2qcfm){display:grid;grid-template-columns:150px 1fr 1fr;position:relative;gap:10px;justify-content:space-around;text-align:right}.device-details.svelte-1p2qcfm label:where(.svelte-1p2qcfm) p:where(.svelte-1p2qcfm){width:150px;margin:0;text-align:right}.device-details.svelte-1p2qcfm label:where(.svelte-1p2qcfm) input:where(.svelte-1p2qcfm){background:none}.device-details.svelte-1p2qcfm label:where(.svelte-1p2qcfm) textarea:where(.svelte-1p2qcfm){width:100px;height:50px;background:none;outline:none;border:none;color:var(--device-view-textColor);font-size:10px;font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle);box-sizing:border-box}.device-toolbar.svelte-1p2qcfm{width:100%;min-height:100px;margin:aut 0;display:flex;flex-direction:row;justify-content:center;align-items:center;background:none}.minitb.svelte-1p2qcfm{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.p1.svelte-1p2qcfm{padding-right:36px}.p2.svelte-1p2qcfm{padding-right:52px;border-right:solid 1px var(--device-view-color)}.p3.svelte-1p2qcfm{padding-left:52px}.device-graphics.svelte-1p2qcfm{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;margin:20px 0 0}.graphics.svelte-1p2qcfm{display:flex;flex-direction:row;align-items:center;gap:10px;justify-content:flex-start;width:100%;padding-left:20%;box-sizing:border-box}.graphics.svelte-1p2qcfm h1:where(.svelte-1p2qcfm){color:var(--default-secondaryColor)}.graphics.svelte-1p2qcfm span:where(.svelte-1p2qcfm),.graphics.svelte-1p2qcfm h1:where(.svelte-1p2qcfm){width:fit-content;margin-top:auto;margin-bottom:auto}.graphics-header.svelte-1p2qcfm{display:flex;flex-direction:column;font-family:var(--device-view-fontFamily);font-weight:var(--device-view-fontWeight);font-style:var(--device-view-fontStyle);font-size:var(--device-view-fontSize);color:#fff;width:100px;align-items:center}.right-column.svelte-1p2qcfm{overflow-y:auto}.hidden.svelte-1p2qcfm{visibility:hidden}.device-view.mobile.svelte-1p2qcfm{grid-template-rows:auto auto auto;grid-template-columns:1fr;overflow:auto}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm){grid-column:1;grid-row:2;width:100%}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-context:where(.svelte-1p2qcfm){padding:5% 2px;width:fit-content;grid-template-rows:1fr;grid-template-columns:auto 1fr}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-context:where(.svelte-1p2qcfm) .device-context-left:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm){display:grid;grid-template-columns:200px auto}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-context:where(.svelte-1p2qcfm) .device-context-left:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm) input:where(.svelte-1p2qcfm){text-align:right}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-details:where(.svelte-1p2qcfm){width:100%;gap:10px}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-details:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm){display:grid;grid-template-columns:1fr 1fr auto;gap:10px;justify-content:space-around;text-align:right}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-details:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm) p:where(.svelte-1p2qcfm){text-align:left}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-details:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm) input:where(.svelte-1p2qcfm){background:none}.device-view.mobile.svelte-1p2qcfm .left-column:where(.svelte-1p2qcfm) .device-details:where(.svelte-1p2qcfm) label:where(.svelte-1p2qcfm) textarea:where(.svelte-1p2qcfm){width:100%;height:50px}.device-view.mobile.svelte-1p2qcfm .right-column:where(.svelte-1p2qcfm){grid-column:1;grid-row:3;width:100%;height:fit-content}.device-view.mobile.svelte-1p2qcfm .right-column:where(.svelte-1p2qcfm) .p2:where(.svelte-1p2qcfm){padding-right:0;border-right:none}.device-view.mobile.svelte-1p2qcfm .right-column:where(.svelte-1p2qcfm) .device-graphics:where(.svelte-1p2qcfm){margin:0}.device-view.mobile.svelte-1p2qcfm .right-column:where(.svelte-1p2qcfm) .device-graphics:where(.svelte-1p2qcfm) .graphics:where(.svelte-1p2qcfm){justify-content:flex-start;padding:0 0 0 20px}.field-with-propositions.svelte-j2vnh3{padding-left:5px}.field-with-propositions.svelte-j2vnh3 input:where(.svelte-j2vnh3){width:100%;box-sizing:border-box}.field-with-propositions.svelte-j2vnh3 select:where(.svelte-j2vnh3){margin-left:5px;margin-top:3px;overflow-y:auto;width:100%;box-sizing:border-box}.devices.svelte-1ac7dx1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background:var(--default-background);color:var(--default-text-color);padding:20px;box-sizing:border-box;height:100%;border-radius:var(--default-borderRadius)}.subtitle.svelte-1ac7dx1{display:flex;flex-direction:row;align-items:center;gap:5px}.toggle-switch-container.svelte-wvlcm9{display:grid;grid-template-columns:1fr 3fr;transition:all 1s ease-in-out;cursor:pointer;padding:2px;box-sizing:border-box}.toggle-switch.svelte-wvlcm9{border:2px solid var(--toggle-switch-borderColor);transition:all 1s ease-in-out}.active.svelte-wvlcm9{transform:rotateY(180deg)}.profile-card.svelte-gea0tk{display:grid;width:28vw;min-width:350px;height:30vh;background:var(--profile-card-background);border-radius:var(--profile-card-borderRadius);box-shadow:var(--profile-card-boxShadow);padding:10px;box-sizing:border-box;flex-shrink:0;color:var(--profile-card-textColor)}.profile-card.svelte-gea0tk h1:where(.svelte-gea0tk){font-family:var(--profile-card-h1FontFamily);font-size:var(--profile-card-h1FontSize);font-weight:var(--profile-card-h1FontWeight);color:var(--profile-card-textColor);margin:0}.profile-card.svelte-gea0tk p:where(.svelte-gea0tk){font-family:var(--profile-card-fontFamily);font-size:var(--profile-card-fontSize);font-weight:var(--profile-card-fontWeight);color:var(--profile-card-textColor);margin:0}.profile-card.svelte-gea0tk .toolbar:where(.svelte-gea0tk){display:flex;justify-content:space-between;align-items:center;margin-top:10px}.profile-card.svelte-gea0tk .toolbar:where(.svelte-gea0tk){display:flex;justify-content:space-between;align-items:center;width:60%;margin:0 auto}.profile-card.svelte-gea0tk .btn:where(.svelte-gea0tk){background:var(--profile-card-secondaryBackground);color:var(--profile-card-textColor);font-family:var(--profile-card-fontFamily);font-size:var(--profile-card-fontSize);font-weight:var(--profile-card-fontWeight);box-shadow:var(--profile-card-secondaryBoxShadow)}.profile-card.svelte-gea0tk .btn:where(.svelte-gea0tk):hover{background:#fff}.profile-card.svelte-gea0tk .btn:where(.svelte-gea0tk):disabled{background-color:#a9a9a9;color:#d3d3d3}.status-led.svelte-gea0tk{width:13px;height:13px;border-radius:50%}.drawer.svelte-1wf1pgr{position:fixed;display:flex;flex-direction:row;align-items:center;top:0;left:0;transform:translate(100vw);width:100%;height:100%;background:var(--drawer-background);box-shadow:var(--drawer-boxShadow);box-sizing:border-box;overflow:hidden;border-top-left-radius:var(--drawer-borderRadius);border-bottom-left-radius:var(--drawer-borderRadius)}.drawer.not_initial.svelte-1wf1pgr{position:absolute;transform:translate(100vw)}.drawer.open.svelte-1wf1pgr{position:absolute;transform:translate(0)}.drawer.svelte-1wf1pgr .handle:where(.svelte-1wf1pgr){height:100%;writing-mode:vertical-lr;text-orientation:mixed;transform:rotate(180deg);display:flex;align-items:center;justify-content:center;cursor:pointer}.drawer.svelte-1wf1pgr .handle-text:where(.svelte-1wf1pgr){font-size:var(--drawer-h3FontSize);font-family:var(--drawer-h3FontFamily);font-weight:var(--drawer-h3FontWeight);font-style:var(--drawer-h3FontSize)}.drawer.svelte-1wf1pgr .drawer-content:where(.svelte-1wf1pgr){height:100%;width:100%;position:relative;background-color:var(--drawer-background);overflow-y:auto;overflow-x:hidden}.drawer.vertical.svelte-1wf1pgr{flex-direction:column;transform:translateY(100vh)}.drawer.vertical.not_initial.svelte-1wf1pgr{transform:translateY(100vh)}.drawer.vertical.open.svelte-1wf1pgr{transform:translate(0)}.drawer.vertical.svelte-1wf1pgr .handle:where(.svelte-1wf1pgr){width:100%;height:auto;writing-mode:horizontal-tb;transform:rotate(0)}.panel.svelte-gpr59a{display:flex;justify-content:flex-start;font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);color:var(--widget-textColor);box-sizing:border-box;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.panel.svelte-gpr59a::-webkit-scrollbar{width:8px;height:8px}.panel.svelte-gpr59a::-webkit-scrollbar-track{background:none;border-radius:4px}.panel.svelte-gpr59a::-webkit-scrollbar-thumb{background:var(--widget-secondaryColor);border-radius:4px;opacity:.5}.panel.svelte-gpr59a::-webkit-scrollbar-thumb:hover{background:var(--widget-secondaryColor);opacity:.8}.panel.rounded.svelte-gpr59a{border-radius:var(--widget-borderRadius)}.panel.hidden-scrollbars.svelte-gpr59a{user-select:none;-webkit-user-select:none;-ms-overflow-style:none;scrollbar-width:none}.panel.svelte-gpr59a .horizontal-scroll-indicator-left:where(.svelte-gpr59a),.panel.svelte-gpr59a .horizontal-scroll-indicator-right:where(.svelte-gpr59a),.panel.svelte-gpr59a .vertical-scroll-indicator-top:where(.svelte-gpr59a),.panel.svelte-gpr59a .vertical-scroll-indicator-bottom:where(.svelte-gpr59a){position:sticky;fill:var(--widget-secondaryColor);flex:0 0 auto;opacity:.5}.panel.svelte-gpr59a .horizontal-scroll-indicator-left:where(.svelte-gpr59a),.panel.svelte-gpr59a .horizontal-scroll-indicator-right:where(.svelte-gpr59a){width:12px;height:60%}.panel.svelte-gpr59a .vertical-scroll-indicator-top:where(.svelte-gpr59a),.panel.svelte-gpr59a .vertical-scroll-indicator-bottom:where(.svelte-gpr59a){width:30%;height:12px}.panel.svelte-gpr59a .horizontal-scroll-indicator-left:where(.svelte-gpr59a){left:0}.panel.svelte-gpr59a .horizontal-scroll-indicator-right:where(.svelte-gpr59a){right:0}.panel.svelte-gpr59a .vertical-scroll-indicator-bottom:where(.svelte-gpr59a){bottom:0}.panel.svelte-gpr59a .vertical-scroll-indicator-top:where(.svelte-gpr59a){top:0}.profile-menu-item-image{grid-column:2;grid-row:2;width:80%;height:80%;margin:auto}.profile-menu-item.svelte-1rv5sau{display:grid;grid-template-columns:10px 72px 10px;grid-template-rows:5px 72px 15px;background:var(--menu-profile-background);box-shadow:var(--menu-profile-boxShadow);border-radius:var(--menu-profile-borderRadius);width:92px;height:92px;box-sizing:border-box;cursor:grab}.profile-menu-item.svelte-1rv5sau .caption-container:where(.svelte-1rv5sau){display:flex;flex-direction:column;align-items:center;justify-content:center;grid-column:2;grid-row:3;width:90%;height:100%;overflow:hidden}.profile-menu-item.svelte-1rv5sau .caption-container.overflowing:where(.svelte-1rv5sau) .menu-caption:where(.svelte-1rv5sau){animation:svelte-1rv5sau-scroll-text 5s linear infinite}@keyframes svelte-1rv5sau-scroll-text{0%{transform:translate(100%)}to{transform:translate(-100%)}}.profile-menu-item.svelte-1rv5sau .menu-caption:where(.svelte-1rv5sau){white-space:nowrap;grid-column:2;grid-row:3;font-family:var(--menu-profile-fontFamily);font-size:100%;color:var(--menu-profile-textColor)}.profile-menu-item.svelte-1rv5sau .content-counter:where(.svelte-1rv5sau){grid-column:1;grid-row:1;font-family:var(--menu-profile-fontFamily);font-size:12px;color:var(--menu-profile-textColor);margin:5px}.content-display.svelte-mob2jk{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-family:var(--widget-fontFamily);font-size:var(--widget-fontSize);font-weight:var(--widget-fontWeight);color:var(--widget-textColor);box-sizing:border-box;border:none;border-radius:var(--widget-borderRadius);background:none;cursor:pointer}.content-display.svelte-mob2jk h1:where(.svelte-mob2jk){margin:10px 0 0;padding:0;font-family:var(--widget-h1FontFamily);font-size:var(--widget-h1FontSize);font-weight:var(--widget-h1FontWeight);color:var(--widget-textColor);text-align:center;width:100%}.content-display.svelte-mob2jk .toolbar:where(.svelte-mob2jk){visibility:hidden;position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--widget-transparentBackground);display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:3px}.content-display.svelte-mob2jk .icon-bar:where(.svelte-mob2jk){position:absolute;top:0;left:0;display:flex;flex-direction:row;align-items:center;gap:3px}.content-display.svelte-mob2jk .toolbar:where(.svelte-mob2jk){right:0}.toolbar.svelte-1n3pnj{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:flex-start;gap:10px 4px;width:100%;background:var(--toolbar-background);border-radius:var(--toolbar-borderRadius);box-sizing:border-box;padding:19px 26px;margin-bottom:21px}p.svelte-1jg4owy{margin:0;padding:3px;font-family:var(--filter-button-fontFamily);font-weight:var(--filter-button-fontWeight);font-style:var(--filter-button-fontStyle);font-size:var(--filter-button-fontSize);color:var(--filter-button-textColor);border:var(--filter-button-border);cursor:pointer}p.selected.svelte-1jg4owy{color:var(--filter-button-secondaryColor);border-color:var(--filter-button-secondaryColor);box-shadow:0 0 8px #ff928a}.side-panel-container.svelte-1pmgodk{min-width:300px;width:auto;height:100%;width:100%;background:var(--side-panel-background);box-shadow:var(--side-panel-boxShadow);display:grid;grid-template-columns:100%;grid-template-rows:1fr 8fr 1fr;box-sizing:border-box;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:50px}.side-panel-container.svelte-1pmgodk::-webkit-scrollbar{display:none}.side-panel-container.svelte-1pmgodk .top:where(.svelte-1pmgodk){width:100%;grid-row:1;grid-column:1}.side-panel-container.svelte-1pmgodk .middle:where(.svelte-1pmgodk){width:100%;grid-row:2;grid-column:1}.side-panel-container.svelte-1pmgodk .bottom:where(.svelte-1pmgodk){width:100%;grid-row:3;grid-column:1}.side-panel-container.mobile.svelte-1pmgodk{min-height:200px;height:auto;width:100%;grid-template-columns:100%;grid-template-rows:1fr 2fr 1fr;padding-bottom:5px}.side-panel-container.mobile.svelte-1pmgodk .top:where(.svelte-1pmgodk){display:none}.side-panel-container.mobile.svelte-1pmgodk .middle:where(.svelte-1pmgodk){width:100%;grid-row:2;grid-column:1}.side-panel-container.mobile.svelte-1pmgodk .bottom:where(.svelte-1pmgodk){display:none}p.svelte-6g8bik{margin:0;padding:0 5px;font-family:var(--tag-fontFamily);font-weight:var(--tag-fontWeight);font-style:var(--tag-fontStyle);font-size:var(--tag-fontSize);border:var(--tag-border);border-radius:var(--tag-borderRadius);color:var(--tag-color);cursor:pointer}p.selected.svelte-6g8bik{border:none;background:var(--tag-background);color:var(--tag-textColor);border-color:var(--filter-button-secondaryColor)}.overlay.svelte-1sziuvx{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000}.tag-selector.svelte-1sziuvx{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:var(--widget-borderRadius);background:var(--widget-background);padding:20px;display:flex;flex-direction:column;gap:10px;width:33%}.tag-selector.svelte-1sziuvx p:where(.svelte-1sziuvx){margin:10px 0 0;padding:0 5px;font-family:var(--widget-fontFamily);font-weight:var(--widget-fontWeight);font-style:var(--widget-fontStyle);font-size:var(--widget-fontSize);color:var(--widget-textColor)}.tag-list.svelte-1sziuvx{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:10px}.container.svelte-vc1inx{position:relative}.tag-input.svelte-vc1inx{font-size:var(--side-panel-fontSize);font-family:var(--side-panel-fontFamily);font-weight:var(--side-panel-fontWeight);font-style:var(--side-panel-fontStyle);color:var(--side-panel-textColor);height:100px;width:200px;white-space:pre-wrap;border:1px solid #ccc;padding:8px;overflow-y:auto}.tag-input.svelte-vc1inx .highlight{background:var(--tag-background);color:var(--tag-textColor);padding:0 5px;border-radius:var(--tag-borderRadius);font-family:var(--tag-fontFamily);font-size:var(--tag-fontSize);font-weight:var(--tag-fontWeight);font-style:var(--tag-fontStyle)}.tag-listbox-container.svelte-vc1inx{position:absolute;margin-top:8px;border:none;background-color:#fff;z-index:999999;overflow-y:auto;box-shadow:0 2px 4px #0003;background:var(--side-panel-background);border-radius:0 0 5px 5px;overflow:hidden;box-sizing:border-box;padding:0 5px 5px}.tag-listbox-container.svelte-vc1inx p:where(.svelte-vc1inx){margin:0;padding:0}.tag-listbox-container.svelte-vc1inx select:where(.svelte-vc1inx){box-sizing:border-box;font-size:var(--side-panel-fontSize);font-family:var(--side-panel-fontFamily);font-weight:var(--side-panel-fontWeight);font-style:var(--side-panel-fontStyle);color:var(--side-panel-textColor);max-height:200px;border:none;overflow-y:auto;background:none}.tag-listbox-container.svelte-vc1inx select:where(.svelte-vc1inx) .selected:where(.svelte-vc1inx){background-color:var(--side-panel-secondaryColor);color:var(--side-panel-selectedTextColor)}.tag-input.svelte-vc1inx{position:relative}.menu-content-list.svelte-n0wdoi .content-list-item:where(.svelte-n0wdoi){display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:10px;margin-bottom:5px;background:var(--content-management-secondaryBackground);padding:2px 10px;border-radius:var(--content-management-borderRadius);width:90%;cursor:grab}.menu-content-list.svelte-n0wdoi .content-list-item:where(.svelte-n0wdoi) .content-list-img{width:24px;height:24px;object-fit:cover;margin-right:10px}.menu-content-list.svelte-n0wdoi .content-list-item:where(.svelte-n0wdoi) .menu-item:where(.svelte-n0wdoi){flex-grow:1;font-size:var(--content-management-fontSize);font-weight:var(--content-management-fontWeight);font-family:var(--content-management-fontFamily);color:var(--content-management-textColor);white-space:nowrap;text-overflow:ellipsis}.no-content.svelte-n0wdoi{font-size:var(--content-management-fontSize);font-weight:var(--content-management-fontWeight);font-family:var(--content-management-fontFamily);color:var(--content-management-textColor);text-align:center;margin-top:20px;width:100%}.content-thumbnail.svelte-18tixpk{position:relative}.name.svelte-18tixpk{margin:0;max-width:64px;font-size:12px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.accordion.svelte-1bucgxq{display:flex;flex-direction:column;width:100%}.accordion-header.svelte-1bucgxq{display:flex;align-items:center;flex-direction:row}.accordion-content.svelte-1bucgxq{display:flex;flex-direction:column;gap:5px}.tb-title.svelte-1c1ekv0{font-size:var(--content-management-fontSize);font-weight:var(--content-management-fontWeight);font-family:var(--content-management-fontFamily);color:var(--content-management-textColor);margin-right:10px}.display-mode-toggle.svelte-1c1ekv0{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-top:10px}.profile-menu-display.svelte-1hdn4f0{position:absolute;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;min-height:120px;-webkit-backdrop-filter:blur(90px);backdrop-filter:blur(90px);z-index:2000;border-top:solid 2px var(--default-secondaryColor);overflow-x:auto;overflow-y:hidden;box-sizing:border-box;padding:0 10px;margin:0;gap:10px}.profile-menu-display.svelte-1hdn4f0 li:where(.svelte-1hdn4f0){box-sizing:border-box;list-style:none;width:100%;padding:0;margin:0;flex:0 0 auto;width:fit-content}.profile-menu-display.svelte-1hdn4f0 li.nearest-item:where(.svelte-1hdn4f0){border-left:double 2px var(--default-secondaryColor);padding-left:5px}.profile-menu-display.svelte-1hdn4f0 li.no-content-added:where(.svelte-1hdn4f0){width:100%}.profile-menu-display.svelte-1hdn4f0 li:where(.svelte-1hdn4f0) p:where(.svelte-1hdn4f0){box-sizing:border-box;padding:0;margin:0;color:var(--default-secondaryColor);font-size:var(--default-h2FontSize);font-weight:600;width:100%}.icon-chooser-background.svelte-97c2q1{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--widget-transparentBackground);z-index:2000;display:flex;justify-content:center;align-items:center}.icon-chooser.svelte-97c2q1{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:center;justify-content:flex-start;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);gap:10px;border-radius:var(--widget-borderRadius);background:var(--widget-background);box-shadow:var(--widget-secondaryBoxShadow);width:40%;height:60%;overflow-y:auto;padding:10px 0 20px;box-sizing:border-box}.icon-chooser.svelte-97c2q1::-webkit-scrollbar{width:8px;height:8px}.icon-chooser.svelte-97c2q1::-webkit-scrollbar-track{background:none;border-radius:4px}.icon-chooser.svelte-97c2q1::-webkit-scrollbar-thumb{background:var(--widget-secondaryColor);border-radius:4px;opacity:.5}.icon-chooser.svelte-97c2q1::-webkit-scrollbar-thumb:hover{background:var(--widget-secondaryColor);opacity:.8}.icon-chooser.svelte-97c2q1 .icon:where(.svelte-97c2q1){display:flex;flex-direction:column;align-items:center;cursor:pointer}.icon-chooser.svelte-97c2q1 .icon:where(.svelte-97c2q1) img:where(.svelte-97c2q1){width:50px;height:50px}.icon-chooser-background.mobile.svelte-97c2q1 .icon-chooser:where(.svelte-97c2q1){width:90%;height:70%}.checkbox-wrapper.svelte-17zw8x6{position:relative;display:inline-block}.checkbox-wrapper.svelte-17zw8x6 input:where(.svelte-17zw8x6){margin:0;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.unknown-mark.svelte-17zw8x6{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;font-weight:700}.unknown.svelte-17zw8x6{opacity:.5}.search-bar.svelte-vv2l91{display:grid;grid-template-columns:1fr 2fr 1fr}div.intro.svelte-vv2l91{display:grid;grid-template-columns:1fr 3fr 1fr}p.intro.svelte-vv2l91{width:60%;font-family:var(--default-fontFamily);font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);font-style:var(--default-fontStyle);color:var(--default-textColor)}.no-elements.svelte-vv2l91{width:100%;text-align:center;font-style:italic;font-family:var(--default-fontFamily);font-size:var(--default-fontSize);font-weight:var(--default-fontWeight);color:var(--default-textColor)}.credentials.svelte-vv2l91{display:flex;flex-direction:column;margin:20px;padding:10px;border:1px solid white;background:var(--menu-profile-secondaryBackground);box-shadow:var(--menu-profile-secondaryBoxShadow);border-radius:20px}.credentials.svelte-vv2l91 .custom-credentials:where(.svelte-vv2l91){display:flex;flex-direction:row;gap:20px;margin-top:10px}.card.svelte-575zt9{display:grid;background:var(--card-background);border-radius:10px;padding:15px;box-shadow:var(--card-boxShadow);margin:10px;width:20%;min-width:350px;height:250px;box-sizing:border-box;grid-template-rows:1fr 2fr 1fr;grid-template-columns:1fr 2fr 1fr;cursor:pointer;color:var(--card-textColor);font-family:var(--card-fontFamily);font-size:var(--card-fontSize);font-weight:var(--card-fontWeight);font-style:var(--card-fontStyle)}.card.svelte-575zt9:hover{transform:scale(1.02)}.upper-left.svelte-575zt9{grid-row:1/2;grid-column:1/3;overflow:hidden}.upper-center.svelte-575zt9{grid-row:1;grid-column:2}.upper-right.svelte-575zt9{grid-row:1;grid-column:3}.middle.svelte-575zt9{grid-row:2;grid-column:1/-1}.footer.svelte-575zt9{grid-row:3;grid-column:1/-1}.card-row.svelte-az0say{display:grid;background:var(--card-background);border-radius:10px;padding:0 15px;box-shadow:var(--card-boxShadow);margin:10px;box-sizing:border-box;grid-template-rows:1fr;grid-template-columns:1fr 3fr 1fr;min-width:40%;color:var(--card-textColor);cursor:pointer}.card-row.svelte-az0say:hover{transform:scale(1.02)}.left.svelte-az0say,.center.svelte-az0say,.right.svelte-az0say{display:flex;flex-direction:row;align-items:center}.left.svelte-az0say{grid-row:1;grid-column:1;justify-content:flex-start}.center.svelte-az0say{grid-row:1;grid-column:2;justify-content:center}.right.svelte-az0say{grid-row:1;grid-column:3;justify-content:flex-end}.card-row.mobile.svelte-az0say{width:95%;margin:5px auto}.room.svelte-1s0vyhe{position:relative;min-width:150px;min-height:150px}.room.svelte-1s0vyhe .bed:where(.svelte-1s0vyhe){display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header.svelte-1s0vyhe{position:relative;background:#f6f5f2;box-shadow:0 4px #a7a7a7;box-shadow:-4px -4px 4px #00000040 inset;border-radius:10px;padding:5px;z-index:1000;display:flex;flex-direction:row;justify-content:space-between}.header.svelte-1s0vyhe span:where(.svelte-1s0vyhe){color:#000;font-size:var(--room-fontSize);font-family:var(--room-fontFamily);font-weight:var(--room-fontWeight);font-style:var(--room-fontStyle)}.body.svelte-1s0vyhe{position:absolute;top:0;margin:0 10px;width:calc(100% - 20px);background:radial-gradient(85.46% 85.46% at 50% 14.54%,#0006 20.19%,#202020a3);border-radius:16px;display:flex;flex-direction:column;padding:40px 10px 10px;align-items:flex-start;box-sizing:border-box;z-index:900;height:150px;overflow-y:auto;box-shadow:var(--room-boxShadow)}.body.svelte-1s0vyhe span:where(.svelte-1s0vyhe){margin-top:5px;color:#fff;font-size:var(--room-fontSize);font-family:var(--room-fontFamily);font-weight:var(--room-fontWeight);font-style:var(--room-fontStyle);cursor:pointer}.body.svelte-1s0vyhe span:where(.svelte-1s0vyhe):hover{transform:scale(1.01)}.centered.svelte-1s0vyhe{display:flex;justify-content:center;align-items:center}.ok.svelte-1s0vyhe,.warning.svelte-1s0vyhe,.critical.svelte-1s0vyhe{transition:all 1s ease}.ok.svelte-1s0vyhe:hover{background:radial-gradient(85.46% 85.46% at 50% 14.54%,#75d21880 20.19%,#0000000d);box-shadow:0 10px 20px #75d21880;box-shadow:0 -3px 20px #75d21866 inset}.warning.svelte-1s0vyhe:hover{background:radial-gradient(85.46% 85.46% at 50% 14.54%,#e8b93180 20.19%,#0000001a);box-shadow:0 5px 10px #e8b93180;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 -3px 20px #e8b93166 inset}.critical.svelte-1s0vyhe:hover{background:radial-gradient(85.46% 85.46% at 50% 14.54%,#c9000080 20.19%,#0000001a);box-shadow:0 5px 15px #f009;box-shadow:0 -3px 20px 1px #f006 inset}.admin.svelte-12lzz1w{padding-left:0px 50px;justify-content:flex-start}.upper-left.svelte-uyelgi{height:100%;width:100%}.language-chooser-background.svelte-2c7ow4{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--widget-transparentBackground);z-index:2000;display:flex;justify-content:center;align-items:center}.language-chooser.svelte-2c7ow4{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:center;justify-content:flex-start;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);gap:10px;border-radius:var(--widget-borderRadius);background:var(--widget-background);box-shadow:var(--widget-secondaryBoxShadow);width:40%;height:60%;overflow-y:auto;padding:10px 0 20px;box-sizing:border-box}.language-chooser.svelte-2c7ow4::-webkit-scrollbar{width:8px;height:8px}.language-chooser.svelte-2c7ow4::-webkit-scrollbar-track{background:none;border-radius:4px}.language-chooser.svelte-2c7ow4::-webkit-scrollbar-thumb{background:var(--widget-secondaryColor);border-radius:4px;opacity:.5}.language-chooser.svelte-2c7ow4::-webkit-scrollbar-thumb:hover{background:var(--widget-secondaryColor);opacity:.8}.language-chooser.svelte-2c7ow4 .language:where(.svelte-2c7ow4){display:flex;align-items:center;gap:10px;box-sizing:border-box}.language-chooser.svelte-2c7ow4 .language:where(.svelte-2c7ow4) p:where(.svelte-2c7ow4){margin:0;-webkit-user-select:none;user-select:none}.language-chooser.mobile.svelte-2c7ow4{width:90%}.search-add.svelte-mauo5x{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%}.search-add.svelte-mauo5x .other-stuff:where(.svelte-mauo5x){display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}h2.svelte-mauo5x{width:100%;text-align:left;padding:0 0 0 10px;margin:10px 0;color:var(--widget-textColor);font-family:var(--widget-h2FontFamily);font-size:var(--widget-h2FontSize);font-weight:var(--widget-h2FontWeight)}.user-management.svelte-12vtunq{display:flex;justify-content:space-between;align-items:center;background:var(--default-background);color:var(--default-text-color);box-sizing:border-box;min-height:50px;padding:10px 10px 10px 60px}.backend-admin.svelte-1hwxgkx{height:100%;width:100%}.actions.svelte-1hwxgkx{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--default-background);color:var(--default-textColor);width:100%;height:60%;gap:10px;overflow-y:auto;box-sizing:border-box;padding-bottom:50px}.console.svelte-1hwxgkx{position:fixed;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;bottom:50px;border-radius:20px;width:90%;height:35%;overflow-y:auto;background:#0d0208;color:#008f11;padding:10px;box-sizing:border-box}.console.svelte-1hwxgkx p:where(.svelte-1hwxgkx){margin:0;font-family:monospace;font-size:14px;color:#0f0}.sliding-overlay-content.svelte-1hwxgkx{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;background:var(--default-background);color:var(--default-textColor)}.sliding-overlay-content.svelte-1hwxgkx input:where(.svelte-1hwxgkx){width:80%;padding:10px;margin:10px 0;border:1px solid var(--default-border);border-radius:5px;background:var(--default-background);color:var(--default-textColor)}.login.svelte-dneqc8{display:flex;flex-direction:row;height:100%;width:100%;background:var(--login-background)}.left-side.svelte-dneqc8{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;width:35%;font-family:var(--login-fontFamily);font-size:var(--login-fontSize);font-weight:var(--login-fontWeight);font-style:var(--login-fontStyle);color:var(--login-textColor)}.left-side.svelte-dneqc8 form:where(.svelte-dneqc8){width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.left-side.svelte-dneqc8 h1:where(.svelte-dneqc8){margin-bottom:60px;font-size:var(--login-h1FontSize)}.left-side.svelte-dneqc8 label:where(.svelte-dneqc8){display:flex;flex-direction:row;width:100%;justify-content:space-between;white-space:nowrap;gap:5px}.left-side.svelte-dneqc8 label:where(.svelte-dneqc8) span:where(.svelte-dneqc8){color:var(--login-labelColor);font-size:var(--login-labelFontSize);font-family:var(--login-fontFamily);font-weight:var(--login-fontWeight);font-style:var(--login-fontStyle);width:20%;text-align:left}.left-side.svelte-dneqc8 label:where(.svelte-dneqc8) input:where(.svelte-dneqc8){min-width:150px;width:60%;font-size:var(--login-labelFontSize);font-family:var(--login-fontFamily);font-weight:var(--login-fontWeight);font-style:var(--login-fontStyle)}.left-side.svelte-dneqc8 input[type=button]:where(.svelte-dneqc8){padding:5px;background-color:var(--login-secondaryColor);color:#000;border-radius:var(--login-borderRadius);border:none;margin-top:20px;cursor:pointer;font-size:var(--login-labelFontSize);font-family:var(--login-fontFamily);font-weight:var(--login-fontWeight);font-style:var(--login-fontStyle)}.left-side.svelte-dneqc8 input[type=button]:where(.svelte-dneqc8):disabled{background-color:gray;cursor:not-allowed}.left-side.svelte-dneqc8 input[type=button]:where(.svelte-dneqc8):hover{transform:scale(1.05)}.left-side.svelte-dneqc8 .forgotten-password-button:where(.svelte-dneqc8){font-size:var(--login-labelFontSize);font-family:var(--login-fontFamily);font-weight:var(--login-fontWeight);font-style:var(--login-fontStyle);text-decoration:underline;border:none;background:none;cursor:pointer;box-shadow:none;color:var(--login-textColor)}.left-side.svelte-dneqc8 .forgotten-password-button:where(.svelte-dneqc8):disabled{color:gray;cursor:not-allowed;text-decoration:none}.left-side.mobile.svelte-dneqc8{width:100%}.left-side.mobile.svelte-dneqc8 span:where(.svelte-dneqc8){white-space:nowrap;width:40%}.left-side.mobile.svelte-dneqc8 input:where(.svelte-dneqc8){width:50%}.right-side.svelte-dneqc8{position:relative;overflow:hidden;width:70%;display:grid;grid-template-columns:3fr 1fr 3fr;grid-template-rows:5fr 1fr 3fr 1fr}.right-side.svelte-dneqc8 #login-image-1:where(.svelte-dneqc8){height:100%;grid-column:2/4;grid-row:1/3}.right-side.svelte-dneqc8 #login-image-2:where(.svelte-dneqc8){height:100%;grid-column:1/3;grid-row:2/4}.right-side.svelte-dneqc8 #login-logo:where(.svelte-dneqc8){grid-column:1;grid-row:1;height:30%;margin-top:20%;margin-left:10%}.right-side.svelte-dneqc8 #login-text:where(.svelte-dneqc8){text-align:center;color:#fff;grid-column:3;grid-row:3/5;margin-top:20%;width:100%;height:100%}.right-side.svelte-dneqc8 #login-pitch-1:where(.svelte-dneqc8){margin:0;padding:0;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:2vh;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase}.right-side.svelte-dneqc8 #login-pitch-2:where(.svelte-dneqc8){margin:0;padding:0;font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:3vh;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase}
