/* _content/GloriousHeretics/Shared/MainLayout.razor.rz.scp.css */
.page[b-i6m32lg16s] {
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
}

main[b-i6m32lg16s] {
    flex: 1;
}

.sidebar[b-i6m32lg16s] {
    background-image: linear-gradient(90deg, #62087b 95%, #000000 96%, #000000 97%, #dcab6c 98%);
}

.top-row[b-i6m32lg16s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i6m32lg16s]  a, .top-row .btn-link[b-i6m32lg16s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i6m32lg16s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1040.98px) {
    .top-row:not(.auth)[b-i6m32lg16s] {
        display: none;
    }

    main[b-i6m32lg16s] {
        display:contents;
    }

    .sidebar[b-i6m32lg16s] {
        background-image: linear-gradient(180deg, #62087b 95%, #000000 96%, #000000 97%, #dcab6c 98%);
    }

    .top-row.auth[b-i6m32lg16s] {
        justify-content: space-between;
    }

    .top-row a[b-i6m32lg16s], .top-row .btn-link[b-i6m32lg16s] {
        margin-left: 0;
    }
}

@media (min-width: 1041px) {
    .page[b-i6m32lg16s] {
        flex-direction: row;
    }

    .sidebar[b-i6m32lg16s] {
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i6m32lg16s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-i6m32lg16s], article[b-i6m32lg16s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GloriousHeretics/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-21m15x0cgq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-21m15x0cgq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar[b-21m15x0cgq] {
    padding-top: 0px;
    margin: 0px;
}

.navbar-brand[b-21m15x0cgq] {
    font-size: 2.0rem;
    font-family: Hammerhead;
    vertical-align: middle;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #44AA44;
    padding: 0px;
    margin: 0px;
}

.oi[b-21m15x0cgq] {
    color: #dcab6c;
    width: 2rem;
    font-size: 1.8rem;
    vertical-align: text-top;
    top: -2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.nav-item[b-21m15x0cgq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-21m15x0cgq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-21m15x0cgq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-21m15x0cgq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-21m15x0cgq]  a.active {
    background-color: rgba(0,0,0,0.25);
    color: white;
}

.nav-item[b-21m15x0cgq]  a:hover {
    background-color: rgba(0,0,0,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-21m15x0cgq] {
        display: none;
    }

    .collapse[b-21m15x0cgq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
