/* /Layout/MainLayout.razor.rz.scp.css */
/* ── U.S. Government Banner ─────────────────────────────────────── */
.wawf-gov-banner[b-fpdyjm661g] {
    background-color: #1b1b1b;
    border-bottom: 1px solid #3d4551;
}

.wawf-banner-inner[b-fpdyjm661g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 1.5rem;
    max-width: none !important;
}

.wawf-gov-banner .usa-banner__header-text[b-fpdyjm661g] {
    font-size: 0.8125rem;
    color: #f0f0f0;
    margin: 0;
    line-height: 1.4;
}

.wawf-gov-banner .usa-banner__header-flag[b-fpdyjm661g] {
    vertical-align: middle;
    margin-right: 0.25rem;
}

/* ── Agency Header ───────────────────────────────────────────────── */
.wawf-header[b-fpdyjm661g] {
    background: linear-gradient(135deg, #162e51 0%, #1a4480 100%);
    border-bottom: 4px solid #005ea2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    position: sticky;
    top: 0;
    z-index: 200;
}

.wawf-header-inner[b-fpdyjm661g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 1.5rem;
    min-height: 60px;
}

.wawf-logo-link[b-fpdyjm661g] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: white;
    transition: opacity 0.15s;
}

.wawf-logo-link:hover[b-fpdyjm661g] { opacity: 0.9; text-decoration: none; color: white; }

.wawf-logo-img[b-fpdyjm661g] {
    height: 38px;
    object-fit: contain;
}

.wawf-logo-text[b-fpdyjm661g] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.wawf-logo-text em[b-fpdyjm661g] {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8125rem;
    opacity: 0.8;
    display: block;
    letter-spacing: 0;
}

/* ── Sidebar + Main layout ───────────────────────────────────────── */
.wawf-layout[b-fpdyjm661g] {
    display: flex;
    min-height: calc(100vh - 90px);
    background-color: #f9f9f9;
}

.wawf-sidebar[b-fpdyjm661g] {
    width: 220px;
    min-width: 220px;
    flex-shrink: 0;
    background-color: #ffffff;
    border-right: 1px solid #dfe1e2;
    padding: 0.75rem 0;
    position: sticky;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.wawf-main[b-fpdyjm661g] {
    flex: 1;
    padding: 1.5rem;
    overflow-x: auto;
    background-color: #f9f9f9;
    min-width: 0;
}

/* ── Footer ──────────────────────────────────────────────────────── */
.wawf-footer .usa-footer__primary-section[b-fpdyjm661g] {
    background-color: #162e51;
}

.wawf-footer .usa-footer__primary-link[b-fpdyjm661g] {
    color: #d9e8f6;
    font-size: 0.875rem;
    padding: 0.5rem 1rem 0.5rem 0;
    display: inline-block;
    text-decoration: none;
}

.wawf-footer .usa-footer__primary-link:hover[b-fpdyjm661g] { color: white; }

.wawf-footer .usa-footer__secondary-section[b-fpdyjm661g] {
    background-color: #1a4480;
}

.wawf-footer-brand[b-fpdyjm661g] {
    font-weight: 700;
    color: white;
    margin: 0;
    font-size: 0.9375rem;
}

.wawf-footer-tagline[b-fpdyjm661g] {
    color: #d9e8f6;
    font-size: 0.8125rem;
    margin: 0.1rem 0 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── WAWF USWDS Side Navigation ─────────────────────────────────── */

.wawf-sidenav[b-gruf8dtxer] {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

/* Each nav item */
.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer] {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
}

/* All links */
.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1b1b1b;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: background-color 0.1s, border-color 0.1s;
    line-height: 1.3;
}

.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a:hover {
    background-color: #eff6fb;
    color: #005ea2;
    border-left-color: #d9e8f6;
    text-decoration: none;
}

/* Blazor NavLink adds "active" class to the current page anchor */
.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a.active {
    background-color: #eff6fb;
    color: #1a4480;
    font-weight: 700;
    border-left: 4px solid #1a4480;
    text-decoration: none;
}

/* Icon styling */
.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a i {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
    color: #71767a;
}

.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a:hover i {
    color: #005ea2;
}

.wawf-sidenav .usa-sidenav__item[b-gruf8dtxer]  a.active i {
    color: #1a4480;
}
/* /Layout/UserSwitcher.razor.rz.scp.css */
/* ── USWDS-styled User Switcher ─────────────────────────────────── */

.user-switcher[b-c0unwse5gt] {
    position: relative;
    display: inline-block;
}

.user-display[b-c0unwse5gt] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0.375rem 0.75rem;
    background-color: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-family: 'Public Sans', Arial, sans-serif;
    font-size: 0.875rem;
    transition: background-color 0.15s;
    cursor: pointer;
    line-height: 1.3;
}

.user-display:hover[b-c0unwse5gt] {
    background-color: rgba(255,255,255,0.22);
    color: white;
}

.user-name[b-c0unwse5gt] {
    font-weight: 700;
    font-size: 0.875rem;
    color: white;
}

.user-role[b-c0unwse5gt] {
    font-size: 0.75rem;
    opacity: 0.85;
    font-weight: 400;
    color: #d9e8f6;
}

/* Dropdown panel */
.user-dropdown[b-c0unwse5gt] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 300px;
    background: white;
    border: 1px solid #a9aeb1;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 1000;
    overflow: hidden;
}

.dropdown-header[b-c0unwse5gt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #162e51;
    border-bottom: 1px solid #1a4480;
}

.dropdown-header strong[b-c0unwse5gt] {
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    font-family: 'Public Sans', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-close-dropdown[b-c0unwse5gt] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1rem;
    transition: background-color 0.15s;
}

.btn-close-dropdown:hover[b-c0unwse5gt] {
    background-color: rgba(255,255,255,0.15);
    color: white;
}

.dropdown-body[b-c0unwse5gt] {
    max-height: 400px;
    overflow-y: auto;
}

/* Individual user option */
.user-option[b-c0unwse5gt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.1s;
    font-family: 'Public Sans', Arial, sans-serif;
}

.user-option:hover[b-c0unwse5gt] { background-color: #eff6fb; }

.user-option.active[b-c0unwse5gt] {
    background-color: #eff6fb;
    border-left: 3px solid #1a4480;
}

.user-option-name[b-c0unwse5gt] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.3;
}

.user-option-role[b-c0unwse5gt] {
    font-size: 0.8125rem;
    color: #565c65;
    margin-top: 1px;
}

.user-option-dodaac[b-c0unwse5gt] {
    font-size: 0.75rem;
    color: #71767a;
    margin-top: 1px;
    font-family: 'Courier New', monospace;
}

.user-option .bi-check-circle-fill[b-c0unwse5gt] { color: #00a91c; font-size: 1rem; }
/* /Pages/InvoiceWorkflow.razor.rz.scp.css */
/* Apple HIG-inspired Styles */
:root[b-1n37w68wl0] {
    --apple-blue: #007AFF;
    --apple-green: #34C759;
    --apple-red: #FF3B30;
    --apple-gray: #8E8E93;
    --apple-gray-light: #F2F2F7;
    --apple-spacing: 8px;
    --apple-radius: 12px;
    --apple-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

/* Business Process Flow Styles */
.bpf-container[b-1n37w68wl0] {
    background: #e3f2fd;
    border: 1px solid #D1D5DB;
    padding: 16px;
    border-radius: var(--apple-radius-lg, 16px);
    box-shadow: var(--apple-shadow);
}

.bpf-stages[b-1n37w68wl0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.bpf-stage[b-1n37w68wl0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bpf-stage-icon[b-1n37w68wl0] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    border: 2px solid #D1D5DB;
}

.bpf-stage-completed .bpf-stage-icon[b-1n37w68wl0] {
    background-color: var(--apple-green);
    color: white;
    border-color: var(--apple-green);
    box-shadow: 0 2px 8px rgba(52, 199, 89, 0.3);
}

.bpf-stage-active .bpf-stage-icon[b-1n37w68wl0] {
    background-color: var(--apple-blue);
    color: white;
    border-color: var(--apple-blue);
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4);
    animation: pulse-b-1n37w68wl0 2s infinite;
}

.bpf-stage-inactive .bpf-stage-icon[b-1n37w68wl0] {
    background-color: #E5E7EB;
    color: #6B7280;
    border-color: #D1D5DB;
}

.bpf-stage-rejected .bpf-stage-icon[b-1n37w68wl0] {
    background-color: var(--apple-red);
    color: white;
    border-color: var(--apple-red);
    box-shadow: 0 2px 8px rgba(255, 59, 48, 0.3);
}

.bpf-stage-label[b-1n37w68wl0] {
    color: #1F2937;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    max-width: 120px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.bpf-stage-inactive .bpf-stage-label[b-1n37w68wl0] {
    color: #6B7280;
}

.bpf-stage-connector[b-1n37w68wl0] {
    position: absolute;
    top: 18px;
    left: calc(50% + 18px);
    width: calc(100% - 36px);
    height: 3px;
    background-color: #D1D5DB;
    z-index: 1;
}

.bpf-connector-dotted[b-1n37w68wl0] {
    background: none !important;
    border-top: 3px dotted #9CA3AF;
    height: 0;
}

.bpf-stage-completed .bpf-stage-connector[b-1n37w68wl0] {
    background-color: var(--apple-green);
}

.bpf-stage-active .bpf-stage-connector[b-1n37w68wl0] {
    background: linear-gradient(to right, var(--apple-green) 0%, rgba(255, 255, 255, 0.3) 100%);
}

/* Nav Tabs Styling */
.nav-tabs[b-1n37w68wl0] {
    border-bottom: 1px solid var(--apple-gray-light);
    margin-bottom: 0;
    background-color: var(--apple-gray-light);
    padding: 8px 8px 0 8px;
    border-radius: var(--apple-radius-lg, 16px) var(--apple-radius-lg, 16px) 0 0;
    display: flex;
    gap: 4px;
}

.nav-tabs .nav-link[b-1n37w68wl0] {
    border: 1px solid #d2d2d7;
    border-bottom: 2px solid transparent;
    color: var(--apple-gray);
    font-weight: 500;
    font-size: 14px;
    padding: 12px 16px;
    margin-right: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.2px;
    background-color: #e3f2fd;
    border-radius: var(--apple-radius-md, 12px) var(--apple-radius-md, 12px) 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-link:hover:not(:disabled)[b-1n37w68wl0] {
    border-bottom-color: var(--apple-blue);
    border-color: var(--apple-blue);
    color: var(--apple-blue);
    background-color: rgba(0, 122, 255, 0.08);
}

.nav-tabs .nav-link.active[b-1n37w68wl0] {
    border-bottom-color: var(--apple-blue);
    border-color: var(--apple-blue);
    color: var(--apple-blue);
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.nav-tabs .nav-link:disabled[b-1n37w68wl0] {
    opacity: 1;
    cursor: not-allowed;
    background-color: #d8d8dd;
    color: #8e8e93;
    border-color: #c7c7cc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Tab Content Styling */
.tab-content > .card[b-1n37w68wl0] {
    border-radius: 0 0 var(--apple-radius-lg, 16px) var(--apple-radius-lg, 16px);
    border-top: none;
    margin-top: 0;
}

@keyframes pulse-b-1n37w68wl0 {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 122, 255, 0.6);
    }
}

/* Tab Styles */
.nav-tabs[b-1n37w68wl0] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link[b-1n37w68wl0] {
    border: none;
    border-bottom: 3px solid transparent;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover:not(:disabled)[b-1n37w68wl0] {
    border-bottom-color: #667eea;
    color: #667eea;
    background-color: transparent;
}

.nav-tabs .nav-link.active[b-1n37w68wl0] {
    border-bottom-color: #667eea;
    color: #667eea;
    background-color: transparent;
}

.nav-tabs .nav-link:disabled[b-1n37w68wl0] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Container Spacing */
.container[b-1n37w68wl0] {
    margin-top: var(--apple-spacing-lg, 24px);
    margin-bottom: var(--apple-spacing-xl, 32px);
}

/* BPF Container Spacing */
.bpf-container[b-1n37w68wl0] {
    margin-bottom: var(--apple-spacing-lg, 12px);
}

/* Card-Header for InvoiceList page */
.card-header[b-1n37w68wl0] {
    background: linear-gradient(135deg, var(--apple-blue) 0%, #0051D5 100%);
    color: white;
    border-radius: var(--apple-radius-lg, 16px) var(--apple-radius-lg, 16px) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--apple-spacing-lg, 24px);
}

.card-header h3[b-1n37w68wl0] {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-header h3 i[b-1n37w68wl0] {
    font-size: 2rem;
}

.card-header small[b-1n37w68wl0] {
    opacity: 0.9;
    font-size: 0.9375rem;
}

/* Card Enhancements */
.card[b-1n37w68wl0] {
    border: 1px solid var(--apple-gray-light);
    box-shadow: var(--apple-shadow);
    border-radius: var(--apple-radius-lg, 16px);
    background-color: #ffffff;
    margin-bottom: var(--apple-spacing-md, 16px);
}

.card-body[b-1n37w68wl0] {
/*    padding: var(--apple-spacing-lg, 24px);*/
}

/* Timeline for Audit Trail */
.timeline[b-1n37w68wl0] {
    position: relative;
    padding-left: 20px;
}

.timeline-item[b-1n37w68wl0] {
    position: relative;
}

.timeline-item[b-1n37w68wl0]::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #dee2e6;
}

.timeline-item:last-child[b-1n37w68wl0]::before {
    display: none;
}

.timeline-icon[b-1n37w68wl0] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Form Enhancements */
.form-label.fw-bold[b-1n37w68wl0] {
    color: #1d1d1f;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.form-control[b-1n37w68wl0],
.form-select[b-1n37w68wl0] {
    border: 1px solid #d2d2d7;
    border-radius: var(--apple-radius-md, 12px);
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hide date input placeholder completely when empty */
input[type="date"]:in-range[b-1n37w68wl0]::-webkit-datetime-edit-year-field, 
input[type="date"]:in-range[b-1n37w68wl0]::-webkit-datetime-edit-month-field, 
input[type="date"]:in-range[b-1n37w68wl0]::-webkit-datetime-edit-day-field, 
input[type="date"]:in-range[b-1n37w68wl0]::-webkit-datetime-edit-text { 
    color: transparent; 
}

input[type="date"][b-1n37w68wl0]::-webkit-inner-spin-button,
input[type="date"][b-1n37w68wl0]::-webkit-calendar-picker-indicator {
    opacity: 0.5;
}

input[type="date"]:focus[b-1n37w68wl0]::-webkit-datetime-edit-year-field,
input[type="date"]:focus[b-1n37w68wl0]::-webkit-datetime-edit-month-field,
input[type="date"]:focus[b-1n37w68wl0]::-webkit-datetime-edit-day-field,
input[type="date"]:focus[b-1n37w68wl0]::-webkit-datetime-edit-text {
    color: inherit !important;
}

.form-control:focus[b-1n37w68wl0],
.form-select:focus[b-1n37w68wl0] {
    border-color: var(--apple-blue);
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
    outline: none;
}

.form-control-sm[b-1n37w68wl0],
.form-select-sm[b-1n37w68wl0] {
    font-size: 13px;
    padding: 6px 12px;
}

/* Table Enhancements */
.table[b-1n37w68wl0] {
    font-size: 14px;
}

.table thead th[b-1n37w68wl0] {
    background-color: var(--apple-gray-light);
    font-weight: 500;
    color: #1d1d1f;
    border-bottom: 1px solid #d2d2d7;
    padding: 12px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.table tbody td[b-1n37w68wl0] {
    padding: 12px;
    border-bottom: 1px solid var(--apple-gray-light);
}

.table-hover tbody tr:hover[b-1n37w68wl0] {
    background-color: rgba(0, 122, 255, 0.04);
}

.table-sm thead th[b-1n37w68wl0],
.table-sm tbody td[b-1n37w68wl0] {
    padding: 8px;
}

/* Button Enhancements */
.btn[b-1n37w68wl0] {
    border-radius: var(--apple-radius-md, 12px);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 8px 16px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover:not(:disabled)[b-1n37w68wl0] {
    transform: translateY(-1px);
}

.btn:active:not(:disabled)[b-1n37w68wl0] {
    transform: translateY(0);
}

.btn-primary[b-1n37w68wl0] {
    background-color: var(--apple-blue);
    border-color: var(--apple-blue);
}

.btn-primary:hover:not(:disabled)[b-1n37w68wl0] {
    background-color: #0051D5;
    border-color: #0051D5;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}

.btn-success[b-1n37w68wl0] {
    background-color: var(--apple-green);
    border-color: var(--apple-green);
}

.btn-success:hover:not(:disabled)[b-1n37w68wl0] {
    background-color: #30B350;
    border-color: #30B350;
    box-shadow: 0 4px 12px rgba(52, 199, 89, 0.3);
}

.btn-danger[b-1n37w68wl0] {
    background-color: var(--apple-red);
    border-color: var(--apple-red);
}

.btn-danger:hover:not(:disabled)[b-1n37w68wl0] {
    background-color: #E6241C;
    border-color: #E6241C;
    box-shadow: 0 4px 12px rgba(255, 59, 48, 0.3);
}

.btn-sm[b-1n37w68wl0] {
    font-size: 13px;
    padding: 6px 16px;
}

/* Badge Enhancements */
.badge[b-1n37w68wl0] {
    font-weight: 500;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.2px;
}

/* Modal Enhancements */
.modal-content[b-1n37w68wl0] {
    border: none;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-1n37w68wl0] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 16px 24px;
}

.modal-body[b-1n37w68wl0] {
    padding: 24px;
}

.modal-footer[b-1n37w68wl0] {
    padding: 16px 24px;
    background-color: #f8f9fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Alert Enhancements */
.alert[b-1n37w68wl0] {
    border-radius: var(--apple-radius-md, 12px);
    border: none;
    font-size: 14px;
    padding: 12px 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.alert-success[b-1n37w68wl0] {
    background-color: rgba(52, 199, 89, 0.1);
    color: #1d8348;
}

.alert-danger[b-1n37w68wl0] {
    background-color: rgba(255, 59, 48, 0.1);
    color: #d32f2f;
}

.alert-warning[b-1n37w68wl0] {
    background-color: rgba(255, 149, 0, 0.1);
    color: #f57c00;
}

.alert-info[b-1n37w68wl0] {
    background-color: rgba(0, 122, 255, 0.1);
    color: #006fe6;
}

/* Loading Spinner */
.spinner-border[b-1n37w68wl0] {
    animation: spinner-border 0.75s linear infinite;
}

/* Responsive Design */
@media (max-width: 992px) {
    .bpf-stage-label[b-1n37w68wl0] {
        font-size: 12px;
        max-width: 100px;
    }

    .bpf-stage-icon[b-1n37w68wl0] {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .bpf-stage-connector[b-1n37w68wl0] {
        top: 25px;
    }

    .nav-tabs .nav-link[b-1n37w68wl0] {
        padding: 10px 14px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .bpf-stages[b-1n37w68wl0] {
        flex-direction: column;
        gap: 20px;
    }

    .bpf-stage[b-1n37w68wl0] {
        width: 100%;
    }

    .bpf-stage-connector[b-1n37w68wl0] {
        display: none;
    }

    .bpf-stage-label[b-1n37w68wl0] {
        max-width: none;
    }

    .nav-tabs[b-1n37w68wl0] {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-tabs .nav-link[b-1n37w68wl0] {
        white-space: nowrap;
    }

    .timeline[b-1n37w68wl0] {
        padding-left: 0;
    }

    .timeline-item[b-1n37w68wl0]::before {
        left: 0;
    }
}

/* Print Styles */
@media print {
    .bpf-container[b-1n37w68wl0],
    .nav-tabs[b-1n37w68wl0],
    .btn[b-1n37w68wl0],
    .modal[b-1n37w68wl0] {
        display: none !important;
    }

    .card[b-1n37w68wl0] {
        box-shadow: none;
        border: 1px solid #dee2e6;
    }
}
