/* _content/MitNetFrontend/Components/Global/CheckedViewComponent.razor.rz.scp.css */
.dataset-confirmed-container[b-2hqwoy08am] {
    width: fit-content;
    aspect-ratio: 1 / 1;
    padding: 0rem 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
    overflow: hidden;
}

    .dataset-confirmed-container i[b-2hqwoy08am] {
        font-size: inherit;
    }

    .dataset-confirmed-container .state-true[b-2hqwoy08am] {
        color: var(--success-color);
    }

    .dataset-confirmed-container .state-false[b-2hqwoy08am] {
        color: var(--error-color);
    }
/* _content/MitNetFrontend/Components/Global/NotificationMessageComponent.razor.rz.scp.css */
.notification-message[b-xjkaih68rq] {
    width: 100%;
    max-height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: left;
    white-space: break-spaces;
    font-size: 0.875rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.2s ease-in-out,
                margin 0.2s ease-in-out,
                border 0.2s ease-in-out,
                padding 0.2s ease-in-out;
}

    .notification-message.error[b-xjkaih68rq] {
        max-height: 500px;
        margin: 1rem 0rem;
        padding: 0.5rem 1rem;
        border: 1px solid var(--error-color);
        background-color: var(--error-background-color);
        color: var(--error-color);
    }

    .notification-message.warning[b-xjkaih68rq] {
        max-height: 500px;
        margin: 1rem 0rem;
        padding: 0.5rem 1rem;
        border: 1px solid var(--warning-color);
        background-color: var(--warning-background-color);
        color: var(--warning-color);
    }

    .notification-message.success[b-xjkaih68rq] {
        max-height: 500px;
        margin: 1rem 0rem;
        padding: 0.5rem 1rem;
        border: 1px solid var(--success-color);
        background-color: var(--success-background-color);
        color: var(--success-color);
    }

    .notification-message.information[b-xjkaih68rq] {
        max-height: 500px;
        margin: 1rem 0rem;
        padding: 0.5rem 1rem;
        border: 1px solid var(--information-color);
        background-color: var(--information-background-color);
        color: var(--information-color);
    }
/* _content/MitNetFrontend/Components/Global/ValidationMessageListComponent.razor.rz.scp.css */
/* _content/MitNetFrontend/Components/Input/FileUploadComponent.razor.rz.scp.css */
.file-preview-container[b-4057weg1bn] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--secondary-light-color);
    color: var(--secondary-background-color);
    min-height: 30px;
}

    .file-preview-container .remove-file[b-4057weg1bn] {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        font-size: 1.25rem;
        color: var(--secondary-background-color);
        cursor: pointer;
    }

        .file-preview-container .remove-file:hover[b-4057weg1bn] {
            color: var(--secondary-background-color-hover);
        }

    .file-preview-container .file-preview[b-4057weg1bn] {
        background-color: var(--secondary-light-color);
        padding: 0.5rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 100px;
        max-width: 200px;
        object-position: center;
        object-fit: contain;
    }

        .file-preview-container .file-preview i[b-4057weg1bn] {
            color: var(--secondary-font-color);
            font-size: 40px
        }

    .file-preview-container .text[b-4057weg1bn] {
        padding: 0.5rem 1rem;
    }
/* _content/MitNetFrontend/Components/Input/LanguageSwitchComponent.razor.rz.scp.css */
.tabshell-body[b-8c9szp7d28] {
    padding: 1rem;
    border: 1px solid var(--primary-border-color);
    border-top: unset;
}
/* _content/MitNetFrontend/Components/Input/PasswordInputComponent.razor.rz.scp.css */
/* _content/MitNetFrontend/Components/Input/PhoneNumberInputComponent.razor.rz.scp.css */
.custom-phone-container[b-hg6xqyu98s] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-shadow: none;
}

.custom-phone-prefix-selector[b-hg6xqyu98s] {
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0rem 0.2rem;
    gap: 0.2rem;
}

    .custom-phone-prefix-selector .custom-phone-flag[b-hg6xqyu98s] {
        height: 30px;
        margin: unset !important;
    }

    .custom-phone-prefix-selector .custom-phone-prefix[b-hg6xqyu98s] {
        flex: 1 1 auto;
        text-align: center;
    }
/* _content/MitNetFrontend/Components/Layout/Footer.razor.rz.scp.css */
@media (min-width: 576px) {
    .footer-heading-title[b-9xde1m3q6l] {
        text-transform: uppercase;
        font-size: .8rem;
    }
}

.footer-heading-title[b-9xde1m3q6l] {
    text-transform: uppercase;
    font-size: .9rem;
}

@media (min-width: 768px) {
    .footer-heading-title[b-9xde1m3q6l] {
        margin-bottom: .889rem;
        padding-bottom: .889rem;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .footer-heading-title[b-9xde1m3q6l] {
        margin-bottom: .889rem;
        padding-bottom: .889rem;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    }
}

@media (min-width: 576px) {
    .footer-heading-title[b-9xde1m3q6l] {
        font-size: .7777777778rem;
    }
}

.footer-heading-title[b-9xde1m3q6l] {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .footer-info[b-9xde1m3q6l] {
        font-size: .8888888889rem;
    }
}

.footer-info[b-9xde1m3q6l] {
    font-size: 1rem;
    line-height: 1.5;
}

.footer-info a[b-9xde1m3q6l] {
    text-decoration: none !important;
}

.footer-list[b-9xde1m3q6l] {
    font-size: 1rem;
}

.it-footer[b-9xde1m3q6l] {
    background-color: #1a1d20;
    color: white;
    padding: 2rem;
}

.it-footer a[b-9xde1m3q6l] {
    color: unset !important;
    text-decoration: underline;
}

.it-footer ul[b-9xde1m3q6l] {
    padding: 0 !important;
}
/* _content/MitNetFrontend/Components/Layout/HeaderComponent.razor.rz.scp.css */
.header-container[b-6qukc2v8y3] {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--secondary-background-color);
    color: var(--secondary-font-color);
    height: 70px;
    position: relative;
}

    .header-container .header-container-center[b-6qukc2v8y3] {
        flex: 1;
        display: flex;
        gap: 0.5rem;
        justify-content: flex-start;
        padding: 0.5rem 2rem;
    }
/* _content/MitNetFrontend/Components/Layout/NavComponent.razor.rz.scp.css */
.navbar[b-r9xft60b9a] {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.contact-bar[b-r9xft60b9a] {
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 14px;
    background: #fff;
    color: black;
    width: 100%;
}

.contact-bar .contact-info[b-r9xft60b9a] {
    display: flex;
    gap: 1rem;
}

.contact-info-element[b-r9xft60b9a] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.contact-info-element a[b-r9xft60b9a] {
    text-decoration: none;
    color: black;
}

.contact-bar .social-icons a[b-r9xft60b9a] {
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s;
    color: black;
}

.main-nav[b-r9xft60b9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    width: 100%;
    padding: 1rem 0;
}

.navbar-brand[b-r9xft60b9a] {
    font-weight: bold;
    font-size: 24px;
    color: white !important;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navbar-brand .logo-icon[b-r9xft60b9a] {
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
    padding: .25rem;
}

.navbar-nav .nav-link[b-r9xft60b9a] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
}

.navbar-nav .nav-link i[b-r9xft60b9a] {
    font-size: 12px;
    margin-left: 5px;
}

.navbar-actions[b-r9xft60b9a] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar-actions i[b-r9xft60b9a] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
}

.navbar-toggler[b-r9xft60b9a] {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem 0.75rem;
    background: transparent;
}

.navbar-toggler:focus[b-r9xft60b9a] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    outline: none;
}

.navbar-toggler-icon[b-r9xft60b9a] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
}

@media (max-width: 991px) {
    .navbar-collapse[b-r9xft60b9a] {
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        margin-top: 15px;
        padding: 1rem;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.show[b-r9xft60b9a] {
        display: block;
    }

    .navbar-collapse.collapse:not(.show)[b-r9xft60b9a] {
        display: none;
    }

    .navbar-nav[b-r9xft60b9a] {
        flex-direction: column;
        width: 100%;
        margin-bottom: 1rem;
    }

    .navbar-nav .nav-item[b-r9xft60b9a] {
        width: 100%;
        text-align: center;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav .nav-item:last-child[b-r9xft60b9a] {
        border-bottom: none;
    }

    .navbar-nav .nav-link[b-r9xft60b9a] {
        margin: 0;
        padding: 0.75rem 1rem;
        display: block;
    }

    .navbar-actions[b-r9xft60b9a] {
        justify-content: center;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .main-nav[b-r9xft60b9a] {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .navbar-collapse[b-r9xft60b9a] {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }

    .navbar-toggler[b-r9xft60b9a] {
        display: none;
    }
}

.lng-select span[b-r9xft60b9a] {
    cursor: pointer;
    text-decoration: underline;
}

.lng-select[b-r9xft60b9a] {
    font-size: 1rem;
    font-weight: bold;
}
/* _content/MitNetFrontend/Components/Layout/TabShellComponent.razor.rz.scp.css */
.tabshell-container[b-xja3skrkt4] {
    height: 100%;
}

.tabshell-container .tabshell-header .tabshell-header-item[b-xja3skrkt4] {
    padding-right: 0.5rem;
}
/* _content/MitNetFrontend/Components/Layout/ToolbarComponent.razor.rz.scp.css */
.toolbar-container .toolbar-container-action-bar[b-3bsyf7lzzc] {
    position: absolute;
    z-index: 1000;
    width: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0rem;
    gap: 0px;
}

.toolbar-container .toolbar-container-content[b-3bsyf7lzzc] {
    position: relative;
    margin-left: 40px;
    padding: 1rem;
}
/* _content/MitNetFrontend/Components/Layout/ToolbarItemComponent.razor.rz.scp.css */
.btn-toolbar[b-8rfukn8eb1] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0.5rem .75rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
                rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

    .btn-toolbar icon-container[b-8rfukn8eb1] {
        width: 100%;
        aspect-ratio: 1 / 1;
        text-align: center;
    }
/* _content/MitNetFrontend/Components/Renderer/HtmlElement.razor.rz.scp.css */
.html-editor-separator-color[b-77eyh78q5f] {
    background-color: var(--color-primary);
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    width: 60%;
    height: 4px;
}
.html-editor-space-small[b-77eyh78q5f] {
    height: 1rem;
}

.html-editor-space-large[b-77eyh78q5f] {
    height: 3rem;
}

.align-start[b-77eyh78q5f] {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
}

.align-center[b-77eyh78q5f] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.align-end[b-77eyh78q5f] {
    text-align: end;
    margin-left: auto;
    margin-right: 0;
}

.align-block[b-77eyh78q5f] {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}
/* _content/MitNetFrontend/Components/Structure/RoutesComponent.razor.rz.scp.css */
/* _content/MitNetFrontend/Components/Structure/SessionInitializationComponent.razor.rz.scp.css */
/* _content/MitNetFrontend/Components/Structure/ThemeComponent.razor.rz.scp.css */
/* _content/MitNetFrontend/Pages/LandingPage.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-94vp3z48gf] {
    height: 100vh;
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
    display: flex;
    align-items: center;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.hero-background[b-94vp3z48gf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease-in-out;
}

.hero-background.video[b-94vp3z48gf] {
    background: #000;
}

.hero-video[b-94vp3z48gf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content[b-94vp3z48gf] {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
}

.hero-subtitle[b-94vp3z48gf] {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.8);
}

.hero-title[b-94vp3z48gf] {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-title .highlight[b-94vp3z48gf] {
    color: var(--primary-blue);
}

.hero-description[b-94vp3z48gf] {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

.hero-buttons[b-94vp3z48gf] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-custom[b-94vp3z48gf] {
    background-color: var(--primary-background-color-active);
    border: none;
    padding: 12px 30px;
    border-radius: var(--default-border-radius);
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-primary-custom:hover[b-94vp3z48gf] {
    background-color: var(--primary-background-color-active-hover);
    color: white;
    transform: translateY(-2px);
}

.btn-secondary-custom[b-94vp3z48gf] {
    background-color: transparent;
    border: 2px solid white;
    padding: 10px 30px;
    border-radius: var(--default-border-radius);
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-secondary-custom:hover[b-94vp3z48gf] {
    background-color: white;
    color: var(--primary-background-color);
}

/* Hero Navigation */
.hero-nav[b-94vp3z48gf] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(255,255,255,0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.hero-nav:hover[b-94vp3z48gf] {
    background: rgba(255,255,255,0.3);
}

.hero-nav.prev[b-94vp3z48gf] {
    left: 30px;
}

.hero-nav.next[b-94vp3z48gf] {
    right: 30px;
}

/* Features Section */
.features-section[b-94vp3z48gf] {
    position: relative;
    padding: 1rem;
    background: transparent;
}

#scrollingtest[b-94vp3z48gf] {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media(min-width: 992px) {
    .features-section[b-94vp3z48gf] {
        padding: 0;
        transform: translatey(-50%);
    }
    #scrollingtest[b-94vp3z48gf] {
        margin-bottom: 4rem !important;
        margin-top: -100px !important;
    }
}

.feature-card[b-94vp3z48gf] {
    background: white;
    padding: 40px 30px;
    border-radius: var(--default-border-radius);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.feature-card:hover[b-94vp3z48gf] {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.feature-icon[b-94vp3z48gf] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h4[b-94vp3z48gf] {
    margin-bottom: 1rem;
}

.feature-title[b-94vp3z48gf] {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-gray);
    margin: 0;
}

/* Media Controls */
.media-controls[b-94vp3z48gf] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}

.media-btn[b-94vp3z48gf] {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
}

.media-btn.active[b-94vp3z48gf] {
    background: var(--primary-blue);
}

.media-btn:hover[b-94vp3z48gf] {
    background: rgba(255,255,255,0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title[b-94vp3z48gf] {
        font-size: 2.5rem;
    }

    .hero-buttons[b-94vp3z48gf] {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-nav[b-94vp3z48gf] {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .hero-nav.prev[b-94vp3z48gf] {
        left: 15px;
    }

    .hero-nav.next[b-94vp3z48gf] {
        right: 15px;
    }

    .navbar-nav[b-94vp3z48gf] {
        text-align: center;
        padding: 20px 0;
    }

    .navbar-actions[b-94vp3z48gf] {
        justify-content: center;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .hero-title[b-94vp3z48gf] {
        font-size: 2rem;
    }

    .feature-card[b-94vp3z48gf] {
        margin-bottom: 30px;
    }
}

/* Hero content positioning to account for navbar */
.hero-content[b-94vp3z48gf] {
    padding-top: 120px;
}

@media (max-width: 768px) {
    .hero-content[b-94vp3z48gf] {
        padding-top: 100px;
    }
}

.slide-container[b-94vp3z48gf] {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease;
}

.slide-container img[b-94vp3z48gf],
.slide-container video[b-94vp3z48gf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animation classes */
.slide-in-right[b-94vp3z48gf] {
    transform: translateX(100%);
    animation: slideInRight-b-94vp3z48gf 0.5s forwards;
}

.slide-out-left[b-94vp3z48gf] {
    transform: translateX(0);
    animation: slideOutLeft-b-94vp3z48gf 0.5s forwards;
}

.slide-in-left[b-94vp3z48gf] {
    transform: translateX(-100%);
    animation: slideInLeft-b-94vp3z48gf 0.5s forwards;
}

.slide-out-right[b-94vp3z48gf] {
    transform: translateX(0);
    animation: slideOutRight-b-94vp3z48gf 0.5s forwards;
}

/* Keyframes */
@keyframes slideInRight-b-94vp3z48gf {
    from { transform: translateX(100%); opacity: 1; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutLeft-b-94vp3z48gf {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: 1; }
}

@keyframes slideInLeft-b-94vp3z48gf {
    from { transform: translateX(-100%); opacity: 1; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight-b-94vp3z48gf {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 1; }
}
/* _content/MitNetFrontend/Pages/Layout/EmptyLayout.razor.rz.scp.css */
/* _content/MitNetFrontend/Pages/Layout/LoginLayout.razor.rz.scp.css */
.public-page-container[b-5m1squx2zb] {
    display: flex;
    justify-content: flex-start;
    height: 100vh;
}

    .public-page-container .public-page-container-left[b-5m1squx2zb] {
        display: none;
    }

    .public-page-container .public-page-container-right[b-5m1squx2zb] {
        border-left: unset;
        max-width: 600px;
        max-height: 100%;
        text-align: end;
        overflow: auto;
        padding: 1rem;
        width: 100%;
        transition: max-width ease-in-out 0.5s;
    }

@media (min-width: 800px)
{
    .public-page-container .public-page-container-left[b-5m1squx2zb] {
        display: unset;
        flex: 1;
        background-image: url('images/login/background.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .public-page-container .public-page-container-right[b-5m1squx2zb] {
        border-left: 2px solid var(--primary-border-color);
        background: none;
        padding: 2rem;
    }
}

@media (min-width: 1920px) {
    .public-page-container .public-page-container-right[b-5m1squx2zb] {
        max-width: 800px;
    }
}
/* _content/MitNetFrontend/Pages/Layout/MainLayout.razor.rz.scp.css */
.main-container[b-e8achynk4y] {
    min-height: 100dvh;
    display: flex;
    flex-flow: nowrap;
    gap: 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}


    .main-container .main-container-left[b-e8achynk4y] {
        overflow: auto;
        min-width: fit-content;
    }

    .main-container .main-container-right[b-e8achynk4y] {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0px;
    }

        .main-container .main-container-right .main-container-right-body[b-e8achynk4y] {
            position: relative;
            flex: 1;
            overflow: hidden;
        }

.main-loader-overlay[b-e8achynk4y] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000060;
    z-index: 9998;
}

    .main-loader-overlay .main-loader-container[b-e8achynk4y] {
        width: fit-content;
    }

        .main-loader-overlay .main-loader-container .main-loader-container-content[b-e8achynk4y] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .main-loader-overlay .main-loader-container .main-loader-container-content .loader[b-e8achynk4y] {
                width: 80px;
                height: 80px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                align-items: center;
                position: relative;
                background: var(--primary-dark-color);
                border: 1px solid var(--primary-border-color);
                box-sizing: border-box;
                animation: flipX-b-e8achynk4y 5s linear infinite;
            }

                .main-loader-overlay .main-loader-container .main-loader-container-content .loader-text[b-e8achynk4y] {
                    color: var(--primary-font-color);
                    box-sizing: border-box;
                    margin-top: 2rem;
                }

@keyframes flipX-b-e8achynk4y {
    0% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    12.5% {
        transform: perspective(200px) rotateX(180deg) rotateY(0deg);
    }

    25% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    37.5% {
        transform: perspective(200px) rotateX(0deg) rotateY(180deg);
    }

    50% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    62.5% {
        transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
    }

    75% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }

    87.5% {
        transform: perspective(200px) rotateX(0deg) rotateY(-180deg);
    }
}
/* _content/MitNetFrontend/Pages/Structure/App.razor.rz.scp.css */
#components-reconnect-modal[b-8mhf69jmod] {
    display: none;
    position: fixed;
    background-color: #00000033;
    z-index: 9999;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

    #components-reconnect-modal.components-reconnect-show[b-8mhf69jmod] {
        display: flex !important;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

.connection-lost-container[b-8mhf69jmod] {
    background-color: var(--error-background-color);
    color: var(--error-color);
    border-color: var(--error-color);
    box-shadow: 0 -1px 2px var(--error-background-color);
    padding: 1rem;
    border-radius: var(--default-border-radius);
    text-align: center;
    max-width: 400px;
    font-family: 'inter';
    z-index: 9999;
}

    .connection-lost-container .icon[b-8mhf69jmod] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        color: var(--error-color);
    }

    .connection-lost-container h5[b-8mhf69jmod] {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .connection-lost-container p[b-8mhf69jmod] {
        font-size: 0.5rem;
        margin-bottom: 0.75rem;
    }

    .connection-lost-container .reload-button[b-8mhf69jmod] {
        background-color: var(--error-color);
        color: var(--error-background-color);
        border: 1px solid var(--error-background-color);
    }

        .connection-lost-container .reload-button:hover[b-8mhf69jmod] {
            background-color: var(--error-background-color);
            color: var(--error-color);
            border-color: var(--error-color);
        }

#blazor-error-ui[b-8mhf69jmod] {
    background-color: var(--error-background-color);
    color: var(--error-color);
    border-color: var(--error-color);
    box-shadow: 0 -1px 2px var(--error-background-color);
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.35rem 0.625rem 0.35rem 1.625rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

    #blazor-error-ui .dismiss[b-8mhf69jmod] {
        cursor: pointer;
        position: absolute;
        right: 0.375rem;
        top: 0.25rem;
    }

@media (min-width: 800px) {
    .connection-lost-container[b-8mhf69jmod] {
        padding: 2rem;
    }

        .connection-lost-container .icon[b-8mhf69jmod] {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .connection-lost-container h5[b-8mhf69jmod] {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .connection-lost-container p[b-8mhf69jmod] {
            font-size: 1rem;
            margin-bottom: 1.5rem;
        }

    #blazor-error-ui[b-8mhf69jmod] {
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    }

        #blazor-error-ui .dismiss[b-8mhf69jmod] {
            right: 0.75rem;
            top: 0.5rem;
        }
}
/* _content/MitNetFrontend/Pages/Structure/ErrorPage.razor.rz.scp.css */
