@charset "UTF-8";

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #15181a;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "Nastala chyba"
}


/** Variables **/
ol.breadcrumb {
    background-color: transparent;
}

.custom-file .custom-file-label::after {
    color: #4e565b;
}

html, body {
    margin: 0;
    padding: 0;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1290px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


html {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-gutter: stable;
}

html:has(.components-reconnect-show) {
    scrollbar-gutter: auto !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0075ff;
    text-decoration: none;
}

a:hover, .btn-link:hover {
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

:root {
    --scYellow: #FFDB58;
    --scBlue: #1975FE;
    --scBlack: #000;
    --scWhite: #FFF;
    --scLightBlue: #BCEBFF;
    --scDarkBlue: #0053C2;
    --scGreen: #37B34A;
    --scGrey: #55565B;
    --scLightGrey: #EFEFEF;
    --scRed: #dc355f;
    --scOrange: #ED6A2C;
    --scLightOrange: #EF7A2F;
    --scLightButtonBg: #eaedf1;
    --scLightButtonFg: #3764D7;
    --bodyMargin: calc(min(25px, 3vw));
    --textColor: #55aaec;
    --borderColor: #55aaec;
    --main-container-width: 1270px;
    --scBlueStatic: #0075FF;
    --scBlueStaticBg: #d9eaff;
    --scOrangeStaticBg: #fdebe0;
    --scOrder: #0053C2;
    interpolate-size: allow-keywords;
}

.sidebarOverlay {
    display: block;
    transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    opacity: 0;
    pointer-events: none;
    z-index: 1030;
}

.sidebarOverlayClosed {
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.sidebarOverlayFullyClosed {
    z-index: -1;
}

.sidebarOverlayOpen {
    opacity: 1;
    pointer-events: all;
}

.force-overflow {
    height: 100vh;
    overflow-y: auto;
}

.sidebarContainerInner {
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    width: 310px;
    z-index: 5000;
    background-color: white;
    font-size: 1.5em !important;
    right: 0;
    left: auto;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 0;
    padding-bottom: 3.75rem;
    margin: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    will-change: transform;
    backface-visibility: hidden;
    color: white;
}

@media (max-width: 500px) {
    .sidebarContainerInner {
        width: 270px;
    }
}

.sidebarClosed {
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.sidebarOpen {
    transform: translateX(0px);
}

.sidebarContainerInner::after {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    content: "";
}

.capacityBase {
    width: 20px;
    height: 20px;
    background: #EFEFEF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.capacity_Full {
    background: #BCEBFF;
}

.capacity_NearLimit {
    background: #FFDB58;
}

.capacity_Ok {
    background: #37B34A;
}

.capacityIcon {
    margin-top: auto;
    margin-bottom: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--scDarkBlue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 630px;
        margin: 125px auto;
    }
}

.modal.show {
    animation: modal-win-show .22s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.modal.switch {
    animation: modal-win-switch .22s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.modal.hide {
    animation: modal-win-hide .18s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation-fill-mode: forwards;
}

@keyframes modal-box-show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-box-hide {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes modal-win-show {
    from {
        top: 0px;
        opacity: 1
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes modal-win-switch {
    from {
        top: 50px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes modal-win-hide {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -6px;
        opacity: 0
    }
}

.modal-backdrop.hide {
    opacity: 0;
}

.tableLog {
    border-color: #BCEBFF;
}

.tableLog tr:first-child {
    border-top: 1px solid #BCEBFF;
}

.tableLog tr {
    border-bottom: 1px solid #BCEBFF;
}

.tableLog td {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 10px;
}

.tableLog tr span {
    padding: 0;
}

.form-control:disabled {
    background-color: #e9ecef;
}

.smudgeContainer {
    background: linear-gradient(0deg, #ffffff, #ffffff), url('/images/smouha1.png');
    background-blend-mode: multiply;
    background-size: cover;
    height: 745px;
    background-position-y: -105px;
    margin-bottom: -106px;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .smudgeContainer {
        background-position-y: -500px !important;
    }
}

.overrideSmudgeContainerSettings {
    background-position-y: -105px !important;
}

.smudgeContainerResponsive {
    background: linear-gradient(0deg, #ffffff, #ffffff), url('/images/smouha1.png');
    background-blend-mode: multiply;
    background-size: cover;
    height: 745px;
    width: 100%;
    top: -105px;
    left: 0;
    position: absolute;
    z-index: 2;
}

@media (max-width: 688px) {
    .smudgeContainerResponsive {
        top: -400px;
    }
}

.navbarLogoImageTitle .badge {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    background: var(--scYellow);
    border-radius: 100px;
    justify-content: center;
    height: 17px;
    width: 72px;
    position: relative;
    top: -2px;
}

.emptyColumn {
    background-color: var(--scWhite);
    opacity: 0.3;
    width: 1px;
    height: 40px;
    margin-right: 30px;
}

@media (max-width: 372px) {
    .navbarLogoImageTitle img {
        width: 130px !important;
        margin-top: auto;
        margin-bottom: auto;
    }

    .navbarLogoImageTitle .badge {
        top: 0px;
        font-size: 5px !important;
    }

    .emptyColumn {
        margin-right: 10px;
    }
}

.navbarRightSide {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 900px) {
    .g-recaptcha {
        overflow-x: auto;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 1400px) {
    .selectSmartRow {
    }
}

.desktopBr {
    display: none;
}

@media (min-width: 900px) {
    .desktopBr {
        display: block;
    }
}

.mobileBr {
    display: block;
}

@media (max-width: 900px) {
    .mobileBr {
        display: none;
    }
}

.checkNoOrIndeterminate:not(:indeterminate):not(:checked)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-left: 3px solid #767676;
    transform: rotate(45deg);
    top: 6px;
    left: 6px;
}

.checkNoOrIndeterminate:not(:indeterminate):not(:checked)::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-right: 3px solid #767676;
    transform: rotate(135deg);
    top: -27.5px;
    left: 6px;
}

@media (max-height: 800px) {
    .modal-dialog {
        margin-top: 60px;
    }
}

@media (max-height: 650px) {
    .modal-dialog {
        margin-top: 25px;
    }
}

.btn {
    background-color: var(--scDarkBlue);
    color: var(--scWhite);
    border: none;
    border-radius: 5px;
    font-size: 0.875rem;
    cursor: pointer;
}

.btn:not(.btn-link):not(.btn-info) {
    text-transform: uppercase;
}

.btn-lg {
    min-width: 200px;
    min-height: 50px;
}

button.Google {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    width: 100%;
    height: 60px;
    background: var(--scLightBlue);
    border-radius: 5px;
    display: grid;
    place-content: center;
    color: var(--scBlack);
    padding-left: 20px;
    padding-right: 20px;
}

.googleIcon {
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 500px) {
    .googleIcon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .googleText {
        font-size: 17px;
    }
}

.fontSmall {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

.fontSmaller {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

h1,
.fontBigger {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.01em;
}

@media (max-width: 500px) {
    h1,
    .fontBigger {
        font-size: 1.25rem;
    }
}

.field-validation-error {
    display: block;
    margin-inline: 6px;
    margin-top: 0.25em;
    color: var(--scRed);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
}

.card-tab-left {
    position: absolute;
    bottom: -60px;
    left: 0;
}

.centerSelf {
    justify-self: center;
}

.centerGrid {
    display: grid;
    gap: 0.5rem;
    justify-items: center;
}

.icon-logout {
    position: relative;
    padding-left: 27px;
    color: var(--scBlue);
    text-decoration: none;
    white-space: nowrap;
}

.icon-logout:before {
    content: url("/Images/Icons/profile.svg");
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
}

.verticalTab {
    position: relative;
}

.link {
    color: var(--scBlue);
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.link:hover {
    opacity: 0.75;
    text-decoration: underline;
    cursor: pointer;
}

.loaderIcon {
    --size: 20px;
    --offset: 5px;
    --width: 5px;
    position: relative;
    padding-left: calc(var(--size) + var(--offset))
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

.loaderIcon::before {
    content: '';
    background-image: conic-gradient(#1975FE, white);
    left: 0;
    top: calc(50% - var(--size) / 2);
    position: absolute;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    animation: rotation 1s infinite linear;
}

.loaderIcon::after {
    content: '';
    background: white;
    left: calc(var(--width) / 2);
    top: calc(50% - (var(--size) - var(--width)) / 2);
    position: absolute;
    width: calc(var(--size) - var(--width));
    aspect-ratio: 1;
    border-radius: 50%;
}

.doneIcon {
    --size: 20px;
    --offset: 5px;
    position: relative;
    padding-left: calc(var(--size) + var(--offset))
}

.doneIcon::before {
    content: '';
    background: #37B34A;
    left: 0;
    top: calc(50% - var(--size) / 2);
    position: absolute;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
}

.doneIcon::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    width: 3.5px;
    height: 7px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    position: absolute;
    left: calc(var(--size) / 2 - 2px);
    top: calc(50% - 5px);
}

.checkIcon {
    --size: 10px;
    --offset: 5px;
    position: relative;
    padding-left: calc(var(--size) + var(--offset))
}

.checkIcon::before {
    content: '';
    background: url(/Images/Svg/check2.svg) top left no-repeat;
    left: 0;
    top: calc(50% - 11px / 2);
    position: absolute;
    width: 11px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-size: contain;
}

.nextIcon {
    --size: 20px;
    --offset: 5px;
    position: relative;
    padding-left: calc(var(--size) + var(--offset))
}

.nextIcon::before {
    content: '';
    background: #BCEBFF;
    left: 0;
    top: calc(50% - var(--size) / 2);
    position: absolute;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
}

.row-margin-bottom-single {
    margin-bottom: 10px;
}

.row-margin-bottom-double {
    margin-bottom: 20px;
}

.mobileMarginNone {
    margin-bottom: 0;
}

.page {
    min-height: calc(100vh - var(--bodyMargin) - 50px - 112px);
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .modal-xl-print {
        --bs-modal-width: 1400px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

@media (min-width: 900px) {
    .offsetDesktop {
        margin-left: 0px;
    }
}

.closeSidebar {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    display: none;
    background: url("/Images/Svg/closeBlack.svg");
    background-size: cover;
}

.sidebarLlmOverlay {
    display: none;
}

.sidebarLlm {
    min-width: 170px;
}

@media (max-width: 900px) {
    .sidebarLlm {
        position: fixed;
        z-index: 20;
        padding: 10px;
        background: white;
        top: 20px;
        right: 0;
        border-radius: 10px 0 0 10px;
        height: calc(100vh - 40px);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        min-width: 200px;
    }

    .sidebarLlm.show {
        transform: translateX(0);
    }

    .sidebarLlmOverlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: -1;
        opacity: 0;
        background-color: rgba(0, 0, 0, .5);
        transition-timing-function: ease-in-out;
        transition-duration: 0s, 0.3s;
        transition-property: z-index, opacity;
        transition-delay: 0.3s, 0s;
    }

    .sidebarLlmOverlay.show {
        opacity: 1;
        z-index: 5;
        transition-delay: 0s;
    }

    .closeSidebar {
        display: block;
        cursor: pointer;
    }
}

ul {
    padding-left: 20px;
}

#components-reconnect-modal2 {
    display: none;
    transition: visibility 0s linear 500ms;
}

#components-reconnect-modal2.components-reconnect-show, #components-reconnect-modal2.components-reconnect-failed, #components-reconnect-modal2.components-reconnect-rejected {
    display: block;
}

.components-reconnect-show {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
}

.bodyReconnecting {
    overflow: hidden;
}

.bgBlur {
    filter: blur(2px);
}

.reconnectText {
    font-size: 1.3em;
    margin-top: 100px;
    margin-bottom: 40px;
    user-select: none;
}

.reconnectImg {
    user-select: none;
}

.tippy-box {
    background-color: var(--scWhite);
    color: var(--scGrey);
    outline: 1px solid #d4d4d4;
    outline-offset: -1px;
    padding: 5px;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
    border-top-color: var(--scLightGrey);
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: var(--scLightGrey);
}

.tippy-box[data-placement^='left'] > .tippy-arrow::before {
    border-left-color: var(--scLightGrey);
}

.tippy-box[data-placement^='right'] > .tippy-arrow::before {
    border-right-color: var(--scLightGrey);
}

@media (max-width: 900px) {
    .edInfoBoxIcon {
        display: none;
    }
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: 13px;
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: "/";
}

.breadcrumb-item {
    font-weight: 500;
    font-size: 16px;
    user-select: none;
}

.breadcrumb-item:not(.active) {
    cursor: pointer;
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: black;
}

.underlineHover {
    user-select: none;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
}

.underlineHover:hover {
    text-decoration: underline;
}

.tox.tox-edit-focus .tox-edit-area::before {
    opacity: 0 !important;
}


.barBottomIn {
    bottom: 0;
    display: flex;
    left: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    right: 0;
    position: fixed;
    padding: 25px 30px;
    box-sizing: unset !important;
    animation: barBottomIn .3s ease;
    z-index: 1;
    background: #fff;
    justify-content: space-between;
}

.barBottomTitle {
    color: #333;
}

.bottomBarContainer {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    margin-left: 40px;
    gap: 10px;
}

.barBottomDescription {
    color: #707070;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 2px;
    max-width: 1200px;
}

.barBottomMoreLink {
    color: #333;
    border-bottom: 1px solid #999;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease;
}

.barBottomMoreLink:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.barBottomContainerHidden {
    display: none;
}

@media (max-width: 1000px) {
    .barBottomIn {
        flex-flow: column;
    }

    .bottomBarContainer {
        margin-left: 0;
        margin-top: 10px;
    }

    .ch2-open-settings-btn {
        padding-left: 0 !important;
    }
}

@media (max-width: 600px) {
    .bottomBarContainer {
        flex-flow: column;
        align-items: normal;
    }

    .ch2-open-settings-btn {
        text-align: left;
    }
}

@keyframes barBottomIn {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.edDropdownIcon {
    display: none;
}

.edDropdownRoot.edDropdownRootActive .edDropdownIcon, .edDropdownRoot:hover .edDropdownIcon {
    display: block;
}

@media (min-width: 1400px) {
    .responsiveContainer {
        max-width: 1200px;
    }
}

@media (max-width: 700px) {
    .schoolRegLine {
        margin-right: auto;
    }
}

.main-container {
    width: min(var(--main-container-width), calc(100vw - 20px));
}

@media (min-width: 770px) {
    .indexCtaContainer {
        margin-top: 2rem;
    }
}

@media (min-width: 1500px) {
    .indexCtaContainer {
        margin-top: 4rem;
    }
}

.relative {
    position: relative;
}

/* flexbox */
.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-rows {
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 4rem;
}

.gap-5 {
    gap: 5rem;
}

/* grid */
.grid {
    display: grid;
}

.grid-3-cols {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
}

.grid-span-2 {
    grid-column: span 2;
}

.grid-span-3 {
    grid-column: span 3;
}

.grid-span-center {
    grid-column: 2;
    justify-self: center;
}

.gap-rows {
    grid-column-gap: 20px;
}

.gap-cols {
    grid-row-gap: 26px;
}

/* others */
.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-bigger {
    font-weight: 700;
    font-size: 20px;
}

/* boxes */
.box {
    margin: 0 -100px;
    padding: 50px 100px;
}

.box-rounded {
    border-radius: 45px;
}

.box-blue {
    background-color: var(--scBlueStaticBg);
}

.box-white {
    background-color: var(--scWhite);
}

.box-orange {
    background-color: var(--scOrangeStaticBg);
}

.box-tip {
    border-radius: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    display: inline-flex;
    color: #3D3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-top: 29px;
    padding-left: 23px;
    padding-bottom: 22px;
    padding-right: 23px;
}

.box-tip:not(.box-orange):not(.box-blue):not(.box-white) {
    max-width: min(100%, 361px);
}

.boxTipsContainer {
    justify-content: center;
}

.whatsNewLink {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    user-select: none;
}

.box-tip b {
    font-weight: 700;
}

.box-tip .boxTipContent {
    max-width: min(100%, 297px);
    margin-left: auto;
    margin-right: auto;
}

.tip-title {
    padding: 15px 19px;
    border-radius: 5px;
    background-color: var(--scWhite);
    color: var(--scOrange);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
}

.line-height-box {
    line-height: 26px;
}

.image-wrapper {
    display: inline-block;
    background-color: var(--scWhite);
    border-radius: 5px;
    padding: 5px;
}

.image-wrapper img {
    width: 400px;
    height: auto;
}

.box-sign {
    float: right;
    margin-top: 30px;
    text-align: right;
    margin-left: auto;
}

/* icons */
.robot-icon:before {
    display: block;
    position: absolute;
    content: "";
    width: 106px;
    height: 150px;
    top: -60px;
    left: -50px;
}

.robot-icon-1:before {
    background: url('/Images/Svg/robot-icon-1.svg') center center no-repeat;
}

.robot-icon-2:before {
    background: url('/Images/Svg/robot-icon-2.svg') center center no-repeat;
}

.robot-icon-3:before {
    background: url('/Images/Svg/robot-icon-3.svg') center center no-repeat;
}


.arrow-over-bottom {
    position: absolute;
    left: calc(50% - 40px);
    bottom: -60px;
    width: 80px;
    flex-shrink: 0;
    height: auto;
    transform: rotate(30deg);
    user-select: none;
}

/* static page container, global overrides */
.static-page {
    font-size: 16px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.home-page {
    font-size: 16px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 4em;
}

@media (max-width: 770px) {
    .home-page {
        gap: 2em;
    }
}

.static-page h1, .static-page h2, .home-page h1, .home-page h2 {
    color: var(--scBlueStatic);
}

.home-page h1, .static-page h1 {
    font-size: 32px;
    line-height: 43px;
}

.home-page h2, .static-page h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.home-page .primary {
    background-color: var(--scBlueStatic) !important;
}

.home-page a {
    color: var(--scBlueStatic);
}

.navButtons .primary {
    background-color: var(--scBlueStatic) !important;
}

/* Preparation */

.preparations .header, .preparations .sub-header {
    color: #3983F3;
    font-size: 1.25rem;
    font-weight: 400;
}

.preparations .header {
    font-weight: 600;
    font-size: 25px;
    margin-top: 50px;
}

.preparations .activity-name {
    font-size: 0.75rem;
    padding: 0 0.5rem;
}

.preparations .sub-header {
    margin-top: 2rem;
}

.preparations img:not(.noBorder) {
    border: 1px solid rgb(128, 128, 128);
    cursor: pointer;
    max-width: 100%;
}

.preparations .pdf-grid {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    gap: 1rem;
    grid-auto-flow: column;
}

@media (max-width: 900px) {
    .flex {
        flex-direction: column;
    }
}

.fakeTabContainer {
    height: 20px;
    background: black;
    border-bottom: 1px solid black;
}

.fakeTabTitle {
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: none;
    padding-bottom: 3px;
    background: #222222;
    color: #dddddd;
    display: inline-flex;
    font-size: 12px;
    font-family: Arial;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-right: 2px;
    padding-top: 2px;
}

.introText {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.introPerex {
    display: flex;
    flex-flow: column;
    gap: 25px;
    color: #3D3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    max-width: 510px;
}

.introVideo {
    width: 645px;
    border-radius: 10px;
}

.introCallToAction {
    color: #EF7A2F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .introCallToAction {
        width: 701px;
    }
}

.box-tip.robot-icon-1 {
    margin-right: 15px;
}

.box-tip.robot-icon-2 {
    margin-right: 10px;
}


h2.sbWhatsNewTitle {
    color: #EF7A2F;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-top: 10px;
}

.checkmarkImg {
    flex-shrink: 0;
    user-select: none;
}

.checkmarkContainer {
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    color: #3D3E3F;
    margin-left: auto;
    margin-right: auto;
}

.checkmarksContainer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 3px;
}

.checkmarkContainerWithExplainer {
    display: block;
}

.checkmarkContainerInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #3D3E3F;
}

.checkmarkExplainer {
    font-size: 16px;
    max-width: min(100%, 1200px);
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    margin-bottom: 15px;
    transition: color 0.2s ease;
}

@media (max-width: 770px) {
    .checkmarkExplainer {
        text-align: left;
    }
}

.featureBox2 {
    gap: 43px;
}

.featureBoxText {
    max-width: min(100%, 323px);
}

.introFeaturesSubjectsSubtitle {
    color: #3D3E3F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
}

.introFeaturesSubjectsTitle {
    color: #0075FF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.tipTitleBlue {
    color: #0075FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-bottom: 22px;
    text-align: center;
}

.tipBlueText {
    color: #3D3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.imgWrapperFeature {
    border-radius: 10px;
    background: #FFF;
    padding-left: 31px;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-right: 18px;
    margin-top: 42px;
    display: flex;
    min-height: 154px;
    max-height: 154px;
}

.imgWrapperFeature img {
    max-width: 100%;
    height: auto !important;
    user-select: none;
}

.featuresSubjectsGrid {
    grid-column-gap: 21px;
}

.featureMathImg {
    width: 220px !important;
    height: 129px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.featureChemistryText {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    user-select: none;
}

.featureChemistryArrow {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: -5px;
    user-select: none;
}

.chemistryBox {
    gap: 22px;
}

.featureChemistryImg {
    max-width: 102px !important;
    height: 94px !important;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.featureCodeImg {
    width: 230px !important;
    height: 137px !important;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.featureImagesImg {
    width: min(100vw, 357px) !important;
    height: 237px !important;
    flex-shrink: 0;
}

.call2Button {
    width: 256px;
    height: 54px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    background-color: #0075FF !important;
}

.sub-sub-header {
    font-weight: 600;
}

.preparations {
    max-width: min(100%, 1100px);
    margin-left: auto;
    margin-right: auto;
}

.helpTitle {
    max-width: min(100%, 726px);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

.helpContainer {
    margin-left: 67px;
    gap: 18px;
}

.reviewText {
    color: #3D3E3F;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 29px;
}

.reviewsContainer {
    align-items: flex-start;
    justify-content: center;
}

.box-white:not(.boxWhiteFull) {
    padding-left: 21px;
    padding-right: 20px;
    width: min(33%, 367px);
}

.reviewText1 {
    max-width: min(100%, 326px);
    margin-left: auto;
    margin-right: auto;
}

.reviewText3 {
    max-width: min(100%, 321px);
    margin-left: auto;
    margin-right: auto;
}

.box-sign {
    color: #54565A;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.faqTitle {
    margin-top: auto;
    margin-bottom: auto;
}

.boxWhiteFull {
    flex-flow: column;
    padding-left: 66px;
    padding-right: 66px;
    padding-top: 34px;
    padding-bottom: 24px;
    border-radius: 10px;
    border: 1px solid rgba(60, 60, 59, 0.11);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    filter: none;
}

.faqContainer {
    gap: 20px;
}

.box-orange {

}

.contactText {
    font-weight: 600;
}

.contactGroup {
    color: #3D3E3F;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.contactGroupLink {
    color: #0075FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.preparations .sub-sub-header {
    font-weight: 500;
}

.faqMailto {
    color: #3D3E3F !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-decoration-line: underline;
}

.faqQuestion {
    color: #3D3E3F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.faqAnswer {
    color: #3D3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.faqButton {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.introVideoContainer {
    width: fit-content;
}

.introVideoMobile {
    display: none;
}

.tryIntroBtnMobile {
    display: none;
}

.subjectFeatureInnerContainer {
    height: 100%;
    display: flex;
    flex-flow: column;
}

@media (max-width: 1500px) {

    .navbar {
        display: flex !important;
        flex-wrap: wrap;
        row-gap: 35px;
    }

    .navButtons {
        margin-left: auto;
        width: calc(100% - 240px);
        justify-content: end !important;
    }

    .navbar-brand {
        order: 0;
    }

    .navButtons {
        order: 1;
    }

    .navLinks {
        order: 2;
    }

    .box {
        margin: 0;
        padding-left: 41px;
        padding-right: 40px;
        padding-top: 20px;
    }

    .introVideo {
        width: 100%;
    }

    .image-wrapper img:not(.featureImg) {
        width: 380px !important;
        height: auto !important;
    }

    .box-tip.box-white.robot-icon.robot-icon-1 {
        padding-left: 30px;
    }

    .introVideoContainer {
        display: flex;
    }

    video {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 1200px) {
    .image-wrapper img:not(.featureImg) {
        width: 320px !important;
        height: auto !important;
    }

    .box {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tip-title {
        font-size: 15px;
    }

    .featureChemistryImg {
        max-width: 80px !important;
        height: auto !important;
    }

    .chemistryBox {
        gap: 8px;
    }

    .featureChemistryArrow {
        font-size: 32px;
    }
}

@media (max-width: 1100px) {
    .image-wrapper img:not(.featureImg) {
        width: 280px !important;
        height: auto !important;
    }
}

@media (max-width: 1000px) {
    .tip-title {
        font-size: 14px;
    }

    .introVideoMobile {
        display: flex;
    }

    .introVideoDesktop {
        display: none;
    }

    .introPerex {
        gap: 20px;
    }

    .introBr {
        display: none;
    }

    .introVideo {
        width: 50% !important;
        margin-top: 0 !important;
    }

    .tryIntroBtnDesktop {
        display: none;
    }

    .tryIntroBtnMobile {
        display: block;
        margin-top: 0 !important;
    }

    .perexContainer {
        flex-flow: nowrap;
        gap: 40px;
    }

    .introCallToAction {
        margin-top: -45px;
        margin-bottom: -30px;
    }

    .box-white:not(.boxWhiteFull) {
        width: 100%;
    }

    .boxTipsContainer {
        margin-top: 0;
        gap: 20px;
    }

    .robot-icon:before {
        top: 0;
        left: 0;
    }

    .box-tip .boxTipContent {
        margin-left: 100px;
        max-width: 100%;
        min-height: 80px;
    }

    .robot-icon-3:before {
        transform: scaleX(-1);
    }

    .box-tip.box-white.robot-icon.robot-icon-2:before {
        left: 10px;
    }

    .explainerTitle {
        margin-bottom: -20px;
        margin-top: 10px;
    }

    .grid-3-cols {
        display: flex;
        flex-flow: wrap;
    }

    .featureBox2 {
        display: flex;
        flex-flow: nowrap;
    }

    .box-tip {
        width: calc(50% - 10px);
    }

    .box-blue {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .featureBox2 .image-wrapper {
        display: none;
    }

    .subjectFeatureInnerContainer {
        flex-flow: nowrap;
    }

    .subjectTextBox {
        width: 50%;
        flex-grow: 0;
    }

    .featureBoxText {
        max-width: 100%;
    }

    .imgWrapperFeature {
        margin-top: 0;
        margin-left: auto;
    }

    .helpContainer {
        flex-flow: nowrap;
        margin-left: 15px;
    }

    .tipTitleBlue {
        text-align: left;
    }

    .reviewText1, .reviewText2, .reviewText3 {
        max-width: 100%;
    }

    .boxWhiteFull {
        width: 100%;
    }

    .contactGroup {
        font-size: 17px;
    }

    .preparations .sub-sub-header {
        margin-top: 0.5rem;
    }

    .preparations .sub-header {
        margin-bottom: 0.5rem;
    }

    .box-sign {
        margin-right: auto;
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 900px) {
    .navLinks {
        gap: 2rem !important;
    }
}

@media (max-width: 770px) {
    .navLinks {
        gap: 1.5rem !important;
    }

    .navbar {
        justify-content: space-between;
    }

    .pageTitle {
        margin-top: 0;
    }

    .static-page {
        gap: 1rem;
    }

    .introCallToAction {
        margin-top: -20px;
        margin-bottom: 15px;
    }

    .arrow-over-bottom {
        width: 55px;
        height: auto;
        bottom: -30px;
    }

    h2.sbWhatsNewTitle {
        margin-top: 20px;
    }

    .checkmarkContainer {
        font-size: 18px;
        line-height: 28px;
    }

    .checkmarksContainer {
        gap: 8px;
    }

    .checkmarkImg {
        width: 28px;
        height: 28px;
    }

    .introFeaturesSubjectsTitle {
        margin-top: 30px;
    }

    .featuresSubjectsGrid {
        margin-bottom: 20px;
    }

    .examplesTitle {
        margin-bottom: 0;
    }

    .morePrepsBtn {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .helpTitle {
        font-size: 20px;
    }

    .box-sign {
        margin-top: 5px;
        font-size: 14px;
    }

    .reviewsContainer {
        gap: 1rem;
    }

    .reviewText {
        font-size: 14px;
        line-height: 27px;
    }

    .faqQuestion {
        font-size: 18px;
    }

    .faqAnswer {
        font-size: 14px;
        line-height: 27px;
    }

    .boxWhiteFull {
        flex-flow: column;
        padding-left: 25px;
        padding-right: 65px;
        padding-top: 21px;
        padding-bottom: 16px;
    }

    .contactText {
        margin-top: 20px;
    }

    .perexContainer {
        flex-flow: column;
    }

    .tryIntroBtnMobile {
        display: none;
    }

    .tryIntroBtnDesktop {
        display: block;
        justify-self: center !important;
    }

    .introPerex {
        max-width: 100%;
    }

    .introVideo {
        width: min(100%, 500px) !important;
        margin-left: auto;
        margin-right: auto;
    }

    .introFeaturesSubjectsSubtitle {
        font-size: 18px;
    }

    .static-page h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .preparations .sub-sub-header {
        margin-top: 0;
        font-size: 17px;
    }

    .preparations .sub-header {
        margin-bottom: 0;
    }
}

@media (max-width: 630px) {
    .box-tip {
        width: 100%;
    }

    .gap-cols {
        grid-row-gap: 15px;
    }

    .checkmarkContainer {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .static-page h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .introVideo {
        width: min(100%, 400px) !important;
        margin-left: auto;
        margin-right: auto;
    }

    .introCallToAction {
        font-size: 22px;
    }

    .static-page h2 {
        font-size: 22px;
    }

    .robot-icon:before {
        top: 15px;
        left: 5px;
    }

    .tip-title {
        font-size: 15px;
    }

    .introFeaturesSubjectsSubtitle {
        font-size: 15px;
    }

    .subjectFeatureInnerContainer {
        flex-flow: column;
    }

    .subjectTextBox {
        width: 100%;
    }

    .imgWrapperFeature {
        margin-left: 0;
        margin-right: auto;
        margin-top: 20px;
    }

    .preparations .pdf-grid {
        display: flex;
        flex-flow: wrap;
    }

    .activityContainer {
        width: calc(33% - 10px);
    }

    .preparations .activity-name {
        font-size: 0.75rem;
        padding: 0 0.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
    }
}

@media (max-width: 560px) {
    .checkmarkText {
        text-align: left;
        flex-grow: 1;
    }

    .checkmarkContainer {
        margin-left: 5px;
        width: 100%;
    }

    .boxTipContent {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .box-tip .boxTipContent {
        margin-left: 0;
    }

    .robot-icon:before {
        display: none;
    }

    .activityContainer {
        width: calc(50% - 10px);
    }

    .helpImg {
        display: none;
    }
}

@media (max-width: 350px) {
    .activityContainer {
        width: 100%;
    }

    .preparations .activity-name {
        text-align: center;
    }

    .activityImg {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .contactGroupLink {
        font-size: 15px !important;
    }
}

.appVersionLink {
    user-select: none;
    cursor: pointer;
    font-weight: 300;
    color: #454545;
    font-size: 0.8em;
    margin-top: 2px;
    display: inline-flex;
    margin-bottom: 50px;
}

@media (max-width: 780px) {
    .appVersionLink {
        margin-bottom: 80px;
    }
}

.appVersionLink:hover {
    text-decoration: underline;
}

.newFeatureTitle {
    font-weight: 600;
    color: #0078d7;
}

.newFeatureText {
    margin-top: -10px;
    font-size: 15px;
}

.newFeatureList {
    margin-top: -10px;
    padding-left: 45px;
}

.newFeatureList li::marker {
    color: #0078d7;
}

.newFeatureList li b {
    font-weight: 600;
}

.aboutP {
    color: #3D3E3F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #d4d4d4;
}

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #d4d4d4;
}

.tippy-box[data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #d4d4d4;
}

.tippy-box[data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #d4d4d4;
}

.preAuthorizationDivider {
    height: 80px;
}

.shorterGoogleLogo {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.schoolRegInnerContainer {
    display: inline-flex;
    gap: 12px;
}

@media (max-width: 900px) {
    .schoolRegInnerContainer {
        flex-flow: column;
        margin-bottom: 10px;
    }

    .adminLink {
        order: 2;
    }
}

.featureVideo {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px #9D9D9C;
    aspect-ratio: 517 / 291;
    width: 100%;
}

@media (min-width: 1300px) {
    .faqBox {
        margin-left: 85px;
        margin-right: 85px;
        padding: 50px 100px;
    }
}

@media (max-width: 1300px) {
    .faqBox {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 800px) {
    .faqBox {
        margin-left: 0;
        margin-right: 0;
    }
}

.feedbackChartsContainer {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px
}

.feedbackChart {
    width: 50%;
}

.feedbackChart3 {
    width: 33%;
}

@media (max-width: 1200px) {
    .feedbackChart {
        width: 100%;
    }

    .feedbackChart3 {
        width: 100%;
    }

    .feedbackChartsContainer {
        flex-flow: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .activityTypeSelect {
        max-width: 100% !important;
    }
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
    vertical-align: inherit;
}

.table > thead {
    vertical-align: bottom;
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}


.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
    border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: left;
}

.containerBs,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .containerBs {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .containerBs {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .containerBs {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .containerBs {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .containerBs {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.containerBs, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.container-sidebar {
    margin-block: 2rem;
    gap: 20px;
    width: 100%;
    display: flex;
}

.large-right {
    margin-left: auto;
}

@media (max-width: 900px) {
    .large-right {
        margin-left: 0;
    }
}

.sidebar-link {
    margin-top: 1rem;
}

.sidebar-link-active {
    color: var(--bs-black) !important;
}

.enterprisePlanLine {
    color: var(--Black, #000);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 40px;
}

.enterprisePlanLine a {
    color: black;
    text-decoration: underline;
}

.enterprisePlanLine a:hover {
    color: black;
}

.inviteStaff {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-flow: nowrap;
}

.subscriptionDivider {
    height: 40px;
}

.awardsImg {
    max-width: 100%;
    border-radius: 16px;
}

@media screen and (max-width: 768px) {

    .awardsImg {
        margin-bottom: 25px;
    }

    .mobileSidebarMenuTitle {
        display: none;
    }

    .accountDropdownMenu {
        order: 3;
    }

    .subscriptionDivider {
        height: 20px;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 1rem;
        border-bottom: 2px solid #ddd;
    }

    .responsive-table td {
        display: flex;
        padding: 0.5rem;
        text-align: left;
        border: none;
        flex-flow: wrap;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        min-width: 150px;
        width: 150px;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .responsive-table td::before {
        min-width: 120px;
        width: 120px;
    }

    .inviteStaff {
        flex-flow: wrap;
    }
}


.offerContainer {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
}

.widthContainer {
    max-width: min(100%, 1290px);
    margin-left: auto;
    margin-right: auto;
}

.contestLine {
    padding: 20px 20px 10px 20px;
    line-height: normal;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    margin: 0 15px;
    border-radius: 10px;
    line-height: 23px;
}

.infoLine {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 100px;
    margin-bottom: 30px;
}

.infoLineContainer {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .offerContainer {
        gap: 0;
    }

    .infoLineContainer {
        margin-bottom: 32px;
    }
}

.introCollaboration {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
}

.indexPartnerImg {
    max-width: 100%;
}

.indexPartnersContainer {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .indexPartnersContainer {
        gap: 20px;
        margin-top: 10px;
    }

    .indexPartnerImg {
        max-width: 200px;
    }

    .indexPartnerSKIP {
        max-width: 250px;
    }

    .smPaddingBottomMobile {
        padding-bottom: 10px;
    }
}

.chatMsgFormattedInner h3 {
    font-size: 18px;
    text-align: left;
    padding-left: 0;
}

.chatMsgFormattedInner h4 {
    font-size: 17px;
    text-align: left;
    padding-left: 0;
}

.chatMsgFormattedInner ul li {
    margin-bottom: 2px;
}

.chatMsgFormattedInner ol li {
    margin-bottom: 2px;
}

.chatMessages p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.chatMsgFormattedInner ul, .chatMsgFormattedInner ol {
    margin-bottom: 1rem;
}

.aiChatContainer {
    font-size: 14px;
    letter-spacing: -0.08px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Montserrat';
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

pre code.hljs {
    white-space: break-spaces;
    line-break: anywhere;
}

.chatMsgFormattedInner > :last-child {
    margin-bottom: 0;
}


/** subscription offer **/
.subscriptionTitle {
    color: #0075FF;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 27px;
}

/** order form **/

.switch-background {
    background: transparent;
    width: auto;
    display: inline-block;
    padding: 7px 10px;
    border: 2px solid var(--scOrder);
    border-radius: 10px;
}

.switch-background .primary.btn-primary {
    background-color: var(--scOrder);
}

.switch-background .primary.btn-secondary {
    color: var(--scOrder);
    border-color: var(--scOrder);
}

.switchBackgroundSm {
    padding: 5px 7px;
    background: transparent;
    border: 2px solid var(--scOrder);
    border-radius: 10px;
    margin-right: -10px;
    margin-left: auto;
}

.switchBackgroundSm .btn {
    padding: 10px 8px !important;
    min-height: auto !important;
    border-radius: 5px !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 0.42px !important;
    text-transform: uppercase !important;
    min-width: 90px !important;
}

#orderFormContainer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: column;
}

.orderFormContainerWidth {
    max-width: min(100%, 1290px);
}

.orderBox {
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: column;
    padding: 28px 40px;
    margin: 0 15px;
}

.orderBox orderBlueBox {
    background: rgba(0, 117, 255, 0.13);
}

.orderWhiteBox {
    background: var(--bs-white);
}

.orderBoxTitle {
    color: #0075FF;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-stronger {
    font-weight: 500;
}

.width-full {
    width: 100%;
    max-width: 100%;
}

.empty-row {
    height: 28px;
}

@media (max-width: 768px) {
    .orderBox {
        padding: 15px 10px;
    }
}

.sortHandleHover {
    display: none;
}

.sortHandleHover:hover {
    display: block;
}

.scqQuestionContainer:hover .sortHandleHover {
    display: block;
}

.exerciseSortHandleHover {
    display: none;
}

.exerciseSortHandleHover:hover {
    display: block;
}

.sortHandleHoverHidden {
    visibility: hidden;
}

.sortHandleHoverHidden:hover {
    visibility: visible;
}

.exerciseSortContainer {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.exerciseSortContainer:hover .exerciseSortHandleHover {
    display: block;
}

.scqQuestionContainer:hover .sortHandleHoverHidden {
    visibility: visible;
}

.scqQuestionContainer {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.sortHandleActive {
    display: block;
}

.sortHandleScq {
    position: absolute;
    margin-top: -5px;
}

.edSort:has(.sortItemActive) .sortHandleHover {
    display: none;
}

.sortItemActive .sortHandleHover {
    display: block !important;
}

.sortable-drag .sortHandleHover {
    display: block !important;
}

.sortHandleAnswerHover {
    display: none;
}

.sortHandleAnswerHover:hover {
    display: block;
}

.scqAnswerHover {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.scqAnswerEditor:hover .sortHandleAnswerHover {
    display: block;
}

.sortHandleAnswerHoverActive {
    display: block;
}

.sortHandleAnswer {
    position: absolute;
    margin-top: -5px;
}

.answerSortItemDrag .sortHandleAnswerHover {
    display: block !important;
}

.sortable-drag .sortHandleAnswerHover {
    display: none !important;
}

.sortItemActive .sortHandleAnswerHover {
    display: none !important;
}

.answerSortItem.sortItemActive .sortHandleAnswerHover {
    display: block !important;
}

.edSort {
    display: flex !important;
    flex-flow: column;
    gap: 15px;
}

.sortDefaultItem {
    display: flex;
    user-select: none;
    outline: 0;
    gap: 8px;
    margin: 0;
    background-color: #E0E9F7;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    border: 1px solid #BDCFEB;
    border-radius: 5px;
}

.sortDefaultItemIncP {
    padding: 15px 20px;
}

.answerSortItem {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: none;
}

.edDefaultSort {
    background-color: #BDCFEB;
    display: block;
}

.answerSort {
    background-color: transparent;
    gap: 0;
    padding-right: 10px;
}

.scqQuestionsSort {
    background-color: transparent;
}

.outlinePhaseSort {
    background-color: transparent;
    min-height: 50px;
}

.formControlSmall, .edSort .inlineInput.formControlSmall:hover, .edSort .inlineInput.formControlSmall:focus {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid transparent !important;
    margin-bottom: 2px !important;
}

.edSort .inlineInput.formControlSmall:focus {
    border-bottom: 1px solid white !important;
}

.sortHandleAnswer {
    margin-top: 8px !important;
}

.scqAddAnswerTrap .radioAddOption {
    border-bottom: 1px solid transparent;
    color: #CDCDCD;
}

.scqAddAnswerTrap:hover .radioAddOption {
    border-bottom: 1px solid #CDCDCD;
}

.sortItemInvisible {
    display: none;
}

.sortItemInvisibleRendered {
    display: flex;
}

.scqAnswerEditor {
    width: 100%;
}

.sortDefaultItemFW {
    width: 100%;
}

.scqSectionTitlePlaceholder {
    color: #878787;
}

.scqSectionSubtitlePlaceholder {
    color: #878787;
}

.rteTextarea.tiny {
    min-height: 47px !important;
}

.rteTextarea.textareaInline {
    padding: 0.375rem 0.75rem;
    max-height: fit-content !important;
    min-height: fit-content !important;
}

.cancelImg {
    stroke: black;
    cursor: pointer;
}

.menu-icon-user-profile, .menu-icon-change-password, .menu-icon-subscription, .menu-icon-invoices, .menu-icon-chat {
    margin-left: 32px;
    position: relative;
    line-height: 26px;
}

.menu-icon-user-profile:before, .menu-icon-change-password:before, .menu-icon-subscription:before, .menu-icon-invoices:before, .menu-icon-chat:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.menu-icon-user-profile:before {
    content: url("/Images/Icons/menu-icon-user-profile.svg");
}

.menu-icon-change-password:before {
    content: url("/Images/Icons/menu-icon-change-password.svg");
}

.menu-icon-subscription:before {
    content: url("/Images/Icons/menu-icon-subscription.svg");
}

.menu-icon-chat:before {
    content: url("/Images/Icons/chat.svg");
}

.menu-icon-invoices:before {
    content: url("/Images/Icons/menu-icon-invoices.svg");
}

.sortItemSharedContainer {
    position: relative;
}

.sortItemInnerContainer {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
}

.sortDividerItem {
    width: 128px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border-radius: 5px;
    border: 1px solid #BDCFEB;
}

.priceTextMaxWidth {
    max-width: 800px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.field-validation-error {
    text-align: left;
}

.pwGradientOuterContainer {
    width: 800px;
    position: relative;
    border: 1px solid #0053c2;
    border-radius: 8px;
    user-select: none;
}

.pwGradientOuterContainer::selection {

}

.pwGradient {
    height: 125px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: linear-gradient(
            to bottom,
            #ffffff 0%,
            #0053c2 50%,
            #0053c2 80%,
            #0053c2 100%
    );
}

.pwGradientContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.pwLink {
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
    cursor: pointer;
}

.pwLink:visited {
    color: white;
}

.pwLink:hover {
    text-decoration-color: white;
}

@media (min-width: 1500px) {
    .modal-xl-pw {
        --bs-modal-width: 880px;
    }
}

.genTool {
    padding: 10px 20px;
    position: relative;
    height: 40px;
    border-radius: 6px 12px 12px 6px;
    cursor: pointer;
    user-select: none;
    display: flex;
    gap: 10px;
}

.genToolSelected {
    background-color: rgb(222, 232, 253);
    color: var(--scBlue);
}

.genToolSelectedText {
    color: #004199;
}

.maxWidthContainer {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    min-height: calc(100%);
}

@media (min-width: 1px) and (max-width: 1200px) {
    .home-page h1, .static-page h1 {
        font-size: 24px;
    }
}

@media (min-width: 500px) and (max-width: 1200px) {
    .home-page h1, .static-page h1 {
        font-size: 28px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .home-page h1, .static-page h1 {
        font-size: 28px;
    }
}

.pricingCheckmark {
    width: 12px;
    height: auto;
    margin-right: 8px;
}

.mainFooterContainerFullwidth {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

@media (max-width: 700px) {
    .priceTextMaxWidth {
        font-size: 16px !important;
        margin-top: -15px;
    }
}


.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009BDE;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #006692;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 222, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #AFBBC3;
    background-color: #009BDE;
    border-color: #009BDE;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.competenceTag {
    display: inline-flex;
    align-items: center;
    margin-inline: 5px 0;
    margin-block: 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    line-height: normal;
    cursor: default;
    transition: 0.13s ease-out;
}

.competenceTagInner {
    display: flex;
    flex: 1;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.3em 0.5em;;
    color: black;
    line-height: inherit;
    border-radius: 3px;
    white-space: nowrap;
    transition: 0.13s ease-out;
    background-color: #e5e5e5;
}

.tagify__tag-text {
    user-select: none;
}

.tagifyTagInfo:hover {
    cursor: help !important;
}

.competenceInfoLong {
    h1, h2, h3 {
        font-size: 17px;
        margin-top: 0;
    }
}

.worksheetTaskSortItem {
    display: flex;
    user-select: none;
    outline: 0;
    gap: 8px;
    margin: 0;
    background-color: #FFFFFF;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    border: 1px solid #BDCFEB;
    border-radius: 5px;
}

.rteTextarea {
    padding: 6px 16px;
    overflow-wrap: break-word;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid #AFBBC3;
    overflow: auto;
    border-radius: 5px;
    outline: 0;
}

.betaBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    background-color: #3B82F6;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 14px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.active .betaBadge {
    background-color: white;
    color: #3B82F6;
}

.worksheet-tab-button {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #333;
    min-height: 40px;
}

.worksheet-tab-button:hover {
    background-color: #f0f0f0;
}

.worksheet-tab-button.active {
    background-color: #1975FE;
    color: white;
}

@media (max-width: 768px) {
    .cBtnA {
        order: 1;
    }

    .cBtnE {
        order: 2;
    }
}

.sectionPlan {
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sectionEvocation {
    background-color: #71c4f3;
    border: 1px solid #3fafee;
}

.sectionEvocation.sectionPlanHoverable:hover {
    background-color: #3fafee;
}

.sectionEvocation_text {
    color: #00355b;
}

.sectionRealization {
    background-color: #de6ba3;
    border: 1px solid #d54289;
}

.sectionRealization.sectionPlanHoverable:hover {
    background-color: #d54289;
}

.sectionRealization_text {

}

.sectionReflection {
    background-color: #8db059;
    border: 1px solid #789848;
}

.sectionReflection.sectionPlanHoverable:hover {
    background-color: #789848;
}

.sectionReflection_text {

}

.plan-tabs-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.plan-tab {
    padding: 10px 24px;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: black;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: #dceaff;
    user-select: none;
}

.plan-tab.active {
    background: #1975FE;
    color: white;
}

.planTabInnerContainer {
    border: 2px solid #eee;
    border-top: 2px solid #1975FE;
    border-radius: 0 0 10px 10px;
    font-size: initial;
}

.plan-tab:not(.active):hover {
    background: #c5dcff;
}

.plan-tab.unavailable {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    color: #9e9e9e;
    cursor: not-allowed;
    pointer-events: none;
}

.plan-tab.loading {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #9e9e9e;
    cursor: wait;
    pointer-events: none;
}

.planTabsOuterContainer .tox-tinymce {
    border: none !important;
}

.activityExplainer ul li + li, .activityExplainer ol li + li {
    margin-top: 10px;
}

.textAreaHeadless {
    border: none; !important;
    background: transparent; !important;
    outline: none; !important;
    box-shadow: none; !important;
}

.textAreaHeadless:focus {
    outline: none !important;
    box-shadow: none !important;
}

.outlinePhase {
    width: 500px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .outlinePhase {
        width: 100%;
    }
}

.phaseTitle {
    color: white;
    padding: 8px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.outlineStep {
    display: flex;
    justify-content: space-between;
    background-color: #e0e0e0;
    font-weight: 500;
    border-radius: 8px;
    border: 0;
}

.stepText {
    flex: 1;
    text-align: left;
}

.stepTime {
    white-space: nowrap;
    padding-left: 10px;
    color: #333;
}

.outlineFooter {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-top: 1px solid #ccc;
}

.dragImg, .dragImgPlaceholder {
    width: 16px;
    display: block;
}

.dragImgPlaceholder {
    visibility: hidden;
}

.centered-text {
    flex: 0;
    text-align: center;
    user-select: none;
}

.length-display {
    display: flex;
    min-width: 55px;
    font-size: 15px;
    font-weight: 300;
    justify-content: center;
    color: #1975FE;
    gap: 3px;
}

.length-text {
    font-size: 14px;    
    user-select: none;
}

.printMaterialBase {
    margin-top: auto;
    margin-bottom: auto;
}

.chatTextArea{
    resize: none;
    overflow: hidden;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    line-height: 1.4;
    background: transparent;
    padding: 16px;
    max-height: 200px;
    overflow-y: auto;
}

.chatTextArea:focus {
    outline: none; !important;
}
.spinningLoader {
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.chatMsgFormattedInner {
    width: 100%;
}

.chatMsgFormattedInner table tbody tr:nth-of-type(odd) > * {
    color: var(--bs-emphasis-color);
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.05);
}

.chatMsgFormattedInner table th {
    text-align: left;
}

.chatMsgFormattedInner table {
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-border-color);
    border-collapse: collapse;
}

.chatMsgFormattedInner table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.chatMsgFormattedInner table > tbody {
    vertical-align: inherit;
}

.chatMsgFormattedInner table > thead {
    vertical-align: bottom;
}

.chatMsgFormattedInner table tbody tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.chatMsgFormattedInner table th {
    text-align: left;
}

.chatMsgFormattedInner code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 85%;
    padding: 0.2em 0.4em;
    margin: 0 0.2em;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
}

[data-bs-theme="dark"] .chatMsgFormattedInner code {
    background-color: #2a2a2a;
    border-color: #444;
    color: #f0f0f0;
}

.chatMsgFormattedInner pre code {
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

tiny-math-block {
    display:flex;
    justify-content:center;
    margin:16px 0 16px 0
}

tiny-math-inline {
    display:inline-block
}

@font-face {
    font-family:Katex_Size3;
    font-style:normal;
    font-weight:400;
    src:url(fonts/Katex_Size3-Regular.woff2) format("woff2"),url(fonts/Katex_Size3-Regular.woff) format("woff"),url(fonts/Katex_Size3-Regular.ttf) format("truetype")
}

.chatMsgFormatted tiny-math-block math {
    font-size: 20px;
    font-family: Katex_Size3;
}