/* /Pages/Deduping.razor.rz.scp.css */
.deduping-page[b-uuea8xvejh] {
    border: 8px solid #b42318;
    border-radius: 6px;
    min-height: calc(100vh - 7rem);
    padding: 1rem;
}

.deduping-mode-banner[b-uuea8xvejh] {
    background-color: #b42318;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: -1rem -1rem 1rem;
    padding: 0.85rem 1rem;
    text-align: center;
}

.deduping-layout[b-uuea8xvejh] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
}

.deduping-main[b-uuea8xvejh] {
    min-width: 0;
}

.deduping-main h3[b-uuea8xvejh] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.deduping-form[b-uuea8xvejh] {
    margin-bottom: 1rem;
    max-width: 42rem;
}

.deduping-input-row[b-uuea8xvejh] {
    align-items: stretch;
    display: flex;
    gap: 0.75rem;
}

.deduping-input[b-uuea8xvejh] {
    flex: 1 1 auto;
    font-size: 1.35rem;
    min-height: 3.4rem;
}

.deduping-submit[b-uuea8xvejh] {
    flex: 0 0 9rem;
    font-size: 1.1rem;
    min-height: 3.4rem;
}

.deduping-result[b-uuea8xvejh] {
    align-items: center;
    border: 4px solid transparent;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 20rem;
    padding: 1.5rem;
    text-align: center;
}

.deduping-result-title[b-uuea8xvejh] {
    font-size: 5.75rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.95;
    text-transform: uppercase;
}

.deduping-result-instruction[b-uuea8xvejh] {
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 0.55rem;
    text-transform: uppercase;
}

.deduping-result-detail[b-uuea8xvejh] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 1rem;
    overflow-wrap: anywhere;
}

.deduping-result-ready[b-uuea8xvejh] {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #243447;
}

.deduping-result-accepted[b-uuea8xvejh] {
    background-color: #0f8a3b;
    border-color: #075f28;
    color: #fff;
}

.deduping-result-rejected[b-uuea8xvejh] {
    background-color: #c81e1e;
    border-color: #8d1111;
    color: #fff;
}

.deduping-result-invalid[b-uuea8xvejh] {
    background-color: #f59e0b;
    border-color: #b45309;
    color: #201402;
}

.deduping-history[b-uuea8xvejh] {
    border-left: 1px solid #d1d5db;
    padding-left: 1.25rem;
}

.deduping-history h4[b-uuea8xvejh] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.deduping-history-empty[b-uuea8xvejh] {
    color: #667085;
    font-size: 0.95rem;
}

.deduping-history-list[b-uuea8xvejh] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.deduping-history-item[b-uuea8xvejh] {
    border-left: 0.45rem solid;
    border-radius: 6px;
    padding: 0.75rem 0.8rem;
}

.deduping-history-item.accepted[b-uuea8xvejh] {
    background-color: #ecfdf3;
    border-color: #15803d;
}

.deduping-history-item.rejected[b-uuea8xvejh] {
    background-color: #fef2f2;
    border-color: #dc2626;
}

.deduping-history-result[b-uuea8xvejh] {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
}

.deduping-history-isbn[b-uuea8xvejh] {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.deduping-history-normalized[b-uuea8xvejh] {
    color: #344054;
    font-size: 0.92rem;
    font-weight: 600;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.deduping-history-time[b-uuea8xvejh] {
    color: #475467;
    font-size: 0.88rem;
    margin-top: 0.2rem;
}

@media (max-width: 900px) {
    .deduping-layout[b-uuea8xvejh] {
        grid-template-columns: 1fr;
    }

    .deduping-history[b-uuea8xvejh] {
        border-left: 0;
        border-top: 1px solid #d1d5db;
        padding-left: 0;
        padding-top: 1rem;
    }

    .deduping-result-title[b-uuea8xvejh] {
        font-size: 4.25rem;
    }

    .deduping-result-instruction[b-uuea8xvejh] {
        font-size: 3.5rem;
    }
}

@media (max-width: 640px) {
    .deduping-page[b-uuea8xvejh] {
        border-width: 6px;
        padding: 0.75rem;
    }

    .deduping-mode-banner[b-uuea8xvejh] {
        margin: -0.75rem -0.75rem 0.75rem;
    }

    .deduping-input-row[b-uuea8xvejh] {
        flex-direction: column;
    }

    .deduping-submit[b-uuea8xvejh] {
        flex-basis: auto;
        width: 100%;
    }

    .deduping-result-title[b-uuea8xvejh] {
        font-size: 3.25rem;
    }

    .deduping-result-instruction[b-uuea8xvejh] {
        font-size: 2.65rem;
    }
}
/* /Pages/RecordScan.razor.rz.scp.css */
.receive-page[b-49cp3et1ht] {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 23rem);
}

.receive-main[b-49cp3et1ht] {
    min-width: 0;
    max-width: 42rem;
    width: 100%;
}

.sort-route[b-49cp3et1ht] {
    background: #eff6ff;
    border: 0.2rem solid #1d4ed8;
    border-radius: 0.75rem;
    box-shadow: 0 0.35rem 0.8rem rgb(15 23 42 / 12%);
    padding: 1.1rem 1.25rem;
}

.sort-route-label[b-49cp3et1ht] {
    color: #1e3a8a;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sort-route-name[b-49cp3et1ht] {
    color: #172554;
    font-size: clamp(2.1rem, 7vw, 4.25rem);
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.sort-route-instruction[b-49cp3et1ht] {
    color: #1e3a8a;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 0.45rem;
}

.sort-route-metadata[b-49cp3et1ht] {
    color: #334155;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    font-weight: 600;
    gap: 0.35rem 1rem;
    margin-top: 0.75rem;
}

.receive-history[b-49cp3et1ht] {
    border-left: 1px solid #d1d5db;
    padding-left: 1.25rem;
}

.receive-history h4[b-49cp3et1ht] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.receive-history-empty[b-49cp3et1ht] {
    color: #667085;
    font-size: 0.95rem;
}

.receive-history-list[b-49cp3et1ht] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.receive-history-item[b-49cp3et1ht] {
    border-left: 0.45rem solid;
    border-radius: 6px;
    padding: 0.75rem 0.8rem;
}

.receive-history-item.success[b-49cp3et1ht] {
    background-color: #ecfdf3;
    border-color: #15803d;
}

.receive-history-item.error[b-49cp3et1ht] {
    background-color: #fef2f2;
    border-color: #dc2626;
}

.receive-history-item.warning[b-49cp3et1ht] {
    background-color: #fffbeb;
    border-color: #d97706;
}

.receive-history-item.info[b-49cp3et1ht] {
    background-color: #eff6ff;
    border-color: #2563eb;
}

.receive-history-result[b-49cp3et1ht] {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
}

.receive-history-value[b-49cp3et1ht] {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.receive-history-detail[b-49cp3et1ht] {
    color: #344054;
    font-size: 0.92rem;
    font-weight: 600;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.receive-history-time[b-49cp3et1ht] {
    color: #475467;
    font-size: 0.88rem;
    margin-top: 0.2rem;
}

@media (max-width: 900px) {
    .receive-page[b-49cp3et1ht] {
        grid-template-columns: 1fr;
    }

    .receive-history[b-49cp3et1ht] {
        border-left: 0;
        border-top: 1px solid #d1d5db;
        padding-left: 0;
        padding-top: 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-snfefjgk3b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-snfefjgk3b] {
    flex: 1;
}

.sidebar[b-snfefjgk3b] {
    background-image: linear-gradient(154deg, #008fe2 0, #00b29c 100%) !important;
}

.top-row[b-snfefjgk3b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-snfefjgk3b]  a, .top-row .btn-link[b-snfefjgk3b] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-snfefjgk3b] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-snfefjgk3b] {
        display: none;
    }

    .top-row.auth[b-snfefjgk3b] {
        justify-content: space-between;
    }

    .top-row a[b-snfefjgk3b], .top-row .btn-link[b-snfefjgk3b] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-snfefjgk3b] {
        flex-direction: row;
    }

    .sidebar[b-snfefjgk3b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-snfefjgk3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-snfefjgk3b], article[b-snfefjgk3b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-logo[b-c2wpa7m53j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 3.5rem;
}

.nav-logo-content[b-c2wpa7m53j] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0.75rem 0 1rem;
    width: 100%;
}

.nav-logo-image[b-c2wpa7m53j] {
    display: block;
    max-height: 2.25rem;
    max-width: 12.5rem;
}

.navbar-toggler[b-c2wpa7m53j] {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.nav-menu[b-c2wpa7m53j] {
    padding: 0.75rem;
}

.nav-menu-list[b-c2wpa7m53j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-item[b-c2wpa7m53j],
.nav-group[b-c2wpa7m53j] {
    font-size: 0.95rem;
}

.nav-menu-list[b-c2wpa7m53j]  .nav-link,
.nav-section[b-c2wpa7m53j] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 0.75rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.nav-menu-list[b-c2wpa7m53j]  .nav-link:hover,
.nav-section:hover[b-c2wpa7m53j] {
    background-color: rgba(255, 255, 255, 0.11);
    color: #fff;
}

.nav-menu-list[b-c2wpa7m53j]  .nav-link.active,
.nav-section.active-section[b-c2wpa7m53j] {
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.92);
    color: #fff;
    font-weight: 600;
}

.nav-icon[b-c2wpa7m53j] {
    flex: 0 0 1.25rem;
    font-size: 1rem;
    text-align: center;
    top: 0;
    width: 1.25rem;
}

.nav-text[b-c2wpa7m53j] {
    flex: 1;
    min-width: 0;
}

.report-chevron[b-c2wpa7m53j] {
    flex: 0 0 auto;
    font-size: 0.75rem;
    opacity: 0.72;
    top: 0;
    width: auto;
}

.nav-children[b-c2wpa7m53j] {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin: 0.25rem 0 0.35rem 1.35rem;
    padding-left: 0.65rem;
}

.nav-children[b-c2wpa7m53j]  .nav-child-link {
    font-size: 0.88rem;
    min-height: 2.35rem;
    padding-left: 0.6rem;
}

.nav-child-marker[b-c2wpa7m53j] {
    background-color: currentColor;
    border-radius: 999px;
    flex: 0 0 0.35rem;
    height: 0.35rem;
    opacity: 0.8;
    width: 0.35rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c2wpa7m53j] {
        display: none;
    }

    .collapse[b-c2wpa7m53j] {
        display: block;
    }
}
/* /Shared/Toast.razor.rz.scp.css */
.toast[b-lb288c1i3v] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1400;
    position: fixed;
    width: 25rem;
    max-width: calc(100vw - 2rem);
    bottom: 1.5rem;
    border-radius: 1rem;
    left: calc(250px + 2rem);
}

.toast.toast-inline[b-lb288c1i3v] {
    margin-top: 1rem;
    max-width: 100%;
    position: static;
    width: 100%;
}

.toast-icon[b-lb288c1i3v] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body[b-lb288c1i3v] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.toast-body p[b-lb288c1i3v] {
    margin-bottom: 0;
}

.toast-visible[b-lb288c1i3v] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-lb288c1i3v 1.5s;
}

@keyframes fadein-b-lb288c1i3v {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 640.98px) {
    .toast[b-lb288c1i3v] {
        bottom: 1rem;
        left: 1rem;
        width: calc(100vw - 2rem);
    }
}
