/* _content/eSchoolSystem/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rwmgqb6b22] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rwmgqb6b22] {
    flex: 1;
}

.sidebar[b-rwmgqb6b22] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rwmgqb6b22] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rwmgqb6b22]  a, .top-row .btn-link[b-rwmgqb6b22] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rwmgqb6b22] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rwmgqb6b22] {
        display: none;
    }

    .top-row.auth[b-rwmgqb6b22] {
        justify-content: space-between;
    }

    .top-row a[b-rwmgqb6b22], .top-row .btn-link[b-rwmgqb6b22] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rwmgqb6b22] {
        flex-direction: row;
    }

    .sidebar[b-rwmgqb6b22] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rwmgqb6b22] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rwmgqb6b22], article[b-rwmgqb6b22] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/eSchoolSystem/Components/Layout/NavigationMenu.razor.rz.scp.css */
*[b-rhjqynczpk] {
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;
    font-family: 'Nunito',sans-serif;
}

body[b-rhjqynczpk] {
    background: #00008B;/*#f2f2f2;*/
}

div a[b-rhjqynczpk] {
    text-decoration: none;
}

    div a:hover[b-rhjqynczpk] {
        color: white;
    }

nav[b-rhjqynczpk] {
    background: #00008B; /*#1b1b1b;*/
}

    nav[b-rhjqynczpk]:after {
        content: '';
        clear: both;
        display: table;
    }

    nav .logo[b-rhjqynczpk] {
        float: left;
        color: white;
        font-size: 27px;
        font-weight: 600;
        line-height: 50px;
        padding-left: 10px;
    }

    nav ul[b-rhjqynczpk] {
        float: right;
        list-style: none;
        margin: 0px 10px 0px 0px;
        position: relative;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 999;
    }

        nav ul li[b-rhjqynczpk] {
            float: left;
            display: inline-block;
            background: #00008B; /*#1b1b1b;*/
            margin: 0 5px;
        }

            nav ul li a[b-rhjqynczpk] {
                color: white;
                text-decoration: none;
                line-height: 50px;
                font-size: 14px;
                padding: 8px;
            }

                nav ul li a:hover[b-rhjqynczpk] {
                    color: cyan;
                    border-radius: 5px;
                    box-shadow: 0 0 5px #33ffff, 0 0 5px #66ffff;
                    text-decoration: none;
                }

        nav ul ul li a:hover[b-rhjqynczpk] {
            color: cyan;
            box-shadow: none;
        }

        nav ul ul[b-rhjqynczpk] {
            position: absolute;
            top: 90px;
            border-top: 3px solid cyan;
            opacity: 0;
            visibility: hidden;
            transition: top .3s;
        }

            nav ul ul ul[b-rhjqynczpk] {
                border-top: none;
            }

        nav ul li:hover > ul[b-rhjqynczpk] {
            top: 50px;
            opacity: 1;
            visibility: visible;
        }

        nav ul ul li[b-rhjqynczpk] {
            position: relative;
            margin: 0px;
            width: 150px;
            float: none;
            display: list-item;
            border-bottom: 1px solid rgba(78, 116, 241, 0.3);
        }

            nav ul ul li a[b-rhjqynczpk] {
                line-height: 50px;
            }

        nav ul ul ul li[b-rhjqynczpk] {
            position: relative;
            top: -50px;
            left: 150px;
        }

.fa-plus[b-rhjqynczpk] {
    margin-left: 40px;
    font-size: 15px;
}

.bi-plus[b-rhjqynczpk] {
    margin-left: 40px;
    font-size: 15px;
}

.show[b-rhjqynczpk], .icon[b-rhjqynczpk], input[b-rhjqynczpk] {
    display: none;
}

@media all and (max-width: 575px) {
    nav ul[b-rhjqynczpk] {
        margin-right: 0px;
        float: left;
    }

    nav .logo[b-rhjqynczpk] {
        padding-left: 5px;
        width: 100%;
    }

    nav ul li[b-rhjqynczpk], nav ul ul li[b-rhjqynczpk] {
        display: block;
        width: 100%
    }

    nav ul ul[b-rhjqynczpk] {
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }

        nav ul ul ul li[b-rhjqynczpk] {
            position: static;
        }

        nav ul ul a[b-rhjqynczpk] {
            padding-left: 40px;
        }

        nav ul ul li[b-rhjqynczpk] {
            border-bottom: 0px;
            border-bottom: 1px solid rgba(78, 116, 241, 0.3);
        }

        nav ul ul ul a[b-rhjqynczpk] {
            padding-left: 80px;
        }

    .show[b-rhjqynczpk] {
        display: block;
        color: white;
        font-size: 14px;
        padding: 0 20px;
        line-height: 50px;
        cursor: pointer;
    }

        .show:hover[b-rhjqynczpk] {
            color: cyan;
        }

    .icon[b-rhjqynczpk] {
        display: block;
        color: white;
        position: absolute;
        right: 10px;
        line-height: 50px;
        font-size: 25px;
        cursor: pointer;
    }

    nav ul li a:hover[b-rhjqynczpk] {
        box-shadow: none;
    }

    .show + a[b-rhjqynczpk], ul[b-rhjqynczpk] {
        display: none;
    }

    [id^=btn]:checked + ul[b-rhjqynczpk] {
        display: block;
    }
}

@media all and (max-width: 300px) {
    .icon[b-rhjqynczpk] {
        display: block;
        color: white;
        position: absolute;
        right: 2px;
        line-height: 50px;
        font-size: 25px;
        cursor: pointer;
    }
}
/* _content/eSchoolSystem/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0f9801kneo],
.components-reconnect-repeated-attempt-visible[b-0f9801kneo],
.components-reconnect-failed-visible[b-0f9801kneo],
.components-rejoining-animation[b-0f9801kneo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-retrying[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-failed[b-0f9801kneo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0f9801kneo] {
    display: block;
}


#components-reconnect-modal[b-0f9801kneo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0f9801kneo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0f9801kneo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0f9801kneo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0f9801kneo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0f9801kneo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0f9801kneo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0f9801kneo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0f9801kneo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0f9801kneo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0f9801kneo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0f9801kneo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0f9801kneo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0f9801kneo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0f9801kneo] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0f9801kneo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0f9801kneo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0f9801kneo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0f9801kneo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/eSchoolSystem/Components/Pages/Login.razor.rz.scp.css */
