/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* Font */

/* titillium-web-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Titillium/titillium-web-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('fonts/Titillium/titillium-web-v17-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Variables */

:root {

    /* Font */

    --app-font-family: 'Titillium Web',Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;

    --app-font-size-xs:0.5rem;
    --app-font-size-s:0.75rem;
    --app-font-size:1.0rem;
    --app-font-size-m:1.0rem;
    --app-font-size-l:1.25rem;
    --app-font-size-xl:1.5rem;
    --app-font-size-2xl:2.0rem;
    --app-font-size-3xl:3.0rem;
    --app-font-size-4xl:4.0rem;
    --app-font-size-5xl:5.0rem;

    /* Color */

    --app-color-text: #5b5b5b;
    --app-color-label: #777777;
    --app-color-hint: var(--app-color-label);
    --app-color-background: #ffffff;

    --app-color-disabled: lightgray;

    --app-color-message: rgb(128, 128, 128);
    --app-color-info: rgb(25,118,210);
    --app-color-warning: rgb(251,140,0);
    --app-color-error: rgb(176,0,32);
    --app-color-success: rgb(76,175,80);

    --app-color-message-light: #f2f2f2;
    --app-color-info-light: #e7f3fd;
    --app-color-warning-light: #fef2e6;
    --app-color-error-light: #fbe9ec;
    --app-color-success-light: #eef7ee;

    --app-color-link: var(--app-color-info);
    --app-color-border:#bfbfbf;

    --app-color-on:#ffffff;
    --app-color-message-on:#ffffff;
    --app-color-message-light-on:#5b5b5b;

    /* Gap */

    --app-vg-none:0rem;
    --app-vg-3xs:0.1rem;
    --app-vg-2xs:0.2rem;
    --app-vg-xs:0.3rem;
    --app-vg-s:0.4rem;
    --app-vg:0.5rem;
    --app-vg-m:0.5rem;
    --app-vg-l:0.75rem;
    --app-vg-xl:1.0rem;
    --app-vg-2xl:2.0rem;
    --app-vg-3xl:3.0rem;
    --app-vg-4xl:4.0rem;
    --app-vg-5xl:5.0rem;

    --app-hg-none:0rem;
    --app-hg-3xs:0.1rem;
    --app-hg-2xs:0.2rem;
    --app-hg-xs:0.3rem;
    --app-hg-s:0.4rem;
    --app-hg:0.5rem;
    --app-hg-m:0.5rem;
    --app-hg-l:0.75rem;
    --app-hg-xl:1.0rem;
    --app-hg-2xl:2.0rem;
    --app-hg-3xl:3.0rem;
    --app-hg-4xl:4.0rem;
    --app-hg-5xl:5.0rem;

    /* Padding */

    --app-padding-none:0rem;
    --app-padding-4xs:0.075rem;
    --app-padding-3xs:0.125rem;
    --app-padding-2xs:0.25rem;
    --app-padding-xs:0.5rem;
    --app-padding-s:0.75rem;
    --app-padding:1.0rem;
    --app-padding-m:1.0rem;
    --app-padding-l:1.25rem;
    --app-padding-xl:1.5rem;
    --app-padding-2xl:2.0rem;
    --app-padding-3xl:3.0rem;
    --app-padding-4xl:4.0rem;
    --app-padding-5xl:5.0rem;

    --app-shadow:0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    --app-shadow-0:0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    --app-shadow-1:0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    --app-shadow-2:0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    --app-shadow-3:0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    --app-shadow-4:0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
    --app-shadow-5:0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12);
    --app-shadow-6:0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);

    /* Border */

    --app-border:1px solid var(--app-color-border);

}


/* Defaults */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    font-weight: normal;
}

body {
    min-height: 100vh;
    color: var(--app-color-text);
    background-color: var(--app-color-background);
    transition: color 0.5s, background-color 0.5s;
    font-family: var(--app-font-family);
    font-size: 16px;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Cursor */

.app-cursor-pointer {
    cursor: pointer;
}
.app-cursor-default {
    cursor: default;
}
.app-cursor-not-allowed {
    cursor: not-allowed;
}


/* Fixes */

.app-fix-icon-text-align {
    position: relative;
    top: -2px;
}
.app-fix-text-icon-align {
    position: relative;
    top: 2px;
}

.app-fix-icon-text-align-s {
    position: relative;
    top: -1px;
}
.app-fix-text-icon-align-s {
    position: relative;
    top: 1px;
}

.app-fix-icon-text-align-l {
    position: relative;
    top: -3px;
}
.app-fix-text-icon-align-l {
    position: relative;
    top: 3px;
}


/* Breakpoints */

.app-phone-on {
    display: none;
}
.app-phone-off {
    display: block;
}

.app-tablet-on {
    display: none;
}
.app-tablet-off {
    display: block;
}

.app-computer-on {
    display: none;
}
.app-computer-off {
    display: block;
}

.app-print-on {
    display: none;
}
.app-print-off {
    display: block;
}

@media (max-width: 600px) {
    .app-phone-on {
        display: block;
    }
    .app-phone-off {
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    .app-tablet-on {
        display: block;
    }
    .app-tablet-off {
        display: none;
    }
}

@media (min-width: 1025px) {
    .app-computer-on {
        display: block;
    }
    .app-computer-off {
        display: none;
    }
}

@media print {
    .app-print-on {
        display: block;
    }
    .app-print-off {
        display: none;
    }
}
.app-color-transparent {
    color: transparent;
}
.app-color-white {
    color: white;
}

app-background-transparent {
    background-color: transparent;
}
.app-background-white {
    background-color: white;
}


/* Background */

.app-background {
    background-color: var(--app-color-background);
}

.app-background-transparent {
    background-color: transparent;
}

.app-background-error {
    background-color: var(--app-color-error);
}
.app-background-warning {
    background-color: var(--app-color-warning);
}
.app-background-info {
    background-color: var(--app-color-info);
}
.app-background-message {
    background-color: var(--app-color-message);
}
.app-background-success {
    background-color: var(--app-color-success);
}

.app-background-error-light {
    background-color: var(--app-color-error-light);
}
.app-background-warning-light {
    background-color: var(--app-color-warning-light);
}
.app-background-info-light {
    background-color: var(--app-color-info-light);
}
.app-background-message-light {
    background-color: var(--app-color-message-light);
}
.app-background-success-light {
    background-color: var(--app-color-success-light);
}


/* Color */

.app-color-text {
    color: var(--app-color-text);
}
.app-color-disabled {
    color: var(--app-color-disabled);
}

.app-color-error {
    color: var(--app-color-error);
}
.app-color-warning {
    color: var(--app-color-warning);
}
.app-color-info {
    color: var(--app-color-info);
}
.app-color-message {
    color: var(--app-color-message);
}
.app-color-success {
    color: var(--app-color-success);
}

.app-color-on {
    color: var(--app-color-on);
}

.app-color-link {
    color: var(--app-color-link);
}

.app-color-brand {
    color: var(--app-color-brand);
}


/* Opacity */

.app-opacity-0 {
    opacity: 0.0;
}
.app-opacity-1 {
    opacity: 1.0;
}

.app-opacity-00 {
    opacity: 0.0;
}
.app-opacity-01 {
    opacity: 0.1;
}
.app-opacity-02 {
    opacity: 0.2;
}
.app-opacity-03 {
    opacity: 0.3;
}
.app-opacity-04 {
    opacity: 0.4;
}
.app-opacity-05 {
    opacity: 0.5;
}
.app-opacity-06 {
    opacity: 0.6;
}
.app-opacity-07 {
    opacity: 0.7;
}
.app-opacity-08 {
    opacity: 0.8;
}
.app-opacity-09 {
    opacity: 0.9;
}
.app-opacity-10 {
    opacity: 1.0;
}

/* Gap */

.app-vg-none {
    box-sizing: border-box;
    padding-bottom: 0rem;
}
.app-vg-3xs {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-3xs);
}
.app-vg-2xs {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-2xs);
}
.app-vg-xs {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-xs);
}
.app-vg-s {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-s);
}
.app-vg {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-m);
}
.app-vg-m {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-m);
}
.app-vg-l {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-l);
}
.app-vg-xl {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-xl);
}
.app-vg-2xl {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-2xl);
}
.app-vg-3xl {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-3xl);
}
.app-vg-4xl {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-4xl);
}
.app-vg-5xl {
    box-sizing: border-box;
    padding-bottom: var(--app-vg-5xl);
}


.app-hg-none {
    box-sizing: border-box;
    display: inline;
    padding-right: 0px;
}
.app-hg-3xs {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-3xs);
}
.app-hg-2xs {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-2xs);
}
.app-hg-xs {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-xs);
}
.app-hg-s {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-s);
}
.app-hg {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-m);
}
.app-hg-m {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-m);
}
.app-hg-l {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-l);
}
.app-hg-xl {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-xl);
}
.app-hg-2xl {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-2xl);
}
.app-hg-3xl {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-3xl);
}
.app-hg-4xl {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-4xl);
}
.app-hg-5xl {
    box-sizing: border-box;
    display: inline;
    padding-right: var(--app-hg-5xl);
}


/* Margin */

.app-margin-none {
    margin: var(--app-padding-none);
}
.app-margin-1 {
    margin: 1px;
}
.app-margin-2 {
    margin: 2px;
}
.app-margin-4xs {
    margin: var(--app-padding-4xs);
}
.app-margin-3xs {
    margin: var(--app-padding-3xs);
}
.app-margin-2xs {
    margin: var(--app-padding-2xs);
}
.app-margin-xs {
    margin: var(--app-padding-xs);
}
.app-margin-s {
    margin: var(--app-padding-s);
}
.app-margin {
    margin: var(--app-padding-m);
}
.app-margin-m {
    margin: var(--app-padding-m);
}
.app-margin-l {
    margin: var(--app-padding-l);
}
.app-margin-xl {
    margin: var(--app-padding-xl);
}
.app-margin-2xl {
    margin: var(--app-padding-2xl);
}
.app-margin-3xl {
    margin: var(--app-padding-3xl);
}
.app-margin-4xl {
    margin: var(--app-padding-4xl);
}
.app-margin-5xl {
    margin: var(--app-padding-5xl);
}


/* Padding */

.app-padding-0 {
    padding: var(--app-padding-none);
}
.app-padding-1 {
    padding: 1px;
}
.app-padding-2 {
    padding: 2px;
}
.app-padding-none {
    padding: var(--app-padding-none);
}
.app-padding-4xs {
    padding: var(--app-padding-4xs);
}
.app-padding-3xs {
    padding: var(--app-padding-3xs);
}
.app-padding-2xs {
    padding: var(--app-padding-2xs);
}
.app-padding-xs {
    padding: var(--app-padding-xs);
}
.app-padding-s {
    padding: var(--app-padding-s);
}
.app-padding {
    padding: var(--app-padding-m);
}
.app-padding-m {
    padding: var(--app-padding-m);
}
.app-padding-l {
    padding: var(--app-padding-l);
}
.app-padding-xl {
    padding: var(--app-padding-xl);
}
.app-padding-2xl {
    padding: var(--app-padding-2xl);
}
.app-padding-3xl {
    padding: var(--app-padding-3xl);
}
.app-padding-4xl {
    padding: var(--app-padding-4xl);
}
.app-padding-5xl {
    padding: var(--app-padding-5xl);
}

.app-padding-container {
    padding: var(--app-padding-l);
}


/* Width/Height */



/* Width/Height */

.app-width-10 {
    width: 10%;
}
.app-width-20 {
    width: 20%;
}
.app-width-25 {
    width: 25%;
}
.app-width-30 {
    width: 30%;
}
.app-width-33 {
    width: 33%;
}
.app-width-40 {
    width: 40%;
}
.app-width-50 {
    width: 50%;
}
.app-width-60 {
    width: 60%;
}
.app-width-66 {
    width: 66%;
}
.app-width-66 {
    width: 66%;
}
.app-width-70 {
    width: 70%;
}
.app-width-75 {
    width: 75%;
}
.app-width-80 {
    width: 80%;
}
.app-width-90 {
    width: 90%;
}
.app-width-100 {
    width: 100%;
}
.app-width-100vw {
    width: 100vw;
}
.app-width-auto {
    width: auto;
}
.app-width-fit-content {
    width: fit-content;
}

.app-height-100 {
    height: 100%;
}
.app-height-50 {
    height: 50%;
}
.app-height-75vh {
    height: 75vh;
}
.app-height-100vh {
    height: 100vh;
}
.app-height-auto {
    height: auto;
}
.app-height-fit-content {
    height: fit-content;
}

.app-size-fit-content {
    width: fit-content;
    height: fit-content;
}
/* Flex - Column */

.app-flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.app-flex-column-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.app-flex-column-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.app-flex-column-stretch {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}
.app-flex-column-baseline {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-wrap: nowrap;
}
.app-flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}


/* Flex - Row */

.app-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.app-flex-row-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.app-flex-row-end {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.app-flex-row-stretch {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
}
.app-flex-row-baseline {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
}
.app-flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.app-flex-row-center-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.app-flex-column-center-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}


/* Flex - Justify */

.app-flex-justify-start {
    justify-content: flex-start;
}
.app-flex-justify-center {
    justify-content: center;
}
.app-flex-justify-end {
    justify-content: flex-end;
}
.app-flex-justify-space-evenly {
    justify-content: space-evenly;
}
.app-flex-justify-space-around {
    justify-content: space-around;
}
.app-flex-justify-space-between {
    justify-content: space-between;
}
.app-flex-justify-stretch {
    justify-content: stretch;
}


/* Flex - Wrap */

.app-flex-wrap {
    flex-wrap: wrap;
}
.app-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.app-flex-nowrap {
    flex-wrap: nowrap;
}


/* Flex - Grow */

.app-flex-grow-1 {
    flex-grow: 1;
}
.app-flex-grow-2 {
    flex-grow: 2;
}


/* Flex - Gap */

app-gap-none {
    gap: 0px;
}
app-gap-3xs {
    gap: var(--app-hg-3xs) var(--app-vg-3xs);
}
app-gap-2xs {
    gap: var(--app-hg-2xs) var(--app-vg-2xs);
}
app-gap-xs {
    gap: var(--app-hg-xs) var(--app-vg-xs);
}
app-gap-s {
    gap: var(--app-hg-s) var(--app-vg-s);
}
app-gap {
    gap: var(--app-hg) var(--app-vg);
}
app-gap-m {
    gap: var(--app-hg) var(--app-vg);
}
app-gap-l {
    gap: var(--app-hg-l) var(--app-vg-l);
}
app-gap-xl {
    gap: var(--app-hg-xl) var(--app-vg-xl);
}
app-gap-2xl {
    gap: var(--app-hg-2xl) var(--app-vg-2xl);
}
app-gap-3xl {
    gap: var(--app-hg-3xl) var(--app-vg-3xl);
}
app-gap-4xl {
    gap: var(--app-hg-4xl) var(--app-vg-4xl);
}
app-gap-5xl {
    gap: var(--app-hg-5xl) var(--app-vg-5xl);
}
/* Element */

h1, h2, h3, h4, h5, h6 {
    margin: 0.0rem 0.0rem 0.0rem 0.0rem;
    line-height: unset !important;
    font-weight: normal !important;
}
h1 {
    font-size: var(--app-font-size-3xl) !important;
}
h2 {
    font-size: var(--app-font-size-2xl) !important;
}
h3 {
    font-size: var(--app-font-size-xl) !important;
}
h4 {
    font-size: var(--app-font-size-l) !important;
}
h5 {
    font-size: var(--app-font-size-m) !important;
}
h6 {
    font-size: var(--app-font-size-s) !important;
}

p {
    margin: 0.75rem 0rem;
}

pre {
    margin: 0rem;
}

.app-textarea {
    padding: var(--app-padding-xs);
    white-space: pre;
    overflow-wrap: normal;
    border: var(--app-border);
}
.app-textarea-mono {
    padding: var(--app-padding-xs);
    white-space: pre;
    overflow-wrap: normal;
    border: var(--app-border);
    font-family: monospace;
    font-size: 0.85rem;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-bottom: #f2f2f2;
}

a, .app-a {
    text-decoration: none;
    color: var(--app-color-link);
    cursor: pointer;
}
a:hover, .app-a:hover {
    opacity: 0.8;
}


/* Text */

.app-text {
    color: var(--app-color-text);
}
.app-text-text {
    color: var(--app-color-text);
}
.app-text-label {
    color: var(--app-color-label);
    font-size: var(--app-font-size-s);
}
.app-text-hint {
    color: var(--app-color-hint);
    font-size: var(--app-font-size-s);
}
.app-text-disabled {
    color: var(--app-color-disabled) !important;
}

.app-text-error {
    color: var(--app-color-error) !important;
}
.app-text-warning {
    color: var(--app-color-warning) !important;
}
.app-text-info {
    color: var(--app-color-info) !important;
}
.app-text-success {
    color: var(--app-color-success) !important;
}
.app-text-message {
    color: var(--app-color-message) !important;
}

.app-text-underline {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.app-text-sup {
    vertical-align: super;
    font-size: 0.7rem;
}
.app-text-sub {
    vertical-align: sub;
    font-size: 0.7rem;
}
.app-text-upper {
    text-transform: uppercase;
}
.app-text-lower {
    text-transform: lowercase;
}
.app-text-capitalize {
    text-transform: capitalize;
}
.app-text-italic {
    font-style: italic;
}
.app-text-bold {
    font-weight: bold;
}
.app-text-bold-italic {
    font-style: italic;
    font-weight: bold;
}

.app-text-cut {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-text-align-center {
    text-align: center;
}
.app-text-align-left {
    text-align: left;
}
.app-text-align-right {
    text-align: right;
}
.app-text-align-justify {
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.app-text-title1 {
    font-size: var(--app-font-size-3xl);
}
.app-text-title2 {
    font-size: var(--app-font-size-2xl);
}
.app-text-title3 {
    font-size: var(--app-font-size-xl);
}
.app-text-title4 {
    font-size: var(--app-font-size-l);
}


/* Font - Size */

.app-font-size-xs {
    font-size: var(--app-font-size-xs);
}
.app-font-size-s {
    font-size: var(--app-font-size-s);
}
.app-font-size-m {
    font-size: var(--app-font-size-m);
}
.app-font-size-l {
    font-size: var(--app-font-size-l);
}
.app-font-size-xl {
    font-size: var(--app-font-size-xl);
}
.app-font-size-2xl {
    font-size: var(--app-font-size-2xl);
}
.app-font-size-3xl {
    font-size: var(--app-font-size-3xl);
}
.app-font-size-4xl {
    font-size: var(--app-font-size-4xl);
}
.app-font-size-5xl {
    font-size: var(--app-font-size-5xl);
}

.app-font-size-larger {
    font-size: larger;
}

.app-font-decoration-none {
    text-decoration: none;
}
.app-font-decoration-underline {
    text-decoration: underline;
}

.app-font-line-height-1 {
    line-height: 1rem;
}
/* Border */

.app-border-none {
    border: none !important;
}
.app-border {
    border: var(--app-border);
}
.app-border-transparent {
    border: 1px solid transparent;
}

.app-border-rounded-s {
    border: var(--app-border);
    border-radius: 0.125rem;
}
.app-border-rounded {
    border: var(--app-border);
    border-radius: 0.25rem;
}
.app-border-rounded-l {
    border: var(--app-border);
    border-radius: 0.5rem;
}


/* Shadow */

.app-shadow-none { box-shadow: none; }

.app-shadow { box-shadow: var(--app-shadow); }
.app-shadow-0  { box-shadow: var(--app-shadow-0); }
.app-shadow-1  { box-shadow: var(--app-shadow-1); }
.app-shadow-2  { box-shadow: var(--app-shadow-2); }
.app-shadow-3  { box-shadow: var(--app-shadow-3); }
.app-shadow-4  { box-shadow: var(--app-shadow-4); }
.app-shadow-5  { box-shadow: var(--app-shadow-5); }
.app-shadow-6  { box-shadow: var(--app-shadow-6); }

.app-shadow-top {
    box-shadow: 0px -0.2rem 0.5rem -0.125rem rgba(0, 0, 0, 0.2);
}
.app-shadow-bottom {
    box-shadow: 0px 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.2);
}
.app-shadow-left {
    box-shadow: -0.25rem 0px 0.5rem -0.125rem rgba(0, 0, 0, 0.2);
}
.app-shadow-right {
    box-shadow: 0.25rem 0px 0.5rem -0.125rem rgba(0, 0, 0, 0.2);
}
.app-layout-fixed-fill {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
}
.app-layout-fixed-top {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: auto;
}
.app-layout-fixed-right {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
.app-layout-fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}
.app-layout-fixed-left {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
}

.app-layout-absolute-fill {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: auto;
}
.app-layout-absolute-top {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: auto;
}
.app-layout-absolute-right {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
.app-layout-absolute-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}
.app-layout-absolute-left {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
}


/* Display */

.app-display-none {
    display: none;
}
.app-display-block {
    display: block;
}
.app-display-flex {
    display: flex;
}


/** Overflow */

.app-overflow-auto {
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
.app-overflow-hidden {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
/* Animation - Spin */

.app-anim-spin {
    animation: app-anim-spin 0.2s;
}
@keyframes app-anim-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Animation - Fade In */

.app-anim-fade-in-s {
    animation: app-anim-fade-in 0.2s;
}
@keyframes app-anim-fade-in-s {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.app-anim-fade-in {
    animation: app-anim-fade-in 0.5s;
}
@keyframes app-anim-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.app-anim-fade-in-l {
    animation: app-anim-fade-in 1.0s;
}
@keyframes app-anim-fade-in-l {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Button */

.app-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    padding: 0.5rem 1.25rem;
    min-height: 2.5rem;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    transition: background 200ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0.25rem;
    border: 1px solid var(--app-color-message);
    background-color: var(--app-color-message);
    color: var(--app-color-on);
    box-shadow: var(--app-shadow-2);
    font-size: var(--app-font-size);
}
.app-button:disabled {
    cursor: default;
    box-shadow: none !important;
    opacity: 0.5 !important;
}
.app-button:hover {
    /*box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);*/
    opacity: 0.8;
}


/* Button - Variant */

.app-button-message {
    border: 1px solid var(--app-color-message);
    background-color: var(--app-color-message);
}
.app-button-info {
    border: 1px solid var(--app-color-info);
    background-color: var(--app-color-info);
}
.app-button-warning {
    border: 1px solid var(--app-color-warning);
    background-color: var(--app-color-warning);
}
.app-button-error {
    border: 1px solid var(--app-color-error);
    background-color: var(--app-color-error);
}
.app-button-success {
    border: 1px solid var(--app-color-success);
    background-color: var(--app-color-success);
}


/* Button - Size */

.app-button-dense {
    padding: 0.5rem 0.625rem;
    min-height: 2.5rem;
}
.app-button-s {
    padding: 0.4rem;
    min-height: 0rem;
}
.app-button-xs {
    padding: 0.2rem;
    min-height: 0rem;
}
.app-button-2xs {
    padding: 0.1rem;
    min-height: 0rem;
}

.app-button-badge {
    border-radius: 50%;
    padding: 0.5rem 0.75rem;
}
.app-button-badge-xs {
    border-radius: 50%;
    padding: calc(0.125rem + 1px) calc(0.5rem + 1px);
    min-height: 0rem;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icons/fonts/icomoon.eot?pcp27w');
  src:  url('fonts/icons/fonts/icomoon.eot?pcp27w#iefix') format('embedded-opentype'),
    url('fonts/icons/fonts/icomoon.ttf?pcp27w') format('truetype'),
    url('fonts/icons/fonts/icomoon.woff?pcp27w') format('woff'),
    url('fonts/icons/fonts/icomoon.svg?pcp27w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cogs:before {
  content: "\e9af";
}
.icon-error_outline:before {
  content: "\e99d";
}
.icon-notification_important:before {
  content: "\e90f";
}
.icon-av_timer:before {
  content: "\e90a";
}
.icon-equalizer:before {
  content: "\e90b";
}
.icon-fast_forward:before {
  content: "\e90c";
}
.icon-fast_rewind:before {
  content: "\e90d";
}
.icon-loop:before {
  content: "\e90e";
}
.icon-mic_none:before {
  content: "\e9bc";
}
.icon-mic_off:before {
  content: "\e910";
}
.icon-not_interested:before {
  content: "\e99c";
}
.icon-pause:before {
  content: "\e912";
}
.icon-pause_circle_outline:before {
  content: "\e9b9";
}
.icon-play_arrow:before {
  content: "\e913";
}
.icon-play_circle_outline:before {
  content: "\e9ba";
}
.icon-replay:before {
  content: "\e911";
}
.icon-shuffle:before {
  content: "\e914";
}
.icon-skip_next:before {
  content: "\e915";
}
.icon-skip_previous:before {
  content: "\e916";
}
.icon-stop:before {
  content: "\e917";
}
.icon-volume_off:before {
  content: "\e9bd";
}
.icon-volume_up:before {
  content: "\e9be";
}
.icon-fiber_new:before {
  content: "\e9bf";
}
.icon-playlist_play:before {
  content: "\e9c0";
}
.icon-fiber_manual_record:before {
  content: "\e918";
}
.icon-playlist_add_check:before {
  content: "\e919";
}
.icon-web_asset:before {
  content: "\e91a";
}
.icon-video_label:before {
  content: "\e91b";
}
.icon-business:before {
  content: "\e91c";
}
.icon-call:before {
  content: "\e91d";
}
.icon-call_made:before {
  content: "\e91e";
}
.icon-call_received:before {
  content: "\e91f";
}
.icon-chat:before {
  content: "\e920";
}
.icon-email:before {
  content: "\e921";
}
.icon-import_export:before {
  content: "\e9c1";
}
.icon-location_on:before {
  content: "\e922";
}
.icon-message:before {
  content: "\e9c2";
}
.icon-portable_wifi_off:before {
  content: "\e923";
}
.icon-contact_phone:before {
  content: "\e9c3";
}
.icon-contact_mail:before {
  content: "\e9c4";
}
.icon-stay_current_portrait:before {
  content: "\e9c5";
}
.icon-textsms:before {
  content: "\e9b0";
}
.icon-vpn_key:before {
  content: "\e99e";
}
.icon-present_to_all:before {
  content: "\e924";
}
.icon-import_contacts:before {
  content: "\e9c6";
}
.icon-mail_outline:before {
  content: "\e925";
}
.icon-alternate_email:before {
  content: "\e99a";
}
.icon-cancel_presentation:before {
  content: "\e926";
}
.icon-sentiment_satisfied_alt:before {
  content: "\e927";
}
.icon-list_alt:before {
  content: "\e928";
}
.icon-add:before {
  content: "\e929";
}
.icon-add_circle_outline:before {
  content: "\e92a";
}
.icon-block:before {
  content: "\e92b";
}
.icon-clear:before {
  content: "\e92c";
}
.icon-content_copy:before {
  content: "\e92d";
}
.icon-content_cut:before {
  content: "\e92e";
}
.icon-content_paste:before {
  content: "\e92f";
}
.icon-create:before {
  content: "\e930";
}
.icon-forward:before {
  content: "\e931";
}
.icon-link:before {
  content: "\e9c7";
}
.icon-redo:before {
  content: "\e932";
}
.icon-remove:before {
  content: "\e933";
}
.icon-remove_circle_outline:before {
  content: "\e934";
}
.icon-send:before {
  content: "\e935";
}
.icon-sort:before {
  content: "\e936";
}
.icon-save_alt:before {
  content: "\e937";
}
.icon-access_alarms:before {
  content: "\e938";
}
.icon-access_time:before {
  content: "\e939";
}
.icon-data_usage:before {
  content: "\e99f";
}
.icon-gps_fixed:before {
  content: "\e93a";
}
.icon-storage:before {
  content: "\e93b";
}
.icon-signal_cellular_alt:before {
  content: "\e93c";
}
.icon-attach_file:before {
  content: "\e93d";
}
.icon-attach_money:before {
  content: "\e93e";
}
.icon-border_all:before {
  content: "\e93f";
}
.icon-format_list_bulleted:before {
  content: "\e940";
}
.icon-format_list_numbered:before {
  content: "\e941";
}
.icon-format_size:before {
  content: "\e942";
}
.icon-insert_drive_file:before {
  content: "\e9c8";
}
.icon-insert_emoticon:before {
  content: "\e9c9";
}
.icon-insert_invitation:before {
  content: "\e99b";
}
.icon-vertical_align_bottom:before {
  content: "\e943";
}
.icon-vertical_align_top:before {
  content: "\e944";
}
.icon-text_fields:before {
  content: "\e9b1";
}
.icon-insert_chart_outlined:before {
  content: "\e9ca";
}
.icon-cloud_download:before {
  content: "\e945";
}
.icon-cloud_queue:before {
  content: "\e9cb";
}
.icon-cloud_upload:before {
  content: "\e946";
}
.icon-file_download:before {
  content: "\e947";
}
.icon-file_upload:before {
  content: "\e948";
}
.icon-folder_open:before {
  content: "\e949";
}
.icon-desktop_windows:before {
  content: "\e94a";
}
.icon-keyboard:before {
  content: "\e94b";
}
.icon-keyboard_arrow_down:before {
  content: "\e94c";
}
.icon-keyboard_arrow_left:before {
  content: "\e94d";
}
.icon-keyboard_arrow_right:before {
  content: "\e94e";
}
.icon-keyboard_arrow_up:before {
  content: "\e94f";
}
.icon-keyboard_backspace:before {
  content: "\e950";
}
.icon-keyboard_capslock:before {
  content: "\e951";
}
.icon-keyboard_return:before {
  content: "\e952";
}
.icon-keyboard_tab:before {
  content: "\e953";
}
.icon-security:before {
  content: "\e9cc";
}
.icon-tablet_mac:before {
  content: "\e9cd";
}
.icon-tv:before {
  content: "\e9ce";
}
.icon-camera_alt:before {
  content: "\e954";
}
.icon-color_lens:before {
  content: "\e955";
}
.icon-crop_din:before {
  content: "\e956";
}
.icon-filter_hdr:before {
  content: "\e957";
}
.icon-grid_on:before {
  content: "\e958";
}
.icon-lens:before {
  content: "\e959";
}
.icon-navigate_before1:before {
  content: "\e9cf";
}
.icon-navigate_next1:before {
  content: "\e9d0";
}
.icon-panorama_fisheye:before {
  content: "\e95a";
}
.icon-picture_as_pdf:before {
  content: "\e9d1";
}
.icon-remove_red_eye:before {
  content: "\e95b";
}
.icon-tune:before {
  content: "\e95c";
}
.icon-view_comfy:before {
  content: "\e9d2";
}
.icon-local_movies:before {
  content: "\e9d3";
}
.icon-local_printshop:before {
  content: "\e9d4";
}
.icon-satellite:before {
  content: "\e9d5";
}
.icon-directions_run:before {
  content: "\e95d";
}
.icon-apps1:before {
  content: "\e9d6";
}
.icon-cancel:before {
  content: "\e95e";
}
.icon-check:before {
  content: "\e95f";
}
.icon-menu:before {
  content: "\e960";
}
.icon-keyboard_control:before {
  content: "\e961";
}
.icon-more_vert:before {
  content: "\e962";
}
.icon-refresh:before {
  content: "\e9a0";
}
.icon-unfold_less:before {
  content: "\e963";
}
.icon-unfold_more:before {
  content: "\e964";
}
.icon-arrow_upward:before {
  content: "\e9a1";
}
.icon-arrow_downward:before {
  content: "\e9a2";
}
.icon-first_page:before {
  content: "\e965";
}
.icon-last_page:before {
  content: "\e966";
}
.icon-arrow_back_ios:before {
  content: "\e9a3";
}
.icon-arrow_forward_ios:before {
  content: "\e9a4";
}
.icon-event_note:before {
  content: "\e967";
}
.icon-phone_in_talk:before {
  content: "\e9a5";
}
.icon-wifi:before {
  content: "\e9a6";
}
.icon-cake:before {
  content: "\e968";
}
.icon-group:before {
  content: "\e9d7";
}
.icon-mood_bad:before {
  content: "\e969";
}
.icon-people_outline:before {
  content: "\e96a";
}
.icon-person_outline:before {
  content: "\e96b";
}
.icon-public:before {
  content: "\e96c";
}
.icon-sentiment_neutral:before {
  content: "\e96d";
}
.icon-sentiment_satisfied:before {
  content: "\e9a7";
}
.icon-sentiment_very_dissatisfied:before {
  content: "\e9a8";
}
.icon-sentiment_very_satisfied:before {
  content: "\e9a9";
}
.icon-thumb_down_alt:before {
  content: "\e96e";
}
.icon-thumb_up_alt:before {
  content: "\e96f";
}
.icon-check_box:before {
  content: "\e970";
}
.icon-check_box_outline_blank:before {
  content: "\e9aa";
}
.icon-radio_button_on:before {
  content: "\e971";
}
.icon-star_outline:before {
  content: "\e9d8";
}
.icon-account_balance:before {
  content: "\e972";
}
.icon-account_circle:before {
  content: "\e9d9";
}
.icon-bug_report1:before {
  content: "\e973";
}
.icon-build:before {
  content: "\e974";
}
.icon-code:before {
  content: "\e975";
}
.icon-done:before {
  content: "\e9ab";
}
.icon-done_all:before {
  content: "\e9da";
}
.icon-exit_to_app:before {
  content: "\e9ac";
}
.icon-help:before {
  content: "\e9ad";
}
.icon-home:before {
  content: "\e9e8";
}
.icon-input:before {
  content: "\e976";
}
.icon-language:before {
  content: "\e977";
}
.icon-lock_open:before {
  content: "\e978";
}
.icon-lock_outline:before {
  content: "\e979";
}
.icon-power_settings_new:before {
  content: "\e97a";
}
.icon-redeem:before {
  content: "\e97b";
}
.icon-search:before {
  content: "\e97c";
}
.icon-settings:before {
  content: "\e97d";
}
.icon-settings_ethernet:before {
  content: "\e9db";
}
.icon-settings_power:before {
  content: "\e97e";
}
.icon-subject:before {
  content: "\e9dc";
}
.icon-swap_horiz:before {
  content: "\e97f";
}
.icon-swap_vert:before {
  content: "\e980";
}
.icon-system_update_tv:before {
  content: "\e981";
}
.icon-toc:before {
  content: "\e9dd";
}
.icon-today:before {
  content: "\e982";
}
.icon-trending_neutral:before {
  content: "\e983";
}
.icon-visibility_off:before {
  content: "\e9e6";
}
.icon-help_outline:before {
  content: "\e9bb";
}
.icon-zoom_in:before {
  content: "\e984";
}
.icon-zoom_out:before {
  content: "\e985";
}
.icon-lightbulb_outline:before {
  content: "\e986";
}
.icon-touch_app:before {
  content: "\e987";
}
.icon-pan_tool:before {
  content: "\e988";
}
.icon-g_translate:before {
  content: "\e989";
}
.icon-check_circle_outline1:before {
  content: "\e9de";
}
.icon-delete_outline:before {
  content: "\e9e7";
}
.icon-arrow_right_alt:before {
  content: "\e9df";
}
.icon-contact_support:before {
  content: "\e9e0";
}
.icon-compress:before {
  content: "\e9e1";
}
.icon-filter_list_alt:before {
  content: "\e98a";
}
.icon-toggle_off:before {
  content: "\e9e4";
}
.icon-toggle_on:before {
  content: "\e9e5";
}
.icon-euro:before {
  content: "\e98b";
}
.icon-sync_alt:before {
  content: "\e9e2";
}
.icon-arrow_circle_down:before {
  content: "\e98c";
}
.icon-arrow_circle_up:before {
  content: "\e98d";
}
.icon-calculate:before {
  content: "\e9ae";
}
.icon-filter_alt:before {
  content: "\e9e3";
}
.icon-handyman:before {
  content: "\e98e";
}
.icon-horizontal_rule:before {
  content: "\e98f";
}
.icon-hourglass_top:before {
  content: "\e9b3";
}
.icon-north:before {
  content: "\e990";
}
.icon-north_east:before {
  content: "\e991";
}
.icon-north_west:before {
  content: "\e992";
}
.icon-open_in_full:before {
  content: "\e993";
}
.icon-outgoing_mail:before {
  content: "\e9b4";
}
.icon-read_more:before {
  content: "\e9b5";
}
.icon-rule:before {
  content: "\e994";
}
.icon-south:before {
  content: "\e995";
}
.icon-south_east:before {
  content: "\e996";
}
.icon-south_west:before {
  content: "\e997";
}
.icon-star_rate:before {
  content: "\e9b6";
}
.icon-table_rows:before {
  content: "\e9b7";
}
.icon-table_view:before {
  content: "\e998";
}
.icon-text_snippet:before {
  content: "\e9b2";
}
.icon-west:before {
  content: "\e999";
}
.icon-follow_the_signs:before {
  content: "\e9b8";
}
.icon-check_circle_outline:before {
  content: "\e909";
}
.icon-warning:before {
  content: "\e900";
}
.icon-report_problem:before {
  content: "\e900";
}
.icon-report:before {
  content: "\e901";
}
.icon-info_outline:before {
  content: "\e902";
}
.icon-bug_report:before {
  content: "\e903";
}
.icon-navigate_next:before {
  content: "\e904";
}
.icon-navigate_before:before {
  content: "\e905";
}
.icon-apps:before {
  content: "\e906";
}
.icon-expand_more:before {
  content: "\e907";
}
.icon-expand_less:before {
  content: "\e908";
}
/* Variables */

:root {

    --app-color-brand: #a90303;
    --app-color-brand-dark: #700303;
    --app-color-brand-light: rgba(168, 3, 3, 0.33);

    --app-background-body: #bebebe;

}


/* Colors */

.lko-color-brand {
    color: var(--app-color-brand);
}

.lko-background-brand {
    background-color: var(--app-color-brand);
}

.lko-color-brand-dark {
    color: var(--app-color-brand-dark);
}

.lko-background-brand-dark {
    background-color: var(--app-color-brand-dark);
}


/* Page */

.lko-app {
    /*background-image: url("../images/Background.jpg");*/
    /*background-size: cover;*/
    background-color: var(--app-background-body);
}


/* Page */

.lko-page {
    border-radius: 0.5rem;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background-color: white;
    margin: auto;
    max-width: 1024px;
    position: absolute;
    overflow: auto;
}
.lko-page-logo {
    position: absolute;
    top: -4px;
    right: 4px;
    z-index: 1100;
}
.lko-page-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: var(--app-color-brand);
    height: 4rem;
}
.lko-page-container {
    border-bottom-left-radius: 0rem;
    top: 4rem;
    right: 0px;
}
.lko-page-menu {
    display: block;
    min-width: 16.5rem;
    overflow: auto;
    background-color: var(--app-color-brand-dark);
    padding-top: 1.5rem;
    z-index: 1000;
}
.lko-page-menu-title {
    font-size: var(--app-font-size-xl);
    text-align: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--app-color-brand);
    border-top: 1px solid var(--app-color-brand);
    color: white;
    height: 3rem;
}
.lko-page-menu-item {
    font-size: var(--app-font-size-l);
    color: white;
    padding-left: 0.5rem;
    padding-top: 0.75rem;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.lko-page-menu-item:hover {
    opacity: 0.8;
}
.lko-page-content {
    overflow: auto;
}


/* Page - Content */

.lko-content {
    padding: 1.5rem;
    padding-top: 0.75rem;
}
.lko-content-title {
    font-size: var(--app-font-size-xl);
    text-align: left;
    padding: 0.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--app-color-brand);
    color: var(--app-color-text);
    height: 3rem;
}
.lko-content-text {
    padding: 0.125rem 0.625rem;
    line-height: 1.375rem;
}


/* Page - Image */

.lko-image {
    border: 3px solid var(--app-color-brand);
    box-shadow: var(--app-shadow-3);
}
.lko-image-left {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
}

.lko-image-height-m {
    height: 180px;
}
.lko-image-height-l {
    height: 220px;
}



.lko-logo-s {
    height: 28px;
}


/* Page - Article */

.lko-article-title {
    width: fit-content;
    font-size: var(--app-font-size-l);
    border-bottom: 1px solid var(--app-color-brand);
    padding-bottom: 0.375rem;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}
.lko-article-text {
    /*border-left: 3px solid var(--app-color-brand-light);*/
    padding: 0px 0rem;
}


/* Gallery */

.lko-gallery-title {
}

.lko-gallery-info {
    color: var(--app-color-text);
}
