/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c5wsyd9plo] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f7fb;
}

main[b-c5wsyd9plo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-c5wsyd9plo] {
    background: #0f172a;
    color: #cbd5e1;
}

/* Top bar — clean white with very subtle shadow */
.top-row[b-c5wsyd9plo] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e9f0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.top-row form[b-c5wsyd9plo] {
    margin: 0;
}

/* User chip — avatar + name pair */
.user-chip[b-c5wsyd9plo] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.3rem 0.85rem 0.3rem 0.3rem;
    background: #f1f5f9;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
}

.user-avatar[b-c5wsyd9plo] {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 1px 2px rgba(37, 99, 235, 0.25);
}

.user-name[b-c5wsyd9plo] {
    color: #1e293b;
    font-weight: 600;
    font-size: 0.88rem;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sign-out button */
.btn-sign-out[b-c5wsyd9plo] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    background: #ffffff;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.btn-sign-out:hover[b-c5wsyd9plo] {
    background: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
}

.sign-out-icon[b-c5wsyd9plo] {
    width: 0.95rem;
    height: 0.95rem;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23475569'%3E%3Cpath d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

.sign-in-link[b-c5wsyd9plo] {
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
}

.sign-in-link:hover[b-c5wsyd9plo] {
    text-decoration: underline;
}

@media (max-width: 1023.98px) {
    .top-row[b-c5wsyd9plo] {
        justify-content: space-between;
    }

    .user-name[b-c5wsyd9plo] {
        max-width: 8rem;
    }
}

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

    .sidebar[b-c5wsyd9plo] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        box-shadow: 1px 0 0 rgba(15, 23, 42, 0.08);
    }

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

    .top-row.auth[b-c5wsyd9plo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c5wsyd9plo], article[b-c5wsyd9plo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c5wsyd9plo] {
    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-c5wsyd9plo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* The account bar and content must shrink with the viewport. */
.top-row[b-c5wsyd9plo] { min-height: 4rem; height: auto; padding-block: .5rem; }
.user-chip[b-c5wsyd9plo] { min-width: 0; }
.user-avatar[b-c5wsyd9plo], .btn-sign-out[b-c5wsyd9plo] { flex-shrink: 0; }
.user-name[b-c5wsyd9plo] { min-width: 0; }
@media (max-width: 1023.98px) {
    .top-row[b-c5wsyd9plo] { gap: .5rem; }
    .top-row[b-c5wsyd9plo], article.content[b-c5wsyd9plo] { padding-left: 1rem !important; padding-right: 1rem !important; }
    .user-chip[b-c5wsyd9plo] { margin-left: auto; }
    .btn-sign-out[b-c5wsyd9plo] { min-height: 2.75rem; }
}
@media (max-width: 479.98px) {
    .top-row[b-c5wsyd9plo], article.content[b-c5wsyd9plo] { padding-left: .75rem !important; padding-right: .75rem !important; }
    .user-chip[b-c5wsyd9plo] { padding-right: .5rem; gap: .35rem; }
    .user-name[b-c5wsyd9plo] { max-width: 7rem; }
    .btn-sign-out[b-c5wsyd9plo] { padding-inline: .5rem; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Brand row at top of sidebar */
.brand-row[b-rjvwbpgimt] {
    min-height: 4rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.brand-link[b-rjvwbpgimt] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: #f8fafc;
    width: 100%;
}

.brand-link:hover[b-rjvwbpgimt] {
    color: #f8fafc;
}

.brand-logo[b-rjvwbpgimt] {
    /* lmlogo.png (04.09.2026): jeden plik, wariant na ciemne tło — „Logistic” białe, „LM” czerwone */
    display: block;
    height: 1.9rem;
    width: auto;
    max-width: 100%;
}

.brand-text[b-rjvwbpgimt] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 0;
}

.brand-name[b-rjvwbpgimt] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #f1f5f9;
    letter-spacing: 0.01em;
}

.brand-suffix[b-rjvwbpgimt] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 0.1rem;
}

/* Mobile navbar toggle */
.navbar-toggler[b-rjvwbpgimt] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28203, 213, 225, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.04);
}

.navbar-toggler:checked[b-rjvwbpgimt] {
    background-color: rgba(148, 163, 184, 0.2);
}

/* Nav items */
.nav[b-rjvwbpgimt] {
    padding: 0.85rem 0.6rem;
}

.nav-item[b-rjvwbpgimt] {
    font-size: 0.92rem;
    padding-bottom: 0.15rem;
}

.nav-item[b-rjvwbpgimt]  .nav-link {
    color: #cbd5e1;
    background: none;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 6px;
    height: 2.6rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    line-height: 1;
    width: 100%;
    padding: 0 0.85rem;
    font-weight: 500;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.nav-item[b-rjvwbpgimt]  .nav-link:hover {
    background-color: rgba(148, 163, 184, 0.08);
    color: #f1f5f9;
}

.nav-item[b-rjvwbpgimt]  a.active {
    background-color: rgba(56, 189, 248, 0.12);
    color: #ffffff;
    border-left-color: #38bdf8;
}

.nav-item[b-rjvwbpgimt]  a.active .nav-icon {
    opacity: 1;
}

/* Etykiety sekcji (redesign 29.08.2026): GŁÓWNE / CENNIKI / ... */
.nav-section[b-rjvwbpgimt] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
    padding: 1.05rem 0.85rem 0.35rem;
}

.nav-section:first-child[b-rjvwbpgimt] {
    padding-top: 0.35rem;
}

.nav-divider[b-rjvwbpgimt] {
    height: 1px;
    background: rgba(148, 163, 184, 0.12);
    margin: 0.6rem 0.85rem;
}

.nav-subgroup[b-rjvwbpgimt] {
    margin-top: -0.05rem;
    margin-bottom: 0.15rem;
    padding-left: 0.35rem;
    border-left: 1px solid rgba(148, 163, 184, 0.15);
    margin-left: 1.6rem;
}

.nav-item[b-rjvwbpgimt]  .nav-sub-link {
    height: 2.15rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #94a3b8;
    padding-left: 0.85rem;
    border-left-width: 0;
    border-radius: 4px;
}

.nav-item[b-rjvwbpgimt]  .nav-sub-link:hover {
    color: #e2e8f0;
    background-color: rgba(148, 163, 184, 0.06);
}

.nav-item[b-rjvwbpgimt]  .nav-sub-link.active {
    color: #ffffff;
    background-color: rgba(56, 189, 248, 0.1);
    border-left-color: transparent;
    font-weight: 600;
}

/* Icon container */
.nav-icon[b-rjvwbpgimt] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.78;
    flex-shrink: 0;
}

/* Per-item icons (Bootstrap-Icons-inspired silhouettes, single-color white) */
.ico-home[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%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");
}

.ico-customers[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.ico-parcels[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2 8.186 1.113zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961-2.404.961zm3.25 1.7-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464z'/%3E%3C/svg%3E");
}

.ico-pricelists[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3C/svg%3E");
}

.ico-extra-fees[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M13.442 2.558a1.914 1.914 0 0 0-2.707 0L2.558 10.735a1.914 1.914 0 0 0 0 2.707 1.914 1.914 0 0 0 2.707 0l8.177-8.177a1.914 1.914 0 0 0 0-2.707zM3.5 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm9 7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM3.5 3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm9 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

.ico-exchange-rates[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M11.534 1.36a.5.5 0 0 1 .706-.026l2.5 2.32a.5.5 0 0 1 0 .732l-2.5 2.32a.5.5 0 1 1-.68-.732L13.158 4.5H4.5a2.5 2.5 0 0 0 0 5H5a.5.5 0 0 1 0 1h-.5a3.5 3.5 0 1 1 0-7h8.658L11.56 2.066a.5.5 0 0 1-.026-.706z'/%3E%3Cpath d='M4.466 14.64a.5.5 0 0 1-.706.026l-2.5-2.32a.5.5 0 0 1 0-.732l2.5-2.32a.5.5 0 1 1 .68.732L2.842 11.5H11.5a2.5 2.5 0 0 0 0-5H11a.5.5 0 0 1 0-1h.5a3.5 3.5 0 1 1 0 7H2.842l1.598 1.434a.5.5 0 0 1 .026.706z'/%3E%3C/svg%3E");
}

.ico-intl-pallet[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM2.2 7.5a5.8 5.8 0 0 1 1.26-3.25c.52.26 1.13.47 1.8.62A14.7 14.7 0 0 0 5 7.5H2.2zm0 1h2.8c.03.93.13 1.82.3 2.63-.67.15-1.29.36-1.82.62A5.8 5.8 0 0 1 2.2 8.5zm2.04 4.01c.4-.17.86-.32 1.36-.43.26.88.63 1.61 1.09 2.09a6.02 6.02 0 0 1-2.45-1.66zM6 8.5h4c-.03.85-.13 1.65-.28 2.36A10.5 10.5 0 0 0 8 10.72c-.59 0-1.17.05-1.72.14A13.2 13.2 0 0 1 6 8.5zm0-1c.03-.85.13-1.65.28-2.36.55.09 1.13.14 1.72.14.59 0 1.17-.05 1.72-.14.15.71.25 1.51.28 2.36H6zm2 6.3c-.47 0-.98-.69-1.34-1.89.43-.06.88-.09 1.34-.09.46 0 .91.03 1.34.09C8.98 13.11 8.47 13.8 8 13.8zm0-9.52c-.46 0-.91-.03-1.34-.09C7.02 2.99 7.53 2.3 8 2.3c.47 0 .98.69 1.34 1.89-.43.06-.88.09-1.34.09zm1.31 9.89c.46-.48.83-1.21 1.09-2.09.5.11.96.26 1.36.43a6.02 6.02 0 0 1-2.45 1.66zm3.21-2.42c-.53-.26-1.15-.47-1.82-.62.17-.81.27-1.7.3-2.63h2.8a5.8 5.8 0 0 1-1.28 3.25zM11 7.5c-.03-.93-.13-1.82-.3-2.63.67-.15 1.28-.36 1.8-.62a5.8 5.8 0 0 1 1.3 3.25H11zM11.76 3.5c-.4.17-.86.32-1.36.43-.26-.88-.63-1.61-1.09-2.09 1 .23 1.86.82 2.45 1.66zM6.69 1.84c-.46.48-.83 1.21-1.09 2.09-.5-.11-.96-.26-1.36-.43a6.02 6.02 0 0 1 2.45-1.66z'/%3E%3C/svg%3E");
}

.ico-parcel-templates[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l6.154 2.461L14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6z'/%3E%3Cpath d='M11.5 8.5h3v1h-3v-1zm0 2h3v1h-3v-1zM1.5 1.5h4v1h-4v-1zm0 12h4v1h-4v-1z'/%3E%3C/svg%3E");
}

.ico-complaints[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/%3E%3Cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/%3E%3C/svg%3E");
}

.ico-messages[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-.5a.5.5 0 0 0-.5.5v.217l6.5 3.9 6.5-3.9V4a.5.5 0 0 0-.5-.5H2zm12.5 2.466-4.708 2.824L14.5 11.67V5.966zm-.034 6.423L8.775 8.91a1.5 1.5 0 0 1-1.55 0L1.534 12.39A.5.5 0 0 0 2 12.5h12a.5.5 0 0 0 .466-.111zM1.5 11.67l4.708-2.88L1.5 5.965v5.704z'/%3E%3C/svg%3E");
}

.ico-cms-files[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M4 0h5.293A1 1 0 0 1 10 .293L14.707 5a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5 1.5V5a1 1 0 0 0 1 1h3.5L9 1.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H5z'/%3E%3C/svg%3E");
}

.ico-invoices[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M5 0h6a2 2 0 0 1 2 2v12.5a.5.5 0 0 1-.777.416L10.5 13.768l-1.723 1.148a.5.5 0 0 1-.554 0L6.5 13.768l-1.723 1.148A.5.5 0 0 1 4 14.5V1a1 1 0 0 1 1-1zm1 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1H6zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1H6zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H6z'/%3E%3Cpath d='M2 2a2 2 0 0 1 1-1.732V13.5a1.5 1.5 0 0 0 2.332 1.248l.168-.112.168.112c.254.169.54.252.832.252H4a2 2 0 0 1-2-2V2z'/%3E%3C/svg%3E");
}

.ico-api[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2zm2 1.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zm2 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zM2 10a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-4zm2 1.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zm2 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
}

.ico-carriers[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zM3 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm0-3h2.5l-1.5-2H12v2z'/%3E%3C/svg%3E");
}

.ico-services[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z'/%3E%3C/svg%3E");
}

.ico-users[b-rjvwbpgimt] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cbd5e1'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.825-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z'/%3E%3C/svg%3E");
}

/* Scrollable area */
.nav-scrollable[b-rjvwbpgimt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rjvwbpgimt] {
    display: block;
}

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

    .nav-scrollable[b-rjvwbpgimt] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }

    /* Subtle scrollbar in the sidebar */
    .nav-scrollable[b-rjvwbpgimt]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-rjvwbpgimt]::-webkit-scrollbar-thumb {
        background: rgba(148, 163, 184, 0.25);
        border-radius: 3px;
    }

    .nav-scrollable[b-rjvwbpgimt]::-webkit-scrollbar-track {
        background: transparent;
    }
}

.navbar-toggler:focus-visible[b-rjvwbpgimt] { outline: 2px solid #93c5fd; outline-offset: 3px; }
@media (max-width: 1023.98px) {
    .brand-row[b-rjvwbpgimt] { padding-right: 5.5rem; }
    .navbar-toggler[b-rjvwbpgimt] { min-height: 2.75rem; }
    .nav-scrollable[b-rjvwbpgimt] { max-height: calc(100dvh - 4rem); overflow-y: auto; overscroll-behavior: contain; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e61recwe5g],
.components-reconnect-repeated-attempt-visible[b-e61recwe5g],
.components-reconnect-failed-visible[b-e61recwe5g],
.components-pause-visible[b-e61recwe5g],
.components-resume-failed-visible[b-e61recwe5g],
.components-rejoining-animation[b-e61recwe5g] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-retrying[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-failed[b-e61recwe5g],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e61recwe5g] {
    display: block;
}


#components-reconnect-modal[b-e61recwe5g] {
    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-e61recwe5g 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e61recwe5g 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e61recwe5g 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e61recwe5g]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e61recwe5g 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e61recwe5g {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e61recwe5g {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e61recwe5g {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e61recwe5g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e61recwe5g] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e61recwe5g] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e61recwe5g] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e61recwe5g] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e61recwe5g] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e61recwe5g] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e61recwe5g 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e61recwe5g] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e61recwe5g {
    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/Announcements.razor.rz.scp.css */
.announcement-actions[b-7hn6cxg7xt] { display:flex; flex-wrap:wrap; gap:.5rem; }
.announcement-actions .btn[b-7hn6cxg7xt] { white-space:normal; }
.announcements-table .record-primary[b-7hn6cxg7xt] { overflow-wrap:anywhere; }
.announcement-delete-dialog[b-7hn6cxg7xt] { max-width:34rem; }
.announcement-delete-name[b-7hn6cxg7xt] { overflow-wrap:anywhere; }
/* /Components/Pages/FuelFees.razor.rz.scp.css */
.fuel-tabs[b-brcrietlkk]{display:flex;gap:8px;border-bottom:1px solid #dce3ef;margin-bottom:20px;padding-bottom:10px;flex-wrap:wrap}.fuel-tabs button[b-brcrietlkk]{background:#fff;color:#35445c;border:1px solid #dce3ef;padding:12px 18px;border-radius:12px;font-weight:600}.fuel-tabs button.selected[b-brcrietlkk]{background:#17243b;color:white;border-color:#17243b}.source-toolbar[b-brcrietlkk]{display:flex;align-items:start;justify-content:space-between;gap:16px;flex-wrap:wrap}.source-toolbar label[b-brcrietlkk]{min-width:200px}.source-grid[b-brcrietlkk]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px;margin-top:16px}.source-card[b-brcrietlkk]{display:flex;flex-direction:column;gap:8px;min-width:0;overflow-wrap:anywhere;border:1px solid #dce3ef;border-radius:14px;padding:18px}.source-value[b-brcrietlkk]{font-size:1.5rem}.source-card p[b-brcrietlkk]{margin:0}.source-quote[b-brcrietlkk]{border-left:3px solid #537feb;padding:12px 16px;background:#f4f7fc;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:600px){.source-toolbar label[b-brcrietlkk]{width:100%}.fuel-tabs button[b-brcrietlkk]{flex:1;padding:10px}.source-card[b-brcrietlkk]{padding:16px}}
/* /Components/Pages/Invoices/InvoiceDispatch.razor.rz.scp.css */
.invoice-steps[b-u7aqzjin63] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.invoice-steps li[b-u7aqzjin63] {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .8rem .35rem .4rem;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: .9rem;
}

.invoice-steps li a[b-u7aqzjin63] {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: inherit;
    text-decoration: none;
}

.invoice-steps li span[b-u7aqzjin63] {
    display: inline-grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #eef2f7;
    font-weight: 700;
    font-size: .8rem;
}

.invoice-steps li.current[b-u7aqzjin63] {
    border-color: #2563eb;
    color: #1e3a8a;
    font-weight: 600;
}

.invoice-steps li.current span[b-u7aqzjin63] {
    background: #2563eb;
    color: #fff;
}

.invoice-steps li.done span[b-u7aqzjin63] {
    background: #dcfce7;
    color: #166534;
}

.candidate-toolbar[b-u7aqzjin63] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin: .75rem 0;
}

.dispatch-stats[b-u7aqzjin63] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: .75rem 0 0;
    font-variant-numeric: tabular-nums;
}

.dispatch-table td[b-u7aqzjin63],
.dispatch-table th[b-u7aqzjin63] {
    font-variant-numeric: tabular-nums;
}

.dispatch-table tbody tr[b-u7aqzjin63] {
    cursor: pointer;
}

.dispatch-table tr.row-selected[b-u7aqzjin63] {
    background: #f5f9ff;
}

.check-col[b-u7aqzjin63] {
    width: 2.5rem;
}

.check-col input[b-u7aqzjin63] {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
}

.ksef-number[b-u7aqzjin63] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .75rem;
    word-break: break-all;
}

.dispatch-actions[b-u7aqzjin63] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.action-card[b-u7aqzjin63] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    padding: 1rem;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #fbfcfe;
}

.action-card h2[b-u7aqzjin63] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    font-size: 1.05rem;
}

.inline-check[b-u7aqzjin63] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.confirm-box[b-u7aqzjin63] {
    width: 100%;
    padding: .8rem;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    background: #fffbeb;
}

.confirm-box .btn[b-u7aqzjin63] {
    margin-right: .4rem;
}

.result-list[b-u7aqzjin63] {
    margin: .4rem 0 0;
    padding-left: 1.1rem;
}
/* /Components/Pages/Invoices/InvoiceGenerators.razor.rz.scp.css */
.invoice-steps[b-itfjlndr53] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.invoice-steps li[b-itfjlndr53] {
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .8rem .35rem .4rem;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: .9rem;
}

.invoice-steps li a[b-itfjlndr53] {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: inherit;
    text-decoration: none;
}

.invoice-steps li span[b-itfjlndr53] {
    display: inline-grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #eef2f7;
    font-weight: 700;
    font-size: .8rem;
}

.invoice-steps li.current[b-itfjlndr53] {
    border-color: #2563eb;
    color: #1e3a8a;
    font-weight: 600;
}

.invoice-steps li.current span[b-itfjlndr53] {
    background: #2563eb;
    color: #fff;
}

.quick-periods[b-itfjlndr53] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin: .25rem 0 .75rem;
}

.tax-descriptions[b-itfjlndr53] {
    margin: .5rem 0 1rem;
}

.tax-descriptions summary[b-itfjlndr53],
.already-invoiced summary[b-itfjlndr53] {
    cursor: pointer;
    color: #1e40af;
    font-weight: 600;
}

.candidate-toolbar[b-itfjlndr53] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
}

.candidate-search[b-itfjlndr53] {
    flex: 1 1 16rem;
    max-width: 24rem;
}

.inline-check[b-itfjlndr53] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .9rem;
}

.selection-summary[b-itfjlndr53] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: .55rem .8rem;
    margin-bottom: .5rem;
    border-radius: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    font-variant-numeric: tabular-nums;
}

.candidate-table td[b-itfjlndr53],
.candidate-table th[b-itfjlndr53] {
    font-variant-numeric: tabular-nums;
}

.candidate-table tbody tr[b-itfjlndr53] {
    cursor: pointer;
}

.candidate-table tr.row-selected[b-itfjlndr53] {
    background: #f5f9ff;
}

.check-col[b-itfjlndr53] {
    width: 2.5rem;
}

.check-col input[b-itfjlndr53] {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
}

.customer-name[b-itfjlndr53] {
    font-weight: 600;
}

.warning-list[b-itfjlndr53] {
    margin: 0;
    padding-left: 1rem;
    color: #92400e;
}

.ok-mark[b-itfjlndr53] {
    color: #166534;
}

.confirm-box[b-itfjlndr53] {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    background: #fffbeb;
}

.already-invoiced[b-itfjlndr53] {
    margin-top: 1rem;
}

.already-invoiced ul[b-itfjlndr53] {
    margin: .5rem 0 0;
}
/* /Components/Pages/Invoices/InvoicePdfPreview.razor.rz.scp.css */
.invoice-pdf-preview[b-ld5h9959ue] { margin: 1.5rem 0; min-width: 0; }
.pdf-page[b-ld5h9959ue] { padding: 1rem; border: 1px solid #dbe3ed; border-radius: .5rem; background: #edf0f5; min-width: 0; }
.pdf-page[b-ld5h9959ue]  canvas { display: block; width: 100%; max-width: 900px; height: auto; margin: auto; box-shadow: 0 1px 5px #0002; background: white; }
.page-controls[b-ld5h9959ue] { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-bottom: .75rem; }
@media (max-width: 575px) { .pdf-page[b-ld5h9959ue] { padding: .25rem; } }
/* /Components/Pages/Invoices/InvoicePreview.razor.rz.scp.css */
fieldset[b-1y53rta9g8] { border: 0; padding: 0; min-width: 0; }
.customer-choice[b-1y53rta9g8] { display: block; margin: .5rem 0; max-width: 100%; white-space: normal; text-align: left; overflow-wrap: anywhere; }
.tax-description[b-1y53rta9g8] { display: block; margin: .7rem 0; }
.preview-totals[b-1y53rta9g8] { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0 1.5rem; }
.preview-totals > div[b-1y53rta9g8] { flex: 1 1 10rem; padding: 1rem; background: #f4f7fc; border-radius: .6rem; }
.preview-totals strong[b-1y53rta9g8] { display: block; font-size: 1.25rem; }
td[b-1y53rta9g8] { overflow-wrap: anywhere; }
/* /Components/Pages/Parcels/Parcels.razor.rz.scp.css */
.shipment-pagination[b-ca6f9bi5ap]{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0}.page-buttons[b-ca6f9bi5ap],.page-jump[b-ca6f9bi5ap]{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.page-jump label[b-ca6f9bi5ap]{margin:0}.page-jump input[b-ca6f9bi5ap]{width:90px;min-width:0}.page-jump span[b-ca6f9bi5ap]{white-space:nowrap}.page-error[b-ca6f9bi5ap]{width:100%;margin:0}.shipment-pagination button[b-ca6f9bi5ap]{min-height:40px}@media(max-width:600px){.shipment-pagination[b-ca6f9bi5ap]{justify-content:center}.page-buttons[b-ca6f9bi5ap],.page-jump[b-ca6f9bi5ap]{justify-content:center}.shipment-pagination button[b-ca6f9bi5ap]{min-height:44px}.page-buttons[b-ca6f9bi5ap]{gap:6px}.page-buttons button[b-ca6f9bi5ap]{padding:8px 10px}}
/* /Components/Pages/Parcels/TrackingHistory.razor.rz.scp.css */
.tracking-history[b-vled3r2xbs] { list-style:none; padding:0; margin:.75rem 0 0; }
.tracking-history li[b-vled3r2xbs] { display:grid; grid-template-columns:10rem minmax(0,1fr); gap:.6rem 1.25rem; padding:1rem; border-left:3px solid #cbd5e1; border-bottom:1px solid #e2e8f0; background:#f8fafc; }
.tracking-history time[b-vled3r2xbs] { color:#64748b; font-size:.85rem; }
.tracking-event[b-vled3r2xbs] { display:flex; flex-direction:column; gap:.3rem; min-width:0; overflow-wrap:anywhere; }
.tracking-event strong[b-vled3r2xbs] { font-weight:600; }
.tracking-event span[b-vled3r2xbs] { font-size:.82rem; color:#64748b; }
.tracking-history .delivered[b-vled3r2xbs] { border-left-color:#16a34a; background:#f0fdf4; }
@media(max-width:575px) { .tracking-history li[b-vled3r2xbs] { grid-template-columns:minmax(0,1fr); padding:.85rem; } }
/* /Components/Pages/Parcels/TrackingPreview.razor.rz.scp.css */
.tracking-preview[b-o518jdjwcn] { display:flex; flex-direction:column; gap:.15rem; margin-top:.45rem; max-width:16rem; min-width:0; color:#334155; text-decoration:none; white-space:normal; overflow-wrap:anywhere; line-height:1.35; }
.tracking-preview:hover .tracking-description[b-o518jdjwcn] { text-decoration:underline; }
.tracking-label[b-o518jdjwcn],.tracking-date[b-o518jdjwcn] { font-size:.72rem; color:#64748b; }
.tracking-description[b-o518jdjwcn] { font-size:.82rem; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.delivered .tracking-description[b-o518jdjwcn] { color:#15803d; font-weight:600; }
.waiting[b-o518jdjwcn] { color:#64748b; font-size:.78rem; }
@media(max-width:767px) { .tracking-preview[b-o518jdjwcn] { max-width:none; } .tracking-description[b-o518jdjwcn] { display:block; overflow:visible; } }
/* /Components/Pages/Parcels/TrackingTab.razor.rz.scp.css */
.tracking-heading[b-679x1tqd7p] { display:flex; justify-content:space-between; align-items:flex-start; gap:1rem; flex-wrap:wrap; }
.tracking-heading h2[b-679x1tqd7p] { margin:0 0 .3rem; }
.tracking-heading p[b-679x1tqd7p] { color:#64748b; margin:0; }
.tracking-heading button[b-679x1tqd7p] { flex:none; white-space:nowrap; }
.tracking-meta[b-679x1tqd7p] { display:flex; flex-wrap:wrap; gap:.5rem 2rem; padding:1rem 0; font-size:.88rem; color:#475569; overflow-wrap:anywhere; }
.tracking-empty[b-679x1tqd7p] { padding:1.25rem; background:#f8fafc; border-radius:.75rem; }
.tracking-archive[b-679x1tqd7p] { margin-top:1.5rem; border-top:1px solid #e2e8f0; padding-top:1rem; }
.tracking-archive summary[b-679x1tqd7p] { cursor:pointer; color:#64748b; padding:.5rem 0; }
.tracking-panel[b-679x1tqd7p] { min-width:0; }
@media(max-width:575px) { .tracking-heading button[b-679x1tqd7p] { width:100%; } .tracking-meta[b-679x1tqd7p] { flex-direction:column; } }
/* /Components/Pages/Pricelists/CarrierApiPricingForm.razor.rz.scp.css */
.api-price-panel[b-jtiawgg6vt] { max-width: 960px; }
.api-price-grid[b-jtiawgg6vt] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1rem; margin: 1.25rem 0; }
.api-price-grid label[b-jtiawgg6vt] { min-width: 0; display: grid; gap: .4rem; }
.api-price-check[b-jtiawgg6vt] { display: flex; align-items: center; gap: .65rem; margin: .8rem 0; }
fieldset[b-jtiawgg6vt] { border: 0; padding: 0; min-width: 0; }
/* /Components/Shared/CustomerApiMarginEditor.razor.rz.scp.css */
.customer-margin[b-wsddbsf1eo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem;
    max-width: 22rem;
}

.customer-margin label[b-wsddbsf1eo] {
    display: grid;
    gap: .2rem;
    min-width: 0;
    font-size: .8rem;
}

.customer-margin input[b-wsddbsf1eo] { min-width: 0; width: 100%; }
.customer-margin button[b-wsddbsf1eo] { white-space: nowrap; }
.customer-margin small[b-wsddbsf1eo] { grid-column: 1 / -1; color: #5b6472; }
/* /Components/Shared/FuelFeeDialog.razor.rz.scp.css */
.fuel-dialog[b-p6kfhktqzu]{padding:0;border:1px solid #dce3ef;border-radius:18px;width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);color:#17243b;background:#fff;box-shadow:0 24px 80px #14233d40;overflow:hidden}
.fuel-dialog[open][b-p6kfhktqzu]{display:flex;flex-direction:column}.fuel-dialog[b-p6kfhktqzu]::backdrop{background:#101e36a6}
header[b-p6kfhktqzu],footer[b-p6kfhktqzu]{display:flex;align-items:center;gap:12px;padding:18px 24px;background:#f8fafc;flex-shrink:0}header[b-p6kfhktqzu]{justify-content:space-between;border-bottom:1px solid #e5eaf1}header h2[b-p6kfhktqzu]{font-size:1.2rem;margin:0;overflow-wrap:anywhere}header button[b-p6kfhktqzu]{flex-shrink:0}footer[b-p6kfhktqzu]{justify-content:flex-end;flex-wrap:wrap;border-top:1px solid #e5eaf1}.dialog-body[b-p6kfhktqzu]{padding:24px;overflow:auto;overscroll-behavior:contain;min-height:0;overflow-wrap:anywhere}
@media(max-width:600px){.fuel-dialog[b-p6kfhktqzu]{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:12px}header[b-p6kfhktqzu],footer[b-p6kfhktqzu]{padding:12px 16px}.dialog-body[b-p6kfhktqzu]{padding:16px}footer[b-p6kfhktqzu]  .btn{flex:1;min-height:44px}header h2[b-p6kfhktqzu]{font-size:1.05rem}}
/* /Components/Shared/FuelFeeMappingsPanel.razor.rz.scp.css */
.fuel-map-panel[b-49ga1uajop]{min-width:0}.mapping-grid[b-49ga1uajop]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));gap:1rem}.mapping-card[b-49ga1uajop]{display:flex;flex-direction:column;min-width:0;overflow-wrap:anywhere}.mapping-target[b-49ga1uajop]{font-size:.875rem}.mapping-values[b-49ga1uajop]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mapping-values strong[b-49ga1uajop]{display:block;font-size:1.25rem}.mapping-fields[b-49ga1uajop]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mapping-fields>label[b-49ga1uajop]{min-width:0;font-size:.875rem}.mapping-fields select[b-49ga1uajop],.mapping-fields input[b-49ga1uajop]{max-width:100%;min-width:0}.mapping-fields .wide[b-49ga1uajop]{grid-column:1/-1;overflow-wrap:anywhere}.mapping-card .btn[b-49ga1uajop]{white-space:normal}.mapping-editor[b-49ga1uajop]{min-width:0}@media(max-width:650px){.mapping-fields[b-49ga1uajop]{grid-template-columns:minmax(0,1fr)}.mapping-card .badge[b-49ga1uajop]{white-space:normal}.mapping-editor[b-49ga1uajop]{padding:.75rem!important}}
.mapping-filters[b-49ga1uajop]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-top:20px}.mapping-filters label[b-49ga1uajop]{font-size:.875rem;min-width:0}.mapping-status[b-49ga1uajop]{padding:8px 10px;border-radius:8px;font-size:.875rem;font-weight:600;background:#f3f5f8}.mapping-status.ready[b-49ga1uajop]{background:#edf3ff;color:#2456b8}.mapping-status.current[b-49ga1uajop]{background:#eaf7ef;color:#206c43}.mapping-status.blocked[b-49ga1uajop]{background:#fff6e7;color:#815b19}.history-entry[b-49ga1uajop]{padding:14px 0;border-bottom:1px solid #e5eaf1}.fuel-notice[b-49ga1uajop]{position:fixed;bottom:20px;right:20px;z-index:1040;max-width:min(540px,calc(100vw - 32px));display:flex;align-items:center;gap:12px;box-shadow:0 8px 30px #14233d20;overflow-wrap:anywhere}.fuel-notice button[b-49ga1uajop]{flex-shrink:0}@media(max-width:700px){.mapping-filters[b-49ga1uajop]{grid-template-columns:1fr}.mapping-card .btn[b-49ga1uajop]{min-height:42px}.fuel-notice[b-49ga1uajop]{bottom:12px;right:12px;max-width:calc(100vw - 24px)}}
/* /Components/Shared/ValuationShipmentSummaryPanel.razor.rz.scp.css */
.valuation-summary[b-b8dqyqx6xb] { max-width: 58rem; margin: 0 0 .8rem; padding: 1.1rem; border: 1px solid #cbd8e8; border-radius: 12px; background: #fff; color: #182b43; text-align: left; white-space: normal; scroll-margin-top: 85px; }
.summary-heading[b-b8dqyqx6xb] { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem 1rem; margin-bottom: .9rem; }
.summary-heading h2[b-b8dqyqx6xb] { font-size: 1.1rem; margin: 0; }
.summary-heading span[b-b8dqyqx6xb] { font-size: .8rem; color: #586c81; }
.summary-amounts[b-b8dqyqx6xb], .summary-addresses[b-b8dqyqx6xb], .summary-details[b-b8dqyqx6xb], .summary-positions[b-b8dqyqx6xb] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.summary-amounts > div[b-b8dqyqx6xb] { padding: .85rem 1rem; background: #edf4ff; border-radius: 8px; display: grid; gap: .25rem; }
.summary-amounts strong[b-b8dqyqx6xb] { font-size: 1.35rem; line-height: 1.3; }
.summary-amounts span[b-b8dqyqx6xb] { font-size: .85rem; font-weight: 600; }
.summary-amounts small[b-b8dqyqx6xb] { color: #586c81; font-size: .75rem; }
.summary-addresses[b-b8dqyqx6xb] { padding: .85rem 0; border-bottom: 1px solid #e3e9f0; margin-bottom: .9rem; }
.valuation-summary h3[b-b8dqyqx6xb] { font-size: .85rem; font-weight: 700; margin: 0 0 .4rem; }
.valuation-summary p[b-b8dqyqx6xb] { margin: 0; font-size: .85rem; line-height: 1.5; white-space: pre-wrap; }
.summary-position[b-b8dqyqx6xb] { border: 1px solid #e1e7ef; padding: .75rem; border-radius: 8px; font-size: .85rem; min-width: 0; }
.summary-position > div[b-b8dqyqx6xb] { margin: .25rem 0; }
.summary-position p span[b-b8dqyqx6xb] { color: #586c81; }
.summary-details[b-b8dqyqx6xb] { margin-top: 1rem; }
.summary-details ul[b-b8dqyqx6xb] { margin: 0; padding-left: 1.15rem; font-size: .85rem; line-height: 1.6; }
.summary-notes[b-b8dqyqx6xb] { margin-top: 1rem; padding: .75rem; background: #fff8e8; border-radius: 8px; }
.valuation-summary :is(p, li, strong, span)[b-b8dqyqx6xb] { overflow-wrap: anywhere; }
@media (max-width: 600px) {
    .valuation-summary[b-b8dqyqx6xb] { padding: .8rem; }
    .summary-amounts[b-b8dqyqx6xb], .summary-addresses[b-b8dqyqx6xb], .summary-details[b-b8dqyqx6xb], .summary-positions[b-b8dqyqx6xb] { grid-template-columns: minmax(0, 1fr); }
}
