@import '_content/Ascension.Frontend.Authorization/Ascension.Frontend.Authorization.9l95yiejuo.bundle.scp.css';
@import '_content/Ascension.Frontend.Common/Ascension.Frontend.Common.qjrmdt7gp6.bundle.scp.css';
@import '_content/Ascension.Frontend.Profile/Ascension.Frontend.Profile.pvk6mkqd8d.bundle.scp.css';
@import '_content/Ascension.Frontend.QuizzEditor/Ascension.Frontend.QuizzEditor.qll2z9k5g2.bundle.scp.css';
@import '_content/Ascension.Frontend.QuizzGame/Ascension.Frontend.QuizzGame.lovddq0hil.bundle.scp.css';
@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Ascension.Platforms.Frontend.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eevw83bz51] {
    width: 100dvw;
    height: 100dvh;
    overflow: auto;
}

.center-content[b-eevw83bz51] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-layout[b-eevw83bz51] {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-areas: 'side-menu page-content';
}

.side-menu[b-eevw83bz51] {
    z-index: 1000;
    grid-area: side-menu;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.page-content[b-eevw83bz51] {
    grid-area: page-content;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
}

#blazor-error-ui[b-eevw83bz51] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-eevw83bz51] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@media (max-width: 900px) {
    .auth-layout[b-eevw83bz51] {
        grid-template-areas: 'page-content page-content';
    }

    .side-menu[b-eevw83bz51] {
        position: absolute;
    }

        .side-menu.my-invisible[b-eevw83bz51] {
            pointer-events: none;
        }
}
/* _content/Ascension.Platforms.Frontend.WebApp/Components/Layout/ModalManager.razor.rz.scp.css */
.set-modal-layout[b-tb4ym7czv1] {
    max-height: calc(100dvh - 150px);
    position: relative;
    overflow: hidden;
}
/* _content/Ascension.Platforms.Frontend.WebApp/Components/Layout/SideMenu/SideMenuButton.razor.rz.scp.css */
.side-menu-button[b-oewgk4af10] {
    width: 100%;
    transition-duration: 0.3s;
}

.mobile-invisible[b-oewgk4af10] {
    display: default;
}

@media screen and (max-width: 900px) {
    .mobile-invisible[b-oewgk4af10] {
        display: none;
    }
}
/* _content/Ascension.Platforms.Frontend.WebApp/Components/Layout/SideMenu/SideMenuComponent.razor.rz.scp.css */

.side-menu-size[b-jyn84r3x65] {
    height: 100%;
    width: 100%;
    position: relative;
}

.side-menu-layout[b-jyn84r3x65] {
    z-index: 0;
    left: 0;
    top: 0;
    display: grid;
    grid-template-rows: 100px 1fr;
    grid-template-areas: 'title' 'buttons';
    background: linear-gradient(0.25turn, #ffffff 75%, #8080ff );
    transition-duration: 0.3s;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.switch-button[b-jyn84r3x65] {
    display: none;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    user-select: none;
    cursor: pointer;
}

.side-menu-content[b-jyn84r3x65] {
    grid-area: buttons;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
    height: 100%;
}

.ascension-title[b-jyn84r3x65] {
    grid-area: title;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
}

.side-menu-layout.my-invisible[b-jyn84r3x65] {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .side-menu-layout.my-invisible[b-jyn84r3x65] {
        width: 0;
        height: 0;
    }

    .switch-button[b-jyn84r3x65] {
        background-image: url("./images/menu.svg");
        background-size: 100% 100%;
        pointer-events: all;
        display: block;
        z-index: 1000;
        position: absolute;
        left: 10px;
        top: 10px;
        opacity: 0.5;
        width: 40px;
        height: 40px;
        user-select: none;
        cursor: pointer;
    }
}
