/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ym147j53nd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ym147j53nd] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-ym147j53nd] {
    background: #1d3b70;
}

.mobile-drawer-header[b-ym147j53nd],
.mobile-nav-toggle[b-ym147j53nd],
.mobile-nav-backdrop[b-ym147j53nd] {
    display: none;
}

.top-row[b-ym147j53nd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    min-height: 4.25rem;
    display: flex;
    align-items: center;
}

.header-brand[b-ym147j53nd] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 0 0 225px;
    gap: .55rem;
    line-height: 1.05;
}

.site-logo[b-ym147j53nd] {
    height: 3.35rem;
    object-fit: contain;
    width: 3.35rem;
}

.header-brand-copy[b-ym147j53nd] {
    display: flex;
    flex-direction: column;
}

.header-brand-copy strong[b-ym147j53nd] {
    color: #153f37;
}

.header-brand-copy > span[b-ym147j53nd] {
    color: #65736f;
    font-size: .68rem;
    margin-top: .15rem;
}

.marriage-clock[b-ym147j53nd] {
    color: #7d2528;
    flex: 0 1 34rem;
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.25;
    margin-right: .75rem;
}

.mobile-brand[b-ym147j53nd] {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
}

.mobile-brand img[b-ym147j53nd] {
    height: 2.4rem;
    object-fit: contain;
    width: 2.4rem;
}

.signed-in-user[b-ym147j53nd] {
    margin-left: auto;
    color: #40504b;
    font-size: .88rem;
    white-space: nowrap;
}

.anonymous-workspace-label[b-ym147j53nd] {
    margin-left: auto;
    color: #65736f;
}

    .top-row[b-ym147j53nd]  a, .top-row[b-ym147j53nd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ym147j53nd]  a:hover, .top-row[b-ym147j53nd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ym147j53nd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .sidebar[b-ym147j53nd] {
        background: #1d3b70;
        bottom: 0;
        box-shadow: 8px 0 28px rgba(0, 0, 0, .34);
        left: 0;
        max-width: 86vw;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-105%);
        transition: transform .18s ease-out;
        width: 20rem;
        z-index: 1201;
    }

    .mobile-nav-open .sidebar[b-ym147j53nd] {
        transform: translateX(0);
    }

    .mobile-drawer-header[b-ym147j53nd] {
        align-items: center;
        color: white;
        display: flex;
        justify-content: space-between;
        min-height: 3.5rem;
        padding: .55rem .75rem .55rem 1rem;
    }

    .mobile-nav-close[b-ym147j53nd] {
        align-items: center;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: .3rem;
        color: white;
        display: inline-flex;
        font-size: 1.75rem;
        height: 2.5rem;
        justify-content: center;
        line-height: 1;
        width: 2.75rem;
    }

    .mobile-nav-toggle[b-ym147j53nd] {
        align-items: center;
        background: #153f59;
        border: 0;
        border-radius: .3rem;
        color: white;
        display: inline-flex;
        flex: 0 0 2.75rem;
        font-size: 1.6rem;
        height: 2.65rem;
        justify-content: center;
        line-height: 1;
        padding: 0;
        width: 2.75rem;
    }

    .mobile-nav-backdrop[b-ym147j53nd] {
        background: rgba(4, 18, 33, .55);
        border: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1200;
    }

    .mobile-nav-open .mobile-nav-backdrop[b-ym147j53nd] {
        display: block;
    }

    .top-row[b-ym147j53nd] {
        justify-content: space-between;
        gap: .55rem;
        min-height: 4.65rem;
        padding-left: .65rem !important;
        padding-right: .65rem !important;
    }

    .top-row[b-ym147j53nd]  a, .top-row[b-ym147j53nd]  .btn-link {
        margin-left: 0;
    }

    .header-brand[b-ym147j53nd] {
        flex-basis: auto;
    }

    .header-brand-copy[b-ym147j53nd] {
        display: none;
    }

    .marriage-clock[b-ym147j53nd] {
        flex: 1 1 auto;
        font-size: .65rem;
        margin-right: auto;
        max-width: 28rem;
    }

    .workspace-search[b-ym147j53nd] {
        display: none;
    }

    article[b-ym147j53nd] {
        padding-left: .75rem !important;
        padding-right: .75rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-ym147j53nd] {
        flex-direction: row;
    }

    .sidebar[b-ym147j53nd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ym147j53nd] {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
        padding-left: .75rem !important;
        padding-right: 1rem !important;
    }

    .top-row.auth[b-ym147j53nd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-ym147j53nd] {
        margin-top: 4.25rem;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 641px) and (max-width: 1180px) {
    .header-brand[b-ym147j53nd] {
        flex-basis: 190px;
    }

    .marriage-clock[b-ym147j53nd] {
        font-size: .66rem;
        max-width: 24rem;
    }
}

#blazor-error-ui[b-ym147j53nd] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ym147j53nd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-mq6u5zn40z] {
    font-size: 1.1rem;
    color: #f7fbff !important;
    font-weight: 700;
}

[b-mq6u5zn40z] .nav-link {
    color: #f1f7ff !important;
    display: flex;
    align-items: center;
    gap: .72rem;
    min-height: 2.55rem;
    padding: .55rem .85rem;
    border-left: 3px solid transparent;
}

[b-mq6u5zn40z] .nav-link:hover { background: rgba(255,255,255,.10); color: #fff !important; }
[b-mq6u5zn40z] .nav-link.active { background: rgba(255,255,255,.16); border-left-color: #91d9ff; color: #fff !important; }
.nav-icon[b-mq6u5zn40z] { display:inline-flex; width:1.25rem; height:1.25rem; align-items:center; justify-content:center; color:#d7efff; font-size:1.08rem; font-weight:700; flex:0 0 1.25rem; }

.bi[b-mq6u5zn40z] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-mq6u5zn40z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-mq6u5zn40z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-mq6u5zn40z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-mq6u5zn40z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mq6u5zn40z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mq6u5zn40z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mq6u5zn40z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-mq6u5zn40z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mq6u5zn40z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mq6u5zn40z] {
    display: block;
    background: #1d3b70;
    height: 100%;
    overflow-y: auto;
}

.nav-group[b-mq6u5zn40z] {
    border-top: 1px solid rgba(255,255,255,.09);
}

.nav-group summary[b-mq6u5zn40z] {
    align-items: center;
    color: #f1f7ff;
    cursor: pointer;
    display: flex;
    font-weight: 650;
    gap: .72rem;
    list-style: none;
    min-height: 2.8rem;
    padding: .65rem .85rem;
}

.nav-group summary[b-mq6u5zn40z]::-webkit-details-marker {
    display: none;
}

.nav-group summary[b-mq6u5zn40z]::after {
    content: "›";
    margin-left: auto;
    transform: rotate(90deg);
    transition: transform .15s ease;
}

.nav-group:not([open]) summary[b-mq6u5zn40z]::after {
    transform: rotate(0);
}

[b-mq6u5zn40z] .nav-group .nav-link {
    min-height: 2.25rem;
    padding-bottom: .42rem;
    padding-left: 3rem;
    padding-top: .42rem;
}

[b-mq6u5zn40z] .primary-link {
    font-weight: 700;
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-mq6u5zn40z] {
        overflow-y: auto;
    }

    [b-mq6u5zn40z] .nav-link,
    .nav-group summary[b-mq6u5zn40z] {
        min-height: 3rem;
    }
}

@media (min-width: 641px) {
    .nav-scrollable[b-mq6u5zn40z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* The application header is fixed over the full viewport. Keep the
           first navigation row below it so Dashboard is never obscured. */
        box-sizing: border-box;
        height: 100vh;
        overflow-y: auto;
        padding-top: 3.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fj2eaqd9x7],
.components-reconnect-repeated-attempt-visible[b-fj2eaqd9x7],
.components-reconnect-failed-visible[b-fj2eaqd9x7],
.components-pause-visible[b-fj2eaqd9x7],
.components-resume-failed-visible[b-fj2eaqd9x7],
.components-rejoining-animation[b-fj2eaqd9x7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-retrying[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-failed[b-fj2eaqd9x7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fj2eaqd9x7] {
    display: block;
}


#components-reconnect-modal[b-fj2eaqd9x7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fj2eaqd9x7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fj2eaqd9x7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fj2eaqd9x7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fj2eaqd9x7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fj2eaqd9x7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fj2eaqd9x7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fj2eaqd9x7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fj2eaqd9x7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fj2eaqd9x7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fj2eaqd9x7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fj2eaqd9x7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fj2eaqd9x7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fj2eaqd9x7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fj2eaqd9x7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fj2eaqd9x7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fj2eaqd9x7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fj2eaqd9x7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fj2eaqd9x7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/SyncLog.razor.rz.scp.css */
.sync-log-filters input[b-i7sm4iyidx] {
    border: 1px solid #bccbc5;
    border-radius: 8px;
    padding: .65rem;
    background: #fff;
}

.sync-log-filters button[b-i7sm4iyidx] {
    min-height: 44px;
}

.routine-times[b-i7sm4iyidx] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.sync-run-table td[b-i7sm4iyidx] {
    vertical-align: top;
    min-width: 125px;
}

.sync-run-table td:first-child[b-i7sm4iyidx],
.sync-run-table td:last-child[b-i7sm4iyidx] {
    min-width: 210px;
}

.sync-run-table td small[b-i7sm4iyidx] {
    margin-top: .3rem;
    white-space: normal;
}

@media (max-width: 700px) {
    .sync-log-filters[b-i7sm4iyidx] {
        align-items: stretch;
    }
}
