@charset "UTF-8";

@font-face {
    font-family: 'ServconnectIcons';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/Servconnect3-Icons.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("/assets/fonts/Inter.woff2") format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("/assets/fonts/Inter.woff2") format("woff2");
}


@font-face {
    font-family: 'OpenDyslexic';
    font-weight: 100 500;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("/assets/fonts/OpenDyslexic-Regular.woff2") format("woff2");
}

@font-face {
    font-family: 'OpenDyslexic';
    font-weight: 600 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Bold';
    src: url("/assets/fonts/OpenDyslexic-Bold.woff2") format("woff2");
}





icon {
    font-family: 'servconnectIcons';
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #222222;
    text-align: center;
}

body.theme-white icon {
    color: #000000;
}

p icon {
    font-size: 15px;
    color: #333333;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --accent-color: #3950E2;
    --accent-color-dark: #2e3aa2;
    --accent-color-light: #6876ff;
    --color-red: #de2d2d;
    --color-green: #3dc226;
    --color-orange: #e78a2d;
    --generic-element-margin: 32px;
}

@media(min-width: 900px) {
    :root {
        --app-height: 100vh;
        --app-border-radius: 0;
    }
}

@media(max-width: 700px) {
    :root {
        --generic-element-margin: 16px;
    }
}

::-moz-selection {
    color: #ffffff;
    background: var(--accent-color);
}

::selection {
    color: #ffffff;
    background: var(--accent-color);
}



body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

body.accessibility-vision-dyslexic {
    font-family: "OpenDyslexic", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: -1px;
}

body.theme-white {
    background-color: #ffffff;
}

opac {
    opacity: .6;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input,
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 8px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
    color: #000000;
    border: none;
    background: transparent;
    box-shadow: none;
    outline-width: 0px;
    outline-style: none;
    outline-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: text;
}

body.accessibility-vision-dyslexic input,
body.accessibility-vision-dyslexic textarea {
    font-family: "OpenDyslexic", sans-serif;
}

@media(max-width: 360px) {

    input,
    textarea {
        font-size: 14px;
    }
}

input.f-code {
    font-family: "Source Code Pro", monospace;
}

input:focus,
textarea:focus {
    background: transparent;
    border: none;
}

input::placeholder {
    color: #888888;
    transition: color .3s cubic-bezier(0.3, 0.1, 0.1, 1), ;
}

norm {
    text-transform: none;
}

textarea {
    resize: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

body.accessibility-vision-dyslexic textarea {
    font-family: "OpenDyslexic", sans-serif;
}

a,
lnk {
    display: inline-block;
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
    margin: 8px 0;
}

body.accessibility-vision-dyslexic a,
body.accessibility-vision-dyslexic lnk {
    font-family: "OpenDyslexic", sans-serif;
}

a:hover,
lnk:hover {
    text-decoration: underline;
}

a:active,
lnk:active {
    opacity: .6;
}

select {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 8px;
    outline: unset;
    border-radius: 0px;
    font-size: 15px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
    color: #000000;
    border: unset;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" style="fill: rgb(100,100,100)" viewBox="0 0 56 56"><path d="M 28 7.2578 C 27.4844 7.2578 26.9688 7.4687 26.4063 7.9375 L 10.6094 20.7578 C 10.2110 21.1094 9.9766 21.6016 9.9766 22.3047 C 9.9766 23.5234 10.8906 24.4375 12.1328 24.4375 C 12.6250 24.4375 13.1406 24.2500 13.6797 23.8281 L 28 12.1562 L 42.3203 23.8281 C 42.8594 24.2500 43.3750 24.4375 43.8906 24.4375 C 45.1094 24.4375 46.0234 23.5234 46.0234 22.3047 C 46.0234 21.6016 45.7890 21.1094 45.3906 20.7578 L 29.5937 7.9140 C 29.0312 7.4687 28.5390 7.2578 28 7.2578 Z M 28 48.7422 C 28.5390 48.7422 29.0312 48.5312 29.5937 48.0859 L 45.3906 35.2422 C 45.7890 34.8906 46.0234 34.3984 46.0234 33.6953 C 46.0234 32.4765 45.1094 31.5391 43.8906 31.5391 C 43.3750 31.5391 42.8594 31.7500 42.3203 32.1718 L 28 43.8437 L 13.6797 32.1718 C 13.1406 31.7500 12.6250 31.5391 12.1328 31.5391 C 10.8906 31.5391 9.9766 32.4765 9.9766 33.6953 C 9.9766 34.3984 10.2110 34.8906 10.6094 35.2422 L 26.4063 48.0625 C 26.9688 48.5312 27.4844 48.7422 28 48.7422 Z"/></svg>');
    background-repeat: no-repeat;
    background-position-x: calc(100% - -2px);
    background-position-y: 3px;
}

select:disabled {
    opacity: 1;
}

body.accessibility-vision-dyslexic select {
    font-family: "OpenDyslexic", sans-serif;
}

@media(max-width: 360px) {
    select {
        font-size: 14px;
    }
}

body.theme-white select {
    color: #000000;
}




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
eh1,
eh2,
eh3,
eh4,
eh5,
eh6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    letter-spacing: 0.25px;
    line-height: 1.25;
    cursor: default;
}

body.accessibility-vision-dyslexic h1,
body.accessibility-vision-dyslexic h2,
body.accessibility-vision-dyslexic h3,
body.accessibility-vision-dyslexic h4,
body.accessibility-vision-dyslexic h5,
body.accessibility-vision-dyslexic h6,
body.accessibility-vision-dyslexic .h1,
body.accessibility-vision-dyslexic .h2,
body.accessibility-vision-dyslexic .h3,
body.accessibility-vision-dyslexic .h4,
body.accessibility-vision-dyslexic .h5,
body.accessibility-vision-dyslexic .h6,
body.accessibility-vision-dyslexic eh1,
body.accessibility-vision-dyslexic eh2,
body.accessibility-vision-dyslexic eh3,
body.accessibility-vision-dyslexic eh4,
body.accessibility-vision-dyslexic eh5,
body.accessibility-vision-dyslexic eh6 {
    font-family: "OpenDyslexic", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 2px 0;
}

h6 {
    font-size: 15px;
    font-weight: 550;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}


h3 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}


p,
slink,
span {
    position: relative;
    margin-top: 0;
    font-size: 14px;
    cursor: default;
    font-weight: 400;
}


@media(max-width: 1200px) {
    body:not(.minruntime-desktop) h6 {
        font-size: 15px;
    }

    body:not(.minruntime-desktop) h5 {
        font-size: 16px;
    }

    body:not(.minruntime-desktop) h4 {
        font-size: 22px;
    }

    body:not(.minruntime-desktop) h3 {
        font-size: 24px;
    }

    body:not(.minruntime-desktop) h2 {
        font-size: 28px;
    }

    body:not(.minruntime-desktop) h1 {
        font-size: 32px;
    }

    body:not(.minruntime-desktop) p,
    body:not(.minruntime-desktop) slink {
        font-size: 13px;
    }
}

@media(max-width: 330px) {
    body:not(.minruntime-desktop) h6 {
        font-size: 14px;
    }

    body:not(.minruntime-desktop) h4 {
        font-size: 18px;
    }

    body:not(.minruntime-desktop) h3 {
        font-size: 20px;
    }
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #101010;
}


body.sc-dark h1,
body.sc-dark h2,
body.sc-dark h3,
body.sc-dark h4,
body.sc-dark h5,
body.sc-dark h6,
body.sc-dark .h1,
body.sc-dark .h2,
body.sc-dark .h3,
body.sc-dark .h4,
body.sc-dark .h5,
body.sc-dark .h6 {
    color: #f0f0f0;
}

body p,
body span {
    color: #505050;
}



body.theme-white h1,
body.theme-white h2,
body.theme-white h3,
body.theme-white h4,
body.theme-white h5,
body.theme-white h6,
body.theme-white .h1,
body.theme-white .h2,
body.theme-white .h3,
body.theme-white .h4,
body.theme-white .h5,
body.theme-white .h6 {
    color: #000000;
}

body.theme-white p {
    color: #333333;
}



slink {
    color: #808080;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    pointer-events: none;
}

slink.a {
    pointer-events: all;
    color: var(--accent-color);
}

slink > p {
    position: relative;
    color: #808080;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

slink > p:not(:first-child):not(:last-child) {
    line-height: 1.4;
}

slink.a:not(.d) > p {
    color: var(--accent-color);
}

slink.a:not(.d).delete > p {
    color: #cc3434;
}

slink.a:not(.d):hover > p {
    text-decoration: underline;
}

slink.a:not(.d):active {
    opacity: .5;
}

slink > icon {
    position: relative;
    display: block;
    width: 17px;
    height: 19px;
    font-size: 17px;
    margin: 0 4px 0 0;
    color: #808080;
}

slink.a:not(.d) > icon {
    color: var(--accent-color);
}

slink.more::after {
    position: relative;
    color: var(--accent-color);
    content: 'chevron_right';
    font-family: "ServconnectIcons";
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    padding: 2px 0 0 0;
}

code {
    position: relative;
    font-family: 'Source Code Pro', monospace;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #0a0a0a;
    font-size: 14px;
    max-width: 100%;
    -moz-user-select: unset;
    -webkit-user-select: unset;
    user-select: unset;
    -webkit-tap-highlight-color: unset;
}

code::-moz-selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

code::selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

@media(prefers-color-scheme:dark) {
    code {
        position: relative;
        font-family: 'Source Code Pro', monospace;
        white-space: normal;
        color: #f0f0f0;
    }

    code::-moz-selection {
        background: rgba(255, 255, 255, .1);
    }

    code::selection {
        background: rgba(255, 255, 255, .1);
    }
}


button {
    position: relative;
    display: inline-block;
    outline: unset;
    box-shadow: unset;
    border: unset;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    border-radius: 10px;
    padding: 10px 16px;
    color: #ffffff;
    background: var(--accent-color);
    cursor: pointer;
    overflow: hidden;
}


body.accessibility-vision-dyslexic button {
    font-family: "OpenDyslexic", sans-serif;
}

button:active::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .15);
}



button.grey.delete,
slink.delete,
slink.delete > p,
finput.b.delete p,
finput.b.delete icon,
actions entry.delete icon,
actions entry.delete p,
imagegrid multisel entry.delete icon,
imagegrid multisel entry.delete p,
sbutton.delete > content > p {
    color: #cc3434;
}


actions entry.d {
    pointer-events: none;
    opacity: .5;
}

actions entry.d h6,
actions entry.d p,
actions entry.d icon {
    color: #666666;
}



button.delete:not(.grey) {
    background: var(--color-red);
    border: 1px solid var(--color-red);
    color: #111111;
}

button.delete:not(.grey):hover {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}

button.delete:not(.grey):active {
    background: var(--color-red);
    border: 1px solid var(--color-red);
}

p.delete {
    color: var(--color-red);
}

p.warning {
    color: #e38043;
}

a.delete,
a.red {
    color: var(--color-red);
}

a.disabled {
    color: #8e8e8e;
    pointer-events: none;
}


actions > content > entry.disabled,
imagegrid > multisel > content > entry.disabled {
    pointer-events: none;
    background: unset !important;
}

actions > content > entry.disabled > p,
actions > content > entry.disabled > icon,
actions > content > entry.disabled:hover > p,
actions > content > entry.disabled:hover > icon,
imagegrid > multisel > content > entry.disabled > p,
imagegrid > multisel > content > entry.disabled > icon,
imagegrid > multisel > content > entry.disabled:hover > p,
imagegrid > multisel > content > entry.disabled:hover > icon {
    color: #353535;
}


*.sc-editmode-no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


entry.actions-search {
    display: flex;
    align-items: center;
    transition: flex .3s cubic-bezier(0.3, 0.1, 0.1, 1), width .3s cubic-bezier(0.3, 0.1, 0.1, 1), padding .3s cubic-bezier(0.3, 0.1, 0.1, 1), background .2s linear;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    justify-content: flex-start;
}

entry.actions-search.ex {
    background: #111111;
    border: 1px solid #292929;
    cursor: text;
    padding: 8px 10px;
    height: 40px;
}

entry.actions-search.ex:focus-within {
    border: 1px solid rgba(var(--accent-color), 1);
}

entry.actions-search.ex:hover,
entry.actions-search.ex:active {
    opacity: 1;
}

entry.actions-search > icon {
    transition: color .2s linear, transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

entry.actions-search > icon:first-of-type {
    flex: 0 0 24px;
}

entry.actions-search.ex > icon {
    color: #cccccc;
    transform: scale(.8);
    cursor: text;
}

entry.actions-search > icon:last-of-type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    height: 26px;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(155, 155, 155, .25);
    cursor: pointer;
    font-size: 18px;
}

entry.actions-search:not(.ex) > icon:last-of-type {
    display: none;
}

entry.actions-search > input {
    position: relative;
    display: inline-block;
    width: unset;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 0 0 8px;
    height: 100%;
    flex: 1 1;
    transition: opacity .05s linear;
    opacity: 0;
    pointer-events: none;
}

entry.actions-search.ex > input {
    transition: opacity .2s linear .1s;
    opacity: 1;
    pointer-events: all;
}

entry.actions-search > input:focus {
    outline: 0;
    border: 0;
}






/* ---- Section ---- */

section {
    position: relative;
    width: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



@media(min-width: 901px) {
    section.bg-1 {
        background: rgba(155, 155, 155, .05);
    }

    section.bg-2 {
        background: rgba(155, 155, 155, .1);
    }

    section.bg-3 {
        background: rgba(155, 155, 155, .15);
    }

    section.bg-4 {
        background: rgba(155, 155, 155, .2);
    }

    section.bg-5 {
        background: rgba(155, 155, 155, .25);
    }

    section.bg-6 {
        background: rgba(155, 155, 155, .3);
    }

    section.bg-6 {
        background: rgba(155, 155, 155, .35);
    }

    section {
        transition: background .1s linear;
    }
}


view > nocontent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    z-index: 6;
    transform: translate3d(0, 0, 0);
}



view > nocontent > content {
    position: relative;
    display: block;
    text-align: center;
    padding: 42px;
}

view > nocontent > content > h2,
view > nocontent > content > p {
    position: relative;
    display: block;
    text-align: center;
}




section > content {
    position: relative;
    width: 100%;
    flex: 1 1 100%;
    display: block;
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

view section > content > * {
    will-change: transform, opacity, height;
    margin: 0 0 32px 0;
}

body.minruntime-desktop view section > content > * {
    margin: 0 0 24px 0;
}

view section > content > *:last-child {
    margin-bottom: 0;
}

view section > content > *:first-child {
    margin-top: 0;
}

view section > content > scform:first-child {
    margin-top: 0;
}





section > contentwrap > titlewrap {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    flex: 0 0 300px;
    display: inline-block;
    padding: 42px 0 0 0;
    z-index: 2;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}



@media(min-width: 1000px) {
    section > contentwrap {
        overflow: visible;
    }


    section > contentwrap > titlewrap {
        flex: 0 0 350px;
        width: 350px;
    }
}

@media(min-width: 1200px) {
    section > contentwrap > titlewrap {
        flex: 0 0 400px;
        width: 400px;
    }
}

@media(min-width: 1500px) {
    section > contentwrap > titlewrap {
        flex: 0 0 500px;
        width: 500px;
    }
}


section > contentwrap > titlewrap > h6 {
    position: relative;
    display: block;
    font-weight: 200;
    font-size: 42px;
    text-transform: lowercase;
    padding: 0 24px 0 0;
    z-index: 2;
    font-size: 38px;
    width: 100%;
    min-height: 54px;
    display: block;
    text-transform: lowercase;
    font-weight: 300;
}





/* --- Mobile actions --- */
body > content > actionsbg {

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 9;
}

body > mobilebar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    height: 68px;
    flex: 0 0 68px;
    padding: 0;
    overflow: visible;
    z-index: 20;
    opacity: 1;
    border-bottom: unset;
    padding: 0 8px 8px;
    transform: translate3d(0, 100%, 0);
}

body > bottombar {
    z-index: 19;
}

@media(max-width: 360px) {
    body:not(.minruntime-desktop) > mobilebar {
        height: 52px;
        flex: 0 0 52px;
        padding: 0;
    }
}

body > mobilebar::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    content: '';
}


body > mobilebar > contentwrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    border: 1px solid #dddddd;
}

@media(max-width: 360px) {
    body:not(.minruntime-desktop) > mobilebar > contentwrap {
        width: calc(100% + 2px);
        margin-left: -1px;
        border-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    body:not(.minruntime-desktop) > mobilebar > contentwrap {
        background: linear-gradient(to bottom, #ffffffdd 0%, #ffffff 100%);
        -webkit-backdrop-filter: blur(12px) saturate(150%);
        backdrop-filter: blur(12px) saturate(150%);
    }
}

body > mobilebar > contentwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body > mobilebar > contentwrap > content > actions,
body > mobilebar > contentwrap > content > editbar {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    padding: 8px 0;
}

body > mobilebar > contentwrap > content > editbar {
    overflow: hidden;
    justify-content: space-between;
}

body > mobilebar > contentwrap > content > editbar > sbutton {
    height: 100%;
    flex: 0 0 20%;
    min-width: 80px;
    margin: 0 8px;
    text-align: center;
    border-radius: 5000px;
    background: transparent;
}

body > mobilebar > contentwrap > content > editbar > sbutton:first-of-type::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: var(--accent-color);
    opacity: .12;
}

body > mobilebar > contentwrap > content > editbar > sbutton.a:active:first-of-type::before {
    background: var(--accent-color-dark);
    opacity: .18;
}

body > mobilebar > contentwrap > content > editbar > sbutton > content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

body > mobilebar > contentwrap > content > editbar > sbutton:first-of-type > content > p {
    color: var(--accent-color);
}

body > mobilebar > contentwrap > content > editbar > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
}


body > mobilebar > contentwrap > content > editbar > textwrap > p:first-of-type {
    text-transform: uppercase;
    font-weight: 650;
    font-size: 11px;
    color: var(--accent-color);
}

body > mobilebar > contentwrap > content > editbar > textwrap > p:last-of-type {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body > mobilebar > contentwrap > content > actions {
    padding: 0 0 0 8px;
    overflow: auto;
}

body > mobilebar > contentwrap > content > actions > content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    flex: 1 1 100%;
    align-items: center;
}

body > mobilebar > contentwrap > content > actions > content::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}


body > mobilebar > contentwrap > content > actions entry {
    position: relative;
    height: 100%;
    width: auto;
    flex: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    cursor: pointer;
}

body > mobilebar > contentwrap > content > actions entry > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5000px;
    padding: 8px 12px;
    overflow: hidden;
    pointer-events: none;
}

body > mobilebar > contentwrap > content > actions > entry {
    margin: 0 8px;
}

body > mobilebar > contentwrap > content > actions > entry > content {
    padding: 8px 12px 10px 8px;
}

body > mobilebar > contentwrap > content > actions entry.back {
    margin: 0;
    flex: 0 0 64px;
    overflow: hidden;
}

@media(max-width: 360px) {
    body:not(.minruntime-desktop) > mobilebar > contentwrap > content > actions entry.back {
        flex: 0 0 42px;
    }
}

body > mobilebar > contentwrap > content > actions entry.back > content {
    padding: 8px;
}

body > mobilebar > contentwrap > content > actions entry:active > content::before,
body > mobilebar > contentwrap > content > actions entry.back > content::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .25);
}

body > mobilebar > contentwrap > content > actions entry.back > content::before {
    opacity: .12;
    background: var(--accent-color);
}



body > mobilebar > contentwrap > content > actions entry > content > p {
    position: relative;
    width: 100%;
    text-align: center;
    color: #333333;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0 1px;
    opacity: 1;
    font-size: 14px;
    cursor: pointer;
    color: var(--accent-color);
}

body > mobilebar > contentwrap > content > actions entry > content > icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-size: 20px;
    margin: 0 4px 0 0;
    color: var(--accent-color);
    text-align: center;
}

body > mobilebar > contentwrap > content > actions entry:active > content::before {
    opacity: .2;
}


@media(max-width: 700px) {}





/* ---- View ---- */



view {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #ffffff;
    z-index: 2;
    will-change: transform;
    box-shadow: 0px 0px 64px transparent;
}

view > transitionoverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(to top, #000000 75%, transparent 100%);
    z-index: 3;
}

body.minruntime-desktop view > transitionoverlay {
    background: #000000;
}

view.sidebar {
    max-width: 450px;
}

@media(max-width: 700px) {
    view.sidebar {
        max-width: unset;
    }
}


@media(max-width: 700px) {
    body:not(.minruntime-desktop) view {
        background: linear-gradient(to top, #f5f5f8 0%, #f5f5f8 92%, #ffffff 100%);
    }
}





view > contentwrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 100%;
    overflow: auto;
    z-index: 0;
}



view actions {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 78px;
    flex: 0 0 78px;
    width: 100%;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    view actions {
        background: rgba(255, 255, 255, .88);
        backdrop-filter: blur(12px) saturate(150%);
        -webkit-backdrop-filter: blur(12px) saturate(150%);
    }
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) view actions {
        display: none;
    }
}

sheet > container > view actions {
    height: 67px;
}

view actions > editbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top, var(--accent-color-light) 0%, transparent 100%);
    z-index: 0;
}

view actions > editbg::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1));
    content: '';
}

view actions > content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px;
    height: 100%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    overflow: auto;
}

view actions > editbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px;
    height: 100%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

view.full-width actions > content,
view.full-width actions > editbar {
    max-width: unset;
}

sheet view actions > content,
sheet view actions > editbar {
    padding: 2px 16px;
}

sheet > container > view actions > content,
sheet > container > view actions > editbar {
    padding: 16px;
    max-width: unset;
}

sheet > container > view actions > editbar > sbutton,
sheet > container > view actions > editbar > sbutton > content {
    height: 100%;
}

sheet > container > view actions > editbar > sbutton > content {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}


view actions > content > backbutton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 8px 0 0;
    flex: 0 0 52px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}



view actions > content > backbutton > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8px;
}

view actions > content > backbutton > content::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .12;
    background: var(--accent-color);
}

view actions > content > backbutton:active > content::before {
    opacity: .2;
}

view actions > content > backbutton > content > icon {
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--accent-color);
    margin: 0;
    padding: 0;
}


view actions > editbar {
    padding: 0 16px;
}

view actions > editbar > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
    padding: 0 32px;
}

view actions > editbar > textwrap > p {
    position: relative;
}

view actions > editbar > textwrap > p:first-of-type {
    font-weight: 650;
    font-size: 12px;
    color: var(--accent-color);
    opacity: 1;
    text-transform: uppercase;
}

view actions > editbar > textwrap > p:last-of-type:not(:first-of-type) {
    margin: 0;
    color: #101010;
}

view actions > editbar > textwrap > p:last-of-type:first-of-type {
    margin: 0;
}

view actions > editbar > sbutton {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    box-shadow: 0px 0px 52px #ffffff;
    border: 1px solid #fff;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

sheet > container > view actions > editbar > sbutton {
    height: 100%;
    border-radius: 5000px;
    margin: 0 0 1px 0;
}

view actions > content > searchbar:not(:last-child) {
    margin-right: 8px;
}

view actions > content > entry {
    position: relative;
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

view actions > content > entry > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
    padding: 0 16px;
    border-radius: 50000px;
}


view.sheet actions > content > entry > content {
    border-radius: 5000px;
}

view actions > content > entry:hover > content {
    background: rgba(155, 155, 155, .1);
}

@media(max-width: 1000px) {
    body:not(.minruntime-desktop) view actions > content > entry:hover > content {
        background: transparent;
    }
}

view actions > content > entry:active > content,
view actions > content > entry.down > content {
    color: var(--accent-color);
    opacity: 1;
    background: rgba(155, 155, 155, .2);
}

view actions > content > entry > content > icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    text-align: center;
    font-size: 20px;
    margin: 0 4px 0 0;
    color: #202020;
    opacity: .8;
    border-radius: 8px;
}

view actions > content > entry:active > content > icon,
view actions > content > entry.down > content > icon {
    color: var(--accent-color);
}

view actions > content > entry > content > p {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    opacity: .7;
    color: #202020;
}

view actions > content > entry:hover > content > icon,
view actions > content > entry:hover > content > p,
view actions > content > entry:active > content > icon,
view actions > content > entry:active > content > p,
view actions > content > entry.down > content > icon,
view actions > content > entry.down > content > p {
    opacity: 1;
}


view > contentwrap > content {
    position: relative;
    width: 100%;
    display: block;
    z-index: 0;
    flex: 1 1 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 32px 16px;
}

body.minruntime-desktop view > contentwrap > content {
    padding: 32px;
}

view.sidebar > contentwrap > content {
    padding: 16px;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) view > contentwrap > content {
        padding: 20px 16px 86px;
    }

    body:not(.minruntime-desktop) view.sidebar > contentwrap > content {
        padding-bottom: 86px;
    }
}

@media(min-width: 701px) {
    view.has-actions:not(.sheet) > contentwrap > content {
        padding-top: 86px;
    }

    view.has-actions.sheet > contentwrap > content {
        padding-top: 66px;
    }
}

body.minruntime-desktop view.has-actions:not(.sheet) > contentwrap > content {
    padding-top: 86px;
}

body.minruntime-desktop view.has-actions.sheet > contentwrap > content {
    padding-top: 66px;
}

@media(max-width: 375px) {
    body:not(.minruntime-desktop) view > contentwrap > content {
        padding-left: 8px;
        padding-right: 8px;
    }

    body:not(.minruntime-desktop) view.sidebar > contentwrap > content {
        padding-left: 8px;
        padding-right: 8px;
    }
}

view.animate-view {
    transition: transform .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

view.full-width > contentwrap > content {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

view.sidebar > contentwrap > content > section > content > listentry {
    margin: 0;
}

view.sidebar > contentwrap > content > section > content > listentry:last-of-type {
    margin-bottom: 32px;
}





/* ---- Sheet ---- */

sheet {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: transparent;
    z-index: 30;
}


sheet > bg,
sheet > container > bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(155, 155, 155);
    opacity: 0;
    z-index: 0;
    transition: opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

sheet > container > bg {
    background: transparent;
}

sheet > container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 78px 64px 8px;
}

@media(max-width: 1200px) {
    sheet > container {
        padding: 32px 32px 0px;
    }
}

@media(max-width: 1000px) {
    sheet > container {
        padding-right: 0;
        padding-left: 0;
    }
}

sheet > container > view {
    position: relative;
    width: unset;
    height: unset;
    flex-grow: 0;
    display: block;
    z-index: 2;
    border-radius: 20px;
    min-width: 550px;
    max-width: 650px;
    max-height: 100%;
    background: #ffffff;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, .1);
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, width, height, background, box-shadow;
}

@media(max-width: 1000px) {
    sheet > container > view {
        height: 100% !important;
    }
}

sheet > container > view > disabledoverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
}

sheet > container > view.fileviewer > disabledoverlay {
    background: rgba(80, 80, 80, .6);
}


sheet > container > view.panel {
    display: grid;
    grid-template-columns: 350px auto;
    max-width: 850px;
}

@media(max-width: 760px) {
    sheet > container > view.panel {
        display: flex;
        flex-direction: column;
    }
}

sheet > container > view.panel > panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f2f2f2, #fafafa);
    border-right: 1px solid rgba(0, 0, 0, .05);
    overflow: hidden;
}

@media(max-width: 760px) {
    sheet > container > view.panel > panel {
        height: 400px;
        border-right: unset;
        border-bottom: 1px solid #e0e0e0;
        background: #ffffff;
    }
}

sheet > container > view.panel > panel > previewloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

sheet > container > view.panel > panel > content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

@media(max-width: 760px) {
    sheet > container > view.panel > panel > content {
        align-items: flex-start;
    }
}

sheet > container > view.panel > panel > content > errorwrap {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 32px;
}

sheet > container > view.panel > panel > content > errorwrap > icon {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 52px;
    color: #666666;
}

sheet > container > view.panel > panel > content > errorwrap > h5,
sheet > container > view.panel > panel > content > errorwrap > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #666666;
}

sheet > container > view.panel > panel > content > errorwrap > h5 {
    font-weight: 650;
}

sheet > container > view.panel > panel > content > errorwrap > p {
    position: relative;
    margin: 0;
}

sheet > container > view.panel > panel > content > previewwrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

@media(max-width: 760px) {
    sheet > container > view.panel > panel > content > previewwrap {
        display: flex;
        justify-content: center;
    }
}

sheet > container > view.panel > panel > content > previewwrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 12px);
    height: 64px;
    content: '';
    background: linear-gradient(to bottom, #f2f2f2, transparent);
    z-index: 1;
    pointer-events: none;
}

sheet > container > view.panel > panel > content > previewwrap::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 12px);
    height: 64px;
    content: '';
    background: linear-gradient(to top, #fafafa, transparent);
    z-index: 1;
    pointer-events: none;
}

@media(max-width: 760px) {

    sheet > container > view.panel > panel > content > previewwrap::before,
    sheet > container > view.panel > panel > content > previewwrap::after {
        display: none;
    }
}

sheet > container > view.panel > panel > content > previewwrap > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 16px;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, width, height, opacity, -webkit-backdrop-filter, filter, padding-top, padding-bottom, padding;
}

@media(max-width: 760px) {
    sheet > container > view.panel > panel > content > previewwrap > content {
        width: unset;
        display: inline-block;
        padding: 16px;
    }
}


sheet > container > view.panel > panel > content > previewwrap > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    pointer-events: none;
    z-index: 0;
}

sheet > container > view.panel > panel > content > previewwrap > content > img:not(:last-child) {
    margin-bottom: 8px;
}


sheet > container > view > contentwrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}

sheet > container > view > contentwrap {
    min-width: 400px;
}

@media(max-width: 760px) {
    sheet > container > view > contentwrap {
        min-width: unset;
    }
}



sheet > container > view > contentwrap > closebtn,
body > filepicker > card > closebtn,
body > externalactions > cardwrap > card > closebtn,
body > bgtasks > cardwrap > card > closebtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    cursor: pointer;
    z-index: 3;
}


@media(max-width: 375px) {

    sheet > container > view > contentwrap > closebtn,
    body > filepicker > card > closebtn,
    body > externalactions > cardwrap > card > closebtn,
    body > bgtasks > cardwrap > card > closebtn {
        padding: 8px;
    }
}

sheet > container > view > contentwrap > closebtn > icon,
body > filepicker > card > closebtn > icon,
body > externalactions > cardwrap > card > closebtn > icon,
body > bgtasks > cardwrap > card > closebtn > icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    background: rgba(245, 245, 245, 1);
    border-radius: 50%;
}

sheet > container > view > contentwrap > closebtn:active > icon,
body > filepicker > card > closebtn:active > icon,
body > externalactions > cardwrap > card > closebtn:active > icon,
body > bgtasks > cardwrap > card > closebtn:active > icon {
    background: rgba(160, 160, 160, .2);
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {

    sheet > container > view > contentwrap > closebtn > icon,
    body > filepicker > card > closebtn > icon,
    body > externalactions > cardwrap > card > closebtn > icon,
    body > bgtasks > cardwrap > card > closebtn > icon {
        backdrop-filter: blur(20px) saturate(150%);
        -webkit-backdrop-filter: blur(20px) saturate(150%);
        background: rgba(235, 235, 235, .75);
    }


    sheet > container > view > contentwrap > closebtn:active > icon,
    body > filepicker > card > closebtn:active > icon,
    body > externalactions > cardwrap > card > closebtn:active > icon,
    body > bgtasks > cardwrap > card > closebtn:active > icon {
        background: rgba(200, 200, 200, .75);
    }
}

@media(max-width: 375px) {

    sheet > container > view > contentwrap > closebtn > icon,
    body > filepicker > card > closebtn > icon,
    body > externalactions > cardwrap > card > closebtn > icon,
    body > bgtasks > cardwrap > card > closebtn > icon {
        width: 30px;
        height: 30px;
    }
}


bottombar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    border-top: 2px solid rgba(0, 0, 0, .05);
    background: rgba(255, 255, 255, 1);
    z-index: 1;
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    bottombar {
        backdrop-filter: blur(12px) saturate(150%);
        -webkit-backdrop-filter: blur(12px) saturate(150%);
        background: rgba(255, 255, 255, .88);
    }
}

bottombar > leftcontent {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    padding: 0 16px 0 0;
    overflow: hidden;
}

bottombar > leftcontent > sbutton,
bottombar > leftcontent > slink {
    margin: 0;
    display: inline-block;
}

bottombar > leftcontent > sbutton:not(:last-child),
bottombar > leftcontent > slink:not(:last-child) {
    margin-right: 8px;
}

bottombar > sbutton {
    position: relative;
    display: flex;
    flex-shrink: 0;
    margin: 0;
}

bottombar > sbutton > content {
    padding: 10px 16px;
    margin: 0;
}

bottombar > sbutton:not(:last-child) {
    margin: 0 8px 0 0;
}

bottombar > sbutton > content {
    display: block;
}

sheet > container > view > contentwrap > content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 32px;
}


@media(max-width: 760px) {
    sheet > container > view > contentwrap > content {
        padding: 32px 16px;
    }
}

sheet > container > view > contentwrap > content section {
    flex: 1 1 100%;
}

sheet > container > view > contentwrap > content section > content > * {
    margin: 0 0 24px;
}

sheet > container > view > contentwrap > content section > content > *:last-child {
    margin-bottom: 0;
}

sheet > container > view > contentwrap > content section > content > stitle {
    margin-bottom: 24px;
}

sheet > container > view > contentwrap > content > hero {
    min-height: 74px;
    justify-content: flex-end;
}

sheet > container > view:not(.type-steps):not(.type-save):not(.has-tabs) > contentwrap > content > hero {
    margin-bottom: 32px;
}

sheet > container > view.type-steps > contentwrap > content > hero {
    min-height: unset;
    height: unset;
}

@media(min-width: 1000px) {
    sheet > container > view > contentwrap > content > hero {
        height: unset;
    }
}




@media(max-width: 1000px) {
    sheet > container {
        padding: 32px 0 0 0;
    }

    sheet > container > view {
        right: unset;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: unset;
        max-width: 800px;
        max-height: unset;
        overflow: hidden;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: row;
        border-radius: unset;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    sheet > container > view > contentwrap > content {
        overflow: auto;
    }

    body:not(.minruntime-desktop) bottombar {
        padding: 16px;
    }

    body:not(.minruntime-desktop) bottombar > sbutton {
        position: relative;
        display: flex;
        flex-shrink: 0;
    }

    sheet > bg {
        background: linear-gradient(to top, #e5e5e5 0%, #e5e5e5 92%, #ffffff 100%);
    }

}


@media(max-width: 700px) {
    sheet > container {
        padding-top: 16px;
    }
}

@media(max-width: 375px) {
    sheet > container > view {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
}


/* ---- FileViewer ---- */

sheet > container > view.fileviewer {
    width: 100%;
    height: 100%;
    max-width: 1320px;
    max-height: 950px;
    background: #000000;
    aspect-ratio: unset;
    max-width: unset;
    max-height: unset;
}




sheet > container > view.fileviewer > contentwrap {
    display: block;
    overflow: auto;
}

sheet > container > view.fileviewer > contentwrap > closebtn > icon {
    color: var(--accent-color-light);
    background: #202020;
}

sheet > container > view.fileviewer > contentwrap > closebtn:active > icon {
    background: #2c2c2c;
}


sheet > container > view.fileviewer > contentwrap > content {
    max-width: unset;
    padding: 0;
}

sheet > container > view.fileviewer > contentwrap > content > section {
    height: 100%;
    overflow: hidden;
}

sheet > container > view.fileviewer > contentwrap > content section > content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    overflow: hidden;
}


sheet > container > view.fileviewer > contentwrap > content section > content > slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > preview {
    position: relative;
    display: block;
    transform-origin: top left;
    transform: translate3d(0, 0, 0);
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > preview > content {
    position: relative;
    display: block;
    transform-origin: top left;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    background-color: rgba(155, 155, 155, 0.15);
    will-change: transform, border-radius, width, height;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > preview > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > preview > content > img:last-of-type {
    position: absolute;
    left: 0;
    top: 0;
}


sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 52px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content {
    position: relative;
    display: flex;
    align-items: center;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > fileiconwrap {
    position: relative;
    display: block;
    width: 128px;
    height: auto;
    margin: 0 32px 0 0;
    flex: 0 0 128px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata.big-icon > content > fileiconwrap {
    width: 200px;
    flex: 0 0 200px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > fileiconwrap > img {
    position: relative;
    display: block;
    width: 256px;
    height: auto;
    margin: 0;
    transform-origin: left center;
    transform: translate3d(0, 0, 0) scale(.5);
    pointer-events: none;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata.big-icon > content > fileiconwrap > img {
    width: 400px;
}


sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > textwrap {
    position: relative;
    display: block;
    flex: 1 1 auto;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > textwrap > h3 {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 0 4px;
    color: #ffffff;
    font-weight: 700;
    overflow-wrap: break-word;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > textwrap > p {
    position: relative;
    display: block;
    color: #aaaaaa;
    font-size: 16px;
    margin: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > slider > content > entry > metadata > content > textwrap > p:not(:last-of-type) {
    margin: 0 0 4px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info {
    position: relative;
    display: block;
    width: 400px;
    flex: 1 1 auto;
    height: 100%;
    overflow: hidden;
    align-self: flex-start;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, width, height;
    z-index: 2;
    padding: 32px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > header {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > header > h3 {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 4px;
    color: #f0f0f0;
    font-weight: 700;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > header > p {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    color: #999999;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 1 1 100%;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, #000000, transparent);
    content: '';
    z-index: 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #000000, transparent);
    content: '';
    z-index: 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > scspinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
    pointer-events: none;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > scspinner petal {
    background: #f0f0f0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > scspinner p {
    color: #f0f0f0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: auto;
    padding: 32px 0;
    z-index: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content::-webkit-scrollbar {
    display: none;
}


sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(155, 155, 155, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard:not(:last-of-type) {
    margin-bottom: 16px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h1,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h2,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h3,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h4,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h5,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard h6 {
    color: #f0f0f0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard p {
    color: #aaaaaa;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > header {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(155, 155, 155, 0.12);
    padding: 10px 16px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > header > h6 {
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 650;
    font-size: 12px;
    margin: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > slink {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10px 16px;
    border-top: 1px solid rgba(155, 155, 155, 0.15);
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > slink.a:not(.d) > p {
    color: var(--accent-color-light);
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard > slink.a:active {
    background: rgba(155, 155, 155, .1);
    opacity: 1;
}



sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > header {
    padding: 10px 16px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry {
    position: relative;
    display: block;
    text-align: center;
    padding: 8px 8px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry:not(:last-of-type) {
    border-right: 1px solid rgba(155, 155, 155, 0.15);
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry > h6,
sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry > p {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}


sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry > h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.camera > content > entry > p {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 650;
    letter-spacing: 1.5px;
    font-size: 12px;
}







sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.fileinfo > content > entry {
    position: relative;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    width: 100%;
    gap: 4px;
}


sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.fileinfo > content > entry:not(:last-of-type) {
    margin-bottom: 4px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.fileinfo > content > entry > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.fileinfo > content > entry:hover > p {
    white-space: normal;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.fileinfo > content > entry > p:last-of-type {
    color: #f0f0f0;
}





sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person > content {
    display: flex;
    align-items: center;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person userimg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    color: #ffffff;
    flex: 0 0 40px;
    pointer-events: none;
    z-index: 3;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person userimg > h5 {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #00000090;
    font-weight: 700;
    z-index: 2;
    font-size: 16px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person userimg::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    content: '';
    z-index: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person userimg::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .5), rgba(255, 255, 255, .75) 100%);
    content: '';
    z-index: 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > info > content > panels > content > infocard.person textwrap {
    position: relative;
    display: block;
    width: 100%;
    flex: 1 1;
    padding: 0 0 0 10px;
}




sheet > container > view.fileviewer > contentwrap > content section > content > toolbar {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    margin: 0;
}


sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > navbutton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 8px;
    cursor: pointer;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > navbutton > icon {
    position: relative;
    display: block;
    text-align: center;
    color: var(--accent-color-light);
    pointer-events: none;
    background: rgba(155, 155, 155, 0.15);
    border-radius: 5000px;
    padding: 8px;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > navbutton:active > icon {
    background: rgba(155, 155, 155, 0.35);
    opacity: .8;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content {
    position: relative;
    display: inline-flex;
    height: auto;
    flex: 0 0 224px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: opacity, transform, flex, width;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > icon,
sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > icon {
    position: relative;
    display: block;
    text-align: center;
    padding: 12px 16px;
    color: var(--accent-color-light);
    cursor: pointer;
}

@media(max-width: 700px) {
    sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > icon:nth-of-type(2) {
        display: none;
    }
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > icon:active,
sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > icon:active {
    opacity: .8;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 56px;
    border-radius: 50000px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: opacity, transform, flex, width;
}


sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 200px;
    padding: 0 16px 0 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar {
    position: relative;
    display: flex;
    align-items: center;
    height: 28px;
    flex: 1 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar > content {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 5000px;
    background: rgba(0, 0, 0, .65);
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
}



sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar > content > inner {
    position: relative;
    display: block;
    width: 0px;
    height: 100%;
    border-radius: 5000px;
    overflow: hidden;
    background: var(--accent-color-light);
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar > handle {
    position: absolute;
    left: -2px;
    top: 8px;
    display: block;
    height: 12px;
    width: 12px;
}



sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar > handle > inner {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50000px;
    background: var(--accent-color-light);
    border: 1px solid rgba(255, 255, 255, .1);
    transform: translate3d(0, 0, 0) scale(0);
    transition: transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar > handle:active > inner {
    background: var(--accent-color-dark);
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar:hover > handle > inner,
sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > seekbar:active > handle > inner {
    transform: translate3d(0, 0, 0) scale(1);
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > buttons > content > mediacontrols > content > p {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    flex-grow: 0;
    color: #ffffff;
    margin: 0 0 0 16px;
}


sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > info {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > info > h6 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber {
    position: relative;
    display: block;
    width: 100%;
    height: 38px;
    overflow: hidden;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, #000000, transparent);
    pointer-events: none;
    content: '';
    z-index: 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to left, #000000, transparent);
    pointer-events: none;
    content: '';
    z-index: 1;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content {
    position: relative;
    display: block;
    height: 100%;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, width, height, background, -webkit-backdrop-filter, filter;
    z-index: 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content > entry {
    position: absolute;
    display: block;
    width: 28px;
    height: 38px;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 6px;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    backface-visibility: hidden;
    will-change: transform, width, height, opacity, -webkit-backdrop-filter, filter;
    overflow: hidden;
    background: rgba(155, 155, 155, 0.15);
    cursor: pointer;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content > entry:active {
    opacity: .75;
}


sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content > entry > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    padding: 0;
    pointer-events: none;
    will-change: opacity;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content > entry:not(.image) {
    padding: 4px 0;
}

sheet > container > view.fileviewer > contentwrap > content section > content > toolbar > scrubber > content > entry:not(.image) > img {
    object-fit: contain;
}

/* ---- Hero ---- */


hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 74px;
    margin: 0 0 16px 0;
}


hero.center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

sheet > container > view hero.center {
    justify-content: center;
    align-items: center;
    padding: 0;
}

hero > contentwrap {
    transform: translate3d(0, 0, 0);
}

hero > contentwrap > backbutton {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    align-items: center;
    cursor: pointer;
}

hero > contentwrap > backbutton > content {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
}

hero > contentwrap > backbutton > content::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    opacity: .1;
    border-radius: 5000px;
    z-index: 0;
    content: '';
}

hero > contentwrap > backbutton:active > content::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    border-radius: 5000px;
    z-index: 0;
    content: '';
}

hero > contentwrap > backbutton > content > svg {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    fill: var(--accent-color);
    z-index: 1;
}


hero > contentwrap,
hero > contentwrap > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

hero.center > contentwrap > content {
    justify-content: center;
}

hero > contentwrap > content > assetwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 74px;
    height: 74px;
    background: rgba(245, 245, 245, 1);
    margin: 0 16px 0 0;
    border-radius: 10px;
    border: 1px solid rgba(245, 245, 245, 1);
    overflow: hidden;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) hero > contentwrap > content {
        margin: 0 0 8px 0;
        flex-direction: row-reverse;
    }

    body:not(.minruntime-desktop) hero > contentwrap > content > assetwrap {
        background: rgba(155, 155, 155, .2);
        margin: 0 0 0 16px;
    }
}

hero.image-wide > contentwrap > content > assetwrap {
    flex: 0 0 100px;
}

hero > contentwrap > content > assetwrap > icon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 32px;
    opacity: .75;
    pointer-events: none;
}

hero > contentwrap > content > assetwrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

hero > contentwrap > content > textwrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

hero.center > contentwrap > content > textwrap {
    text-align: center;
}

hero > contentwrap > content > textwrap > img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 40px;
    object-fit: contain;
    object-position: left bottom;
}

hero.center > contentwrap > content > textwrap > img {
    object-position: center center;
    margin: 0 auto;
}

sheet > container > view hero.center > contentwrap > content > textwrap > img {
    height: 100px;
}

hero > contentwrap > content > textwrap > h1,
hero > contentwrap > content > textwrap > h2,
hero > contentwrap > content > textwrap > h3,
hero > contentwrap > content > textwrap > h4,
hero > contentwrap > content > textwrap > h5,
hero > contentwrap > content > textwrap > h6 {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}


hero > contentwrap > content > textwrap > h1:last-child,
hero > contentwrap > content > textwrap > h2:last-child,
hero > contentwrap > content > textwrap > h3:last-child,
hero > contentwrap > content > textwrap > h4:last-child,
hero > contentwrap > content > textwrap > h5:last-child,
hero > contentwrap > content > textwrap > h6:last-child {
    margin: 0;
}

@media(max-width: 1000px) {
    sheet > container > view.type-default > contentwrap > content > hero {
        padding-top: 74px;
    }
}

@media(max-width: 375px) {
    sheet > container > view > contentwrap > content > hero > content > assetwrap {
        border-radius: 20px;
    }
}





tilegrid {
    position: relative;
    display: grid;
    width: 100%;
    padding: 10px 0;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

tilegrid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

tilegrid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media(min-width: 1000px) {
    tilegrid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    tilegrid.col-3 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    tilegrid.col-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

view tilegrid:first-child {
    padding-top: 0;
}








sbutton {
    position: relative;
    display: block;
    align-items: center;
    margin: 16px 0;
    opacity: .5;
    overflow: hidden;
    pointer-events: none;
    clear: both;
}

sbutton.a {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

sbutton.d {
    pointer-events: none;
    opacity: .5;
}

sbutton.d > content > icon,
sbutton.d > content > p,
scform.compact > content > sbutton.d > content > icon,
scform.compact > content > sbutton.d > content > p,
list > content > sbutton.d > content > icon,
list > content > sbutton.d > content > p {
    color: #666666;
}

sbutton.highlight > content {
    background: var(--accent-color);
    color: #ffffff;
}



sbutton.highlight.delete > content {
    background: var(--color-red);
    color: #ffffff;
}

sbutton.highlight > content > p {
    color: #ffffff;
    font-weight: 500;
}

sbutton.grey > content {
    background: #e9e9e9;
    color: #333333;
}

sbutton.grey > content > p {
    color: #333333;
    font-weight: 500;
}


sbutton.plain.d,
sbutton.plain:not(.a) {
    opacity: 1;
}

sbutton.plain > content {
    background: rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    backdrop-filter: blur(8px) saturate(150%);
    color: #333333;
}

sbutton.plain.d > content,
sbutton.plain:not(.a) > content {
    background: rgba(180, 180, 180, .7);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    backdrop-filter: blur(8px) saturate(150%);
    color: #505050;
}

sbutton.plain.d > content > p,
sbutton.plain:not(.a) > content > p,
sbutton.plain.d > content > icon,
sbutton.plain:not(.a) > content > icon {
    color: #505050;
}



sbutton.a:active > content::before,
sbutton.a.down > content::before,
scform.compact.oe.e finput.b:active::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    content: '';
}

sbutton.d > content::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    content: '';
}



sbutton > content {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 5000px;
    padding: 10px 16px;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
    background: rgba(242, 242, 242, 1);
}

sbutton > content > p {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 1;
    font-size: 15px;
    white-space: nowrap;
    line-height: 1.5;
}


sbutton.a > content > p,
sbutton.a > content > icon {
    color: var(--accent-color);
}


sbutton.highlight > content > p {
    color: #ffffff;
}

sbutton.a.highlight > content > p {
    opacity: 1;
}

sbutton > content > p:not(:last-child):first-child {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 2px 0;
    opacity: 1;
    color: #202020;
}



sbutton > content > img {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    padding: 0;
    margin: 0 8px 0 0;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity .05 linear;
}

sbutton.large > content > img {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin: 0 16px 0 0;
}

sbutton > content > img.sh {
    opacity: 1;
}


sbutton > content > icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    padding: 0;
    margin: 0 8px 0 0;
    font-size: 20px;
    color: #666666;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    transition: opacity .05 linear;
}

sbutton > content > icon:last-child {
    margin-right: 0;
}

sbutton.highlight > content > icon {
    color: #ffffff;
}

sbutton.a.accent > content {
    background: transparent;
}

sbutton.a.accent > content > icon,
sbutton.a.accent > content > p {
    color: var(--accent-color);
}

sbutton.a.accent > content::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    opacity: .1;
    z-index: 0;
    content: '';
}

sbutton.large > content > icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 28px;
    color: var(--accent-color);
    margin: 0 16px 0 0;
}

sbutton.d > content > p,
sbutton.highlight.d > content > p,
sbutton.large.d > content > p,
sbutton.d > content > icon,
sbutton.large.d > content > icon {
    opacity: .7;
}



sbutton.d:not(.highlight) > content > p,
sbutton.large.d:not(.highlight) > content > p,
sbutton.d:not(.highlight) > content > icon,
sbutton.large.d:not(.highlight) > content > icon {
    color: #000000;
    opacity: 1;
}




view.center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

view.center > content {
    height: auto;
}




/* -- Separator -- */

separator {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 0 var(--generic-element-margin) 0;
    background: rgba(0, 0, 0, .1);
}



/* ---- List ---- */

list {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    z-index: 1;
    overflow: visible;
    margin: 0 0 var(--generic-element-margin) 0;
    transition: background .12s linear;
}




list > listheader {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 0 8px 0;
}

view.sidebar:not(.has-actions) list:first-child,
view.sidebar:not(.has-actions) stitle:first-child {
    margin-top: 16px;
}

view.sidebar.has-actions list:first-child {
    margin-top: 0;
}

list > listheader > h5 {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    font-weight: 700;
    flex: 1 1 100%;
}

@media(max-width: 701px) {
    body:not(.minruntime-desktop) view.sidebar list > listheader > h5 {
        font-size: 22px;
        padding: 0 16px 0 0;
    }

    body:not(.minruntime-desktop) view.sidebar list:first-child > listheader > h5 {
        padding: 32px 16px 0 0;
    }
}

@media(max-width: 375px) {
    body:not(.minruntime-desktop) view.sidebar list > listheader > h5 {
        padding: 0 8px 0 0;
    }

    body:not(.minruntime-desktop) view.sidebar list:first-child > listheader > h5 {
        padding: 32px 8px 0 0;
    }
}

list > listheader > h6 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}


list > listheader > entry {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
}

list > listheader > entry:last-of-type {
    padding-right: 0;
}

list > listheader > entry > content {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding: 4px 8px;
    border-radius: 5000px;
    background: rgba(155, 155, 155, .1);
}

list > listheader > entry:hover > content {
    background: rgba(155, 155, 155, .15);
}

list > listheader > entry:active > content {
    background: rgba(155, 155, 155, .25);
}

list > listheader > entry > content > icon {
    position: relative;
    display: block;
    margin: 0 4px 0 0;
    font-size: 14px;
}

list > listheader > entry > content > p {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    opacity: 1;
}

list > listheader > entry:hover > content > icon,
list > listheader > entry:hover > content > p {
    color: #000000;
}

sbox > contentwrap > content > list,
sbox > contentwrap > content > list > listheader {
    padding-top: 0;
}

sbox > contentwrap > content > *:first-child {
    margin-top: 0;
}

sbox > contentwrap > content > *:last-child {
    margin-bottom: 0;
}

list > content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

list > content > p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    pointer-events: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


@media(max-width: 700px) {
    body:not(.minruntime-desktop) list > content {
        border-radius: 10px;
    }

    body:not(.minruntime-desktop) sbox > contentwrap > content > list > content {
        border-radius: 0;
    }

    body:not(.minruntime-desktop) sbox > contentwrap > content > list {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}

@media(min-width: 701px) {

    list.grey > content,
    list.compact > content {
        border-radius: 10px;
    }
}

body.minruntime-desktop list.grey > content,
body.minruntime-desktop list.compact > content {
    border-radius: 10px;
}



listentry {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 0 0 4px;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity, height;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    opacity: 1;
}

list listentry {
    padding-left: 8px;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) listentry {
        border-radius: unset;
    }
}

@media(min-width: 701px) {

    list.compact:not(.transparent) listentry,
    list.grey listentry {
        border-radius: unset;
        background: rgba(245, 245, 245, 1);
    }
}

body.minruntime-desktop list.compact:not(.transparent) listentry,
body.minruntime-desktop list.grey listentry {
    border-radius: unset;
    background: rgba(245, 245, 245, 1);
}

list > content > listentry {
    position: absolute;
    left: 0;
    top: 0;
}


@media(min-width: 1000px) {
    listentry.hover:not(.a) {
        background: rgba(160, 160, 160, .05);
    }

    list.compact:not(.transparent) listentry.hover:not(.a),
    list.grey:not(.transparent) listentry.hover:not(.a) {
        background: rgba(240, 240, 240, 1);
    }
}

body.minruntime-desktop listentry.hover:not(.a) {
    background: rgba(160, 160, 160, .05);
}

body.minruntime-desktop list.compact:not(.transparent) listentry.hover:not(.a),
body.minruntime-desktop list.grey:not(.transparent) listentry.hover:not(.a) {
    background: rgba(240, 240, 240, 1);
}


listentry.active:not(.a),
body.minruntime-desktop listentry.active:not(.a) {
    background: rgba(245, 245, 245, 1);
}

list.compact:not(.transparent) listentry.active:not(.a),
list.grey:not(.transparent) listentry.active:not(.a),
body.minruntime-desktop list.compact:not(.transparent) listentry.active:not(.a),
body.minruntime-desktop list.grey:not(.transparent) listentry.active:not(.a) {
    background: rgba(230, 230, 230, 1);
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) view.sidebar listentry.active:not(.a) {
        background: var(--accent-color);
    }
}


listentry > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

listentry > content > imagewrap {
    position: relative;
    display: block;
    flex: 0 0 80px;
    height: 100%;
    margin: 0 8px 0 0;
    padding: 8px 4px 8px 0;
    overflow: hidden;
    outline: none;
    border: none;
}

listentry > content > imagewrap:not(:first-child) {
    margin-left: 8px;
}

listentry.image-icon > content > imagewrap {
    flex: unset;
    flex-shrink: 0;
    width: unset;
    aspect-ratio: 1/1;
    padding: 4px 2px;
}

listentry.image-square > content > imagewrap {
    flex: 0 0 58px;
    width: unset;
}

list.compact listentry.image-square > content > imagewrap {
    flex: 0 0 36px;
}

listentry.image-circle > content > imagewrap {
    flex: unset;
    width: unset;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

listentry.file > content > imagewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    height: 100%;
    padding: 12px 4px;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) listentry > content > imagewrap {
        flex: 0 0 74px;
    }
}

listentry:not(.image-icon) > content > imagewrap::before {
    position: absolute;
    left: 0;
    top: 8px;
    right: 4px;
    bottom: 8px;
    background: rgba(125, 125, 125, .15);
    content: '';
    border-radius: 4px;
}

listentry.image-circle > content > imagewrap::before {
    border-radius: 50%;
}

listentry.file > content > imagewrap::before {
    background: unset;
}

listentry > content > imagewrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    transition: opacity .1s linear;
    pointer-events: none;
}

listentry.image-circle > content > imagewrap > img {
    border-radius: 50%;
}

listentry.file > content > imagewrap > img {
    border-radius: 0;
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}

listentry.file > content > imagewrap > img.file-image-thumb {
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

listentry.file > content > imagewrap > img.portrait {
    height: 100%;
    width: auto;
}

listentry.file > content > imagewrap > img.thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8px 4px;
    display: block;
    opacity: 0;
}


listentry > content > textwrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px 0 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(125, 125, 125, .2);
}

listentry > content > textwrap:first-child {
    padding-left: 8px;
}


@media(max-width: 700px) {
    body:not(.minruntime-desktop) listentry > content > textwrap {
        padding-right: 8px;
    }

    body:not(.minruntime-desktop) sbox > contentwrap > content > list > content > listentry {
        padding-left: 8px;
        padding-right: 8px;
    }
}

listentry > content > textwrap > content {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

listentry > content > textwrap > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

listentry > content > textwrap > content > titlewrap > h6 {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 2px 0;
    font-weight: 600;
}

list.compact listentry > content > textwrap > content > titlewrap > h6 {
    margin-bottom: 0;
}


listentry > content > textwrap > content > titlewrap:last-child > h6 {
    margin: 0;
    font-weight: 500;
}

listentry > content > textwrap > content > p {
    color: #000000;
    opacity: .75;
    font-weight: 450;
    font-size: 13px;
    pointer-events: none;
}



listentry > content > icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 8px;
}

listentry > content > icon > icon {
    font-size: 24px;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) listentry > content > icon > icon {
        font-size: 22px;
    }
}



listentry > content > textwrap > right {
    position: relative;
    display: inline-flex;
    align-items: center;
}

listentry > content > textwrap > right > p {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    font-size: 15px;
    padding: 0 0 0 16px;
}

listentry > content > textwrap > right > p {
    cursor: pointer;
}

listentry > content > textwrap > right > icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    margin: 0 0 0 4px;
    opacity: .5;
}

listentry.a > content > textwrap > right > icon {
    color: #ffffff;
    opacity: 1;
}

listentry > content > textwrap > right > icons {
    position: relative;
    display: inline-flex;
    align-items: center;
}

listentry > content > textwrap > right > icons > icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    margin: 0 0 0 4px;
    color: #444444;
}

listentry > content > textwrap > right > icons > icon:first-of-type {
    margin-left: 8px;
}

listentry > content > indicator {
    position: relative;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    margin: 0 8px 0 2px;
}

listentry > content > icon.arrow {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    opacity: .5;
    font-size: 16px;
    margin: 0 8px;
}

@media(min-width: 701px) {

    stack.sidebar > view.sidebar:first-child listentry > content icon.arrow,
    listentry.arrow-mobileonly > content icon.arrow {
        display: none;
    }
}


listentry.a,
list.compact listentry.a {
    background: var(--accent-color);
}

listentry.a > content > icon > icon,
listentry.a > content > icon {
    color: #ffffff;
}

listentry.a > content > textwrap > content > titlewrap > h6,
listentry.a > content > textwrap > content > p {
    color: #ffffff;
}

listentry.a > content > textwrap > content > p {
    opacity: .9;
}


@media(max-width: 700px) {
    body:not(.minruntime-desktop) view.sidebar list:not(.compact) listentry > content:active icon {
        color: #ffffff;
        opacity: 1;
    }

    body:not(.minruntime-desktop) view.sidebar list:not(.compact) listentry > content:active > textwrap > content > titlewrap > h6,
    body:not(.minruntime-desktop) view.sidebar list:not(.compact) listentry > content:active > textwrap > content > p {
        color: #ffffff;
    }

    body:not(.minruntime-desktop) view.sidebar listentry:active > content > textwrap > content > p {
        opacity: .9;
    }
}



listentry.file > content > textwrap > progresswrap {
    position: relative;
    display: block;
    margin: 0 8px;
    flex: 0 0 20%;
    max-width: 120px;
    min-width: 70px;
}

listentry.file > content > textwrap > progresswrap {
    margin-left: 16px;
}


/* ---- List Compact ---- */

list.compact listentry {
    height: 48px;
}





/* ---- Searchbar ---- */

searchbar {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50000px;
    border: 1px solid rgba(125, 125, 125, .2);
    padding: 2px 14px 2px 16px;
    overflow: hidden;
    opacity: 1;
    cursor: text;
    background: #ffffff;
    flex: 1 1;
}


searchbar:focus-within {
    border: 1px solid var(--accent-color);
    box-shadow: 0px 0px 8px var(--accent-color-light);
}

searchbar > icon {
    position: relative;
    font-size: 22px;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #444444;
    opacity: .55;
}

searchbar:focus-within > icon {
    opacity: 1;
    color: var(--accent-color);
}

searchbar > inputwrap {
    position: relative;
    flex: 1 1 1px;
    border: unset;
    display: inline-block;
    background: unset;
    padding-right: 0;
    transform: translate3d(0, 8px, 0);
    transition: transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

searchbar > inputwrap > input {
    position: relative;
    width: 100%;
    border: unset;
    display: block;
    background: unset;
    padding-right: 0;
    padding: 0 0 0 8px;
}

searchbar > inputwrap > input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

searchbar > inputwrap > input::placeholder {
    color: #666666;
}

searchbar > inputwrap > p {
    position: relative;
    top: -3px;
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
    height: 16px;
    opacity: 0;
    color: #666666;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

searchbar > inputwrap > input:focus {
    border: unset;
}




/* - Search Suggestions - */

body > searchresults {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 40;
}

body > searchresults > content {
    position: relative;
    display: block;
    border-radius: 22px;
    border: 1px solid rgba(125, 125, 125, .25);
    overflow: auto;
    max-height: 400px;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .12);
    padding: 4px;
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    body > searchresults > content {
        background: rgba(255, 255, 255, .8);
        backdrop-filter: blur(12px) saturate(150%);
        -webkit-backdrop-filter: blur(12px) saturate(150%);
    }
}

body > searchresults > content > listentry {
    border-radius: 18px;
    height: 60px;
}

body > searchresults > content > listentry:not(:hover):not(.a):not(:active) {
    background: transparent;
}


body > searchresults > content > listentry > content > icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    font-size: 22px;
    margin: 0 8px;
    opacity: 0;
}

body > searchresults > content > listentry.a > content > icon {
    opacity: 1;
}

body > searchresults > content > listentry.d::before,
body > searchresults > content > listentry:active::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .2);
}

body > searchresults > content > listentry:not(.a):active::before {
    content: unset;
}

/* ------ Tabbar ------ */

tabbar {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
    flex-shrink: 0;
}

tabbar::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(125, 125, 125, .1);
    content: '';
}

tabbar > content {
    position: relative;
    display: flex;
    padding: 0;
    z-index: 0;
    overflow: auto;
}

tabbar > content {
    scrollbar-width: none;
}

tabbar > content {
    -ms-overflow-style: none;
}

tabbar > content::-webkit-scrollbar,
tabbar > content::-webkit-scrollbar-button {
    display: none;
}


tabbar > content > entry {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
    flex: 0 0;
    border-bottom: 2px solid transparent;
}

tabbar > content > entry > stepwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    margin: 0 6px 0 0;
    pointer-events: none;
}

tabbar > content > entry:not(.a) > stepwrap {
    opacity: .7;
}

tabbar > content > entry > stepwrap::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #000000;
    border-radius: 50%;
    content: '';
}

tabbar > content > entry > stepwrap > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 11px;
    opacity: 1;
    color: #000000;
    line-height: .25;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
}

tabbar > content > entry > stepwrap > icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

tabbar > content > entry > content {
    position: relative;
    display: inline-block;
    pointer-events: none;
}



tabbar > content > entry > content > h6 {
    position: relative;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    opacity: .7;
    font-weight: 400;
}

tabbar > content > entry > content > h6:first-of-type {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 1;
}

tabbar > content > entry > content > h6:last-of-type {
    text-align: center;
    opacity: 0;
    font-weight: 700;
}




@media(max-width: 700px) {
    body:not(.minruntime-desktop) view:not(.sheet) tabbar {
        justify-content: center;
    }

    sheet > container > view tabbar {
        padding: 0;
    }

    body:not(.minruntime-desktop) view:not(.sheet) tabbar::before {
        bottom: 50%;
    }

    body:not(.minruntime-desktop) tabbar > content {
        overflow: auto;
    }

    body:not(.minruntime-desktop) view:not(.sheet) tabbar > content {
        padding: 4px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, .1);
    }

    body:not(.minruntime-desktop) view:not(.type-steps) tabbar > content > entry {
        padding: 10px 10px 8px 10px;
        border-radius: 6px;
    }

    sheet > container > view tabbar > content > entry {
        border-radius: 0;
        padding: 12px 16px;
    }

    body:not(.minruntime-desktop) view:not(.sheet) tabbar > content > entry.a {
        background: var(--accent-color);
    }

    sheet > container > view tabbar > content > entry.a {
        border-bottom: 2px solid #000000;
    }

    sheet > container > view tabbar > content > entry.a > content > h6:last-of-type {
        opacity: 1;
    }

    sheet > container > view tabbar > content > entry.a > content > h6:first-of-type {
        opacity: 0;
    }

    body:not(.minruntime-desktop) view:not(.sheet) tabbar > content > entry.a > content > h6 {
        color: #ffffff;
    }
}

@media(min-width: 701px) {
    tabbar > content > entry.a {
        border-bottom: 2px solid #000000;
    }

    tabbar > content > entry:not(:last-child) {
        margin-right: 32px;
    }

    tabbar > content > entry.a > content > h6:last-of-type {
        opacity: 1;
    }

    tabbar > content > entry.a > content > h6:first-of-type {
        opacity: 0;
    }

    tabbar > content > entry:not(.a):active > content > h6:first-of-type {
        opacity: .9;
    }
}

body.minruntime-desktop tabbar > content > entry.a {
    border-bottom: 2px solid #000000;
}

body.minruntime-desktop tabbar > content > entry:not(:last-child) {
    margin-right: 32px;
}

body.minruntime-desktop tabbar > content > entry.a > content > h6:last-of-type {
    opacity: 1;
}

body.minruntime-desktop tabbar > content > entry.a > content > h6:first-of-type {
    opacity: 0;
}

body.minruntime-desktop tabbar > content > entry:not(.a):active > content > h6:first-of-type {
    opacity: .9;
}

@media(max-width: 375px) {
    body:not(.minruntime-desktop) tabbar > content > entry > content > h6 {
        font-size: 13px;
        font-weight: 450;
    }
}






/* --- Image --- */

scimage {
    position: relative;
    width: 100%;
    display: block;
    max-width: 500px;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity, height;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #f3f3f3;
}

scimage:not(:last-child) {
    margin: 0 0 22px;
}

scimage > sel {
    display: none;
}

scimage > content {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
}

scimage:active > content {
    opacity: .8;
}

scimage > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

scimage > prog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: rgba(200, 200, 200, .8);
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
}

scimage > prog > content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
}


scimage > prog > content > progressbar {
    position: relative;
    opacity: 0;
    margin: 0;
    transition: opacity .12s linear;
}

scimage > prog > content > progressbar > content {
    background: rgba(255, 255, 255, .75);
}


scimage > prog > content > icon {
    position: relative;
    color: var(--color-red);
    font-size: 42px;
    text-align: center;
    pointer-events: none;
}


/* --- Images Grid ---- */

imagegrid {
    position: relative;
    display: block;
    width: 100%;
}

imagegrid > h6 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-size: 12px;
}


imagegrid > content {
    position: relative;
    display: block;
    width: 100%;
}


imagegrid > multisel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 58px;
    border: 1px solid var(--accent-color);
    border-radius: 5000px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px 8px 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

imagegrid > multisel::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: var(--accent-color);
    opacity: .1;
    content: '';
}

imagegrid > multisel > p {
    position: relative;
    display: block;
    flex: 1 1;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    text-align: right;
}

imagegrid > multisel > buttons {
    position: relative;
    display: inline-flex;
    height: 100%;
    align-items: center;
    flex: 1 1;
}

imagegrid > multisel > buttons > entry {
    position: relative;
    display: inline-block;
    height: 100%;
    cursor: pointer;
}


imagegrid > multisel > buttons > entry > content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
    padding: 0 16px;
    border-radius: 5000px;
}

imagegrid > multisel > buttons > entry:hover > content {
    background: rgba(0, 0, 0, .05);
}

@media(max-width: 1000px) {
    imagegrid > multisel > buttons > entry:hover > content {
        background: transparent;
    }
}

imagegrid > multisel > buttons > entry:active > content > content,
imagegrid > multisel > buttons > entry.down > content {
    color: var(--accent-color);
    opacity: 1;
    background: rgba(0, 0, 0, .1);
}

imagegrid > multisel > buttons > entry > content > icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    text-align: center;
    font-size: 20px;
    margin: 0 4px 0 0;
    color: #101010;
    opacity: .85;
    border-radius: 8px;
}

imagegrid > multisel > buttons > entry:active > content > icon,
imagegrid > multisel > buttons > entry.down > content > icon {
    color: var(--accent-color);
}

imagegrid > multisel > buttons > entry > content > p {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    opacity: .85;
    color: #101010;
}

imagegrid > multisel > buttons > entry:hover > content > icon,
imagegrid > multisel > buttons > entry.down > content > icon,
imagegrid > multisel > buttons > entry:hover > content > p,
imagegrid > multisel > buttons > entry.down > content > p {
    opacity: 1;
}



imagegrid > content > images {
    position: relative;
    width: 100%;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

view:not(.sheet) imagegrid > content > images {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

imagegrid > content > animation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
}

@media(max-width: 1200px) {
    body view:not(.sheet) imagegrid > content > images {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 800px) {
    body view:not(.sheet) imagegrid > content > images {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 450px) {

    body imagegrid > content > images,
    body view:not(.sheet) imagegrid > content > images {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


imagegrid > content > images > scimage,
imagegrid > content > images > scimage:not(:last-child),
body > imagedrag {
    position: relative;
    overflow: hidden;
    z-index: 2;
    opacity: 1;
    margin: 0;
    aspect-ratio: 1/1;
}

imagegrid > content > images > scimage::before,
imagegrid > content > images > addentry::before,
body > imagedrag::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 1px solid rgba(160, 160, 160, .08);
    z-index: 1;
    pointer-events: none;
}

imagegrid > content > images > addentry {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    cursor: pointer;
    opacity: 1;
    aspect-ratio: 1/1;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) imagegrid > content > images > addentry {
        background: #ffffff;
    }
}

imagegrid > content > images > addentry:active {
    background: #dfdfdf;
}

imagegrid > content > images > addentry > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

imagegrid > content > images > addentry > content > icon {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 42px;
    color: var(--accent-color);
    cursor: pointer;
}


body > imagedrag,
body > listentrydrag {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 15;
    transform-origin: top left;
    background: transparent;
    box-shadow: 0px 12px 32px 8px rgba(0, 0, 0, 1);
    border: 1px solid rgba(var(--accent-color), 1);
    background: #111111;
    transition: opacity .1s linear;
    animation: dragShadowIn .12s linear;
}


body > listentrydrag {
    border-radius: 10px;
    overflow: hidden;
}



scimage > checkboxwrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    transition: opacity .12s linear;
}

imagegrid.oe:not(.e) > content > images > scimage > checkboxwrap {
    opacity: 0;
    pointer-events: none;
}

scimage > checkboxwrap > checkbox:not(.a) > content {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 32px rgba(0, 0, 0, .25);
}

scimage > checkboxwrap:active > checkbox:not(.a) > content {
    background: rgba(175, 175, 175, 1);
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    scimage > checkboxwrap > checkbox:not(.a) > content {
        background: rgba(255, 255, 255, .7);
        -webkit-backdrop-filter: blur(20px) saturate(150%);
        backdrop-filter: blur(20px) saturate(150%);
    }

    scimage > checkboxwrap:active > checkbox:not(.a) > content {
        background: rgba(175, 175, 175, .88);
    }
}

imagegrid > content > images > scimage > uplprog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
    padding: 32px;
    z-index: 1;
}

imagegrid > content > images > scimage > uplprog > content {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: rgba(230, 230, 230, .8);
    border-radius: 10000px;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

@supports (-webkit-backdrop-filter: blur(20px) saturate(150%)) {
    imagegrid > content > images > scimage > uplprog > content {
        background: rgba(230, 230, 230, .6);
        backdrop-filter: blur(12px) saturate(150%);
        -webkit-backdrop-filter: blur(12px) saturate(150%);
    }
}

imagegrid > content > images > scimage > uplprog > content > inner {
    position: relative;
    display: block;
    width: 25%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    background: var(--accent-color);
    transition: transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), width .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

imagegrid > content > images > scimage > uplprog.prepare > content > inner {
    transition: transform 1.5s cubic-bezier(0.215, 0.610, 0.355, 1), width 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

imagegrid > content > images > scimage > content,
body > imagedrag > content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

imagegrid:not(.oe) > content > entry > content:active,
imagegrid.oe.e > content > entry > content:active {
    opacity: .75;
}

imagegrid > content > images > scimage > content > img,
body > imagedrag > content > img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    border: none !important;
    outline: none !important;
    pointer-events: none;
}




/* ----- Spinner ------ */



scspinner {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section > content > scspinner {
    margin: 32px 0;
}

scspinner.overlay {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 16px;
    background: rgba(0, 0, 0, .75);
    border: 1px solid #252525;
    border-radius: 14px;
}


scspinner > p {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0 0 16px;
    margin: 0;
    font-size: 15px;
    opacity: 1;
    color: #252525;
}

scspinner.small > p {
    padding: 0 0 0 8px;
}

scspinner > content {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

scspinner.small > content {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

scspinner petal {
    border-radius: 5000px;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 17px;
    transform-origin: 170% center;
    background-color: #757575;
}

scspinner.small petal {
    width: 6px;
    height: 3px;
    display: block;
    position: absolute;
    left: 1px;
    top: 8px;
    transform-origin: 160% center;
}

scspinner.overlay > content > petal {
    background-color: #e5e5e5;
}

scspinner.a petal {
    animation: petal .8s 0s ease-out forwards infinite
}

scspinner petal:nth-child(1) {
    animation-delay: -.2s
}

scspinner petal:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: -.1s
}

scspinner petal:nth-child(3) {
    transform: rotate(90deg)
}

scspinner petal:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: -.7s
}

scspinner petal:nth-child(5) {
    transform: rotate(-180deg);
    animation-delay: -.6s
}

scspinner petal:nth-child(6) {
    transform: rotate(-135deg);
    animation-delay: -.5s
}

scspinner petal:nth-child(7) {
    transform: rotate(-90deg);
    animation-delay: -.4s
}

scspinner petal:nth-child(8) {
    transform: rotate(-45deg);
    animation-delay: -.3s
}

scspinner petal:nth-child(n+9) {
    display: none;
}


@keyframes petal {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }

    20% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }
}




view > header > content > scspinner,
view > header > content > scspinner > spinner {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin: 0 20px 0 0;
}

view > header.accent > content > scspinner > spinner::after {
    background: radial-gradient(circle at top, #ffffff, transparent);
}

view > contentwrap > spinnerwrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: #ffffff;
    padding: 32px;
}


view > contentwrap > spinnerwrap > content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 600px;
}


view > contentwrap > spinnerwrap > content > scspinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

view > contentwrap > spinnerwrap > content > slink {
    position: relative;
    display: block;
    z-index: 1;
}

section > scspinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: #ffffff;
}

view > contentwrap > spinnerwrap > content > scspinner > spinner,
section > scspinner > spinner {
    position: relative;
    display: block;
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
}

view > contentwrap > spinnerwrap > content > scspinner > spinner,
section > scspinner > spinner {
    position: relative;
    display: block;
    -webkit-mask-image: url('/assets/images/spinner_large.svg');
    mask-image: url('/assets/images/spinner_large.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}







/* ------ Editor ----- */

sceditor {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
}

sceditor > h6 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}



sceditor > content {
    position: relative;
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    border: 1px solid #dddddd;
    padding: 8px;
    border-radius: 10px;
    transition: opacity .1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

sceditor > content > p {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}

sceditor > content > textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 15px;
    transform: translate3d(0, 0, 0);
}

sceditor.oe:not(.e) > content > textarea {
    transform: translate3d(-12px, -12px, 0);
    border-color: transparent;
    background: transparent;
    color: #505050;
}


sceditor > content > entry {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0;
}

sceditor > content > entry:first-of-type {
    margin-top: 0;
}

sceditor > content > entry > content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 14px;
    border: unset;
    outline: 1px solid transparent;
}



/* ----- Checkbox ------ */


checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 0;
}

checkbox > content {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: rgba(155, 155, 155, .02);
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 1px 0 0 0;
    border-radius: 8px;
    overflow: hidden;
    pointer-events: none;
}

@media(max-width: 750px) {

    body:not(.minruntime-desktop) checkbox {
        flex-shrink: 0;
        flex-grow: 0;
    }

    body:not(.minruntime-desktop) checkbox > content {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }
}

checkbox.a > content {
    background: var(--accent-color);
}


checkbox > content > icon {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    visibility: hidden;
    font-size: 21px;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) checkbox > content > icon {
        font-size: 15px;
    }
}

checkbox:not(.d):active > content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    display: block;
}

checkbox:not(.d).a:active > content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    content: '';
    display: block;
}

checkbox.d > content {
    opacity: .6;
}

checkbox.a.d > content > icon {
    opacity: .5;
}

checkbox.d > content::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    display: block;
}

checkbox.a:active > content > icon {
    opacity: .8;
}

checkbox.r > content {
    border-radius: 50%;
    padding: 6px;
}

checkbox.r > content > innerradio {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    background: #ffffff;
}

checkbox.r:not(.a) > content > innerradio {
    display: none;
}

checkbox.r:active > content > innerradio {
    background: #dddddd;
    opacity: .9;
}



listentry checkbox {
    height: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

listentry checkbox > content {
    background: rgba(255, 255, 255, .25);
}

listentry.ss checkbox > content {
    border-radius: 50%;
}

listentry checkbox > content::before {
    pointer-events: none;
}

listentry checkbox.a > content {
    background-color: var(--accent-color);
}

listentry checkbox icon {
    visibility: visible;
    color: transparent;
    pointer-events: none;
}


listentry checkbox.a icon {
    color: #ffffff;
}





/* ----- Form ---- */

scform {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    margin: 0 0 var(--generic-element-margin) 0;
    transition: opacity .1s linear;
}

scform > h6 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}



sbox scform:first-child {
    margin-top: 0;
}

sbox scform:last-child {
    margin-bottom: 0;
}



scform > content {
    position: relative;
    width: 100%;
    display: block;
    background: transparent;
    overflow: visible;
}

scform > content > p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    pointer-events: none;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

finput {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    background: transparent;
}

scform > content > finput {
    position: absolute;
    left: 0;
    top: 0;
}

scform > content > finput > deloverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--color-red);
    opacity: 0;
    transition: opacity .2s linear;
}


finput > errorwrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible;
    transition: height .12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

finput > errorwrap > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0 0 0;
    opacity: 0;
    transition: opacity .05s linear;
}

finput.error > errorwrap > p {
    opacity: 1;
}


finput > content {
    position: relative;
    width: 100%;
    display: block;
}

scform > content > bg {
    display: none;
}


sbox scform:first-child > content > finput:first-child {
    padding-top: 0;
}



sbox scform > content > finput:last-child {
    padding-bottom: 0;
}

finput > content > textwrap {
    position: relative;
    display: block;
    padding: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), flex .3s cubic-bezier(0.3, 0.1, 0.1, 1), border .05s linear;
    z-index: 1;
}

finput > content > textwrap > p,
finput > content > textwrap > h1,
finput > content > textwrap > h2,
finput > content > textwrap > h3,
finput > content > textwrap > h4,
finput > content > textwrap > h5,
finput > content > textwrap > h6 {
    position: relative;
    display: block;
    white-space: pre-wrap;
    margin: 0 0 4px 0;
}

finput.c > content {
    display: flex;
    align-items: center;
}

finput.c > content > textwrap > p,
scform.compact finput.c > content > textwrap > p {
    margin: 0 0 0 8px;
}


finput > content > textwrap > h1:not(:last-child),
finput > content > textwrap > h2:not(:last-child),
finput > content > textwrap > h3:not(:last-child),
finput > content > textwrap > h4:not(:last-child),
finput > content > textwrap > h5:not(:last-child),
finput > content > textwrap > h6:not(:last-child) {
    margin: 0 0 8px;
}

finput.error > content > textwrap > p,
finput.error > content > textwrap > h1,
finput.error > content > textwrap > h2,
finput.error > content > textwrap > h3,
finput.error > content > textwrap > h4,
finput.error > content > textwrap > h5,
finput.error > content > textwrap > h6 {
    color: var(--color-red);
    opacity: 1;
}

finput > content > inputwrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    outline: unset;
    border-radius: 8px;
    border: unset;
    font-size: 17px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
    background: #ffffff;
    color: #000000;
    transform: translate3d(0, 0, 0);
    border: 1px solid #dddddd;
    padding: 8px 4px;
    z-index: 0;
}


body.accessibility-vision-dyslexic finput > content > inputwrap {
    font-family: "OpenDyslexic", sans-serif;
}

scform.oe:not(.e) finput > content > inputwrap {
    transform: translate3d(-12px, -12px, 0);
    border-color: transparent;
    background: transparent;
}

finput:not(.s) > content > inputwrap {
    cursor: text;
}

scform.oe:not(.e) finput.l > content > inputwrap > input {
    color: var(--accent-color);
    cursor: pointer;
}


scform.oe:not(.e) finput:not(.kv) > content > inputwrap > input::placeholder {
    color: transparent;
}

scform.oe:not(.e) finput.kv > content > inputwrap > input::placeholder {
    color: #000000;
}

scform finput.t > content > toggle {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.1, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform.oe:not(.e) finput.t > content > toggle {
    opacity: .5;
    pointer-events: none;
}

scform.compact.oe:not(.e) finput.t > content > toggle {
    transform: translate3d(32px, 0, 0);
}

finput.g > content > inputwrap {
    display: block;
    border-radius: 0;
}

finput.g > content > inputwrap > frow {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
}

finput.g > content > inputwrap > frow > inputwrap {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1;
    height: 34px;
}

finput.g > content > inputwrap > frow > inputwrap > p {
    cursor: text;
    white-space: nowrap;
}

finput.g > content > inputwrap > frow > inputwrap > p:first-child {
    padding-left: 8px;
}

finput.g > content > inputwrap > frow > inputwrap > p:last-child {
    padding-right: 8px;
}

scform.oe:not(.e) finput.g > content > inputwrap > frow > inputwrap {
    height: 20px;
}

finput.g > content > inputwrap > frow > inputwrap > input,
finput.g > content > inputwrap > frow > inputwrap > select {
    position: relative;
    display: block;
    padding: 0 8px;
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) finput.g > content > inputwrap > frow > inputwrap > input,
    body:not(.minruntime-desktop) finput.g > content > inputwrap > frow > inputwrap > select {
        font-size: 13px;
    }
}

finput.g > content > inputwrap > frow > inputwrap > select {
    background-position-y: 0px;
}

scform.oe:not(.e) finput.g > content > inputwrap > frow > inputwrap > select {
    background: transparent;
}

scform.oe:not(.e) finput.g > content > inputwrap > frow > inputwrap > input::placeholder {
    color: transparent;
}


finput.error > content > inputwrap {
    border: 1px solid var(--color-red);
}

finput:focus-within > content > inputwrap {
    border: 1px solid var(--accent-color);
}


finput > content > inputwrap > p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.25;
    color: #404040;
    opacity: 1;
    padding: 2px 0;
    cursor: text;
    white-space: nowrap;
    transition: color .3s cubic-bezier(0.3, 0.1, 0.1, 1), opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

@media(max-width: 375px) {
    body:not(.minruntime-desktop) finput > content > inputwrap > p {
        font-size: 14px;
    }
}

scform.compact finput > content > inputwrap > p {
    transform: translate3d(0, 0, 0);
    transition: color .3s cubic-bezier(0.3, 0.1, 0.1, 1), opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform.compact.oe:not(.e) finput > content > inputwrap > p:not(:first-child) {
    transform: translate3d(32px, 0, 0);
}

scform.oe:not(.e) finput.ei:not(.kv) > content > inputwrap > p {
    opacity: 0;
}

scform.oe:not(.e) finput.ei > content > inputwrap {
    pointer-events: none;
}




finput.b,
finput.b > content,
finput.m,
finput.m > content {
    cursor: pointer;
}

finput.b > content > icon,
finput.m > content > icon {
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
}

finput.b > content > icon,
finput.b > content > icon::after {
    color: var(--accent-color);
}


finput.m > content > icon,
finput.m > content > icon::after {
    color: #999999;
    transition: opacity .12s linear;
    opacity: 1;
}

finput.b > content > textwrap > p {
    color: var(--accent-color);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    cursor: pointer;
}

finput.b.oe.e:active > content > textwrap > p,
finput.b.oe.e:active > content > icon,
finput.b.oe.e:active > content > icon::after,
finput.b:not(.oe):active > content > textwrap > p,
finput.b:not(.oe):active > content > icon,
finput.b:not(.oe):active > content > icon::after {
    color: var(--accent-color-dark);
}


finput.m > content > textwrap > p:last-of-type {
    padding: 10px 12px;
    color: #ffffff;
    flex: 1 1 100%;
    text-align: left;
}



finput.c > content > checkbox.a > content > icon,
checkbox.a > content > icon {
    visibility: visible;
}

finput.s > content > button {
    position: relative;
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding: 2px 6px 4px;
}

scform.oe:not(.e) finput.s > content > inputwrap > select {
    background: transparent;
}


finput.t > content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

finput.t > content > textwrap > p {
    margin-bottom: 0;
}





scform datetimepickerbuttonswrap {
    position: relative;
    display: flex;
    align-items: center;
}


scform datetimepickerbuttonswrap > *:not(:last-child) {
    margin-right: 8px;
}

datetimepickerbuttons {
    position: relative;
    display: flex;
    align-items: center;
    transform: translate3d(0, 0, 0);
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform datetimepickerbuttons {
    height: 100%;
}

scform:not(.compact) datetimepickerbuttons {
    padding: 8px 0;
}

datetimepickerbuttons > *:not(:last-child) {
    margin: 0 4px 0 0;
}


datetimepickerbuttons > entry {
    position: relative;
    display: flex;
    align-content: center;
    padding: 0px;
    border-radius: 6px;
    background: transparent;
    font-size: 15px;
    opacity: 1;
    padding: 0 8px;
    color: #000000;
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform datetimepickerbuttons > entry {
    height: 100%;
}

datetimepickerbuttons > entry::before {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: calc(100% + 8px);
    background: rgba(155, 155, 155, .2);
    border-radius: 8px;
    content: '';
}

scform.oe:not(.e) datetimepickerbuttons {
    pointer-events: none;
    transform: translate3d(-8px, 0, 0);
}

scform.oe.e datetimepickerbuttons > entry,
scform:not(.oe) datetimepickerbuttons > entry {
    cursor: pointer;
    font-weight: 450;
    color: var(--accent-color);
    opacity: 1;
}

scform.oe:not(.e) datetimepickerbuttons > entry::before {
    opacity: 0;
}

scform.oe:not(.e) datetimepickerbuttons > entry.empty {
    opacity: 0;
}



scform.oe.e datetimepickerbuttons > entry:active::before,
scform:not(.oe) datetimepickerbuttons > entry:active::before {
    transition: unset;
    background: rgba(155, 155, 155, .35);
}





/* ------ Form (Compact Style) ------ */


scform.compact > content {
    border-radius: 10px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

scform.compact > content > bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background: rgba(245, 245, 245, 1);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: left top;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) view:not(.sheet) scform.compact > content > bg {
        background: #ffffff;
    }
}


scform.compact.oe:not(.e) > content > bg,
scform.compact.ro > content > bg {
    opacity: 0;
}

scform.compact > content > finput {
    padding: 0;
    overflow: hidden;
}

scform.compact > content > finput > content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

@media(max-width: 375px) {
    body:not(.minruntime-desktop) scform.compact > content > finput > content {
        padding: 0 8px;
    }
}



scform.compact > content > finput > content > textwrap {
    display: inline-block;
    width: unset;
}

scform.compact > content > finput > content > textwrap > p,
scform.compact > content > finput > content > textwrap > select {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) scform.compact > content > finput > content > textwrap > p,
    body:not(.minruntime-desktop) scform.compact > content > finput > content > textwrap > select {
        font-size: 13px;
    }
}

scform.compact > content > finput > content > textwrap > select {
    width: calc(100% - 8px);
    background-position-y: 1px;
    color: var(--accent-color);
}

scform.compact.oe:not(.e) > content > finput > content > textwrap > select,
scform.compact.ro > content > finput > content > textwrap > select {
    color: #505050;
    background: unset;
}

scform.compact > content > finput > content > inputwrap {
    background: transparent;
    border: transparent;
    padding: 0;
    box-shadow: 0px 0px 0px transparent;
    flex: 1 1 100%;
}

scform.compact > content > finput > content > inputwrap > p:first-child {
    padding-right: 4px;
}

scform.compact > content > finput > content > inputwrap > p:last-child {
    padding-left: 4px;
}

scform.compact > content > finput.kv > content > inputwrap > p:last-child {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform.compact.oe:not(.e) > content > finput.kv > content > inputwrap > p:last-child,
scform.compact.ro > content > finput.kv > content > inputwrap > p:last-child {
    transform: translate3d(32px, 0, 0);
}

scform.compact.oe > content > finput.removable > content > inputwrap > p:last-child {
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), flex .3s cubic-bezier(0.3, 0.1, 0.1, 1), border .05s linear;
}


scform.compact.oe:not(.e) > content > finput.removable > content > inputwrap > p:last-child,
scform.compact.ro > content > finput.removable > content > inputwrap > p:last-child {
    transform: translate3d(60px, 0, 0);
}

scform.compact > content > finput > content > inputwrap > input,
scform.compact > content > finput > content > inputwrap > select {
    padding-left: 0;
    padding-right: 0;
}


scform.compact > content > finput.g > content > inputwrap > frow > borleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform-origin: top left;
}

scform.compact.oe:not(.e) > content > finput.g > content > inputwrap > frow > borleft,
scform.compact.ro > content > finput.g > content > inputwrap > frow > borleft {
    opacity: 0;
}

scform.compact > content > finput.g > content > inputwrap > frow > borbottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    content: '';
    opacity: 1;
}

scform.compact.oe:not(.e) > content > finput.g > content > inputwrap > frow > borbottom,
scform.compact.ro > content > finput.g > content > inputwrap > frow > borbottom {
    opacity: 0;
}

scform > content > finput.g > content > inputwrap > frow:last-child > borbottom {
    display: none;
}

scform.compact.oe:not(.e) > content > finput.g > content > inputwrap,
scform.compact.ro > content > finput.g > content > inputwrap {
    border-left-color: transparent;
}


scform.compact.oe:not(.e) > content > finput.g > content > inputwrap > frow > inputwrap:not(:last-of-type):not(:first-of-type),
scform.compact.ro > content > finput.g > content > inputwrap > frow > inputwrap:not(:last-of-type):not(:first-of-type) {
    border-left-color: transparent;
    padding-left: 8px;
}

scform.compact > content > finput > content > delbutton,
listentry > delbutton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0 8px 0 0;
    border-radius: 5000px;
    cursor: pointer;
    overflow: hidden;
    transform: translate3d(0, 0, 0) scale(1);
    background: var(--color-red);
    transition: opacity .15s linear .1s, transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), flex .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

listentry > delbutton {
    margin-left: 8px;
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) scform.compact > content > finput > content > delbutton,
    body:not(.minruntime-desktop) listentry > delbutton {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        margin: 0 4px 0 0;
    }
}

scform.compact.oe > content > finput.removable > content > inputwrap {
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), flex .3s cubic-bezier(0.3, 0.1, 0.1, 1), border .05s linear;
}

scform.compact.oe:not(.e) > content > finput.removable > content > textwrap,
scform.compact.oe:not(.e) > content > finput.removable > content > inputwrap,
scform.compact.ro > content > finput.removable > content > textwrap,
scform.compact.ro > content > finput.removable > content > inputwrap {
    transform: translate3d(-28px, 0, 0);
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) scform.compact.oe:not(.e) > content > finput.removable > content > textwrap,
    body:not(.minruntime-desktop) scform.compact.oe:not(.e) > content > finput.removable > content > inputwrap,
    body:not(.minruntime-desktop) scform.compact.ro > content > finput.removable > content > textwrap,
    body:not(.minruntime-desktop) scform.compact.ro > content > finput.removable > content > inputwrap {
        transform: translate3d(-24px, 0, 0);
    }
}

scform.compact.oe:not(.e) > content > finput.g.removable > content > inputwrap,
scform.compact.ro > content > finput.g.removable > content > inputwrap {
    transform: translate3d(-36px, 0, 0);
    width: calc(100% + 36px);
}

scform.compact.oe:not(.e) > content > finput > content > delbutton,
list.oe:not(.e) listentry > delbutton {
    transition: opacity .05s linear, transform .3s cubic-bezier(0.3, 0.1, 0.1, 1), flex .3s cubic-bezier(0.3, 0.1, 0.1, 1);
    opacity: 0;
    transform: translate3d(-28px, 0, 0);
    flex: 0 0 20px;
    pointer-events: none;
}

scform.compact.ro > content > finput > content > delbutton,
list.ro listentry > delbutton {
    display: none;
}

scform.compact > content > finput > content > delbutton:active::before,
listentry > delbutton:active::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    content: '';
}

scform.compact > content > finput > content > delbutton > div,
listentry > delbutton > div {
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
    width: 12px;
    height: 2px;
    flex: 0 0 12px;
    border-radius: 5000px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    transition: opacity .1s linear;
    pointer-events: none;
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) scform.compact > content > finput > content > delbutton > div,
    body:not(.minruntime-desktop) listentry > delbutton > div {
        left: 3px;
        top: 7px;
        width: 10px;
    }
}

scform.compact > content > finput > content > delbutton > p,
listentry > delbutton > p {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0 12px;
    opacity: 0;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: none;
    transition: opacity .1s linear;
}


scform.compact > content > finput > content > favbutton,
scform.compact > content > finput > content > errbutton {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin: 0 0 0 12px;
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

scform.compact.oe:not(.e) > content > finput > content > favbutton,
scform.compact.oe:not(.e) > content > finput > content > errbutton,
scform.compact.ro > content > finput > content > favbutton,
scform.compact.ro > content > finput > content > errbutton {
    width: 0;
    margin: 0;
    transform: translate3d(25px, 0, 0);
    overflow: visible;
    justify-content: flex-end;
}

@media(max-width: 375px) {

    body:not(.minruntime-desktop) scform.compact.oe:not(.e) > content > finput > content > favbutton,
    body:not(.minruntime-desktop) scform.compact.oe:not(.e) > content > finput > content > errbutton,
    body:not(.minruntime-desktop) scform.compact.ro > content > finput > content > favbutton,
    body:not(.minruntime-desktop) scform.compact.ro > content > finput > content > errbutton {
        margin: 0;
        transform: translate3d(15px, 0, 0);
    }
}

scform.compact.oe:not(.e) > content > finput > content > favbutton:not(.a),
scform.compact.ro > content > finput > content > favbutton:not(.a) {
    opacity: 0;
}

scform.compact > content > finput > content > favbutton > icon,
scform.compact > content > finput > content > errbutton > icon {
    color: var(--accent-color);
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
    transform-origin: right center;
    transform: translate3d(0, 0, 0) scale(1);
    transition: color .3s cubic-bezier(0.3, 0.1, 0.1, 1), transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
    pointer-events: none;
}

scform.compact > content > finput > content > errbutton > icon {
    color: var(--color-red);
}

scform.compact.oe:not(.e) > content > finput > content > favbutton > icon,
scform.compact.oe:not(.e) > content > finput > content > errbutton > icon,
scform.compact.ro > content > finput > content > favbutton > icon,
scform.compact.ro > content > finput > content > errbutton > icon {
    transform: translate3d(0, 0, 0) scale(.8);
    color: #888888;
}

scform.compact > content > finput > content > favbutton:active > icon,
scform.compact > content > finput > content > errbutton:active > icon {
    opacity: .5;
}



scform.compact > content > finput:not(:last-child)::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0);
}

scform.compact.oe.e > content > finput:not(:last-child)::before,
scform.compact:not(.oe):not(.ro) > content > finput:not(:last-child)::before {
    background: rgba(0, 0, 0, .1);
}



scform.compact.oe:not(.e) > content > finput > content > inputwrap,
scform.compact.ro > content > finput > content > inputwrap {
    transform: translate3d(0, 0, 0);
}

scform.compact.oe:not(.e) > content > finput > content > inputwrap > p,
scform.compact.ro > content > finput > content > inputwrap > p {
    color: #000000;
}





scform.compact > content > sbutton,
list > content > sbutton {
    display: flex;
    padding: 0 16px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    height: 45px;
    width: 100%;
}

list > content > sbutton {
    transform-origin: top center;
    padding: 0;
    margin: 0;
    width: 100%;
}

list > content > sbutton > content {
    width: 100%;
}

list.compact > content > sbutton > content,
scform.compact > content > sbutton > content {
    background: transparent;
}

scform.compact > content > sbutton > content {
    padding: 0;
}

list.compact > content > sbutton.a:active > content::before,
list.compact > content > sbutton.down > content::before,
list.compact > content > sbutton.d:active > content::before,
list.compact > content > sbutton.d > content::before,
list.grey > content > sbutton.a:active > content::before,
list.grey > content > sbutton.down > content::before,
scform.compact > content > sbutton.a:active > content::before,
scform.compact > content > sbutton.down > content::before,
scform.compact > content > sbutton.d:active > content::before,
scform.compact > content > sbutton.d > content::before {
    display: none;
    background: transparent;
}

list.compact > content > sbutton,
list.grey > content > sbutton {
    background: rgba(245, 245, 245, 1);
}

list.compact > content > sbutton.a:hover,
list.grey > content > sbutton.a:hover {
    background: rgba(240, 240, 240, 1);
}

list.compact > content > sbutton.a:active,
list.grey > content > sbutton.a:active,
scform.compact > content > sbutton.a:active,
scform.compact > content > sbutton.down {
    background: rgba(230, 230, 230, 1);
}

list.compact > content > sbutton > content,
list.grey > content > sbutton > content {
    background: transparent;
}

scform.compact.oe:not(.e) > content > sbutton {
    pointer-events: none;
    overflow: hidden;
    height: 0px;
}

list.oe:not(.e) > content > sbutton {
    pointer-events: none;
    overflow: hidden;
}

list > content > sbutton.d {
    opacity: 1;
}

list > content > sbutton.d > icon,
list > content > sbutton.d > content > p {
    color: #888888;
}

scform.compact > content > sbutton > icon,
scform.compact > content > sbutton > content > p,
list > content > sbutton > icon,
list > content > sbutton > content > p {
    color: var(--accent-color);
    opacity: 1;
    text-align: left;
    transition: unset;
}

scform.compact > content > sbutton > content > p,
list > content > sbutton > content > p {
    font-size: 15px;
}

scform.compact > content > sbutton > content > p:not(:first-child),
list > content > sbutton > content > p:not(:first-child) {
    margin-top: 1px;
}

scform.compact.oe:not(.e) > content > sbutton > icon,
scform.compact.oe:not(.e) > content > sbutton > content > p {
    opacity: 0;
}



/* ------ Form (Card Style) ------ */

scform.card > content {
    border-radius: 12px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, .1);
}


toggle {
    position: relative;
    display: block;
    height: 24px;
    width: 44px;
    flex: 0 0 44px;
    padding: 3px;
    border-radius: 5000px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(155, 155, 155, .25);
    overflow: hidden;
    transition: background .15s cubic-bezier(0.215, 0.610, 0.355, 1);
    cursor: pointer;
}


toggle > content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}


toggle > handle {
    position: relative;
    display: block;
    width: 16px;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}

toggle > handle::before {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .2);
    transform: translate3d(0, 0, 0);
    transition: transform .15s cubic-bezier(0.215, 0.610, 0.355, 1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .12);
    content: '';
}

toggle:active > handle:before {
    transition: transform .1s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: translate3d(0, 0, 0) scale(.8);
}

/* ----- Timeline ----- */

timeline {
    position: relative;
    width: 100%;
    padding: 0 0;
    display: block;
}


timeline > bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    display: block;
    z-index: 0;
}


timeline > bg > line {
    position: relative;
    display: block;
    height: 100%;
    width: 1px;
    border-right: 2.5px dashed #333333;
    margin: 0 auto;
    z-index: 0;
}

timeline > bg > grad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    display: block;
    background: linear-gradient(to bottom, #000000 0%, #00000000 100%);
    z-index: 1;
}

timeline > bg > grad:last-of-type {
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #000000 0%, #00000000 100%);
}


timeline > entry {
    position: relative;
    width: 100%;
    display: flex;
    padding: 32px 0;
    z-index: 2;
}

timeline > entry:first-of-type {
    padding-top: 0;
}

timeline > entry:last-of-type {
    padding-bottom: 0;
}

timeline > entry > tdateblock {
    position: relative;
    display: block;
    padding: 0 22px 0 0;
    width: 90px;
    flex: 0 0 90px;
    height: 68px;
    margin: 22px 0 0 0;
    box-shadow: 0px 0px 42px 12px rgba(0, 0, 0, 1);
}

timeline > entry > tdateblock > binder {
    position: absolute;
    left: 12px;
    top: -3px;
    height: 9px;
    width: 3px;
    background: linear-gradient(to bottom, #333333 0%, #bbbbbb 50%, #666666 100%);
    z-index: 2;
    border-radius: 10000px;
}

timeline > entry > tdateblock > binder:last-of-type {
    left: 53px;
}

timeline > entry > tdateblock > content {
    position: relative;
    background: #fefefe;
    border-radius: 10px;
    border: 1px solid #292929;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

timeline > entry > tdateblock > content > mon {
    position: relative;
    display: block;
    width: 100%;
    padding: 2px 0;
    text-align: center;
    color: #f0f0f0;
    background: #f13e32;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

timeline > entry > tdateblock > content > dat {
    position: relative;
    display: block;
    height: auto;
    padding: 6px;
}

timeline > entry > tdateblock > content > dat h3 {
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 450;
    color: #000000;
}




timeline > entry > content {
    position: relative;
    flex: 1 1 100%;
    padding: 0 0 0 8px;
    display: block;
}

timeline > entry > content > entry {
    position: relative;
    display: flex;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #292929;
    background: #111111;
    width: 100%;
}

timeline > entry > content > entry:not(:last-of-type) {
    margin-bottom: 8px;
}

timeline > entry > content > entry > content {
    position: relative;
    display: flex;
    width: 100%;
}

timeline > entry > content > entry > content > icon {
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 1px solid #292929;
    background: rgba(255, 255, 255, .05);
    border-radius: 6px;
    font-size: 32px;
    text-align: center;
    padding: 12px 0;
}

timeline > entry > content > entry > content > textwrap {
    position: relative;
    width: 100%;
    flex: 1 1 100%;
}

timeline > entry > content > entry > content > textwrap:not(:first-child) {
    padding-left: 22px;
}


timeline > entry > content > entry > content > textwrap > p:first-of-type {
    position: relative;
    margin: 0 0 6px;
    display: inline-block;
    padding: 0;
}

timeline > entry > content > entry > content > textwrap > h1,
timeline > entry > content > entry > content > textwrap > h2,
timeline > entry > content > entry > content > textwrap > h3,
timeline > entry > content > entry > content > textwrap > h4,
timeline > entry > content > entry > content > textwrap > h5,
timeline > entry > content > entry > content > textwrap > h6 {
    position: relative;
    margin: 0 0 4px;
}


timeline > entry > content > entry > content > textwrap > p:last-of-type {
    position: relative;
    padding-bottom: 0;
}



/* ---- Title ---- */

stitle {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 var(--generic-element-margin) 0;
}


section.animate-section-to-left stitle p {
    animation: animSectionToLeft .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.animate-section-to-right stitle p {
    animation: animSectionToRight .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}


stitle > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
}

stitle > textwrap > h6,
stitle > textwrap > h5,
stitle > textwrap > h4,
stitle > textwrap > h3,
stitle > textwrap > h2,
stitle > textwrap > h1 {
    position: relative;
    margin: 0 0 8px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 8px 0;
}

stitle > textwrap > h6:last-child,
stitle > textwrap > h5:last-child,
stitle > textwrap > h4:last-child,
stitle > textwrap > h3:last-child,
stitle > textwrap > h2:last-child,
stitle > textwrap > h1:last-child {
    margin: 0;
}

stitle.ticenter > textwrap > h6,
stitle.ticenter > textwrap > h5,
stitle.ticenter > textwrap > h4,
stitle.ticenter > textwrap > h3,
stitle.ticenter > textwrap > h2,
stitle.ticenter > textwrap > h1,
stitle.tecenter > textwrap > p {
    text-align: center;
    width: 100%;
}



stitle > textwrap > p {
    position: relative;
    margin: 0;
}

stitle > textwrap > h6 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
}



/* -- Indicator -- */

sindicator {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

sbox sindicator {
    margin: 16px 0;
}

sindicator > indicator {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}

sindicator > textwrap {
    position: relative;
    display: block;
}

sindicator > textwrap > h1:not(:last-child),
sindicator > textwrap > h2:not(:last-child),
sindicator > textwrap > h3:not(:last-child),
sindicator > textwrap > h4:not(:last-child),
sindicator > textwrap > h5:not(:last-child),
sindicator > textwrap > h6:not(:last-child),
sindicator > textwrap > p:not(:last-child) {
    color: #222222;
    opacity: 1;
}

sindicator > textwrap > h1:last-child:first-child,
sindicator > textwrap > h2:last-child:first-child,
sindicator > textwrap > h3:last-child:first-child,
sindicator > textwrap > h4:last-child:first-child,
sindicator > textwrap > h5:last-child:first-child,
sindicator > textwrap > h6:last-child:first-child,
sindicator > textwrap > p:last-child:first-child {
    opacity: 1;
    color: #222222;
}

boxgrid.compact sindicator > textwrap > h1:not(:last-child),
boxgrid.compact sindicator > textwrap > h2:not(:last-child),
boxgrid.compact sindicator > textwrap > h3:not(:last-child),
boxgrid.compact sindicator > textwrap > h4:not(:last-child),
boxgrid.compact sindicator > textwrap > h5:not(:last-child),
boxgrid.compact sindicator > textwrap > h6:not(:last-child),
boxgrid.compact sindicator > textwrap > p:not(:last-child) {
    color: #222222;
    opacity: 1;
}

boxgrid.compact sindicator > textwrap > h1:last-child:first-child,
boxgrid.compact sindicator > textwrap > h2:last-child:first-child,
boxgrid.compact sindicator > textwrap > h3:last-child:first-child,
boxgrid.compact sindicator > textwrap > h4:last-child:first-child,
boxgrid.compact sindicator > textwrap > h5:last-child:first-child,
boxgrid.compact sindicator > textwrap > h6:last-child:first-child,
boxgrid.compact sindicator > textwrap > p:last-child:first-child {
    opacity: 1;
    font-size: 16px;
}

@media(max-width: 700px) {

    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h1:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h2:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h3:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h4:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h5:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > h6:last-child:first-child,
    body:not(.minruntime-desktop) boxgrid.compact sindicator > textwrap > p:last-child:first-child {
        opacity: 1;
        font-size: 14px;
    }
}


/* ---- Alert --- */

salert {
    position: relative;
    display: block;
    width: 100%;
    margin: 16px 0;
}


salert > contentwrap {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) salert > contentwrap {
        padding: 16px;
        background: rgba(155, 155, 155, .2);
    }
}

salert > contentwrap > icon {
    position: relative;
    display: block;
    font-size: 28px;
    flex: 0 0 28px;
    margin: 0 16px 0 0;
    color: var(--accent-color);
    pointer-events: none;
}

salert.red > contentwrap > icon {
    color: var(--color-red);
}

salert.orange > contentwrap > icon {
    color: var(--color-orange);
}

salert.green > contentwrap > icon {
    color: var(--color-green);
}

salert > contentwrap > content {
    position: relative;
    display: block;
}

salert > contentwrap > content > h6,
salert > contentwrap > content > h5,
salert > contentwrap > content > h4,
salert > contentwrap > content > h3,
salert > contentwrap > content > h2,
salert > contentwrap > content > h1 {
    position: relative;
    margin: 0 0 8px;
    font-weight: 700;
}

salert > contentwrap > content > h6:last-child,
salert > contentwrap > content > h5:last-child,
salert > contentwrap > content > h4:last-child,
salert > contentwrap > content > h3:last-child,
salert > contentwrap > content > h2:last-child,
salert > contentwrap > content > h1:last-child {
    margin: 0;
}

salert > contentwrap > content > p {
    position: relative;
    display: block;
    font-size: 15px;
}

salert > contentwrap > content > *:last-child {
    margin-bottom: 0;
}


/* ---- Box ---- */

sbox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    padding: 32px;
    border: 1px solid rgba(125, 125, 125, .2);
    background: #ffffff;
    overflow: hidden;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) sbox {
        border-radius: 16px;
        padding: 16px 16px 0;
    }

    body:not(.minruntime-desktop) view:not(.sheet) sbox {
        border: unset;
    }
}


sbox > icon {
    position: relative;
    display: block;
    width: 100%;
    font-size: 42px;
    margin: 0 0 16px;
    text-align: left;
    background: linear-gradient(#777777, #333333);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    cursor: default;
}


sbox > img {
    position: relative;
    display: block;
    width: 15%;
    height: auto;
    margin: 0 0 16px;
}


sbox > contentwrap {
    position: relative;
    display: block;
    width: 100%;
}

sbox > contentwrap > slink {
    margin: 8px 0;
}

sbox > contentwrap > slink:last-child {
    margin-bottom: 0;
}

sbox.grey {
    border: unset;
    background: rgba(245, 245, 245, 1);
}

boxgrid.compact sbox > contentwrap > content > *:first-child {
    margin-top: 0;
}

sbox > contentwrap > content > *:last-child {
    margin-bottom: 0;
}


sbox > textwrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1 1 100%;
    margin: 0 0 8px 0;
}

sbox > textwrap > h6,
sbox > textwrap > h5,
sbox > textwrap > h4,
sbox > textwrap > h3,
sbox > textwrap > h2,
sbox > textwrap > h1 {
    position: relative;
    display: block;
    flex: 1 1 100%;
    margin: 0;
}

sbox > textwrap > h6,
sbox > textwrap > h5,
sbox > textwrap > h4,
sbox > textwrap > h3,
sbox > textwrap > h2,
sbox > textwrap > h1 {
    font-weight: 700;
}


sbox > textwrap > h6:last-child,
sbox > textwrap > h5:last-child,
sbox > textwrap > h4:last-child,
sbox > textwrap > h3:last-child,
sbox > textwrap > h2:last-child,
sbox > textwrap > h1:last-child {
    margin: 0;
}


sbox > textwrap > p {
    position: relative;
    margin: 0;
}

sbox > textwrap > a {
    padding-left: 32px;
    margin: 0;
}

sbox > contentwrap > content {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}

sbox > contentwrap > content > p {
    margin: 0 0 8px;
}

sbox > contentwrap > content > slink {
    display: block;
}

sbox > contentwrap > content > slink:not(:last-child) {
    margin-bottom: 8px;
}

@media(max-width: 700px) {
    body:not(.minruntime-desktop) sbox > contentwrap > content > *:last-child:not(list) {
        margin-bottom: 16px;
    }
}

@media(min-width: 700px) {
    sbox > contentwrap > content > *:last-child {
        margin-bottom: 0;
    }
}

body.minruntime-desktop sbox > contentwrap > content > *:last-child {
    margin-bottom: 0;
}




/* ----- Box Grid ----- */

boxgrid {
    position: relative;
    display: block;
    width: 100%;
}



boxgrid > content {
    position: relative;
    width: 100%;
    display: grid;
    column-gap: 16px;
    row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
}

boxgrid.col-1 > content {
    grid-template-columns: 1fr;
}

boxgrid.col-2 > content {
    grid-template-columns: 1fr 1fr;
}

sheet view boxgrid > content {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {

    body:not(.minruntime-desktop) boxgrid > content,
    sheet view boxgrid > content {
        column-gap: 16px;
        row-gap: 20px;
    }
}

boxgrid.card > content,
boxgrid.card.col-2 > content {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

@media(max-width: 1250px) {

    body:not(.minruntime-desktop) boxgrid > content,
    body:not(.minruntime-desktop) boxgrid.col-2 > content {
        grid-template-columns: 1fr 1fr;
    }

    body:not(.minruntime-desktop) boxgrid.card > content {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 700px) {

    body:not(.minruntime-desktop) boxgrid > content,
    sheet view boxgrid > content {
        column-gap: 12px;
        row-gap: 24px;
    }

    body:not(.minruntime-desktop) boxgrid.col-1 > content {
        grid-template-columns: 1fr;
    }

    body:not(.minruntime-desktop) boxgrid.col-2 > content {
        grid-template-columns: 1fr;
    }
}


boxgrid > textwrap {
    position: relative;
    display: block;
    margin: 0 0 8px 0;
}

boxgrid > textwrap > h6 {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}


boxgrid.compact > content > sbox {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: unset;
}


boxgrid > content > sbox,
boxgrid > content > sbox > contentwrap {
    margin: 0;
}

boxgrid.compact > content > sbox,
boxgrid.compact > content > sbox > contentwrap {
    border: unset;
}

boxgrid.compact > content > sbox > contentwrap {
    display: flex;
    flex-direction: column;
}

boxgrid.compact > content > sbox > textwrap {
    margin: 0 0 4px 0;
}

boxgrid.compact > content > sbox > contentwrap > content {
    flex: 1 1 100%;
}

boxgrid > content > sbox > contentwrap > content > p {
    line-height: 1.4;
}

boxgrid.compact > content > sbox > contentwrap > a {
    margin: 8px 0 0 0;
}


boxgrid > content > sbox > textwrap > h6,
boxgrid > content > sbox > textwrap > h5,
boxgrid > content > sbox > textwrap > h4,
boxgrid > content > sbox > textwrap > h3,
boxgrid > content > sbox > textwrap > h2,
boxgrid > content > sbox > textwrap > h1 {
    position: relative;
    width: 100%;
}

boxgrid.compact > content > sbox > textwrap > h6,
boxgrid.compact > content > sbox > textwrap > h5,
boxgrid.compact > content > sbox > textwrap > h4,
boxgrid.compact > content > sbox > textwrap > h3,
boxgrid.compact > content > sbox > textwrap > h2,
boxgrid.compact > content > sbox > textwrap > h1 {
    margin: 0;
    font-size: 12px;
    opacity: .6;
    font-weight: 600;
}

@media(max-width: 700px) {

    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h6,
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h5,
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h4,
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h3,
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h2,
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > textwrap > h1 {
        margin: 0;
        font-size: 13px;
        opacity: .6;
        font-weight: 600;
    }
}

boxgrid.compact > content > sbox > contentwrap > content > p {
    font-size: 15px;
    opacity: 1;
    margin-bottom: 8px;
    color: #000000;
}

boxgrid.compact > content > sbox > contentwrap > content > span {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    font-size: 14px;
}

@media(max-width: 1200px) {
    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > contentwrap > content > p {
        font-size: 14px;
    }

    body:not(.minruntime-desktop) boxgrid.compact > content > sbox > contentwrap > content > span {
        display: block;
        padding: 0;
        font-size: 14px;
    }
}



boxgrid.card > content > sbox > textwrap > h6,
boxgrid.card > content > sbox > textwrap > h5,
boxgrid.card > content > sbox > textwrap > h4,
boxgrid.card > content > sbox > textwrap > h3,
boxgrid.card > content > sbox > textwrap > h2,
boxgrid.card > content > sbox > textwrap > h1 {
    font-weight: 700;
}






/* ---- FilePicker ---- */

filepicker {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0;
    overflow: hidden;
    transition: height .2s cubic-bezier(.2, .4, 0, 1);
}

filepicker > picker {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}


filepicker.oe {
    display: flex;
    align-items: center;
}

filepicker.oe > picker {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0 0;
    transition: opacity .1s linear;
    pointer-events: none;
}

filepicker.oe.e > picker {
    transition: opacity .1s linear .1s;
    opacity: 1;
    pointer-events: all;
}




filepicker > eoi {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    opacity: 1;
    transition: opacity .1s linear .1s;
}

filepicker.oe.e > eoi {
    transition: opacity .1s linear;
    opacity: 0;
    pointer-events: none;
}





/* ---- Stack ---- */

stack {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    background: #ffffff;
}

@media(min-width: 701px) {
    stack.sidebar {
        display: flex;
    }

    stack.sidebar > view:first-of-type {
        border-right: 1px solid #eeeeee;
        max-width: 400px;
        flex: 0 0 35vw;
    }

    stack.sidebar.compact > view:first-of-type {
        max-width: 270px;
        flex: 0 0 35vw;
    }
}





/* ---- Drop Zone ---- */

dropzone {
    position: relative;
    width: 140px;
    flex: 0 0 140px;
    height: 100px;
    background: #f9f9f9;
    border: 1px solid #292929;
    overflow: hidden;
    padding: 8px;
    border-radius: 10px;
    transition: border-color .12s linear;
}

dropzone.o {
    border-color: var(--accent-color);
    cursor: copy;
}

dropzone > content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

dropzone > content > load {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

dropzone > content > load > svg {
    position: relative;
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    transform: rotate(-90deg);
}

dropzone > content > load > svg > circle {
    stroke-width: 6;
    fill: transparent;
    stroke-linecap: round;
    transition: stroke-dashoffset .3s cubic-bezier(0.3, 0.1, 0.1, 1);
}

dropzone > content > load > svg > circle:first-of-type {
    stroke: #e0e0e0;
}

dropzone > content > load > svg > circle:last-of-type {
    stroke: var(--accent-color);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}




/* ---- Progressbar ---- */



progressbar {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 var(--generic-element-margin) 0;
}

progressbar > textwrap {
    position: relative;
    display: flex;
    margin: 8px 0 0 0;
}

progressbar > textwrap > p {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    flex: 1 1 100%;
}

progressbar > textwrap > p:first-child {
    opacity: 1;
    font-weight: 500;
}

progressbar > textwrap > p:last-of-type:not(:first-child) {
    text-align: right;
}

progressbar > content {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(155, 155, 155, .15);
    border: 1px solid rgba(200, 200, 200, .25);
    overflow: hidden;
    border-radius: 50000px;
}

progressbar > content > div {
    position: relative;
    width: 0px;
    height: 100%;
    background: var(--accent-color);
}

progressbar > content > div.inf {
    width: 100%;
    animation: slideProgBar 1.75s infinite linear;
}

@keyframes slideProgBar {
    from {
        transform: translate3d(-100%, 0, 0) scaleX(.65);
    }

    to {
        transform: translate3d(100%, 0, 0) scaleX(.65);
    }
}




/* ---- dialog ----- */



dialog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 40;
    color: unset;
    border: unset;
    background: transparent;
}

dialog > bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
    opacity: 0;
    background: rgb(155, 155, 155);
    transition: opacity .12s linear;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: visible;
}


dialog > cardwrap {
    position: relative;
    display: block;
    padding: 0;
    z-index: 50;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: 0;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity, width, height, filter, -webkit-filter;
}

dialog.arrow > cardwrap {
    position: absolute;
    left: 0;
    top: 0;
}

dialog > cardwrap scform,
dialog > cardwrap list {
    margin: 8px 0;
}

dialog > cardwrap stitle {
    margin: 0;
    padding: 16px;
    max-width: 350px;
}

dialog > cardwrap > contentwrap > content > scform > h6 {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 350px;
}

dialog > cardwrap arrow {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: 0;
    transform: translate3d(0, 0, 0);
    z-index: 49;
}

@media(min-width: 751px) {
    dialog:not(.arrow) {
        padding-bottom: 52px;
        padding-right: 60px;
    }

    dialog.arrow > cardwrap arrow {
        position: absolute;
        height: 16px;
        width: 16px;
        background: #ffffff;
        z-index: 0;
        display: inline-block;
        border-bottom-left-radius: 3px;
    }

    dialog.arrow > cardwrap.tl > arrow {
        left: 6px;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.tc > arrow {
        left: 50%;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.tr > arrow {
        right: 6px;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.rt > arrow {
        right: 0;
        top: 6px;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, 50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.rc > arrow {
        right: 0;
        top: 50%;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.rb > arrow {
        bottom: 6px;
        right: 0;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.bl > arrow {
        bottom: 0;
        left: 6px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.bc > arrow {
        bottom: 0;
        left: 50%;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.br > arrow {
        bottom: 0;
        right: 6px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.lt > arrow {
        left: 0;
        top: 6px;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, 50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.lc > arrow {
        left: 0;
        top: 50%;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    dialog.arrow > cardwrap.lb > arrow {
        bottom: 6px;
        left: 0;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }



    dialog.arrow > cardwrap.tl {
        transform-origin: 0% 0%;
    }

    dialog.arrow > cardwrap.tc {
        transform-origin: 50% -16px;
    }

    dialog.arrow > cardwrap.tr {
        transform-origin: calc(100% - 16px) 16px;
    }

    dialog.arrow > cardwrap.rt {
        transform-origin: calc(100% - 16px) -16px;
    }

    dialog.arrow > cardwrap.rc {
        transform-origin: calc(100% - 16px) 50%;
    }

    dialog.arrow > cardwrap.rb {
        transform-origin: calc(100% - 16px) calc(100% - 16px);
    }

    dialog.arrow > cardwrap.bl {
        transform-origin: 14px 100%;
    }

    dialog.arrow > cardwrap.bc {
        transform-origin: 50% 100%;
    }

    dialog.arrow > cardwrap.br {
        transform-origin: 0% 0%;
    }

    dialog.arrow > cardwrap.lt {
        transform-origin: 0 16px;
    }

    dialog.arrow > cardwrap.lc {
        transform-origin: 0 50%;
    }

    dialog.arrow > cardwrap.lb {
        transform-origin: 0 calc(100% - 16px);
    }
}

body.minruntime-desktop dialog:not(.arrow) {
    padding-bottom: 52px;
    padding-right: 60px;
}

body.minruntime-desktop dialog.arrow > cardwrap arrow {
    position: absolute;
    height: 16px;
    width: 16px;
    background: #ffffff;
    z-index: 0;
    display: inline-block;
}

body.minruntime-desktop dialog.arrow > cardwrap.tl > arrow {
    left: 6px;
    top: 0px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.tc > arrow {
    left: 50%;
    top: 0px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.tr > arrow {
    right: 6px;
    top: 0px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.rt > arrow {
    right: 0;
    top: 6px;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(50%, 50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.rc > arrow {
    right: 0;
    top: 50%;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.rb > arrow {
    bottom: 6px;
    right: 0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: translate(50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.bl > arrow {
    bottom: 0;
    left: 6px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transform: translate(50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.bc > arrow {
    bottom: 0;
    left: 50%;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.br > arrow {
    bottom: 0;
    right: 6px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.lt > arrow {
    left: 0;
    top: 6px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    transform: translate(-50%, 50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.lc > arrow {
    left: 0;
    top: 50%;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.minruntime-desktop dialog.arrow > cardwrap.lb > arrow {
    bottom: 6px;
    left: 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    transform: translate(-50%, -50%) rotate(45deg);
}



body.minruntime-desktop dialog.arrow > cardwrap.tl {
    transform-origin: 0% 0%;
}

body.minruntime-desktop dialog.arrow > cardwrap.tc {
    transform-origin: 50% -16px;
}

body.minruntime-desktop dialog.arrow > cardwrap.tr {
    transform-origin: calc(100% - 16px) 16px;
}

body.minruntime-desktop dialog.arrow > cardwrap.rt {
    transform-origin: calc(100% - 16px) -16px;
}

body.minruntime-desktop dialog.arrow > cardwrap.rc {
    transform-origin: calc(100% - 16px) 50%;
}

body.minruntime-desktop dialog.arrow > cardwrap.rb {
    transform-origin: calc(100% - 16px) calc(100% - 16px);
}

body.minruntime-desktop dialog.arrow > cardwrap.bl {
    transform-origin: 14px 100%;
}

body.minruntime-desktop dialog.arrow > cardwrap.bc {
    transform-origin: 50% 100%;
}

body.minruntime-desktop dialog.arrow > cardwrap.br {
    transform-origin: 0% 0%;
}

body.minruntime-desktop dialog.arrow > cardwrap.lt {
    transform-origin: 0 16px;
}

body.minruntime-desktop dialog.arrow > cardwrap.lc {
    transform-origin: 0 50%;
}

body.minruntime-desktop dialog.arrow > cardwrap.lb {
    transform-origin: 0 calc(100% - 16px);
}


dialog > cardwrap > contentwrap {
    position: relative;
    display: block;
    padding: 8px 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 1);
    overflow: auto;
    z-index: 1;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog {
        padding-top: 52px;
    }

    body:not(.minruntime-desktop) dialog > bg {
        background: linear-gradient(to top, #e5e5e5 0%, #e5e5e5 92%, #ffffff 100%);
    }

    body:not(.minruntime-desktop) dialog > cardwrap {
        max-height: calc(100% - 16px);
        position: relative;
        overflow: auto;
        border-radius: 14px;
    }

    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap {
        border-radius: unset;
        overflow: visible;
    }

    body:not(.minruntime-desktop) dialog > cardwrap stitle {
        margin: 0 auto;
    }

    body:not(.minruntime-desktop) dialog list listentry {
        background: rgba(245, 245, 245, 1);
    }

    body:not(.minruntime-desktop) dialog list listentry > content > textwrap > content > titlewrap > h6 {
        text-align: left;
    }
}



@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap {
        width: 80vw;
        max-width: 300px;
        padding: 0;
        background: #ffffff;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }
}


dialog > cardwrap > contentwrap > loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

dialog > cardwrap > contentwrap > loading > p {
    position: relative;
    width: 100%;
    margin: 16px 0 0 0;
    text-align: center;
    font-size: 15px;
}

dialog > cardwrap > contentwrap > content {
    position: relative;
    display: block;
    padding: 0 8px;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > content {
        text-align: center;
    }
}

dialog > cardwrap > contentwrap > actions {
    position: relative;
    display: block;
    overflow: hidden;
}

dialog > cardwrap > contentwrap > actions:not(:first-child) {
    background: rgba(245, 245, 245, 12);
    margin: 0 8px;
    border-radius: 10px;
}

@media(min-width: 751px) {
    dialog > cardwrap > contentwrap > actions:not(:first-child) > entry:not(:last-child) {
        border-bottom: 1px solid #dddddd;
    }
}

body.minruntime-desktop dialog > cardwrap > contentwrap > actions:not(:first-child) > entry:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions:not(:first-child) {
        margin: 0;
        background: unset;
        border-radius: unset;
    }
}

dialog > cardwrap > contentwrap > actions > entry {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

dialog > cardwrap > contentwrap > actions > entry:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions > entry:not(:last-child) {
        border-bottom: unset;
    }

    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions > entry {
        border-top: 1px solid #e0e0e0;
    }
}

@media(min-width: 751px) {
    dialog > cardwrap > contentwrap > actions entry:hover {
        background: rgba(0, 0, 0, .025);
    }
}

body.minruntime-desktop dialog > cardwrap > contentwrap > actions entry:hover {
    background: rgba(0, 0, 0, .025);
}

dialog > cardwrap > contentwrap > actions entry:active,
dialog > cardwrap > contentwrap > actions entry.down {
    background: rgba(0, 0, 0, .12);
}

dialog > cardwrap > contentwrap > actions > entry > icon {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    color: var(--accent-color);
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 8px 0 0;
}

dialog > cardwrap > contentwrap > actions entry > content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    flex: 1 1 100%;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions entry > content {
        padding: 12px 20px;
    }

    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions entry.has-icon > content {
        padding-left: 49px;
    }
}


dialog > cardwrap > contentwrap > actions entry > content > p {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    font-weight: 500;
    color: var(--accent-color);
    opacity: .8;
}

@media(max-width: 750px) {
    body:not(.minruntime-desktop) dialog > cardwrap > contentwrap > actions entry > content > p {
        font-size: 15px;
        text-align: center;
        display: block;
    }
}

dialog > cardwrap > contentwrap > actions entry > content > icon,
dialog > cardwrap > contentwrap > actions entry > content > img {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--accent-color);
    font-size: 17px;
    padding: 0 0 0 12px;
    font-weight: 700;
    opacity: .8;
    pointer-events: none;
}

dialog > cardwrap > contentwrap > actions entry > content > img {
    position: relative;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    padding: 0;
    margin: 0 0 0 12px;
}

dialog > cardwrap > contentwrap > actions entry:active > content > p,
dialog > cardwrap > contentwrap > actions entry:active > content > icon {
    opacity: 1;
}

dialog > cardwrap > contentwrap > actions entry.red > content > icon,
dialog > cardwrap > contentwrap > actions entry.red > content > p {
    color: var(--color-red);
}


@media(min-width: 1000px) {

    dialog > cardwrap > contentwrap > actions entry:hover > content > p,
    dialog > cardwrap > contentwrap > actions entry:hover > content > icon {
        opacity: 1;
    }
}

dialog.minruntime-desktop > cardwrap > contentwrap > actions entry:hover > content > p,
dialog.minruntime-desktop > cardwrap > contentwrap > actions entry:hover > content > icon {
    opacity: 1;
}





dialog pickerwrap {
    position: relative;
    display: block;
}

dialog pickerwrap > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px 8px 8px;
    border-bottom: 1px solid #e0e0e0;
}

dialog pickerwrap > header > p {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 2px 8px 8px;
    margin: 0;
    color: var(--accent-color);
    cursor: pointer;
}

dialog pickerwrap > header > icon {
    position: relative;
    display: inline-block;
    color: var(--accent-color);
    margin: 0;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}


dialog pickerwrap > header > icon.empty {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px 8px;
    font-size: 20px;
}

@media(max-width: 750px) {

    body:not(.minruntime-desktop) dialog pickerwrap > header,
    body:not(.minruntime-desktop) dialog pickerwrap > header > icon.empty {
        padding-top: 8px;
    }
}

dialog pickerwrap > row {
    position: relative;
    display: grid;
    padding: 0 8px;
    grid-template-columns: repeat(7, 40px);
}

dialog pickerwrap > row.days {
    padding-top: 8px;
}

dialog pickerwrap > row > p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
}

dialog pickerwrap > row.days > p {
    text-transform: uppercase;
    font-size: 12px;
    height: unset;
    color: #666666;
}

dialog pickerwrap > row.days > p:nth-child(6),
dialog pickerwrap > row.days > p:nth-child(7) {
    opacity: .6;
}


dialog pickerwrap > row > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
}

dialog pickerwrap > row > div::before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 50%;
}

dialog pickerwrap > row > div.a::before {
    background: var(--accent-color);
}

dialog pickerwrap > row > div:not(.a):active:before {
    background: rgba(155, 155, 155, .2);
}

dialog pickerwrap > row > div > p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
}

dialog pickerwrap > row > div.a > p {
    font-weight: 550;
    color: #ffffff;
}

dialog pickerwrap > row > div.disabled:not(.a) {
    opacity: .25;
    pointer-events: none;
}



dialog pickerwrap > picker {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 16px 8px;
}

dialog pickerwrap > picker > select {
    position: relative;
    display: block;
    flex: 0 0 65%;
    margin: 0 8px 0 0;
}

dialog pickerwrap > picker > input {
    position: relative;
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    flex: 1 1;
}

dialog timewrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 16px 0 8px;
}

dialog timewrap > h1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

dialog timewrap > input {
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 32px;
    border-radius: 8px;
    line-height: 1;
    border: 1px solid #dddddd;
}

dialog timewrap > input:focus {
    border: 1px solid var(--accent-color);
}



view.seditor > contentwrap {
    background: #ffffff;
}

view.seditor > contentwrap > content {
    position: relative;
    display: block;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    padding: 32px 0 92px;
    overflow: auto;
    min-height: 101vh;
}

view.seditor > contentwrap > content > page,
view.seditor > contentwrap > content > pagetitle {
    position: relative;
    display: block;
    width: 100%;
}

view.seditor > contentwrap > content > pagetitle {
    position: relative;
    margin: 0 0 32px 0;
}


@media(min-width: 901px) {
    view.seditor > contentwrap {
        overflow: auto;
        background: #efefef;
    }

    view.seditor > contentwrap::-webkit-scrollbar {
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
        background: transparent;
    }

    view.seditor > contentwrap::-webkit-scrollbar-thumb {
        width: 5px;
        background: var(--accent-color);
    }

    view.seditor > contentwrap > content {
        overflow: visible;
        display: block;
        min-height: 100%;
    }

    view.seditor > contentwrap > content::before,
    view.seditor > contentwrap > content::after {
        position: relative;
        display: block;
        width: 100%;
        height: 10vh;
        content: '';
    }


    view.seditor > contentwrap > content > page {
        height: unset;
        min-height: 80vh;
        margin: 0 auto;
        padding: 32px 0;
        border: 1px solid #dddddd;
        background: #ffffff;
    }

}


view.seditor > contentwrap > seditordtools {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: #ffffff;
    z-index: 3;
    border-left: 1px solid #cecece;
}

view.seditor > contentwrap > seditordtools > content {
    position: relative;
    display: block;
    padding: 0 2px;
    align-items: center;
    transform-origin: left bottom;
    transform: scale(0);
}


view.seditor > contentwrap > content > page > entry {
    position: relative;
    display: flex;
    width: 100%;
}


view.seditor > contentwrap > content > page > entry > optionsicon {
    position: relative;
    display: block;
    padding: 20px;
    flex-grow: 0;
    cursor: pointer;
    z-index: 1;
}

@media(max-width: 900px) {
    body:not(.minruntime-desktop) view.seditor > contentwrap > seditordtools {
        display: none;
    }
}

@media(min-width: 901px) {
    view.seditor > contentwrap > content > page > entry:hover > optionsicon {
        opacity: 1 !important;
    }
}


view.seditor > contentwrap > content > page > entry > optionsicon > svg,
view.seditor > contentwrap > content > page > entry > optionsicon > icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    stroke: #000000;
    color: #000000;
    stroke-width: 2;
    font-size: 20px;
}

view.seditor > contentwrap > content > page > entry > optionsicon:active > svg,
view.seditor > contentwrap > content > page > entry > optionsicon:active > icon {
    opacity: .75;
    stroke: var(--accent-color);
    color: var(--accent-color);
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent {
    position: relative;
    display: block;
    padding: 18px 32px;
    flex-grow: 1;
    flex: 1 1 100%;
    z-index: 0;
}

@media(min-width: 901px) {
    view.seditor > contentwrap > content > page > entry > seditorentrycontent {
        padding-left: 52px;
        padding-right: 52px;
    }
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent:focus {
    border: unset;
    outline: unset;
}



view.seditor > contentwrap > content > page > entry > seditorentrycontent ul,
view.seditor > contentwrap > content > page > entry > seditorentrycontent ol {
    position: relative;
    display: block;
    padding: 8px 0 8px 28px;
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent ol {
    padding-left: 32px;
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent ul:first-child,
view.seditor > contentwrap > content > page > entry > seditorentrycontent ol:first-child {
    padding-top: 0;
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent ul li,
view.seditor > contentwrap > content > page > entry > seditorentrycontent ol li {
    position: relative;
    padding: 2px 0;
}

view.seditor > contentwrap > content > page > entry > seditorentrycontent ul li:first-of-type,
view.seditor > contentwrap > content > page > entry > seditorentrycontent ol li:first-of-type {
    padding-top: 0;
}


view.seditor > contentwrap > content > page > entry.image {
    display: block;
}

view.seditor > contentwrap > content > page > entry.image > optionsicon {
    position: absolute;
    left: 0;
    top: 18px;
    background: var(--accent-color);
}

view.seditor > contentwrap > content > page > entry.image > optionsicon > svg,
view.seditor > contentwrap > content > page > entry.image > optionsicon > icon {
    stroke: #ffffff;
    color: #ffffff;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > imagewrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > imagewrap > img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap {
    position: relative;
    display: block;
    width: 100%;
    background: #eeeeee;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > input,
view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > textarea {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    padding: 14px 24px;
    margin: 0;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > input {
    color: #444444;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > textarea {
    color: #000000;
}


view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > input::placeholder,
view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > textarea::placeholder {
    color: #666666;
}

view.seditor > contentwrap > content > page > entry.image > seditorentrycontent > textwrap > sep {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
    height: 3px;
    background: #cccccc;
}



peoplepickerresult {
    position: relative;
    display: block;
    width: 100%;
}

peoplepickerresult > h6 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 14px 0;
    font-size: 16px;
    color: #101010;
    font-weight: 700;
}

peoplepickerresult > content {
    position: relative;
    display: block;
    width: 100%;
}

peoplepickerresult > content > noneselected {
    position: relative;
    display: flex;
}

peoplepickerresult > content > noneselected > icon {
    position: relative;
    display: block;
    font-size: 32px;
    flex: 0 0 32px;
    margin: 0 12px 0 0;
    background: linear-gradient(#777777, #333333);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    cursor: default;
}

peoplepickerresult > content > noneselected > textwrap {
    position: relative;
    display: block;
    flex: 1 1 100%;
    margin: 2px 0 0 0;
}

peoplepickerresult > content > noneselected > textwrap > h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
}

peoplepickerresult > content > noneselected > textwrap > p {
    position: relative;
    display: block;
    margin: 0;
}

peoplepickerresult > content > noneselected > textwrap > slink {
    position: relative;
    display: inline-block;
    padding-top: 8px;
    margin-top: 8px;
}

peoplepickerresult > content > selected {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

peoplepickerresult > content > selected > slink {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8px;
    margin: 8px 0 0 0;
}

peoplepickerresult > content > selected > content {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}


peoplepickerresult > content > selected > content > entry {
    position: relative;
    display: flex;
    width: 100%;
}

peoplepickerresult > content > selected > content > entry > textwrap,
peoplepickerresult > content > selected > content > entry > icon {
    padding: 16px 0;
}

peoplepickerresult > content > selected > content > entry:first-of-type > textwrap,
peoplepickerresult > content > selected > content > entry:first-of-type > icon {
    padding-top: 0;
}

peoplepickerresult > content > selected > content:last-child > entry:last-of-type > textwrap,
peoplepickerresult > content > selected > content:last-child > entry:last-of-type > icon {
    padding-bottom: 0;
}

peoplepickerresult > content > selected > content > entry:not(:last-child) > textwrap,
peoplepickerresult > content > selected > content:not(:last-child) > entry > textwrap {
    border-bottom: 1px solid rgba(125, 125, 125, .2);
}

peoplepickerresult > content > selected > content > entry > icon {
    position: relative;
    display: block;
    font-size: 28px;
    flex: 0 0 28px;
    margin: 0 16px 0 0;
    cursor: default;
}

peoplepickerresult > content > selected > content > entry > textwrap {
    position: relative;
    display: block;
    width: 100%;
    flex: 1 1 100%;
}

peoplepickerresult > content > selected > content > entry > textwrap > h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields {
    position: relative;
    display: block;
    width: 100%;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields > entry {
    position: relative;
    display: flex;
    padding: 2px 0;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields > entry > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields > entry > p:first-of-type {
    flex: 0 0 40%;
    max-width: 168px;
    padding-right: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields > entry > p:last-of-type:not(:first-of-type) {
    flex: 1 1;
    color: #101010;
    line-height: 1.4;
}

peoplepickerresult > content > selected > content > entry > textwrap > fields > entry > a {
    flex: 1 1;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}