/* _content/MeetRecordingsOrganizer/Shared/MainLayout.razor.rz.scp.css */
.page[b-b4jjlai93y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b4jjlai93y] {
    flex: 1;
}

.sidebar[b-b4jjlai93y] {
    background-color: #003366;
}

.top-row[b-b4jjlai93y] {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-b4jjlai93y]  a, .top-row .btn-link[b-b4jjlai93y] {
    white-space: nowrap;
    margin-left: 1.5rem;
    color: #0066CC;
}

.top-row[b-b4jjlai93y]  a:hover {
    color: #004C99;
}

.top-row a:first-child[b-b4jjlai93y] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b4jjlai93y] {
        display: none;
    }

    .top-row.auth[b-b4jjlai93y] {
        justify-content: space-between;
    }

    .top-row a[b-b4jjlai93y], .top-row .btn-link[b-b4jjlai93y] {
        margin-left: 0;
    }

    .sidebar[b-b4jjlai93y] {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .page[b-b4jjlai93y] {
        flex-direction: row;
    }

    .sidebar[b-b4jjlai93y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b4jjlai93y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-b4jjlai93y], article[b-b4jjlai93y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MeetRecordingsOrganizer/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ebfqmwnkgj] {
    background-color: rgba(0, 102, 204, 0.2);
    border-color: rgba(0, 102, 204, 0.5);
}

.top-row[b-ebfqmwnkgj] {
    height: 3.5rem;
    background-color: #003366;
}

.navbar-brand[b-ebfqmwnkgj] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #FFFFFF !important;
}

.oi[b-ebfqmwnkgj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ebfqmwnkgj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-ebfqmwnkgj] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ebfqmwnkgj] {
    padding-bottom: 1rem;
}

.nav-item[b-ebfqmwnkgj]  a {
    color: #d7d7d7;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: all 0.2s ease;
}

.nav-item[b-ebfqmwnkgj]  a.active {
    background-color: #0066CC;
    color: white;
}

.nav-item[b-ebfqmwnkgj]  a:hover {
    background-color: rgba(0, 102, 204, 0.3);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ebfqmwnkgj] {
        display: none;
    }

    .collapse[b-ebfqmwnkgj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ebfqmwnkgj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
