/* _content/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dogws41mj6] {
    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-dogws41mj6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Components/Pages/SyncHealth.razor.rz.scp.css */
.sync-health-shell[b-wf7mzl9srb] {
    max-width: 100%;
    overflow-x: hidden;
    padding: 1rem 2rem 1.5rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-header {
    margin-bottom: 1.125rem;
}

.sync-health-header-icon[b-wf7mzl9srb],
.sync-health-empty-icon[b-wf7mzl9srb] {
    align-items: center;
    background: #edf6fd;
    border-radius: .5rem;
    color: #0085ca;
    display: flex;
    flex: 0 0 auto;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-header-actions {
    flex-wrap: wrap;
    gap: .625rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-loading-panel,
.sync-health-shell[b-wf7mzl9srb]  .sync-health-empty-panel,
.sync-health-shell[b-wf7mzl9srb]  .sync-health-filter-panel,
.sync-health-shell[b-wf7mzl9srb]  .sync-health-table-panel {
    border-color: #e6e9ef;
    border-radius: .5rem;
    margin-bottom: 1rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-empty-panel {
    min-height: 12rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-summary-grid {
    margin-bottom: 1rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-summary-card {
    align-items: center;
    border-color: #e6e9ef;
    border-radius: .5rem;
    display: flex;
    gap: 1rem;
    min-height: 6rem;
    padding: 1.125rem;
}

.sync-health-summary-icon[b-wf7mzl9srb] {
    align-items: center;
    border-radius: .5rem;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.sync-health-summary-icon-info[b-wf7mzl9srb] { background: #eaf5fc; color: #0085ca; }
.sync-health-summary-icon-success[b-wf7mzl9srb] { background: #eaf8ef; color: #12a150; }
.sync-health-summary-icon-warning[b-wf7mzl9srb] { background: #fff4df; color: #e69a00; }
.sync-health-summary-icon-error[b-wf7mzl9srb] { background: #fff0f0; color: #c62828; }

.sync-health-shell[b-wf7mzl9srb]  .sync-health-filter-panel {
    padding: .875rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-filter-actions {
    align-items: center;
    display: flex;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-filter-select {
    margin-top: .25rem !important;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-table-panel {
    max-width: 100%;
    overflow: hidden;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-section-header {
    gap: 1rem;
    padding: 1rem 1rem .75rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-selection-summary {
    display: block;
    margin-top: .25rem;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-table-actions {
    flex: 0 0 auto;
    flex-wrap: wrap;
}

.sync-health-table-scroll[b-wf7mzl9srb] {
    border-top: 1px solid #eef1f5;
    overflow-x: auto;
}

.sync-health-table[b-wf7mzl9srb] {
    border-collapse: collapse;
    font-size: .8125rem;
    min-width: 76rem;
    table-layout: fixed;
    width: 100%;
}

.sync-health-table th[b-wf7mzl9srb],
.sync-health-table td[b-wf7mzl9srb] {
    border-bottom: 1px solid #eef1f5;
    color: #243047;
    overflow: hidden;
    padding: .6875rem .75rem;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.sync-health-table th[b-wf7mzl9srb] {
    background: #fbfcfe;
    font-weight: 600;
    white-space: nowrap;
}

.sync-health-table tr:hover td[b-wf7mzl9srb] {
    background: #fbfdff;
}

.sync-health-table th:nth-child(1)[b-wf7mzl9srb] { width: 3rem; }
.sync-health-table th:nth-child(2)[b-wf7mzl9srb] { width: 7rem; }
.sync-health-table th:nth-child(3)[b-wf7mzl9srb],
.sync-health-table th:nth-child(4)[b-wf7mzl9srb] { width: 12rem; }
.sync-health-table th:nth-child(5)[b-wf7mzl9srb] { width: 13rem; }
.sync-health-table th:nth-child(6)[b-wf7mzl9srb] { width: 8rem; }
.sync-health-table th:nth-child(7)[b-wf7mzl9srb] { width: 5rem; }
.sync-health-table th:nth-child(8)[b-wf7mzl9srb] { width: 9rem; }
.sync-health-table th:nth-child(9)[b-wf7mzl9srb] { width: 12rem; }
.sync-health-table th:nth-child(10)[b-wf7mzl9srb] { width: 6rem; }

.sync-health-record-name[b-wf7mzl9srb] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sync-health-muted[b-wf7mzl9srb] {
    color: #667085;
    font-size: .75rem;
    margin-top: .1875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sync-health-error[b-wf7mzl9srb] {
    color: #c62828 !important;
    white-space: nowrap;
}

.sync-health-row-actions[b-wf7mzl9srb] {
    text-align: right !important;
}

.sync-health-empty-cell[b-wf7mzl9srb] {
    color: #667085 !important;
    padding: 2rem !important;
    text-align: center !important;
}

.sync-health-shell[b-wf7mzl9srb]  .sync-health-pager {
    padding: .75rem .875rem;
}

@media (max-width: 960px) {
    .sync-health-shell[b-wf7mzl9srb] {
        padding: 1rem;
    }

    .sync-health-shell[b-wf7mzl9srb]  .sync-health-header,
    .sync-health-shell[b-wf7mzl9srb]  .sync-health-section-header {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: .75rem;
    }

    .sync-health-shell[b-wf7mzl9srb]  .sync-health-header-actions,
    .sync-health-shell[b-wf7mzl9srb]  .sync-health-table-actions {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .sync-health-shell[b-wf7mzl9srb] {
        padding: .75rem;
    }

    .sync-health-shell[b-wf7mzl9srb]  .sync-health-header-actions,
    .sync-health-shell[b-wf7mzl9srb]  .sync-health-table-actions {
        align-items: stretch !important;
        flex-direction: column !important;
    }
}
/* _content/Components/Pages/SyncHealthRecord.razor.rz.scp.css */
.sync-record-shell[b-1ohf11748u] {
    max-width: 100%;
    overflow-x: hidden;
    padding: 1rem 2rem 1.5rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-breadcrumbs {
    margin: 0 0 .625rem;
    padding: 0;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-header {
    margin-bottom: 1.125rem;
}

.sync-record-header-icon[b-1ohf11748u] {
    align-items: center;
    background: #edf6fd;
    border-radius: .5rem;
    color: #0085ca;
    display: flex;
    flex: 0 0 auto;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-loading-panel,
.sync-record-shell[b-1ohf11748u]  .sync-record-route-panel,
.sync-record-shell[b-1ohf11748u]  .sync-record-comparison-panel,
.sync-record-shell[b-1ohf11748u]  .sync-record-summary-card {
    border-color: #e6e9ef;
    border-radius: .5rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-loading-panel,
.sync-record-shell[b-1ohf11748u]  .sync-record-route-panel,
.sync-record-shell[b-1ohf11748u]  .sync-record-comparison-panel {
    margin-bottom: 1rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-summary-grid {
    margin-bottom: 1rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-summary-card {
    align-items: center;
    display: flex;
    gap: 1rem;
    min-height: 6rem;
    padding: 1.125rem;
}

.sync-record-summary-icon[b-1ohf11748u] {
    align-items: center;
    border-radius: .5rem;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.sync-record-summary-icon-info[b-1ohf11748u] { background: #eaf5fc; color: #0085ca; }
.sync-record-summary-icon-success[b-1ohf11748u] { background: #eaf8ef; color: #2e7d32; }
.sync-record-summary-icon-warning[b-1ohf11748u] { background: #fff4df; color: #d98200; }
.sync-record-summary-icon-error[b-1ohf11748u] { background: #fff0f0; color: #c62828; }
.sync-record-summary-icon-neutral[b-1ohf11748u] { background: #f1f4f8; color: #5f6b7a; }

.sync-record-shell[b-1ohf11748u]  .sync-record-route-panel {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 1.125rem;
}

.sync-record-route-copy[b-1ohf11748u],
.sync-record-route-meta[b-1ohf11748u] {
    align-items: center;
    display: flex;
}

.sync-record-route-copy[b-1ohf11748u] {
    gap: 1.25rem;
    min-width: 0;
}

.sync-record-party[b-1ohf11748u] {
    display: grid;
    min-width: 12rem;
}

.sync-record-party span[b-1ohf11748u],
.sync-record-route-meta span[b-1ohf11748u] {
    color: #667085;
    font-size: .75rem;
}

.sync-record-party strong[b-1ohf11748u],
.sync-record-route-meta strong[b-1ohf11748u] {
    color: #1f2a44;
    font-size: .9375rem;
    font-weight: 600;
}

.sync-record-party small[b-1ohf11748u] {
    color: #7a8699;
    font-size: .75rem;
    margin-top: .125rem;
}

.sync-record-route-arrow[b-1ohf11748u] {
    align-items: center;
    background: #f4f8fc;
    border-radius: 999px;
    color: #0085ca;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.sync-record-route-meta[b-1ohf11748u] {
    gap: 1.5rem;
}

.sync-record-route-meta > div[b-1ohf11748u] {
    display: grid;
    min-width: 8rem;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-comparison-panel {
    overflow: hidden;
}

.sync-record-shell[b-1ohf11748u]  .sync-record-comparison-header {
    gap: 1rem;
    padding: 1rem 1.125rem;
}

.sync-record-converged[b-1ohf11748u] {
    align-items: center;
    background: #f2fbf5;
    border: 1px solid #b8e2c5;
    border-radius: .5rem;
    display: flex;
    gap: .75rem;
    margin: 0 1.125rem 1rem;
    padding: .875rem 1rem;
}

.sync-record-converged-icon[b-1ohf11748u] {
    align-items: center;
    background: #def4e5;
    border-radius: 999px;
    color: #2e7d32;
    display: flex;
    flex: 0 0 auto;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.sync-record-converged strong[b-1ohf11748u],
.sync-record-converged span[b-1ohf11748u] {
    display: block;
}

.sync-record-converged strong[b-1ohf11748u] {
    color: #1f5e32;
    font-size: .875rem;
}

.sync-record-converged span[b-1ohf11748u] {
    color: #477255;
    font-size: .8125rem;
    margin-top: .125rem;
}

.sync-record-comparison-sections[b-1ohf11748u] {
    background: #f8fafc;
    border-top: 1px solid #eef1f5;
    display: grid;
    gap: 1rem;
    padding: 1rem 1.125rem 1.125rem;
}

.sync-record-comparison-section[b-1ohf11748u] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .5rem;
    overflow: hidden;
}

.sync-record-comparison-section > header[b-1ohf11748u] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .875rem 1rem;
}

.sync-record-comparison-section h2[b-1ohf11748u],
.sync-record-comparison-section p[b-1ohf11748u] {
    margin: 0;
}

.sync-record-comparison-section h2[b-1ohf11748u] {
    color: #1f2a44;
    font-size: .9375rem;
    font-weight: 600;
}

.sync-record-comparison-section p[b-1ohf11748u] {
    color: #667085;
    font-size: .75rem;
    margin-top: .1875rem;
}

.sync-record-comparison-empty[b-1ohf11748u] {
    align-items: center;
    border-top: 1px solid #eef1f5;
    color: #667085;
    display: flex;
    gap: .5rem;
    justify-content: center;
    min-height: 5rem;
    padding: 1.25rem;
}

.sync-record-comparison-empty[b-1ohf11748u]  .mud-icon-root {
    color: #2e7d32;
}

.sync-record-comparison-table-wrap[b-1ohf11748u] {
    border-top: 1px solid #eef1f5;
    overflow-x: auto;
}

.sync-record-comparison-table[b-1ohf11748u] {
    border-collapse: collapse;
    font-size: .8125rem;
    min-width: 56rem;
    table-layout: fixed;
    width: 100%;
}

.sync-record-comparison-table th[b-1ohf11748u],
.sync-record-comparison-table td[b-1ohf11748u] {
    border-bottom: 1px solid #eef1f5;
    padding: .75rem 1rem;
    text-align: left;
    vertical-align: top;
}

.sync-record-comparison-table th[b-1ohf11748u] {
    background: #fbfcfe;
    color: #475467;
    font-weight: 600;
}

.sync-record-comparison-table th:first-child[b-1ohf11748u] {
    width: 32%;
}

.sync-record-comparison-table tr:last-child td[b-1ohf11748u] {
    border-bottom: 0;
}

.sync-record-comparison-table tr.is-different td[b-1ohf11748u] {
    background: #fffdf7;
}

.sync-record-comparison-field[b-1ohf11748u] {
    align-items: flex-start;
    display: flex;
    gap: .625rem;
}

.sync-record-comparison-field strong[b-1ohf11748u],
.sync-record-comparison-field span[b-1ohf11748u] {
    display: block;
}

.sync-record-comparison-field strong[b-1ohf11748u] {
    color: #25324a;
}

.sync-record-comparison-field span[b-1ohf11748u] {
    color: #7a8699;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .6875rem;
    margin-top: .1875rem;
    overflow-wrap: anywhere;
}

.sync-record-comparison-value[b-1ohf11748u] {
    background: #f8fafc;
    border: 1px solid #e7ebf0;
    border-radius: .375rem;
    color: #344054;
    min-height: 2.25rem;
    overflow-wrap: anywhere;
    padding: .5rem .625rem;
    white-space: pre-wrap;
}

.sync-record-comparison-value.is-changed[b-1ohf11748u] {
    background: #fff7e6;
    border-color: #f3c875;
    color: #7a4d00;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .sync-record-shell[b-1ohf11748u]  .sync-record-route-panel {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 960px) {
    .sync-record-shell[b-1ohf11748u] {
        padding: 1rem;
    }

    .sync-record-shell[b-1ohf11748u]  .sync-record-header,
    .sync-record-shell[b-1ohf11748u]  .sync-record-comparison-header {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: .75rem;
    }
}

@media (max-width: 600px) {
    .sync-record-shell[b-1ohf11748u] {
        padding: .75rem;
    }

    .sync-record-route-copy[b-1ohf11748u],
    .sync-record-route-meta[b-1ohf11748u] {
        align-items: stretch;
        flex-direction: column;
    }

    .sync-record-party[b-1ohf11748u],
    .sync-record-route-meta > div[b-1ohf11748u] {
        min-width: 0;
    }

    .sync-record-route-arrow[b-1ohf11748u] {
        transform: rotate(90deg);
    }

    .sync-record-comparison-sections[b-1ohf11748u] {
        padding: .75rem;
    }

    .sync-record-comparison-section > header[b-1ohf11748u] {
        align-items: flex-start;
    }
}
