/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-tb20z8mbao] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.header-bar[b-tb20z8mbao] {
    display: flex;
    background-image: linear-gradient(to right, orange, yellow);
    border-bottom: 2.5px solid black;
    align-items: center;
}

    .header-bar h1[b-tb20z8mbao] {
        color: black;
    }

    .header-bar[b-tb20z8mbao]  a {
        margin-left: auto;
        margin-right: 30px;
        color: black;
    }

    .header-bar button[b-tb20z8mbao] {
        margin-left: auto;
        margin-right: 30px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: black;
        border: none;
        background: none;
        cursor: pointer;
        padding: 0;
    }

.home-button[b-tb20z8mbao] {
    margin-left: 20px;
}

.content[b-tb20z8mbao] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/Background.png");
    flex-grow: 100;
    flex-wrap: nowrap;
}

.footer[b-tb20z8mbao] {
    margin-top: auto;
}

    .footer ul[b-tb20z8mbao] {
        list-style: none;
        word-spacing: 1em;
        background-image: linear-gradient(to right, orange, yellow);
        padding: 15px 15px;
        border-bottom: 2.5px solid black;
        text-align: center;
    }

    .footer li[b-tb20z8mbao] {
        display: inline-block;
    }

    .footer a[b-tb20z8mbao] {
        color: black;
        padding: 10px 10px;
    }

.webgl[b-tb20z8mbao] {
    width: 100%;
    height: 100%;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nb98q4ftxw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nb98q4ftxw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nb98q4ftxw] {
    font-size: 1.1rem;
}

.oi[b-nb98q4ftxw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nb98q4ftxw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nb98q4ftxw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nb98q4ftxw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nb98q4ftxw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nb98q4ftxw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nb98q4ftxw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nb98q4ftxw] {
        display: none;
    }

    .collapse[b-nb98q4ftxw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
