/* /Components/SyncStatusIndicator.razor.rz.scp.css */
.sync-status[b-jk2d1gxl9y] {
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-075def5a32] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-075def5a32] {
    flex: 1;
}

.sidebar[b-075def5a32] {
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 70%);
}

.top-row[b-075def5a32] {
    border-bottom: 1px solid var(--highlight-secondary);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-075def5a32]  a, .top-row[b-075def5a32]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-075def5a32]  a:hover, .top-row[b-075def5a32]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-075def5a32]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-075def5a32] {
        justify-content: space-between;
    }

        .top-row[b-075def5a32]  a, .top-row[b-075def5a32]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-075def5a32] {
        flex-direction: row;
    }

    .sidebar[b-075def5a32] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-075def5a32] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-075def5a32]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-075def5a32], article[b-075def5a32] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9z5l0m5uzu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9z5l0m5uzu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9z5l0m5uzu] {
    font-size: 1.1rem;
}

.bi[b-9z5l0m5uzu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-people-fill-nav-menu[b-9z5l0m5uzu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-clock-fill-nav-menu[b-9z5l0m5uzu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z'/%3E%3C/svg%3E");
}

.nav-item[b-9z5l0m5uzu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9z5l0m5uzu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9z5l0m5uzu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9z5l0m5uzu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-9z5l0m5uzu]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-9z5l0m5uzu]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-9z5l0m5uzu] {
        display: none;
    }

    .collapse[b-9z5l0m5uzu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-9z5l0m5uzu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        /* Lay out as a column so the footer (sync + user) sticks to the bottom. */
        display: flex;
        flex-direction: column;
    }
}
/* /Pages/RollCall.razor.rz.scp.css */
.list-group-item.marked[b-596dzd4492] {
    border-left: 4px solid var(--bs-secondary, #6c757d);
}

/* Share the row with the status filter buttons; wrap below them when space runs out. */
.search-input[b-596dzd4492] {
    flex: 1 1 16rem;
    width: auto;
}
