/* _content/SuurlandOutdoor/Shared/MainLayout.razor.rz.scp.css */
.page[b-6n0u8qzc8e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-6n0u8qzc8e] {
    flex: 1;
}

.sidebar[b-6n0u8qzc8e] {
    background: rgb(36,0,0);
    background: linear-gradient(321deg, rgba(36,0,0,1) 0%, rgba(0,0,0,0.8575805322128851) 35%, rgba(255,0,0,1) 100%);
}

.top-row[b-6n0u8qzc8e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
}
    .top-row .logo[b-6n0u8qzc8e] {
        height: 50px;
        position: absolute;
        left: 36px;
    }

    .top-row[b-6n0u8qzc8e]  a, .top-row .btn-link[b-6n0u8qzc8e] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6n0u8qzc8e] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6n0u8qzc8e] {
        display: none;
    }

    .top-row.auth[b-6n0u8qzc8e] {
        justify-content: space-between;
    }

    .top-row a[b-6n0u8qzc8e], .top-row .btn-link[b-6n0u8qzc8e] {
        margin-left: 0;
    }
    .top-row[b-6n0u8qzc8e] {
        background-color: none;
    }
}

@media (min-width: 641px) {
    .page[b-6n0u8qzc8e] {
        flex-direction: row;
    }

    .sidebar[b-6n0u8qzc8e] {
        width: 60px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6n0u8qzc8e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-6n0u8qzc8e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.melding-acc[b-6n0u8qzc8e] {
    background-color: deeppink;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 25px;
}
.melding-dev[b-6n0u8qzc8e] {
    background-color: darkblue;
    color: #fff;
    text-align: center;
    font-weight: bold;
    height: 25px;
}
/* _content/SuurlandOutdoor/Shared/NavMenu.razor.rz.scp.css */
svg.iconify[b-orrdz16j69] {
    font-size: 23px;
}
.navbar-toggler[b-orrdz16j69] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-orrdz16j69] {
    height: 5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.logo-mobiel[b-orrdz16j69]{
    position:absolute;
    height:30px;
    top:10px;
    left:15px;
}

.navbar-brand[b-orrdz16j69] {
    font-size: 1.1rem;
    padding-top: 0px;
}

.oi[b-orrdz16j69] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-orrdz16j69] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-orrdz16j69] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-orrdz16j69] {
        padding-bottom: 1rem;
    }

    .nav-item[b-orrdz16j69]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-orrdz16j69]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-orrdz16j69]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-orrdz16j69] {
        display: none;
    }

    .collapse[b-orrdz16j69] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    div.navbar[b-orrdz16j69] {
        padding:0px;
    }
}
