/* /Pages/Livraisons/Wizard/OperationWizard.razor.rz.scp.css */
/* OperationWizard — App Theme (Purple/Orange, no whitespace) */

[b-zr0i2vsl5b] .sidebar-wizard-dialog { max-width: 95vw !important; width: 900px !important; }
[b-zr0i2vsl5b] .sidebar-wizard-dialog .mud-dialog {
    margin: 0 !important; border-radius: 8px !important;
    height: 82vh !important; max-height: 82vh !important;
}
[b-zr0i2vsl5b] .sidebar-wizard-dialog .mud-dialog-content { padding: 0 !important; overflow: hidden; height: 100%; }
[b-zr0i2vsl5b] .sidebar-wizard-dialog .mud-dialog-actions { display: none !important; }

/* Force dialog paper height via inline style + class override */
[b-zr0i2vsl5b] .mud-dialog-content { height: 100% !important; }
[b-zr0i2vsl5b] .wizard-root { height: 100%; }

.wizard-root[b-zr0i2vsl5b] { display: flex; height: 100%; background: #fff; overflow: hidden; }
.wizard-root.readonly .wz-body[b-zr0i2vsl5b] { opacity: 0.85; pointer-events: auto; }

/* ── Sidebar ── */
.wz-sidebar[b-zr0i2vsl5b] { width: 256px; min-width: 256px; background: linear-gradient(180deg, #3C1874 0%, #2A1054 100%); display: flex; flex-direction: column; flex-shrink: 0; }

.wz-sidebar-head[b-zr0i2vsl5b] { padding: 18px 18px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.wz-sidebar-head h4[b-zr0i2vsl5b] { color: #fff; font-size: .92rem; font-weight: 600; margin: 0; }
.wz-type-pill[b-zr0i2vsl5b] { display: inline-flex; align-items: center; gap: 4px; background: rgba(245,166,35,.2); border: 1px solid rgba(245,166,35,.4); color: #F5D78E; font-size: .7rem; font-weight: 600; padding: 2px 10px; border-radius: 100px; margin-top: 8px; }
.wz-cmd[b-zr0i2vsl5b] { font-family: 'JetBrains Mono', monospace; font-size: .68rem; color: rgba(255,255,255,.3); margin-top: 4px; display: block; }

/* Nav */
.wz-nav[b-zr0i2vsl5b] { flex: 1; padding: 6px 0; overflow-y: auto; }
.wz-nav-item[b-zr0i2vsl5b] { display: flex; align-items: center; gap: 10px; padding: 10px 18px; cursor: pointer; border-left: 3px solid transparent; transition: all .15s; user-select: none; }
.wz-nav-item:hover:not(.locked)[b-zr0i2vsl5b] { background: rgba(255,255,255,.05); }
.wz-nav-item.active[b-zr0i2vsl5b] { background: rgba(255,255,255,.1); border-left-color: #F5A623; }
.wz-nav-item.locked[b-zr0i2vsl5b] { cursor: not-allowed; opacity: .35; }

.wz-dot[b-zr0i2vsl5b] { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; flex-shrink: 0; background: rgba(255,255,255,.1); color: rgba(255,255,255,.45); transition: all .15s; }
.wz-nav-item.active .wz-dot[b-zr0i2vsl5b] { background: #F5A623; color: #fff; }
.wz-nav-item.done .wz-dot[b-zr0i2vsl5b] { background: rgba(245,166,35,.3); color: #F5D78E; }

.wz-nav-text[b-zr0i2vsl5b] { flex: 1; min-width: 0; }
.wz-nav-title[b-zr0i2vsl5b] { display: block; font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.55); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wz-nav-item.active .wz-nav-title[b-zr0i2vsl5b] { color: #fff; font-weight: 600; }
.wz-nav-item.done .wz-nav-title[b-zr0i2vsl5b] { color: rgba(255,255,255,.65); }
.wz-nav-sub[b-zr0i2vsl5b] { display: block; font-size: .66rem; color: rgba(255,255,255,.3); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wz-nav-item.active .wz-nav-sub[b-zr0i2vsl5b] { color: rgba(255,255,255,.5); }

/* Sidebar foot */
.wz-sidebar-foot[b-zr0i2vsl5b] { padding: 14px 18px; border-top: 1px solid rgba(255,255,255,.1); }
.wz-badge[b-zr0i2vsl5b] { display: inline-block; font-size: .66rem; font-weight: 600; padding: 2px 8px; border-radius: 4px; margin-bottom: 4px; margin-right: 4px; }
.wz-badge.ro[b-zr0i2vsl5b] { background: rgba(225,112,85,.2); color: #FFECD2; }
.wz-badge.xf[b-zr0i2vsl5b] { background: rgba(253,203,110,.2); color: #FDCB6E; }
.wz-xf-info[b-zr0i2vsl5b] { display: flex; flex-direction: column; gap: 1px; padding: 2px 0; }
.wz-xf-info span[b-zr0i2vsl5b] { font-size: .65rem; color: rgba(255,255,255,.6); }
.wz-badge.urg[b-zr0i2vsl5b] { background: rgba(225,112,85,.2); color: #FF7675; }
.wz-price-label[b-zr0i2vsl5b] { font-size: .68rem; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .05em; margin-top: 6px; }
.wz-price[b-zr0i2vsl5b] { font-family: 'JetBrains Mono', monospace; font-size: 1.4rem; font-weight: 700; color: #F5D78E; }
.wz-dist[b-zr0i2vsl5b] { font-size: .7rem; color: rgba(255,255,255,.35); margin-top: 2px; }

/* ── Main ── */
.wz-main[b-zr0i2vsl5b] { flex: 1; display: flex; flex-direction: column; min-width: 0; overflow: hidden; }

.wz-header[b-zr0i2vsl5b] { padding: 14px 24px; border-bottom: 1px solid #e2e8f0; background: #fff; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-shrink: 0; }
.wz-header h3[b-zr0i2vsl5b] { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin: 0; }
.wz-header p[b-zr0i2vsl5b] { font-size: .82rem; color: #64748b; margin: 2px 0 0; }

.wz-close[b-zr0i2vsl5b] { width: 30px; height: 30px; border-radius: 6px; border: 1px solid #e2e8f0; background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #94a3b8; font-size: .85rem; transition: all .12s; flex-shrink: 0; }
.wz-close:hover[b-zr0i2vsl5b] { background: #f1f5f9; color: #1e293b; }

.wz-body[b-zr0i2vsl5b] { flex: 1; overflow-y: auto; padding: 18px 24px; background: #f8f9fb; min-height: 0; }
.wz-body[b-zr0i2vsl5b]::-webkit-scrollbar { width: 5px; }
.wz-body[b-zr0i2vsl5b]::-webkit-scrollbar-thumb { background: #3C1874; border-radius: 3px; }

.wz-footer[b-zr0i2vsl5b] { padding: 10px 24px; border-top: 1px solid #e2e8f0; background: #fff; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; gap: 10px; }
.wz-footer-l[b-zr0i2vsl5b], .wz-footer-r[b-zr0i2vsl5b] { display: flex; align-items: center; gap: 8px; }

[b-zr0i2vsl5b] .wz-btn { border-radius: 8px !important; text-transform: none !important; font-weight: 600 !important; font-size: .85rem !important; }
[b-zr0i2vsl5b] .wz-btn-pri { background: linear-gradient(135deg, #3C1874, #5B2D9E) !important; color: #fff !important; }
[b-zr0i2vsl5b] .wz-btn-go { background: linear-gradient(135deg, #F5A623, #E8951A) !important; color: #fff !important; }

/* ── Responsive ── */
@media (max-width: 960px) {
    [b-zr0i2vsl5b] .sidebar-wizard-dialog { width: 100vw !important; max-width: 100vw !important; }
    [b-zr0i2vsl5b] .sidebar-wizard-dialog .mud-dialog { border-radius: 0 !important; height: 100vh !important; max-height: 100vh !important; }
    .wizard-root[b-zr0i2vsl5b] { flex-direction: column; }
    .wz-sidebar[b-zr0i2vsl5b] { width: 100%; min-width: 100%; flex-direction: row; }
    .wz-sidebar-head[b-zr0i2vsl5b] { display: none; }
    .wz-nav[b-zr0i2vsl5b] { display: flex; flex-direction: row; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0; }
    .wz-nav-item[b-zr0i2vsl5b] { padding: 10px 14px; border-left: none; border-bottom: 3px solid transparent; flex-shrink: 0; }
    .wz-nav-item.active[b-zr0i2vsl5b] { border-bottom-color: #F5A623; border-left-color: transparent; }
    .wz-nav-sub[b-zr0i2vsl5b] { display: none; }
    .wz-sidebar-foot[b-zr0i2vsl5b] { display: none; }
    .wz-header[b-zr0i2vsl5b] { padding: 12px 18px; }
    .wz-body[b-zr0i2vsl5b] { padding: 14px 18px; }
    .wz-footer[b-zr0i2vsl5b] { padding: 10px 18px; }
}

@media (max-width: 600px) {
    .wz-nav-text[b-zr0i2vsl5b] { display: none; }
    .wz-dot[b-zr0i2vsl5b] { width: 30px; height: 30px; font-size: .75rem; }
    .wz-header h3[b-zr0i2vsl5b] { font-size: 1rem; }
    .wz-footer[b-zr0i2vsl5b] { flex-direction: column; }
    .wz-footer-l[b-zr0i2vsl5b], .wz-footer-r[b-zr0i2vsl5b] { width: 100%; justify-content: center; }
}
/* /Pages/Livraisons/Wizard/Step1_SelectType.razor.rz.scp.css */
.step-type[b-kyapkv14gt] { display: flex; flex-direction: column; gap: 1rem; }
.step-type-title[b-kyapkv14gt] { text-align: center; margin-bottom: .5rem; }

.type-cards[b-kyapkv14gt] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }

.type-card[b-kyapkv14gt] { cursor: pointer; border: 2px solid #e2e8f0; border-radius: 12px; padding: 1.25rem 1rem; text-align: center; transition: all .2s; position: relative; background: #fff; }
.type-card:hover[b-kyapkv14gt] { transform: translateY(-2px); border-color: #cbd5e1; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.type-card.selected[b-kyapkv14gt] { border-width: 3px; transform: translateY(-2px); }
.type-card.selected.pickup[b-kyapkv14gt] { border-color: #48bb78; background: linear-gradient(135deg, rgba(72,187,120,.04), #fff); }
.type-card.selected.delivery[b-kyapkv14gt] { border-color: #4299e1; background: linear-gradient(135deg, rgba(66,153,225,.04), #fff); }
.type-card.selected.retour[b-kyapkv14gt] { border-color: #ed8936; background: linear-gradient(135deg, rgba(237,137,54,.04), #fff); }

.type-card h3[b-kyapkv14gt] { font-size: 1rem; font-weight: 700; color: #2d3748; margin: .5rem 0 .25rem; }
.type-card p[b-kyapkv14gt] { font-size: .8rem; color: #64748b; line-height: 1.4; min-height: 36px; }

.type-card-icon[b-kyapkv14gt] { width: 48px; height: 48px; margin: 0 auto; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; }
.type-card-icon.pickup[b-kyapkv14gt] { background: linear-gradient(135deg, #48bb78, #38a169); }
.type-card-icon.delivery[b-kyapkv14gt] { background: linear-gradient(135deg, #4299e1, #3182ce); }
.type-card-icon.retour[b-kyapkv14gt] { background: linear-gradient(135deg, #ed8936, #dd6b20); }

.type-check[b-kyapkv14gt] { position: absolute; top: 8px; right: 8px; font-size: .68rem; font-weight: 600; padding: 2px 8px; border-radius: 100px; color: #fff; }
.type-check.pickup[b-kyapkv14gt] { background: #48bb78; }
.type-check.delivery[b-kyapkv14gt] { background: #4299e1; }
.type-check.retour[b-kyapkv14gt] { background: #ed8936; }

.type-flow[b-kyapkv14gt] { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #e2e8f0; display: flex; flex-direction: column; gap: 4px; font-size: .72rem; color: #718096; }

@media (max-width: 600px) { .type-cards[b-kyapkv14gt] { grid-template-columns: 1fr; } }
/* /Pages/Livraisons/Wizard/Step2_Expediteur.razor.rz.scp.css */
/* Step2 Expediteur — Tabbed Search + Inline Creation */
.step-exp[b-k4ap2txsl8] { width: 100%; }

/* ── Type buttons ── */
.exp-type-label[b-k4ap2txsl8] { font-size: .75rem; font-weight: 600; color: #334155; margin: 0 0 6px; }
.exp-type-btns[b-k4ap2txsl8] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px; margin-bottom: 14px; }

.exp-type-btn[b-k4ap2txsl8] {
    display: flex; align-items: center; gap: 10px; padding: 12px 14px;
    border-radius: 10px; border: 2px solid #e2e8f0; background: #fff;
    cursor: pointer; transition: all .15s; text-align: left; position: relative; font-family: inherit;
}
.exp-type-btn:hover[b-k4ap2txsl8] { border-color: #94a3b8; }
.exp-type-btn.active[b-k4ap2txsl8] { border-color: #3C1874; background: rgba(60,24,116,.03); box-shadow: 0 2px 10px rgba(60,24,116,.08); }

.exp-icon[b-k4ap2txsl8] {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}
.exp-icon.pharma[b-k4ap2txsl8] { background: linear-gradient(135deg, #3C1874, #5B2D9E); }
.exp-icon.patient[b-k4ap2txsl8] { background: linear-gradient(135deg, #F5A623, #E8951A); }
.exp-icon.distrib[b-k4ap2txsl8] { background: linear-gradient(135deg, #E17055, #D35400); }
.exp-icon.default[b-k4ap2txsl8] { background: #64748b; }

.exp-type-info[b-k4ap2txsl8] { display: flex; flex-direction: column; }
.exp-type-info strong[b-k4ap2txsl8] { font-size: .85rem; color: #1e293b; }
.exp-type-info span[b-k4ap2txsl8] { font-size: .68rem; color: #94a3b8; }
.exp-type-btn.active .exp-type-info strong[b-k4ap2txsl8] { color: #3C1874; }

.exp-type-check[b-k4ap2txsl8] {
    position: absolute; top: 6px; right: 6px;
    width: 18px; height: 18px; border-radius: 50%; background: #F5A623; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: .55rem; font-weight: 800;
}

/* ── Selected entity chip ── */
.exp-sel[b-k4ap2txsl8] {
    display: flex; align-items: center; gap: 10px; padding: 10px 14px;
    border: 2px solid #F5A623; background: rgba(245,166,35,.04);
    border-radius: 10px; margin-bottom: 10px;
}
.exp-sel-info[b-k4ap2txsl8] { flex: 1; min-width: 0; }
.exp-sel-info strong[b-k4ap2txsl8] { font-size: .88rem; color: #3C1874; display: block; }
.exp-sel-info span[b-k4ap2txsl8] { font-size: .72rem; color: #64748b; }
.exp-sel-x[b-k4ap2txsl8] { background: none; border: none; color: #9ca3af; cursor: pointer; font-size: 1.1rem; padding: 2px 6px; }
.exp-sel-x:hover[b-k4ap2txsl8] { color: #ef4444; }

/* ── Address filled ── */
.exp-addr-filled[b-k4ap2txsl8] {
    display: flex; align-items: center; gap: 8px; padding: 10px 14px;
    border: 1px solid #e2e8f0; border-radius: 8px; background: #fafafa;
    font-size: .82rem; color: #334155; margin-bottom: 8px;
}
.exp-addr-edit[b-k4ap2txsl8] { margin-left: auto; background: none; border: none; color: #9ca3af; cursor: pointer; font-size: .85rem; padding: 2px 6px; }
.exp-addr-edit:hover[b-k4ap2txsl8] { color: #ef4444; }

/* ── Search tabs ── */
.exp-tabs[b-k4ap2txsl8] {
    display: flex; border-bottom: 2px solid #e2e8f0; margin-bottom: 12px;
}
.exp-tab[b-k4ap2txsl8] {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
    padding: 10px 8px; font-size: .8rem; font-weight: 600; font-family: inherit;
    color: #94a3b8; cursor: pointer; border: none; background: none;
    border-bottom: 2.5px solid transparent; margin-bottom: -2px; transition: all .15s;
}
.exp-tab:hover[b-k4ap2txsl8] { color: #475569; background: rgba(60,24,116,.02); }
.exp-tab.active[b-k4ap2txsl8] { color: #3C1874; border-bottom-color: #3C1874; }

.exp-tab-content[b-k4ap2txsl8] { min-height: 48px; }

/* ── Search box ── */
.exp-search-box[b-k4ap2txsl8] { position: relative; }
.exp-section-label[b-k4ap2txsl8] { font-size: .75rem; font-weight: 600; color: #334155; margin: 10px 0 4px; }

/* ── Results dropdown ── */
.exp-results[b-k4ap2txsl8] {
    position: absolute; z-index: 200; top: 100%; left: 0; right: 0;
    background: #fff; border: 1px solid #e2e8f0; border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    max-height: 400px; overflow-y: auto;
}
.exp-results[b-k4ap2txsl8]::-webkit-scrollbar { width: 5px; }
.exp-results[b-k4ap2txsl8]::-webkit-scrollbar-thumb { background: #3C1874; border-radius: 3px; }

.exp-res-item[b-k4ap2txsl8] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; cursor: pointer; transition: background .1s;
    border-bottom: 1px solid #f1f5f9;
}
.exp-res-item:last-child[b-k4ap2txsl8] { border-bottom: none; }
.exp-res-item:hover[b-k4ap2txsl8] { background: rgba(60,24,116,.04); }

.exp-res-icon[b-k4ap2txsl8] {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}
.exp-res-icon.pharma[b-k4ap2txsl8] { background: linear-gradient(135deg, #3C1874, #5B2D9E); }
.exp-res-icon.patient[b-k4ap2txsl8] { background: linear-gradient(135deg, #F5A623, #E8951A); }
.exp-res-icon.distrib[b-k4ap2txsl8] { background: linear-gradient(135deg, #E17055, #D35400); }
.exp-res-icon.default[b-k4ap2txsl8] { background: #94a3b8; }
.exp-res-icon.addr[b-k4ap2txsl8] { background: #ef4444; }

.exp-res-text[b-k4ap2txsl8] { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.exp-res-name[b-k4ap2txsl8] { font-size: .85rem; font-weight: 500; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exp-res-sub[b-k4ap2txsl8] { font-size: .72rem; color: #94a3b8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exp-res-empty[b-k4ap2txsl8] { padding: 16px; text-align: center; color: #94a3b8; font-size: .85rem; }

/* ── Add new button ── */
.exp-add-btn[b-k4ap2txsl8] {
    display: flex; align-items: center; gap: 6px; width: 100%;
    padding: 10px 14px; border: 2px dashed #d1d5db; border-radius: 8px;
    background: #fafafa; color: #3C1874; font-size: .82rem; font-weight: 600;
    cursor: pointer; transition: all .15s; font-family: inherit;
}
.exp-add-btn:hover[b-k4ap2txsl8] { border-color: #3C1874; background: rgba(60,24,116,.02); }

/* ── New entity/address form ── */
.exp-new-form[b-k4ap2txsl8] {
    border: 2px solid #3C1874; border-radius: 10px; background: #fff; overflow: hidden;
}
.exp-new-form-head[b-k4ap2txsl8] {
    padding: 8px 14px; background: linear-gradient(135deg, #3C1874, #5B2D9E);
    color: #fff; display: flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600;
}
.exp-new-close[b-k4ap2txsl8] { margin-left: auto; background: none; border: none; color: rgba(255,255,255,.6); cursor: pointer; font-size: .9rem; padding: 2px 6px; }
.exp-new-close:hover[b-k4ap2txsl8] { color: #fff; }
.exp-new-form > :not(.exp-new-form-head)[b-k4ap2txsl8] { padding: 0 14px; }
.exp-new-form[b-k4ap2txsl8]  .mud-grid { padding: 10px 14px 0 !important; }
.exp-new-actions[b-k4ap2txsl8] { padding: 8px 14px 12px; display: flex; gap: 8px; justify-content: flex-end; }

.mt-2[b-k4ap2txsl8] { margin-top: 8px !important; }
.mt-3[b-k4ap2txsl8] { margin-top: 12px !important; }

/* ── Responsive ── */
@media (max-width: 600px) {
    .exp-type-btns[b-k4ap2txsl8] { grid-template-columns: 1fr; }
    .exp-tab span[b-k4ap2txsl8] { display: none; }
}
/* /Pages/Livraisons/Wizard/Step3_Destinataire.razor.rz.scp.css */
/* Step3 Destinataire — FULL STYLES (Blazor scoped CSS requires own copy) */
.step-exp[b-fkfwraw675] { width: 100%; }

/* ── Type buttons ── */
.exp-type-label[b-fkfwraw675] { font-size: .75rem; font-weight: 600; color: #334155; margin: 0 0 6px; }
.exp-type-btns[b-fkfwraw675] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 8px; margin-bottom: 14px; }

.exp-type-btn[b-fkfwraw675] {
    display: flex; align-items: center; gap: 10px; padding: 12px 14px;
    border-radius: 10px; border: 2px solid #e2e8f0; background: #fff;
    cursor: pointer; transition: all .15s; text-align: left; position: relative; font-family: inherit;
}
.exp-type-btn:hover[b-fkfwraw675] { border-color: #94a3b8; }
.exp-type-btn.active[b-fkfwraw675] { border-color: #3C1874; background: rgba(60,24,116,.03); box-shadow: 0 2px 10px rgba(60,24,116,.08); }

.exp-icon[b-fkfwraw675] {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}
.exp-icon.pharma[b-fkfwraw675] { background: linear-gradient(135deg, #3C1874, #5B2D9E); }
.exp-icon.patient[b-fkfwraw675] { background: linear-gradient(135deg, #F5A623, #E8951A); }
.exp-icon.distrib[b-fkfwraw675] { background: linear-gradient(135deg, #E17055, #D35400); }
.exp-icon.default[b-fkfwraw675] { background: #64748b; }

.exp-type-info[b-fkfwraw675] { display: flex; flex-direction: column; }
.exp-type-info strong[b-fkfwraw675] { font-size: .85rem; color: #1e293b; }
.exp-type-info span[b-fkfwraw675] { font-size: .68rem; color: #94a3b8; }
.exp-type-btn.active .exp-type-info strong[b-fkfwraw675] { color: #3C1874; }

.exp-type-check[b-fkfwraw675] {
    position: absolute; top: 6px; right: 6px;
    width: 18px; height: 18px; border-radius: 50%; background: #F5A623; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: .55rem; font-weight: 800;
}

/* ── Selected entity chip ── */
.exp-sel[b-fkfwraw675] {
    display: flex; align-items: center; gap: 10px; padding: 10px 14px;
    border: 2px solid #F5A623; background: rgba(245,166,35,.04);
    border-radius: 10px; margin-bottom: 10px;
}
.exp-sel-info[b-fkfwraw675] { flex: 1; min-width: 0; }
.exp-sel-info strong[b-fkfwraw675] { font-size: .88rem; color: #3C1874; display: block; }
.exp-sel-info span[b-fkfwraw675] { font-size: .72rem; color: #64748b; }
.exp-sel-x[b-fkfwraw675] { background: none; border: none; color: #9ca3af; cursor: pointer; font-size: 1.1rem; padding: 2px 6px; }
.exp-sel-x:hover[b-fkfwraw675] { color: #ef4444; }

/* ── Address filled ── */
.exp-addr-filled[b-fkfwraw675] {
    display: flex; align-items: center; gap: 8px; padding: 10px 14px;
    border: 1px solid #e2e8f0; border-radius: 8px; background: #fafafa;
    font-size: .82rem; color: #334155; margin-bottom: 8px;
}
.exp-addr-edit[b-fkfwraw675] { margin-left: auto; background: none; border: none; color: #9ca3af; cursor: pointer; font-size: .85rem; padding: 2px 6px; }
.exp-addr-edit:hover[b-fkfwraw675] { color: #ef4444; }

/* ── Search tabs ── */
.exp-tabs[b-fkfwraw675] {
    display: flex; border-bottom: 2px solid #e2e8f0; margin-bottom: 12px;
}
.exp-tab[b-fkfwraw675] {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
    padding: 10px 8px; font-size: .8rem; font-weight: 600; font-family: inherit;
    color: #94a3b8; cursor: pointer; border: none; background: none;
    border-bottom: 2.5px solid transparent; margin-bottom: -2px; transition: all .15s;
}
.exp-tab:hover[b-fkfwraw675] { color: #475569; background: rgba(60,24,116,.02); }
.exp-tab.active[b-fkfwraw675] { color: #3C1874; border-bottom-color: #3C1874; }

.exp-tab-content[b-fkfwraw675] { min-height: 48px; }

/* ── Search box ── */
.exp-search-box[b-fkfwraw675] { position: relative; }
.exp-section-label[b-fkfwraw675] { font-size: .75rem; font-weight: 600; color: #334155; margin: 10px 0 4px; }

/* ── Results dropdown ── */
.exp-results[b-fkfwraw675] {
    position: absolute; z-index: 200; top: 100%; left: 0; right: 0;
    background: #fff; border: 1px solid #e2e8f0; border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    max-height: 400px; overflow-y: auto;
}
.exp-results[b-fkfwraw675]::-webkit-scrollbar { width: 5px; }
.exp-results[b-fkfwraw675]::-webkit-scrollbar-thumb { background: #3C1874; border-radius: 3px; }

.exp-res-item[b-fkfwraw675] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; cursor: pointer; transition: background .1s;
    border-bottom: 1px solid #f1f5f9;
}
.exp-res-item:last-child[b-fkfwraw675] { border-bottom: none; }
.exp-res-item:hover[b-fkfwraw675] { background: rgba(60,24,116,.04); }

.exp-res-icon[b-fkfwraw675] {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0;
}
.exp-res-icon.pharma[b-fkfwraw675] { background: linear-gradient(135deg, #3C1874, #5B2D9E); }
.exp-res-icon.patient[b-fkfwraw675] { background: linear-gradient(135deg, #F5A623, #E8951A); }
.exp-res-icon.distrib[b-fkfwraw675] { background: linear-gradient(135deg, #E17055, #D35400); }
.exp-res-icon.default[b-fkfwraw675] { background: #94a3b8; }
.exp-res-icon.addr[b-fkfwraw675] { background: #ef4444; }

.exp-res-text[b-fkfwraw675] { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.exp-res-name[b-fkfwraw675] { font-size: .85rem; font-weight: 500; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exp-res-sub[b-fkfwraw675] { font-size: .72rem; color: #94a3b8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exp-res-empty[b-fkfwraw675] { padding: 16px; text-align: center; color: #94a3b8; font-size: .85rem; }

.exp-res-add[b-fkfwraw675] {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px; cursor: pointer; transition: all .15s;
    border-top: 2px dashed #e2e8f0; color: #3C1874;
    font-size: .82rem; font-weight: 600; position: sticky; bottom: 0;
    background: #f8f9fb;
}
.exp-res-add:hover[b-fkfwraw675] { background: rgba(60,24,116,.06); }

/* ── Add new button ── */
.exp-add-btn[b-fkfwraw675] {
    display: flex; align-items: center; gap: 6px; width: 100%;
    padding: 10px 14px; border: 2px dashed #d1d5db; border-radius: 8px;
    background: #fafafa; color: #3C1874; font-size: .82rem; font-weight: 600;
    cursor: pointer; transition: all .15s; font-family: inherit;
}
.exp-add-btn:hover[b-fkfwraw675] { border-color: #3C1874; background: rgba(60,24,116,.02); }

/* ── New entity/address form ── */
.exp-new-form[b-fkfwraw675] {
    border: 2px solid #3C1874; border-radius: 10px; background: #fff; overflow: hidden;
}
.exp-new-form-head[b-fkfwraw675] {
    padding: 8px 14px; background: linear-gradient(135deg, #3C1874, #5B2D9E);
    color: #fff; display: flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600;
}
.exp-new-close[b-fkfwraw675] { margin-left: auto; background: none; border: none; color: rgba(255,255,255,.6); cursor: pointer; font-size: .9rem; padding: 2px 6px; }
.exp-new-close:hover[b-fkfwraw675] { color: #fff; }
.exp-new-form > :not(.exp-new-form-head)[b-fkfwraw675] { padding: 0 14px; }
.exp-new-form[b-fkfwraw675]  .mud-grid { padding: 10px 14px 0 !important; }
.exp-new-actions[b-fkfwraw675] { padding: 8px 14px 12px; display: flex; gap: 8px; justify-content: flex-end; }

/* ══════════════════════════════════════════
   STEP3-SPECIFIC: Patient address cards
   ══════════════════════════════════════════ */
.pat-addr-list[b-fkfwraw675] { display: flex; flex-direction: column; gap: 6px; }

.pat-addr-card[b-fkfwraw675] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 8px;
    border: 2px solid #e2e8f0; background: #fff;
    cursor: pointer; transition: all .15s;
}
.pat-addr-card:hover[b-fkfwraw675] { border-color: #F5A623; background: rgba(245,166,35,.02); box-shadow: 0 2px 8px rgba(0,0,0,.04); }

.pat-addr-icon[b-fkfwraw675] {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; background: rgba(60,24,116,.08); color: #3C1874;
}
.pat-addr-info[b-fkfwraw675] { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.pat-addr-main[b-fkfwraw675] { font-size: .85rem; font-weight: 500; color: #1e293b; }
.pat-addr-sub[b-fkfwraw675] { font-size: .72rem; color: #94a3b8; }

.pat-addr-badge[b-fkfwraw675] {
    font-size: .65rem; font-weight: 700; text-transform: uppercase;
    padding: 2px 8px; border-radius: 100px;
    background: rgba(245,166,35,.15); color: #E8951A; flex-shrink: 0;
}

/* ══════════════════════════════════════════
   STEP3-SPECIFIC: Zone alerts
   ══════════════════════════════════════════ */
.ent-zone-alert[b-fkfwraw675] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 8px; font-size: .82rem;
}
.ent-zone-alert strong[b-fkfwraw675] { display: block; font-size: .82rem; }
.ent-zone-alert span[b-fkfwraw675] { color: #64748b; font-size: .75rem; }
.ent-zone-alert.detecting[b-fkfwraw675] { background: #eff6ff; color: #3b82f6; }
.ent-zone-alert.local[b-fkfwraw675] { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.ent-zone-alert.xf[b-fkfwraw675] { background: #fffbeb; color: #92400e; border: 1px solid #fcd34d; }

.mt-2[b-fkfwraw675] { margin-top: 8px !important; }
.mt-3[b-fkfwraw675] { margin-top: 12px !important; }

/* ── Responsive ── */
@media (max-width: 600px) {
    .exp-type-btns[b-fkfwraw675] { grid-template-columns: 1fr; }
    .exp-tab span[b-fkfwraw675] { display: none; }
}
/* /Pages/Livraisons/Wizard/Step4_Details.razor.rz.scp.css */
.step-details[b-0lm38whpmq] { }
.detail-card[b-0lm38whpmq] { padding: 16px 20px; border-radius: 10px; border: 1px solid #e2e8f0; background: #fff; }
.detail-card-head[b-0lm38whpmq] { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }

.option-box[b-0lm38whpmq] { padding: 14px; border-radius: 8px; border: 1px solid #e2e8f0; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: all .15s; }
.option-box.active[b-0lm38whpmq] { border-color: #38bdf8; background: rgba(56,189,248,.05); }

.counter[b-0lm38whpmq] { display: flex; align-items: center; gap: 4px; }
.counter-val[b-0lm38whpmq] { font-size: 1.1rem; font-weight: 700; min-width: 28px; text-align: center; }

.pricing-card[b-0lm38whpmq] { padding: 20px; border-radius: 10px; background: #f8fafc; border: 1px solid #e2e8f0; }
.pricing-card h4[b-0lm38whpmq] { font-size: .9rem; font-weight: 700; color: #1e293b; margin: 0 0 12px; }
.price-row[b-0lm38whpmq] { display: flex; justify-content: space-between; padding: 5px 0; font-size: .8rem; color: #475569; border-bottom: 1px solid #f1f5f9; }
.price-row:last-child[b-0lm38whpmq] { border-bottom: none; }
.price-row.total[b-0lm38whpmq] { font-weight: 700; font-size: .9rem; color: #0f172a; padding: 8px 0; border-bottom: 2px solid #e2e8f0; margin-bottom: 4px; }
/* /Pages/Livraisons/Wizard/Step5_Dispatch.razor.rz.scp.css */
.step-dispatch[b-luvrnjwb7f] { }
.no-chauffeurs[b-luvrnjwb7f] { padding: 40px; text-align: center; border-radius: 10px; border: 1px solid #e2e8f0; background: #fefce8; }

.chauffeur-list[b-luvrnjwb7f] { display: flex; flex-direction: column; gap: 8px; }
.chauffeur-card[b-luvrnjwb7f] { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 8px; border: 1px solid #e2e8f0; cursor: pointer; transition: all .15s; position: relative; }
.chauffeur-card:hover[b-luvrnjwb7f] { border-color: #cbd5e1; background: #f8fafc; }
.chauffeur-card.selected[b-luvrnjwb7f] { border-color: #10b981; background: rgba(16,185,129,.04); }

.chauffeur-avatar[b-luvrnjwb7f] { width: 36px; height: 36px; border-radius: 50%; background: #e2e8f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chauffeur-info[b-luvrnjwb7f] { flex: 1; min-width: 0; }
.chauffeur-status[b-luvrnjwb7f] { flex-shrink: 0; }
.chauffeur-check[b-luvrnjwb7f] { position: absolute; top: 8px; right: 8px; }

.driver-detail[b-luvrnjwb7f] { padding: 20px; border-radius: 10px; background: #f8fafc; border: 1px solid #e2e8f0; }
.driver-detail h4[b-luvrnjwb7f] { font-size: .9rem; font-weight: 700; margin: 0 0 12px; }
.dd-row[b-luvrnjwb7f] { display: flex; justify-content: space-between; padding: 5px 0; font-size: .8rem; color: #475569; border-bottom: 1px solid #f1f5f9; }
.dd-row:last-child[b-luvrnjwb7f] { border-bottom: none; }
