/* _content/OpSec_Website/Pages/Index.razor.rz.scp.css */
body[b-tdra7885fj] {
    font-size:1rem;
}

.sitecontainer[b-tdra7885fj]{
    width:60%;
    height:90vh;    
    margin-left:20%;
    margin-right:20%;
    margin-top:5vh;
    margin-bottom:5vh;
}

.navcontainer[b-tdra7885fj]{
    display:flex;
    flex-direction:row;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

.navbutton[b-tdra7885fj]{
    border:none;
    background-color:white;
    color:black;
    margin-right:20px;
    font-size:1.2rem;
    padding:8px;
}

    .navbutton:hover[b-tdra7885fj] {
        cursor: pointer;
        color: darkred;
        background-color: #f2f2f2;
    }

@media (max-width: 768px) {
    .sitecontainer[b-tdra7885fj]{
        width:90vw;
        height:100vh;
        margin-left:5vw;
        margin-right:5vw;
    }

    .navcontainer[b-tdra7885fj] {
        display: flex;
        flex-direction: column;
    }

    .navbutton[b-tdra7885fj] {
    }
}
/* _content/OpSec_Website/Shared/MainLayout.razor.rz.scp.css */
.page[b-pcjy12menx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pcjy12menx] {
    flex: 1;
}

.sidebar[b-pcjy12menx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pcjy12menx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pcjy12menx]  a, .top-row .btn-link[b-pcjy12menx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pcjy12menx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pcjy12menx] {
        display: none;
    }

    .top-row.auth[b-pcjy12menx] {
        justify-content: space-between;
    }

    .top-row a[b-pcjy12menx], .top-row .btn-link[b-pcjy12menx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pcjy12menx] {
        flex-direction: row;
    }

    .sidebar[b-pcjy12menx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pcjy12menx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pcjy12menx], article[b-pcjy12menx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
