/* _content/Invoqs/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6h6ysezs3d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6h6ysezs3d] {
    flex: 1;
}

.sidebar[b-6h6ysezs3d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6h6ysezs3d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6h6ysezs3d]  a, .top-row[b-6h6ysezs3d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6h6ysezs3d]  a:hover, .top-row[b-6h6ysezs3d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6h6ysezs3d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row[b-6h6ysezs3d]  a, .top-row[b-6h6ysezs3d]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-6h6ysezs3d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6h6ysezs3d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

#blazor-error-ui[b-6h6ysezs3d] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-6h6ysezs3d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Invoqs/Components/Pages/AddCustomer.razor.rz.scp.css */
/* AddCustomer Page Styles */

/* Form and button consistency */
.btn[b-bmsm8iqg7m] {
    border-radius: 8px;
}

.form-control[b-bmsm8iqg7m],
.form-select[b-bmsm8iqg7m],
.form-control:focus[b-bmsm8iqg7m] {
    border-radius: 8px;
}

/* Required field indicator */
.required[b-bmsm8iqg7m]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-bmsm8iqg7m] {
    font-weight: 500;
}

/* Card styling with 8px radius */
.card[b-bmsm8iqg7m] {
    border-radius: 8px;
    border: none;
}

.card-header[b-bmsm8iqg7m] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-bmsm8iqg7m] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-bmsm8iqg7m] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-bmsm8iqg7m] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-bmsm8iqg7m]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-bmsm8iqg7m] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-bmsm8iqg7m] {
    color: #0d6efd;
}

/* Live Preview Sidebar */
.preview-card[b-bmsm8iqg7m] {
    position: sticky;
    top: 2rem;
}

.avatar-circle[b-bmsm8iqg7m] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.customer-details .detail-row[b-bmsm8iqg7m] {
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    word-break: break-word;
}

.customer-details .detail-row i[b-bmsm8iqg7m] {
    width: 16px;
    font-size: 0.8rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.notes-preview[b-bmsm8iqg7m] {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    border-left: 3px solid #0d6efd;
}

.tips .tip-item[b-bmsm8iqg7m] {
    padding: 0.5rem 0;
}

.tips .tip-item:not(:last-child)[b-bmsm8iqg7m] {
    border-bottom: 1px solid #f1f1f1;
}

/* Form styling */
.form-text[b-bmsm8iqg7m] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.form-control:focus[b-bmsm8iqg7m] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.btn:disabled[b-bmsm8iqg7m] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-bmsm8iqg7m] {
    width: 1rem;
    height: 1rem;
}

/* Alert styling with 8px radius */
.alert[b-bmsm8iqg7m] {
    border-radius: 8px;
    border: none;
}

.alert-success[b-bmsm8iqg7m] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-danger[b-bmsm8iqg7m] {
    background-color: #f8d7da;
    color: #58151c;
}

/* Validation styles */
.field-validation-error[b-bmsm8iqg7m] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.form-control.modified:invalid[b-bmsm8iqg7m] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.modified:valid[b-bmsm8iqg7m] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Preview card animations */
.preview-card .avatar-circle[b-bmsm8iqg7m] {
    animation: fadeIn-b-bmsm8iqg7m 0.3s ease-in-out;
}

@keyframes fadeIn-b-bmsm8iqg7m {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-bmsm8iqg7m] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-bmsm8iqg7m] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-bmsm8iqg7m] {
        flex: 1;
    }

    .preview-card[b-bmsm8iqg7m] {
        position: static;
        top: auto;
    }

    .avatar-circle[b-bmsm8iqg7m] {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .card-body[b-bmsm8iqg7m] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-bmsm8iqg7m] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-bmsm8iqg7m] {
        padding: 1rem;
    }

    .row.g-3[b-bmsm8iqg7m] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .customer-details .detail-row[b-bmsm8iqg7m] {
        font-size: 0.85rem;
    }
}

/* Focus states for better accessibility */
.btn:focus[b-bmsm8iqg7m],
.form-control:focus[b-bmsm8iqg7m] {
    outline: none;
}

.btn:focus-visible[b-bmsm8iqg7m] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-bmsm8iqg7m] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/AddJob.razor.rz.scp.css */
/* Add Job Page Styles */

/* Button and form consistency */
.btn[b-3mt334a9vg] {
    border-radius: 8px;
}

.form-control[b-3mt334a9vg],
.form-select[b-3mt334a9vg] {
    border-radius: 8px;
}

/* Required field indicator */
.required[b-3mt334a9vg]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-3mt334a9vg] {
    font-weight: 500;
}

/* Card styling with 8px radius */
.card[b-3mt334a9vg] {
    border-radius: 8px;
    border: none;
}

.card-header[b-3mt334a9vg] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-3mt334a9vg] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-3mt334a9vg] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-3mt334a9vg] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-3mt334a9vg]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-3mt334a9vg] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-3mt334a9vg] {
    color: #0d6efd;
}

/* Avatar circle for customer info */
.avatar-circle[b-3mt334a9vg] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Job type preview styling */
.job-type-preview .fs-1[b-3mt334a9vg] {
    font-size: 3rem !important;
}

.job-type-icon-container[b-3mt334a9vg] {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(13, 110, 253, 0.05);
    border-radius: 8px;
    border: 2px dashed rgba(13, 110, 253, 0.2);
    transition: all 0.3s ease;
}

.job-type-icon-container.has-selection[b-3mt334a9vg] {
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.3);
}

/* Badge styling */
.badge[b-3mt334a9vg] {
    border-radius: 6px;
}

.badge.fs-6[b-3mt334a9vg] {
    font-size: 1rem !important;
    border-radius: 8px;
}

/* Button states */
.btn:disabled[b-3mt334a9vg] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-3mt334a9vg] {
    width: 1rem;
    height: 1rem;
}

/* Alert styling */
.alert[b-3mt334a9vg] {
    border-radius: 8px;
    border: none;
}

.alert-success[b-3mt334a9vg] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-danger[b-3mt334a9vg] {
    background-color: #f8d7da;
    color: #58151c;
}

/* Form validation styles */
.field-validation-error[b-3mt334a9vg] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.form-control.modified:invalid[b-3mt334a9vg] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.modified:valid[b-3mt334a9vg] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Form help text */
.form-text[b-3mt334a9vg] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Form focus states */
.form-select:focus[b-3mt334a9vg],
.form-control:focus[b-3mt334a9vg] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

/* Sidebar customer stats */
.border.rounded.p-2[b-3mt334a9vg] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-3mt334a9vg] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Customer selection highlight */
.customer-selected[b-3mt334a9vg] {
    background-color: #e7f3ff;
    border-color: #0d6efd !important;
    border-radius: 8px;
}

/* Tips section styling */
.tips-section .small[b-3mt334a9vg] {
    line-height: 1.5;
}

.tips-section strong[b-3mt334a9vg] {
    color: #495057;
}

.tips-section[b-3mt334a9vg] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
}

/* Job preview card enhancements */
.job-preview-card[b-3mt334a9vg] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.job-preview-card .card-header[b-3mt334a9vg] {
    background: rgba(13, 110, 253, 0.1);
    border-bottom: 1px solid rgba(13, 110, 253, 0.2);
}

/* Address Autocomplete Styles */
.address-suggestions[b-3mt334a9vg] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: -1px;
}

.address-suggestion-item[b-3mt334a9vg] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    border-bottom: 1px solid #f8f9fa;
}

.address-suggestion-item:last-child[b-3mt334a9vg] {
    border-bottom: none;
}

.address-suggestion-item:hover[b-3mt334a9vg] {
    background-color: #f8f9fa;
}

.address-suggestion-item:active[b-3mt334a9vg] {
    background-color: #e9ecef;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-3mt334a9vg] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-3mt334a9vg] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-3mt334a9vg] {
        flex: 1;
    }

    .job-type-preview .fs-1[b-3mt334a9vg] {
        font-size: 2.5rem !important;
    }

    .card-body[b-3mt334a9vg] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-3mt334a9vg] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-3mt334a9vg] {
        padding: 1rem;
    }

    .row.g-3[b-3mt334a9vg] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .avatar-circle[b-3mt334a9vg] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .job-type-preview .fs-1[b-3mt334a9vg] {
        font-size: 2rem !important;
    }

    .job-type-icon-container[b-3mt334a9vg] {
        min-height: 100px;
    }
}

/* Focus states for accessibility */
.btn:focus[b-3mt334a9vg],
.form-control:focus[b-3mt334a9vg],
.form-select:focus[b-3mt334a9vg] {
    outline: none;
}

.btn:focus-visible[b-3mt334a9vg] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-3mt334a9vg] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CreateInvoice.razor.rz.scp.css */
/* Create Invoice Page Styles */

/* Button and form consistency */
.btn[b-uugidftgjy] {
    border-radius: 8px;
}

.form-control[b-uugidftgjy],
.form-select[b-uugidftgjy] {
    border-radius: 8px;
}

/* Card styling with 8px radius */
.card[b-uugidftgjy] {
    border-radius: 8px;
    border: none;
}

.card-header[b-uugidftgjy] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-uugidftgjy] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-uugidftgjy] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-uugidftgjy] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-uugidftgjy]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-uugidftgjy] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-uugidftgjy] {
    color: #0d6efd;
}

/* Job Selection Cards */
.job-selection-card[b-uugidftgjy] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.job-selection-card:hover[b-uugidftgjy] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}

.job-selection-card.selected[b-uugidftgjy] {
    border-color: #0d6efd;
    background-color: #e7f3ff;
}

.job-selection-card .form-check[b-uugidftgjy] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.job-selection-card .form-check-input[b-uugidftgjy] {
    margin-top: 0.125rem;
    flex-shrink: 0;
    border-radius: 4px;
}

.job-selection-card .job-info[b-uugidftgjy] {
    flex: 1;
}

.job-selection-card h6[b-uugidftgjy] {
    color: #212529;
    margin-bottom: 0.25rem;
}

.job-selection-card .text-success[b-uugidftgjy] {
    color: #198754 !important;
}

/* Customer Info Sidebar */
.avatar-circle[b-uugidftgjy] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.customer-contact .contact-row[b-uugidftgjy] {
    display: flex;
    align-items: center;
    word-break: break-word;
}

.customer-contact .contact-row i[b-uugidftgjy] {
    width: 16px;
    flex-shrink: 0;
}

/* Invoice Summary */
.invoice-summary[b-uugidftgjy] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #0d6efd;
}

.invoice-summary .summary-row[b-uugidftgjy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.invoice-summary .summary-row span:first-child[b-uugidftgjy] {
    flex: 1;
}

.invoice-summary .summary-row span:last-child[b-uugidftgjy] {
    text-align: right;
}

/* Form Controls - Enhanced for 8px consistency */
.form-control:focus[b-uugidftgjy],
.form-select:focus[b-uugidftgjy] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    border-radius: 8px;
}

/* Input Date specific styling for 8px radius */
input[type="date"].form-control[b-uugidftgjy] {
    border-radius: 8px;
}

input[type="date"].form-control[b-uugidftgjy]::-webkit-calendar-picker-indicator {
    border-radius: 4px;
    padding: 4px;
}

/* Button group consistency */
.btn-group[b-uugidftgjy] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-uugidftgjy] {
    border-radius: 0;
}

.btn-group .btn:not(:last-child)[b-uugidftgjy] {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-uugidftgjy] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-uugidftgjy] {
    border-radius: 0 8px 8px 0;
}

.btn-group-sm .btn[b-uugidftgjy] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Enhanced checked state for button groups */
.btn-check:checked + .btn[b-uugidftgjy] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

.input-group .form-control:focus[b-uugidftgjy] {
    z-index: 3;
}

.input-group-text[b-uugidftgjy] {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.input-group .form-control:first-child[b-uugidftgjy] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control:last-child[b-uugidftgjy] {
    border-radius: 0 8px 8px 0;
}

.form-control-sm[b-uugidftgjy],
.form-select-sm[b-uugidftgjy] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 8px;
}

/* Required field indicator */
.required[b-uugidftgjy]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-uugidftgjy] {
    font-weight: 500;
}

/* Buttons */
.btn:disabled[b-uugidftgjy] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-uugidftgjy] {
    width: 1rem;
    height: 1rem;
}

/* Loading states */
.spinner-border[b-uugidftgjy] {
    color: #0d6efd;
}

/* Alerts */
.alert[b-uugidftgjy] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-uugidftgjy] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-info[b-uugidftgjy] {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* Filter Section - Enhanced for equal field sizing */
.card-body .row.g-3[b-uugidftgjy] {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Ensure all filter controls have same height */
.row.g-3.align-items-end .form-control[b-uugidftgjy],
.row.g-3.align-items-end .form-select[b-uugidftgjy],
.row.g-3.align-items-end .btn-group[b-uugidftgjy] {
    height: calc(1.5em + 0.75rem + 2px);
}

/* Job Grid */
.job-selection-card .form-check[b-uugidftgjy] {
    margin-bottom: 0;
}

.job-selection-card:last-child[b-uugidftgjy] {
    margin-bottom: 0 !important;
}

/* Animation for selected cards */
.job-selection-card.selected[b-uugidftgjy] {
    animation: selectCard-b-uugidftgjy 0.3s ease-in-out;
}

@keyframes selectCard-b-uugidftgjy {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

/* Empty state styling */
.text-center i[style*="font-size: 3rem"][b-uugidftgjy] {
    opacity: 0.5;
}

.empty-state[b-uugidftgjy] {
    padding: 3rem 2rem;
    text-align: center;
}

.empty-state .btn[b-uugidftgjy] {
    margin-top: 1rem;
}

/* Customer selection dropdown */
.customer-dropdown[b-uugidftgjy] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #ffc107;
}

/* Form validation styling */
.form-control.modified:invalid[b-uugidftgjy] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    border-radius: 8px;
}

.form-control.modified:valid[b-uugidftgjy] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-uugidftgjy] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-uugidftgjy] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-uugidftgjy] {
        flex: 1;
    }

    .job-selection-card[b-uugidftgjy] {
        padding: 0.75rem;
    }

    .invoice-summary .summary-row[b-uugidftgjy] {
        font-size: 0.9rem;
    }

    .avatar-circle[b-uugidftgjy] {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .customer-contact .contact-row[b-uugidftgjy] {
        font-size: 0.875rem;
    }

    .card-body[b-uugidftgjy] {
        padding: 1rem;
    }

    /* Mobile filter layout adjustments */
    .row.g-3.align-items-end .col-md-3[b-uugidftgjy] {
        margin-bottom: 0.75rem;
    }

    .btn-group.w-100 .btn[b-uugidftgjy] {
        flex: 1;
        font-size: 0.8rem;
        padding: 0.375rem 0.25rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-uugidftgjy] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-uugidftgjy] {
        padding: 1rem;
    }

    .job-selection-card[b-uugidftgjy] {
        padding: 0.5rem;
    }

    .job-selection-card .form-check[b-uugidftgjy] {
        gap: 0.5rem;
    }

    .invoice-summary .summary-row[b-uugidftgjy] {
        margin-bottom: 0.75rem;
    }

    .invoice-summary[b-uugidftgjy] {
        padding: 0.75rem;
    }

    /* Stack filter fields vertically on small screens */
    .row.g-3.align-items-end .col-md-3[b-uugidftgjy] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Focus states for accessibility */
.job-selection-card:focus-within[b-uugidftgjy] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.btn:focus-visible[b-uugidftgjy] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-uugidftgjy] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CreateReceipt.razor.rz.scp.css */
/* Form and button consistency */
.btn[b-u3l288rr7z] {
    border-radius: 8px;
}

.form-control[b-u3l288rr7z],
.form-select[b-u3l288rr7z],
.form-control:focus[b-u3l288rr7z] {
    border-radius: 8px;
}

/* Required field indicator */
.required[b-u3l288rr7z]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-u3l288rr7z] {
    font-weight: 500;
}

/* Card styling with 8px radius */
.card[b-u3l288rr7z] {
    border-radius: 8px;
    border: none;
}

.card-header[b-u3l288rr7z] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-u3l288rr7z] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-u3l288rr7z] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-u3l288rr7z] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-u3l288rr7z]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-u3l288rr7z] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-u3l288rr7z] {
    color: #0d6efd;
}

/* Preview Card Sidebar */
.preview-card[b-u3l288rr7z] {
    position: sticky;
    top: 2rem;
}

/* Table styling */
.table[b-u3l288rr7z] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-u3l288rr7z] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table tbody tr[b-u3l288rr7z] {
    transition: background-color 0.2s ease;
}

.table-active[b-u3l288rr7z] {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.table thead[b-u3l288rr7z] {
    background-color: #f8f9fa;
}

/* Checkbox styling */
.form-check-input[b-u3l288rr7z] {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 4px;
}

.form-check-input:checked[b-u3l288rr7z] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* Summary section */
.bg-light.rounded[b-u3l288rr7z] {
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
}

/* Form styling */
.form-text[b-u3l288rr7z] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.form-control:focus[b-u3l288rr7z],
.form-select:focus[b-u3l288rr7z] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.btn:disabled[b-u3l288rr7z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-u3l288rr7z] {
    width: 1rem;
    height: 1rem;
}

/* Alert styling with 8px radius */
.alert[b-u3l288rr7z] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-u3l288rr7z] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-info[b-u3l288rr7z] {
    background-color: #cfe2ff;
    color: #084298;
}

/* Badge styling */
.badge[b-u3l288rr7z] {
    border-radius: 6px;
}

/* Button group styling */
.btn-outline-primary[b-u3l288rr7z],
.btn-outline-secondary[b-u3l288rr7z] {
    border-width: 1px;
}

.btn-outline-primary:hover[b-u3l288rr7z] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.btn-outline-secondary:hover[b-u3l288rr7z] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* Success button styling */
.btn-success[b-u3l288rr7z] {
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover[b-u3l288rr7z] {
    background-color: #157347;
    border-color: #146c43;
}

/* Empty state styling */
.text-center.py-5 i[b-u3l288rr7z] {
    color: #dee2e6;
}

/* Loading state */
.spinner-border[b-u3l288rr7z] {
    width: 3rem;
    height: 3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-u3l288rr7z] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .mt-2.mt-md-0[b-u3l288rr7z] {
        margin-top: 1rem !important;
    }

    .preview-card[b-u3l288rr7z] {
        position: static;
        top: auto;
        margin-top: 1rem;
    }

    .card-body[b-u3l288rr7z] {
        padding: 1rem;
    }

    .btn-group[b-u3l288rr7z] {
        flex-direction: column;
    }

    .btn-group .btn[b-u3l288rr7z] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-u3l288rr7z] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-u3l288rr7z] {
        padding: 1rem;
    }

    .row.g-3[b-u3l288rr7z] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .table-responsive[b-u3l288rr7z] {
        border-radius: 8px;
    }

    .d-flex.justify-content-between[b-u3l288rr7z] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Focus states for better accessibility */
.btn:focus[b-u3l288rr7z],
.form-control:focus[b-u3l288rr7z],
.form-select:focus[b-u3l288rr7z] {
    outline: none;
}

.btn:focus-visible[b-u3l288rr7z] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-u3l288rr7z] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

/* Sticky table header */
.table thead[b-u3l288rr7z] {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Selected row highlight */
tr.table-active td[b-u3l288rr7z] {
    font-weight: 500;
}

/* Summary card enhancements */
.card-header.bg-primary[b-u3l288rr7z] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%) !important;
}

/* Payment details section */
hr[b-u3l288rr7z] {
    opacity: 0.1;
    margin: 1rem 0;
}
/* _content/Invoqs/Components/Pages/CustomerAddressJobs.razor.rz.scp.css */
/* CustomerAddressJobs Page Styles - Matches CustomerJobs.razor.css exactly */

/* Avatar circle */
.avatar-circle[b-qogglq81e3] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

/* Tables with rounded corners */
.table[b-qogglq81e3] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-qogglq81e3] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-qogglq81e3] {
    border-top: none;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.table td[b-qogglq81e3] {
    vertical-align: middle;
    border-color: #f0f0f0;
}

/* Button groups with proper radius */
.btn-group[b-qogglq81e3] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-qogglq81e3] {
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-qogglq81e3] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-qogglq81e3] {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

.btn-group-sm .btn[b-qogglq81e3] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Enhanced checked state */
.btn-check:checked+.btn[b-qogglq81e3] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Breadcrumb styling */
.breadcrumb[b-qogglq81e3] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-qogglq81e3]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-qogglq81e3] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-qogglq81e3] {
    color: #0d6efd;
}

/* Badge styling with hierarchy */
.badge[b-qogglq81e3] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    /* Smaller for visual hierarchy */
}

/* Cards styling with 8px radius */
.card[b-qogglq81e3] {
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-qogglq81e3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-body[b-qogglq81e3] {
    padding: 1.5rem;
}

.card-header[b-qogglq81e3] {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #e9ecef;
}

/* Statistics cards with enhanced hover */
.stats-card[b-qogglq81e3] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 8px;
}

.stats-card:hover[b-qogglq81e3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Form controls with 8px radius */
.form-control[b-qogglq81e3],
.form-select[b-qogglq81e3] {
    border-radius: 8px;
    font-size: 0.9rem;
}

.input-group-text[b-qogglq81e3] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-qogglq81e3] {
    border-radius: 0 8px 8px 0;
}

.form-control:focus[b-qogglq81e3],
.form-select:focus[b-qogglq81e3] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}

/* Buttons with 8px radius */
.btn[b-qogglq81e3] {
    border-radius: 8px;
    font-weight: 500;
}

.btn-outline-secondary[b-qogglq81e3] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-qogglq81e3] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Empty state styling */
.empty-state[b-qogglq81e3] {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-state i[b-qogglq81e3] {
    opacity: 0.5;
}

.empty-state .btn[b-qogglq81e3] {
    margin-top: 1rem;
}

/* Alert styling */
.alert[b-qogglq81e3] {
    border-radius: 8px;
    border: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-qogglq81e3] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-qogglq81e3] {
        margin-top: 1rem !important;
    }

    .card-body[b-qogglq81e3] {
        padding: 1rem;
    }

    .avatar-circle[b-qogglq81e3] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .btn-group[b-qogglq81e3] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-qogglq81e3] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-qogglq81e3] {
        padding: 0.875rem;
    }

    .empty-state[b-qogglq81e3] {
        padding: 3rem 1rem;
    }

    .table-responsive[b-qogglq81e3] {
        border-radius: 8px;
    }
}

/* Focus states for accessibility */
.btn:focus[b-qogglq81e3],
.form-control:focus[b-qogglq81e3] {
    outline: none;
}

.btn:focus-visible[b-qogglq81e3] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-qogglq81e3] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CustomerDetails.razor.rz.scp.css */
/* Customer Details Page Styles */

/* Button and form consistency */
.btn[b-rr3a6f98em] {
    border-radius: 8px;
}

.form-control[b-rr3a6f98em],
.form-select[b-rr3a6f98em] {
    border-radius: 8px;
}

/* Form styling */
.form-label.fw-medium[b-rr3a6f98em] {
    font-weight: 500 !important;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control-plaintext[b-rr3a6f98em] {
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: none;
}

/* Card styling with 8px radius */
.card[b-rr3a6f98em] {
    border-radius: 8px;
    border: none;
}

.card-header[b-rr3a6f98em] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-rr3a6f98em] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-rr3a6f98em] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-rr3a6f98em] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-rr3a6f98em]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-rr3a6f98em] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-rr3a6f98em] {
    color: #0d6efd;
}

/* Alert styling */
.alert[b-rr3a6f98em] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-rr3a6f98em] {
    background-color: #f8d7da;
    color: #58151c;
}

/* Sidebar stats styling */
.border.rounded.p-2[b-rr3a6f98em] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-rr3a6f98em] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Button hover effects */
.btn-outline-primary:hover[b-rr3a6f98em],
.btn-outline-success:hover[b-rr3a6f98em],
.btn-outline-info:hover[b-rr3a6f98em],
.btn-outline-secondary:hover[b-rr3a6f98em] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Contact links styling */
a[href^="mailto:"][b-rr3a6f98em],
a[href^="tel:"][b-rr3a6f98em] {
    color: #0d6efd;
    transition: color 0.2s ease;
}

a[href^="mailto:"]:hover[b-rr3a6f98em],
a[href^="tel:"]:hover[b-rr3a6f98em] {
    color: #0a58ca;
    text-decoration: underline !important;
}

/* Address styling */
address[b-rr3a6f98em] {
    font-style: normal;
    line-height: 1.6;
    color: #212529;
}

/* Job list styling */
.border-bottom:last-child[b-rr3a6f98em] {
    border-bottom: none !important;
}

/* Badge styling */
.badge[b-rr3a6f98em] {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    /* Slightly smaller for badges */
}

.badge-sm[b-rr3a6f98em] {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    margin-left: 0.75rem;
    vertical-align: middle;
    border-radius: 6px;
}

/* Empty state styling */
.text-center.py-5 i[b-rr3a6f98em] {
    opacity: 0.5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-rr3a6f98em] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-rr3a6f98em] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-rr3a6f98em] {
        flex: 1;
        font-size: 0.875rem;
    }

    .container-fluid[b-rr3a6f98em] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-rr3a6f98em] {
        padding: 1rem;
    }

    .row.g-3[b-rr3a6f98em] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 576px) {
    .h2.text-primary[b-rr3a6f98em] {
        font-size: 1.5rem;
    }

    .badge-sm[b-rr3a6f98em] {
        display: block;
        width: fit-content;
        margin: 0.5rem 0 0 0;
    }

    .row.text-center.g-3 .col-6[b-rr3a6f98em],
    .row.text-center.g-3 .col-12[b-rr3a6f98em] {
        margin-bottom: 1rem;
    }

    .d-flex.justify-content-between.align-items-center.py-3[b-rr3a6f98em] {
        flex-direction: column;
        align-items: flex-start !important;
        text-align: left;
    }

    .text-end[b-rr3a6f98em] {
        text-align: left !important;
        margin-top: 0.5rem;
        width: 100%;
    }
}

/* Smooth transitions */
*[b-rr3a6f98em] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CustomerInvoices.razor.rz.scp.css */
/* Customer Invoices Page Styles */

/* Button and form consistency */
.btn[b-26cf7sgrra] {
    border-radius: 8px;
    font-weight: 500;
}

.form-control[b-26cf7sgrra],
.form-select[b-26cf7sgrra] {
    border-radius: 8px;
    border-color: #e9ecef;
    font-size: 0.9rem;
}

/* Avatar circle */
.avatar-circle[b-26cf7sgrra] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

/* Tables with rounded corners */
.table[b-26cf7sgrra] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-26cf7sgrra] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-26cf7sgrra] {
    border-top: none;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.table td[b-26cf7sgrra] {
    vertical-align: middle;
    border-color: #f0f0f0;
}

.btn-group[b-26cf7sgrra] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-26cf7sgrra] {
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-26cf7sgrra] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-26cf7sgrra] {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

.btn-group-sm .btn[b-26cf7sgrra] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Breadcrumb styling */
.breadcrumb[b-26cf7sgrra] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-26cf7sgrra]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-26cf7sgrra] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-26cf7sgrra] {
    color: #0d6efd;
}

/* Badge styling with hierarchy */
.badge[b-26cf7sgrra] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
}

.badge i[b-26cf7sgrra] {
    font-size: 0.7rem;
}

/* Cards styling with 8px radius */
.card[b-26cf7sgrra] {
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-26cf7sgrra] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-header[b-26cf7sgrra] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

.card-body[b-26cf7sgrra] {
    padding: 1.5rem;
}

/* Statistics Cards with enhanced styling */
.stats-card[b-26cf7sgrra] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 8px;
}

.stats-card:hover[b-26cf7sgrra] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Statistics cards with gradients */
.card.bg-secondary[b-26cf7sgrra],
.card.bg-primary[b-26cf7sgrra],
.card.bg-success[b-26cf7sgrra],
.card.bg-danger[b-26cf7sgrra],
.card.bg-info[b-26cf7sgrra],
.card.bg-warning[b-26cf7sgrra] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card.bg-primary[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-danger[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-danger) 0%, rgba(var(--bs-danger-rgb), 0.8) 100%);
}

.card.bg-info[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

.card.bg-secondary[b-26cf7sgrra] {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, rgba(var(--bs-secondary-rgb), 0.8) 100%);
}

.card.bg-secondary:hover[b-26cf7sgrra],
.card.bg-primary:hover[b-26cf7sgrra],
.card.bg-success:hover[b-26cf7sgrra],
.card.bg-danger:hover[b-26cf7sgrra],
.card.bg-info:hover[b-26cf7sgrra],
.card.bg-warning:hover[b-26cf7sgrra] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Form Controls */
.form-control:focus[b-26cf7sgrra],
.form-select:focus[b-26cf7sgrra] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.input-group-text[b-26cf7sgrra] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-26cf7sgrra] {
    border-radius: 0 8px 8px 0;
}

.input-group .form-control:focus[b-26cf7sgrra] {
    z-index: 3;
}

/* Button Styles */
.btn-primary[b-26cf7sgrra] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-secondary[b-26cf7sgrra] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-26cf7sgrra] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary:hover[b-26cf7sgrra],
.btn-outline-success:hover[b-26cf7sgrra],
.btn-outline-danger:hover[b-26cf7sgrra] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Enhanced checked state */
.btn-check:checked+.btn-outline-secondary[b-26cf7sgrra] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Dropdown Styles */
.dropdown-menu[b-26cf7sgrra] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
}

.dropdown-item[b-26cf7sgrra] {
    transition: background-color 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin: 2px 4px;
}

.dropdown-item:hover[b-26cf7sgrra] {
    background-color: #f8f9fa;
}

.dropdown-item i[b-26cf7sgrra] {
    width: 16px;
    text-align: center;
}

/* Loading States */
.spinner-border[b-26cf7sgrra] {
    color: #0d6efd;
}

/* Empty State */
.empty-state[b-26cf7sgrra] {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-state i[b-26cf7sgrra] {
    opacity: 0.5;
}

.empty-state .btn[b-26cf7sgrra] {
    margin-top: 1rem;
}

/* Status-specific styling */
.text-danger.fw-bold[b-26cf7sgrra] {
    color: #dc3545 !important;
}

/* Alert styling */
.alert[b-26cf7sgrra] {
    border-radius: 8px;
    border: none;
}

/* Custom scrollbar for table */
.table-responsive[b-26cf7sgrra] {
    border-radius: 8px;
}

.table-responsive[b-26cf7sgrra]::-webkit-scrollbar {
    height: 8px;
}

.table-responsive[b-26cf7sgrra]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.table-responsive[b-26cf7sgrra]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 8px;
}

.table-responsive[b-26cf7sgrra]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Focus states for accessibility */
.btn:focus-visible[b-26cf7sgrra] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.table tbody tr:focus-within[b-26cf7sgrra] {
    background-color: rgba(0, 123, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-26cf7sgrra] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-26cf7sgrra] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-26cf7sgrra] {
        flex: 1;
    }

    .card-body[b-26cf7sgrra] {
        padding: 1rem;
    }

    .avatar-circle[b-26cf7sgrra] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .btn-group-sm .btn[b-26cf7sgrra] {
        padding: 0.375rem 0.5rem;
    }

    .table-responsive[b-26cf7sgrra] {
        font-size: 0.875rem;
    }

    .btn-group[b-26cf7sgrra] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-26cf7sgrra] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-26cf7sgrra] {
        padding: 1rem;
    }

    .row.g-3[b-26cf7sgrra] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .avatar-circle[b-26cf7sgrra] {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Smooth transitions */
*[b-26cf7sgrra] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CustomerJobs.razor.rz.scp.css */
/* CustomerJobs Page Styles */

/* Avatar circle */
.avatar-circle[b-ihnmqyhlzb] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

/* Tables with rounded corners */
.table[b-ihnmqyhlzb] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-ihnmqyhlzb] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-ihnmqyhlzb] {
    border-top: none;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.table td[b-ihnmqyhlzb] {
    vertical-align: middle;
    border-color: #f0f0f0;
}

/* Button groups with proper radius */
.btn-group-sm .btn[b-ihnmqyhlzb] {
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}

.btn-group .btn:first-child[b-ihnmqyhlzb] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.btn-group .btn:last-child[b-ihnmqyhlzb] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-group .btn:not(:first-child):not(:last-child)[b-ihnmqyhlzb] {
    border-radius: 0;
}

/* Breadcrumb styling */
.breadcrumb[b-ihnmqyhlzb] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-ihnmqyhlzb]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-ihnmqyhlzb] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-ihnmqyhlzb] {
    color: #0d6efd;
}

/* Badge styling with hierarchy */
.badge[b-ihnmqyhlzb] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    /* Smaller for visual hierarchy */
}

/* Cards styling with 8px radius */
.card[b-ihnmqyhlzb] {
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-ihnmqyhlzb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-body[b-ihnmqyhlzb] {
    padding: 1.5rem;
}

.card-header[b-ihnmqyhlzb] {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #e9ecef;
}

/* Statistics cards with enhanced hover */
.stats-card[b-ihnmqyhlzb] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 8px;
}

.stats-card:hover[b-ihnmqyhlzb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Statistics cards with gradients (if used) */
.stats-card.bg-primary[b-ihnmqyhlzb],
.stats-card.bg-success[b-ihnmqyhlzb],
.stats-card.bg-info[b-ihnmqyhlzb],
.stats-card.bg-warning[b-ihnmqyhlzb] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.stats-card.bg-success[b-ihnmqyhlzb] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.stats-card.bg-info[b-ihnmqyhlzb] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.stats-card.bg-warning[b-ihnmqyhlzb] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Form controls with 8px radius */
.form-control[b-ihnmqyhlzb],
.form-select[b-ihnmqyhlzb] {
    border-radius: 8px;
    border-color: #e9ecef;
    font-size: 0.9rem;
}

.form-control:focus[b-ihnmqyhlzb],
.form-select:focus[b-ihnmqyhlzb] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}

.input-group-text[b-ihnmqyhlzb] {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-ihnmqyhlzb] {
    border-radius: 0 8px 8px 0;
}

/* Buttons with 8px radius */
.btn[b-ihnmqyhlzb] {
    border-radius: 8px;
    font-weight: 500;
}

.btn-primary[b-ihnmqyhlzb] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-secondary[b-ihnmqyhlzb] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-ihnmqyhlzb] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Address grouping cards */
.address-group-card[b-ihnmqyhlzb] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.address-group-card:hover[b-ihnmqyhlzb] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.address-group-header[b-ihnmqyhlzb] {
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #dee2e6;
}

.address-group-content[b-ihnmqyhlzb] {
    border-radius: 0 0 8px 8px;
}

/* Collapse buttons */
.collapse-toggle[b-ihnmqyhlzb] {
    border-radius: 6px;
    transition: all 0.2s ease;
}

.collapse-toggle:hover[b-ihnmqyhlzb] {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Job summary stats */
.job-summary[b-ihnmqyhlzb] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border-left: 4px solid #0d6efd;
}

/* Empty state styling */
.empty-state[b-ihnmqyhlzb] {
    padding: 4rem 2rem;
    text-align: center;
}

.empty-state i[b-ihnmqyhlzb] {
    opacity: 0.5;
}

.empty-state .btn[b-ihnmqyhlzb] {
    margin-top: 1rem;
}

/* Alert styling */
.alert[b-ihnmqyhlzb] {
    border-radius: 8px;
    border: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-ihnmqyhlzb] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-ihnmqyhlzb] {
        margin-top: 1rem !important;
    }

    .card-body[b-ihnmqyhlzb] {
        padding: 1rem;
    }

    .avatar-circle[b-ihnmqyhlzb] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .address-group-header[b-ihnmqyhlzb] {
        padding: 1rem;
    }

    .job-summary[b-ihnmqyhlzb] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }

    .btn-group[b-ihnmqyhlzb] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-ihnmqyhlzb] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-ihnmqyhlzb] {
        padding: 0.875rem;
    }

    .empty-state[b-ihnmqyhlzb] {
        padding: 3rem 1rem;
    }

    .table-responsive[b-ihnmqyhlzb] {
        border-radius: 8px;
    }
}

/* Focus states for accessibility */
.btn:focus[b-ihnmqyhlzb],
.form-control:focus[b-ihnmqyhlzb] {
    outline: none;
}

.btn:focus-visible[b-ihnmqyhlzb] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-ihnmqyhlzb] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/CustomerReceipts.razor.rz.scp.css */
/* Button and form consistency */
.btn[b-uxmu139fc3] {
    border-radius: 8px;
}

.form-control[b-uxmu139fc3],
.form-select[b-uxmu139fc3] {
    border-radius: 8px;
    font-size: 0.9rem;
}

.input-group-text[b-uxmu139fc3] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-uxmu139fc3] {
    border-radius: 0 8px 8px 0;
}

/* Card styling - 8px radius */
.card[b-uxmu139fc3] {
    border-radius: 8px;
}

.card-header[b-uxmu139fc3] {
    border-radius: 8px 8px 0 0 !important;
}

/* Statistics cards with gradients */
.card.bg-primary[b-uxmu139fc3],
.card.bg-success[b-uxmu139fc3],
.card.bg-info[b-uxmu139fc3],
.card.bg-warning[b-uxmu139fc3] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-uxmu139fc3] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-info[b-uxmu139fc3] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-uxmu139fc3] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Card hover effects */
.card[b-uxmu139fc3] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-uxmu139fc3] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Table styling - 8px radius */
.table[b-uxmu139fc3] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-uxmu139fc3] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table-responsive[b-uxmu139fc3] {
    border-radius: 8px;
}

/* Button group styling - 8px radius */
.btn-group[b-uxmu139fc3] {
    border-radius: 8px;
    display: inline-flex;
}

.btn-group .btn[b-uxmu139fc3] {
    border-radius: 0 !important;
    position: relative;
}

.btn-group .btn:first-child[b-uxmu139fc3] {
    border-radius: 8px 0 0 8px !important;
}

.btn-group .btn:last-child[b-uxmu139fc3] {
    border-radius: 0 8px 8px 0 !important;
}

/* Force borders on outline buttons */
.btn-group .btn-outline-primary[b-uxmu139fc3] {
    border: 1px solid #0d6efd !important;
}

.btn-group .btn-outline-secondary[b-uxmu139fc3] {
    border: 1px solid #6c757d !important;
}

.btn-group .btn-outline-danger[b-uxmu139fc3] {
    border: 1px solid #dc3545 !important;
}

/* Collapse adjacent borders */
.btn-group .btn + .btn[b-uxmu139fc3] {
    margin-left: -1px;
}

.btn-group-sm .btn[b-uxmu139fc3] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-outline-secondary[b-uxmu139fc3] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-uxmu139fc3] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Badge styling - 6px radius */
.badge[b-uxmu139fc3] {
    border-radius: 6px;
}

/* Breadcrumb styling */
.breadcrumb[b-uxmu139fc3] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-uxmu139fc3]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-uxmu139fc3] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-uxmu139fc3] {
    color: #0d6efd;
}

/* Alert styling - 8px radius */
.alert[b-uxmu139fc3] {
    border-radius: 8px;
    border: none;
}

/* Form label styling */
.form-label.small[b-uxmu139fc3] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Filter summary text */
.text-muted strong[b-uxmu139fc3] {
    color: #0d6efd;
    font-weight: 600;
}

/* Empty state styling */
.bi-receipt[b-uxmu139fc3] {
    opacity: 0.3;
}

/* Modal styling - 8px radius */
.modal[b-uxmu139fc3] {
    z-index: 1050;
}

.modal-dialog[b-uxmu139fc3] {
    margin-top: 5rem;
}

.modal-content[b-uxmu139fc3] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-header[b-uxmu139fc3] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-uxmu139fc3] {
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-uxmu139fc3] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-uxmu139fc3],
    .mt-2.mt-md-0[b-uxmu139fc3] {
        margin-top: 1rem !important;
    }

    .card-body[b-uxmu139fc3] {
        padding: 1rem;
    }

    .btn-group[b-uxmu139fc3] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-uxmu139fc3] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-uxmu139fc3] {
        padding: 0.75rem;
    }
}

/* Loading states */
.spinner-border[b-uxmu139fc3] {
    width: 3rem;
    height: 3rem;
}

/* Smooth transitions */
*[b-uxmu139fc3] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/Customers.razor.rz.scp.css */
/* Customers Page Styles */

/* Button and form consistency */
.btn[b-0uc5cmmzit] {
    border-radius: 8px;
}

.form-control[b-0uc5cmmzit],
.form-select[b-0uc5cmmzit] {
    border-radius: 8px;
    font-size: 0.9rem;
}

.input-group-text[b-0uc5cmmzit] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-0uc5cmmzit] {
    border-radius: 0 8px 8px 0;
}

/* Card styling */
.card[b-0uc5cmmzit] {
    border-radius: 8px;
}

.card-header[b-0uc5cmmzit] {
    border-radius: 8px 8px 0 0 !important;
}

/* Statistics cards with gradients (matching dashboard) */
.card.bg-primary[b-0uc5cmmzit],
.card.bg-success[b-0uc5cmmzit],
.card.bg-info[b-0uc5cmmzit],
.card.bg-warning[b-0uc5cmmzit] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-0uc5cmmzit] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-info[b-0uc5cmmzit] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-0uc5cmmzit] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Card hover effects */
.card[b-0uc5cmmzit] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-0uc5cmmzit] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Avatar circle */
.avatar-circle[b-0uc5cmmzit] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Table styling */
.table[b-0uc5cmmzit] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-0uc5cmmzit] {
    background-color: rgba(0, 123, 255, 0.05);
}

.btn-group[b-0uc5cmmzit] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-0uc5cmmzit] {
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-0uc5cmmzit] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-0uc5cmmzit] {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

.btn-group-sm .btn[b-0uc5cmmzit] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-outline-secondary[b-0uc5cmmzit] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-0uc5cmmzit] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Enhanced checked state */
.btn-check:checked+.btn[b-0uc5cmmzit] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Badge styling */
.badge[b-0uc5cmmzit] {
    border-radius: 6px;
    /* Slightly smaller for badges */
}

/* Breadcrumb styling */
.breadcrumb[b-0uc5cmmzit] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-0uc5cmmzit]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-0uc5cmmzit] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-0uc5cmmzit] {
    color: #0d6efd;
}

/* Alert styling */
.alert[b-0uc5cmmzit] {
    border-radius: 8px;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-0uc5cmmzit] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-0uc5cmmzit] {
        margin-top: 1rem !important;
    }

    .card-body[b-0uc5cmmzit] {
        padding: 1rem;
    }

    .btn-group[b-0uc5cmmzit] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-0uc5cmmzit] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-0uc5cmmzit] {
        padding: 0.75rem;
    }

    .table-responsive[b-0uc5cmmzit] {
        border-radius: 8px;
    }
}

/* Loading states */
.spinner-border[b-0uc5cmmzit] {
    width: 3rem;
    height: 3rem;
}

/* Smooth transitions */
*[b-0uc5cmmzit] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Styles */

.card[b-rq53asi43q] {
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-rq53asi43q] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-header[b-rq53asi43q] {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #e9ecef;
}

/* Metric Cards */
.card.bg-primary[b-rq53asi43q],
.card.bg-success[b-rq53asi43q],
.card.bg-info[b-rq53asi43q],
.card.bg-warning[b-rq53asi43q] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-rq53asi43q] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-info[b-rq53asi43q] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-rq53asi43q] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Button styling for consistency */
.btn[b-rq53asi43q] {
    border-radius: 8px;
}

/* Avatar Circle */
.avatar-circle[b-rq53asi43q] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Timeline Styles */
.timeline[b-rq53asi43q] {
    position: relative;
    padding-left: 1.5rem;
}

.timeline[b-rq53asi43q]::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.timeline-item[b-rq53asi43q] {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.timeline-item[b-rq53asi43q]::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e9ecef;
}

.timeline-item:last-child[b-rq53asi43q] {
    margin-bottom: 0;
    padding-bottom: 0;
}

.timeline-item:last-child[b-rq53asi43q]::after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -1rem;
    width: 16px;
    height: 16px;
    background: #fff;
}

.timeline-time[b-rq53asi43q] {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.timeline-content[b-rq53asi43q] {
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    border-left: 3px solid #0d6efd;
}

/* Progress bars */
.progress[b-rq53asi43q] {
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar[b-rq53asi43q] {
    border-radius: 8px;
}

/* Chart Container */
.chart-container[b-rq53asi43q] {
    position: relative;
}

#chartPlaceholder[b-rq53asi43q] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
}

#revenueChart[b-rq53asi43q] {
    display: none;
    /* Hide until chart is implemented */
}

/* Quick Actions */
.btn.w-100.h-100[b-rq53asi43q] {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.btn.w-100.h-100:hover[b-rq53asi43q] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Alert styling */
.alert[b-rq53asi43q] {
    border-radius: 8px;
    border: none;
}

.alert-warning[b-rq53asi43q] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #664d03;
}

/* Badge colors for job types */
.badge.bg-primary[b-rq53asi43q] {
    background-color: #0d6efd !important;
}

.badge.bg-success[b-rq53asi43q] {
    background-color: #198754 !important;
}

.badge.bg-info[b-rq53asi43q] {
    background-color: #0dcaf0 !important;
}

.badge.bg-secondary[b-rq53asi43q] {
    background-color: #6c757d !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline[b-rq53asi43q] {
        padding-left: 1rem;
    }

    .timeline[b-rq53asi43q]::before {
        left: 6px;
    }

    .timeline-item[b-rq53asi43q]::before {
        left: -4px;
        width: 8px;
        height: 8px;
    }

    .timeline-content[b-rq53asi43q] {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .card-body[b-rq53asi43q] {
        padding: 1rem;
    }

    .btn.w-100.h-100[b-rq53asi43q] {
        min-height: 60px;
        font-size: 0.8rem;
    }

    .btn.w-100.h-100 i[b-rq53asi43q] {
        font-size: 1.5rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (max-width: 576px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-rq53asi43q] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-rq53asi43q] {
        margin-top: 1rem !important;
        gap: 0.5rem !important;
    }

    .container-fluid[b-rq53asi43q] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .row.g-3[b-rq53asi43q] {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }
}

/* Loading spinner */
.spinner-border[b-rq53asi43q] {
    width: 3rem;
    height: 3rem;
}

/* Card hover effects */
.card-body:hover .avatar-circle[b-rq53asi43q] {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

/* Smooth transitions */
*[b-rq53asi43q] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/EditCustomer.razor.rz.scp.css */
/* Edit Customer Page Styles */

/* Button and form consistency */
.btn[b-dt68isujh9] {
    border-radius: 8px;
}

.form-control[b-dt68isujh9],
.form-select[b-dt68isujh9] {
    border-radius: 8px;
}

/* Required field indicator */
.required[b-dt68isujh9]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-dt68isujh9] {
    font-weight: 500;
}

/* Card styling with 8px radius */
.card[b-dt68isujh9] {
    border-radius: 8px;
    border: none;
}

.card-header[b-dt68isujh9] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-dt68isujh9] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-dt68isujh9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-dt68isujh9] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-dt68isujh9]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-dt68isujh9] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-dt68isujh9] {
    color: #0d6efd;
}

/* Modal styling */
.modal.show[b-dt68isujh9] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog[b-dt68isujh9] {
    margin: 0;
    border-radius: 8px;
}

.modal-content[b-dt68isujh9] {
    border-radius: 8px;
    border: none;
}

.modal-header[b-dt68isujh9] {
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-dt68isujh9] {
    border-radius: 0 0 8px 8px;
}

/* Button states */
.btn:disabled[b-dt68isujh9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-dt68isujh9] {
    width: 1rem;
    height: 1rem;
}

/* Alert styling */
.alert[b-dt68isujh9] {
    border-radius: 8px;
    border: none;
}

.alert-success[b-dt68isujh9] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-danger[b-dt68isujh9] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-warning[b-dt68isujh9] {
    background-color: #fff3cd;
    color: #664d03;
}

/* Validation styles */
.field-validation-error[b-dt68isujh9] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.form-control.modified:invalid[b-dt68isujh9] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.modified:valid[b-dt68isujh9] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Sidebar stats styling */
.border.rounded.p-2[b-dt68isujh9] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-dt68isujh9] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Button hover effects */
.btn-outline-primary:hover[b-dt68isujh9],
.btn-outline-success:hover[b-dt68isujh9],
.btn-outline-info:hover[b-dt68isujh9],
.btn-outline-danger:hover[b-dt68isujh9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Badge styling */
.badge[b-dt68isujh9] {
    border-radius: 6px;
    /* Slightly smaller for visual hierarchy */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-dt68isujh9] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-dt68isujh9] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-dt68isujh9] {
        flex: 1;
    }

    .modal-dialog[b-dt68isujh9] {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .card-body[b-dt68isujh9] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-dt68isujh9] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-dt68isujh9] {
        padding: 1rem;
    }

    .row.g-3[b-dt68isujh9] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
}

/* Focus states for accessibility */
.btn:focus[b-dt68isujh9],
.form-control:focus[b-dt68isujh9] {
    outline: none;
}

.btn:focus-visible[b-dt68isujh9] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-dt68isujh9] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/EditInvoice.razor.rz.scp.css */
/* Edit Invoice Page Styles - Based on CreateInvoice.razor.css */

/* Button and form consistency */
.btn[b-oibfydjbxu] {
    border-radius: 8px;
}

.form-control[b-oibfydjbxu],
.form-select[b-oibfydjbxu] {
    border-radius: 8px;
}

/* Card styling with 8px radius */
.card[b-oibfydjbxu] {
    border-radius: 8px;
    border: none;
}

.card-header[b-oibfydjbxu] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-oibfydjbxu] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-oibfydjbxu] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-oibfydjbxu] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-oibfydjbxu]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-oibfydjbxu] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-oibfydjbxu] {
    color: #0d6efd;
}

/* Job Selection Cards */
.job-selection-card[b-oibfydjbxu] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.job-selection-card:hover[b-oibfydjbxu] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}

.job-selection-card.selected[b-oibfydjbxu] {
    border-color: #0d6efd;
    background-color: #e7f3ff;
}

.job-selection-card .form-check[b-oibfydjbxu] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.job-selection-card .form-check-input[b-oibfydjbxu] {
    margin-top: 0.125rem;
    flex-shrink: 0;
    border-radius: 4px;
}

.job-selection-card .job-info[b-oibfydjbxu] {
    flex: 1;
}

.job-selection-card h6[b-oibfydjbxu] {
    color: #212529;
    margin-bottom: 0.25rem;
}

.job-selection-card .text-success[b-oibfydjbxu] {
    color: #198754 !important;
}

/* Customer Info Sidebar */
.avatar-circle[b-oibfydjbxu] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.customer-contact .contact-row[b-oibfydjbxu] {
    display: flex;
    align-items: center;
    word-break: break-word;
}

.customer-contact .contact-row i[b-oibfydjbxu] {
    width: 16px;
    flex-shrink: 0;
}

/* Invoice Summary */
.invoice-summary[b-oibfydjbxu] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #0d6efd;
}

.invoice-summary .summary-row[b-oibfydjbxu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.invoice-summary .summary-row span:first-child[b-oibfydjbxu] {
    flex: 1;
}

.invoice-summary .summary-row span:last-child[b-oibfydjbxu] {
    text-align: right;
}

/* Form Controls - Enhanced for 8px consistency */
.form-control:focus[b-oibfydjbxu],
.form-select:focus[b-oibfydjbxu] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    border-radius: 8px;
}

/* Read-only input styling */
.form-control[readonly][b-oibfydjbxu] {
    background-color: #f8f9fa;
    border-color: #e9ecef;
    color: #6c757d;
}

/* Input Date specific styling for 8px radius */
input[type="date"].form-control[b-oibfydjbxu] {
    border-radius: 8px;
}

input[type="date"].form-control[b-oibfydjbxu]::-webkit-calendar-picker-indicator {
    border-radius: 4px;
    padding: 4px;
}

/* Button group consistency */
.btn-group[b-oibfydjbxu] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-oibfydjbxu] {
    border-radius: 0;
}

.btn-group .btn:not(:last-child)[b-oibfydjbxu] {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-oibfydjbxu] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-oibfydjbxu] {
    border-radius: 0 8px 8px 0;
}

.btn-group-sm .btn[b-oibfydjbxu] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Enhanced checked state for button groups */
.btn-check:checked+.btn[b-oibfydjbxu] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Required field indicator */
.required[b-oibfydjbxu]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-oibfydjbxu] {
    font-weight: 500;
}

/* Form text styling */
.form-text[b-oibfydjbxu] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Buttons */
.btn:disabled[b-oibfydjbxu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-oibfydjbxu] {
    width: 1rem;
    height: 1rem;
}

/* Loading states */
.spinner-border[b-oibfydjbxu] {
    color: #0d6efd;
}

/* Alerts */
.alert[b-oibfydjbxu] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-oibfydjbxu] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-success[b-oibfydjbxu] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-warning[b-oibfydjbxu] {
    background-color: #fff3cd;
    color: #664d03;
}

.alert-info[b-oibfydjbxu] {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* Special styling for original invoice jobs section */
.card-header.bg-warning[b-oibfydjbxu] {
    background-color: #fff3cd !important;
    color: #664d03 !important;
    border-bottom: 1px solid #ffecb5;
}

/* Filter Section - Enhanced for equal field sizing */
.card-body .row.g-3[b-oibfydjbxu] {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Ensure all filter controls have same height */
.row.g-3.align-items-end .form-control[b-oibfydjbxu],
.row.g-3.align-items-end .form-select[b-oibfydjbxu],
.row.g-3.align-items-end .btn-group[b-oibfydjbxu] {
    height: calc(1.5em + 0.75rem + 2px);
}

/* Job Grid */
.job-selection-card .form-check[b-oibfydjbxu] {
    margin-bottom: 0;
}

.job-selection-card:last-child[b-oibfydjbxu] {
    margin-bottom: 0 !important;
}

/* Animation for selected cards */
.job-selection-card.selected[b-oibfydjbxu] {
    animation: selectCard-b-oibfydjbxu 0.3s ease-in-out;
}

@keyframes selectCard-b-oibfydjbxu {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

/* Empty state styling */
.text-center i[style*="font-size: 3rem"][b-oibfydjbxu] {
    opacity: 0.5;
}

.empty-state[b-oibfydjbxu] {
    padding: 3rem 2rem;
    text-align: center;
}

.empty-state .btn[b-oibfydjbxu] {
    margin-top: 1rem;
}

/* Form validation styling */
.form-control.modified:invalid[b-oibfydjbxu] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    border-radius: 8px;
}

.form-control.modified:valid[b-oibfydjbxu] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    border-radius: 8px;
}

/* Badge styling */
.badge[b-oibfydjbxu] {
    border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-oibfydjbxu] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-oibfydjbxu] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-oibfydjbxu] {
        flex: 1;
    }

    .job-selection-card[b-oibfydjbxu] {
        padding: 0.75rem;
    }

    .invoice-summary .summary-row[b-oibfydjbxu] {
        font-size: 0.9rem;
    }

    .avatar-circle[b-oibfydjbxu] {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .customer-contact .contact-row[b-oibfydjbxu] {
        font-size: 0.875rem;
    }

    .card-body[b-oibfydjbxu] {
        padding: 1rem;
    }

    /* Mobile filter layout adjustments */
    .row.g-3.align-items-end .col-md-3[b-oibfydjbxu] {
        margin-bottom: 0.75rem;
    }

    .btn-group.w-100 .btn[b-oibfydjbxu] {
        flex: 1;
        font-size: 0.8rem;
        padding: 0.375rem 0.25rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-oibfydjbxu] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-oibfydjbxu] {
        padding: 1rem;
    }

    .job-selection-card[b-oibfydjbxu] {
        padding: 0.5rem;
    }

    .job-selection-card .form-check[b-oibfydjbxu] {
        gap: 0.5rem;
    }

    .invoice-summary .summary-row[b-oibfydjbxu] {
        margin-bottom: 0.75rem;
    }

    .invoice-summary[b-oibfydjbxu] {
        padding: 0.75rem;
    }

    /* Stack filter fields vertically on small screens */
    .row.g-3.align-items-end .col-md-3[b-oibfydjbxu] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

/* Focus states for accessibility */
.job-selection-card:focus-within[b-oibfydjbxu] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.btn:focus-visible[b-oibfydjbxu] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-oibfydjbxu] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/EditJob.razor.rz.scp.css */
/* Edit Job Page Styles */

/* Button and form consistency */
.btn[b-ba2k6xr2gk] {
    border-radius: 8px;
}

.form-control[b-ba2k6xr2gk],
.form-select[b-ba2k6xr2gk] {
    border-radius: 8px;
}

/* Required field indicator */
.required[b-ba2k6xr2gk]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-ba2k6xr2gk] {
    font-weight: 500;
}

/* Card styling with 8px radius */
.card[b-ba2k6xr2gk] {
    border-radius: 8px;
    border: none;
}

.card-header[b-ba2k6xr2gk] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-ba2k6xr2gk] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-ba2k6xr2gk] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-ba2k6xr2gk] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-ba2k6xr2gk]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-ba2k6xr2gk] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-ba2k6xr2gk] {
    color: #0d6efd;
}

/* Avatar circle for customer info */
.avatar-circle[b-ba2k6xr2gk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* Badge styling with hierarchy */
.badge[b-ba2k6xr2gk] {
    border-radius: 6px;
}

.badge.fs-6[b-ba2k6xr2gk] {
    font-size: 1rem !important;
    border-radius: 8px;
}

.badge .bi[b-ba2k6xr2gk] {
    font-size: 0.9em;
}

/* Modal styling */
.modal.show[b-ba2k6xr2gk] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog[b-ba2k6xr2gk] {
    margin: 0;
    border-radius: 8px;
}

.modal-content[b-ba2k6xr2gk] {
    border-radius: 8px;
    border: none;
}

.modal-header[b-ba2k6xr2gk] {
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-ba2k6xr2gk] {
    border-radius: 0 0 8px 8px;
}

/* Button states */
.btn:disabled[b-ba2k6xr2gk] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-ba2k6xr2gk] {
    width: 1rem;
    height: 1rem;
}

/* Alert styling */
.alert[b-ba2k6xr2gk] {
    border-radius: 8px;
    border: none;
}

.alert-success[b-ba2k6xr2gk] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-danger[b-ba2k6xr2gk] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-warning[b-ba2k6xr2gk] {
    background-color: #fff3cd;
    color: #664d03;
}

/* Form validation styles */
.field-validation-error[b-ba2k6xr2gk] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.form-control.modified:invalid[b-ba2k6xr2gk] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.modified:valid[b-ba2k6xr2gk] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Form focus states */
.form-control:focus[b-ba2k6xr2gk],
.form-select:focus[b-ba2k6xr2gk] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

/* Sidebar stats styling */
.border.rounded.p-2[b-ba2k6xr2gk] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-ba2k6xr2gk] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Button hover effects */
.btn-outline-primary:hover[b-ba2k6xr2gk],
.btn-outline-success:hover[b-ba2k6xr2gk],
.btn-outline-info:hover[b-ba2k6xr2gk],
.btn-outline-danger:hover[b-ba2k6xr2gk] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Form text styling */
.form-text[b-ba2k6xr2gk] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Customer info section */
.customer-info .avatar-circle[b-ba2k6xr2gk] {
    flex-shrink: 0;
}

.customer-info[b-ba2k6xr2gk] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
}

/* Status change buttons group */
.status-buttons[b-ba2k6xr2gk] {
    gap: 0.5rem;
}

.status-buttons .btn[b-ba2k6xr2gk] {
    transition: all 0.2s ease;
}

/* Job type icon styling */
.job-type-icon[b-ba2k6xr2gk] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

/* Address Autocomplete Styles */
.address-suggestions[b-ba2k6xr2gk] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: -1px;
}

.address-suggestion-item[b-ba2k6xr2gk] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    border-bottom: 1px solid #f8f9fa;
}

.address-suggestion-item:last-child[b-ba2k6xr2gk] {
    border-bottom: none;
}

.address-suggestion-item:hover[b-ba2k6xr2gk] {
    background-color: #f8f9fa;
}

.address-suggestion-item:active[b-ba2k6xr2gk] {
    background-color: #e9ecef;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-ba2k6xr2gk] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-ba2k6xr2gk] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-ba2k6xr2gk] {
        flex: 1;
    }

    .modal-dialog[b-ba2k6xr2gk] {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .card-body[b-ba2k6xr2gk] {
        padding: 1rem;
    }

    .job-type-icon[b-ba2k6xr2gk] {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-ba2k6xr2gk] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-ba2k6xr2gk] {
        padding: 1rem;
    }

    .row.g-3[b-ba2k6xr2gk] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .avatar-circle[b-ba2k6xr2gk] {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .status-buttons[b-ba2k6xr2gk] {
        flex-direction: column;
    }

    .status-buttons .btn[b-ba2k6xr2gk] {
        width: 100%;
    }
}

/* Focus states for accessibility */
.btn:focus[b-ba2k6xr2gk],
.form-control:focus[b-ba2k6xr2gk],
.form-select:focus[b-ba2k6xr2gk] {
    outline: none;
}

.btn:focus-visible[b-ba2k6xr2gk] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-ba2k6xr2gk] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/InvoiceDetails.razor.rz.scp.css */
/* Invoice Details Page Styles - Based on CustomerDetails Pattern */

/* Button and form consistency */
.btn[b-o4tqtdq7yp] {
    border-radius: 8px;
}

.form-control[b-o4tqtdq7yp],
.form-select[b-o4tqtdq7yp] {
    border-radius: 8px;
}

/* Form styling matching CustomerDetails */
.form-label.fw-medium[b-o4tqtdq7yp] {
    font-weight: 500 !important;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control-plaintext[b-o4tqtdq7yp] {
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: none;
}

/* Card styling with 8px radius */
.card[b-o4tqtdq7yp] {
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-o4tqtdq7yp] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-header[b-o4tqtdq7yp] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Breadcrumb styling */
.breadcrumb[b-o4tqtdq7yp] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-o4tqtdq7yp]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-o4tqtdq7yp] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-o4tqtdq7yp] {
    color: #0d6efd;
}

/* Alert styling */
.alert[b-o4tqtdq7yp] {
    border-radius: 8px;
    border: none;
}

.alert-success[b-o4tqtdq7yp] {
    background-color: #d1e7dd;
    color: #0a3622;
}

.alert-danger[b-o4tqtdq7yp] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-warning[b-o4tqtdq7yp] {
    background-color: #fff3cd;
    color: #664d03;
}

.alert-info[b-o4tqtdq7yp] {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* Badge styling */
.badge[b-o4tqtdq7yp] {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
}

.badge-sm[b-o4tqtdq7yp] {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    margin-left: 0.75rem;
    vertical-align: middle;
    border-radius: 6px;
}

/* Table styling with rounded corners */
.table[b-o4tqtdq7yp] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-o4tqtdq7yp] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-o4tqtdq7yp] {
    border-top: none;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.table td[b-o4tqtdq7yp] {
    vertical-align: middle;
    border-color: #f0f0f0;
}

/* Sidebar stats styling (matching CustomerDetails) */
.border.rounded.p-2[b-o4tqtdq7yp] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-o4tqtdq7yp] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Invoice totals section */
.border.rounded.p-3.bg-light[b-o4tqtdq7yp] {
    background-color: #f8f9fa !important;
    border-color: #e9ecef !important;
    border-radius: 8px !important;
    line-height: 1.6;
}

/* Button hover effects */
.btn-outline-primary:hover[b-o4tqtdq7yp],
.btn-outline-success:hover[b-o4tqtdq7yp],
.btn-outline-info:hover[b-o4tqtdq7yp],
.btn-outline-secondary:hover[b-o4tqtdq7yp],
.btn-outline-danger:hover[b-o4tqtdq7yp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Contact links styling */
a[href^="mailto:"][b-o4tqtdq7yp],
a[href^="tel:"][b-o4tqtdq7yp] {
    color: #0d6efd;
    transition: color 0.2s ease;
}

a[href^="mailto:"]:hover[b-o4tqtdq7yp],
a[href^="tel:"]:hover[b-o4tqtdq7yp] {
    color: #0a58ca;
    text-decoration: underline !important;
}

/* Success card header for paid invoices */
.card-header.bg-success[b-o4tqtdq7yp] {
    background-color: #198754 !important;
    border-bottom: 1px solid #146c43;
    color: white !important;
}

.card-header.bg-success h5[b-o4tqtdq7yp] {
    color: white !important;
}

/* Modal styling */
.modal-content[b-o4tqtdq7yp] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.modal-header[b-o4tqtdq7yp] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-o4tqtdq7yp] {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

/* Required field indicator */
.required[b-o4tqtdq7yp]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-o4tqtdq7yp] {
    font-weight: 500;
}

/* Loading states */
.spinner-border[b-o4tqtdq7yp] {
    color: #0d6efd;
}

.spinner-border-sm[b-o4tqtdq7yp] {
    width: 1rem;
    height: 1rem;
}

/* Print styles */
@media print {
    .container-fluid[b-o4tqtdq7yp] {
        padding: 0;
        margin: 0;
        max-width: none;
    }

    .col-lg-4[b-o4tqtdq7yp],
    .btn[b-o4tqtdq7yp],
    .alert[b-o4tqtdq7yp],
    .breadcrumb[b-o4tqtdq7yp],
    .d-flex.gap-2.mt-2.mt-md-0[b-o4tqtdq7yp] {
        display: none !important;
    }

    .col-lg-8[b-o4tqtdq7yp] {
        width: 100%;
        max-width: 100%;
    }

    .card[b-o4tqtdq7yp] {
        border: 1px solid #000;
        box-shadow: none;
        break-inside: avoid;
        margin-bottom: 1rem;
    }

    .card-header[b-o4tqtdq7yp] {
        background-color: #f8f9fa !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .table th[b-o4tqtdq7yp] {
        background-color: #f8f9fa !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .text-muted[b-o4tqtdq7yp] {
        color: #495057 !important;
    }

    .badge[b-o4tqtdq7yp] {
        border: 1px solid #000;
        color: #000 !important;
        background-color: white !important;
    }
}

/* Mobile responsiveness (matching CustomerDetails) */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-o4tqtdq7yp] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-o4tqtdq7yp] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-o4tqtdq7yp] {
        flex: 1;
        font-size: 0.875rem;
    }

    .container-fluid[b-o4tqtdq7yp] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-o4tqtdq7yp] {
        padding: 1rem;
    }

    .row.g-3[b-o4tqtdq7yp],
    .row.g-4[b-o4tqtdq7yp] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .table-responsive[b-o4tqtdq7yp] {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .h2.text-primary[b-o4tqtdq7yp] {
        font-size: 1.5rem;
    }

    .badge-sm[b-o4tqtdq7yp] {
        display: block;
        width: fit-content;
        margin: 0.5rem 0 0 0;
    }

    .row.text-center.g-3 .col-6[b-o4tqtdq7yp],
    .row.text-center.g-3 .col-12[b-o4tqtdq7yp] {
        margin-bottom: 1rem;
    }

    .modal-dialog[b-o4tqtdq7yp] {
        margin: 0.5rem;
    }

    .table-responsive[b-o4tqtdq7yp] {
        border-radius: 8px;
    }
}

/* Focus states for accessibility */
.btn:focus[b-o4tqtdq7yp],
.form-control:focus[b-o4tqtdq7yp] {
    outline: none;
}

.btn:focus-visible[b-o4tqtdq7yp] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-o4tqtdq7yp] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/Invoices.razor.rz.scp.css */
/* Invoices Page Styles */

/* Button and form consistency */
.btn[b-7usvthkoqt] {
    border-radius: 8px;
}

.form-control[b-7usvthkoqt],
.form-select[b-7usvthkoqt] {
    border-radius: 8px;
    font-size: 0.9rem;
}

/* Card styling with 8px radius */
.card[b-7usvthkoqt] {
    border-radius: 8px;
    border: none;
}

.card-header[b-7usvthkoqt] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Breadcrumb styling */
.breadcrumb[b-7usvthkoqt] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-7usvthkoqt]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-7usvthkoqt] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-7usvthkoqt] {
    color: #0d6efd;
}

/* Statistics Cards with gradients */
.card.bg-secondary[b-7usvthkoqt],
.card.bg-primary[b-7usvthkoqt],
.card.bg-success[b-7usvthkoqt],
.card.bg-danger[b-7usvthkoqt],
.card.bg-info[b-7usvthkoqt],
.card.bg-warning[b-7usvthkoqt] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card.bg-primary[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-danger[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-danger) 0%, rgba(var(--bs-danger-rgb), 0.8) 100%);
}

.card.bg-info[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

.card.bg-secondary[b-7usvthkoqt] {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, rgba(var(--bs-secondary-rgb), 0.8) 100%);
}

.card.bg-secondary:hover[b-7usvthkoqt],
.card.bg-primary:hover[b-7usvthkoqt],
.card.bg-success:hover[b-7usvthkoqt],
.card.bg-danger:hover[b-7usvthkoqt],
.card.bg-info:hover[b-7usvthkoqt],
.card.bg-warning:hover[b-7usvthkoqt] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Avatar Circle */
.avatar-circle[b-7usvthkoqt] {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Table Styles with rounded corners */
.table[b-7usvthkoqt] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr[b-7usvthkoqt] {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover[b-7usvthkoqt] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-7usvthkoqt] {
    font-weight: 600;
    border-bottom: 2px solid #e9ecef;
    color: #495057;
}

/* Table action buttons fix */
.table .btn-sm[b-7usvthkoqt] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table .btn-sm i[b-7usvthkoqt] {
    font-size: 0.875rem;
    line-height: 1;
}

/* Fix button group spacing in table */
.table .d-flex.gap-1[b-7usvthkoqt] {
    gap: 0.25rem !important;
}

/* Dropdown button improvements */
.table .dropdown-toggle[b-7usvthkoqt] {
    border: 1px solid #dee2e6;
    padding: 0.25rem 0.5rem;
}

.table .dropdown-toggle[b-7usvthkoqt]::after {
    margin-left: 0.25rem;
}

/* Icon alignment fix */
.table .bi-eye[b-7usvthkoqt],
.table .bi-pencil[b-7usvthkoqt],
.table .bi-send[b-7usvthkoqt],
.table .bi-check-circle[b-7usvthkoqt],
.table .bi-three-dots-vertical[b-7usvthkoqt] {
    font-size: 0.875rem;
    vertical-align: middle;
}

/* Hover effects for table buttons */
.table .btn-outline-primary:hover[b-7usvthkoqt] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.table .btn-outline-secondary:hover[b-7usvthkoqt] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.table .btn-outline-success:hover[b-7usvthkoqt] {
    background-color: #198754;
    border-color: #198754;
    color: white;
}

/* Dropdown menu styling for table */
.table .dropdown-menu[b-7usvthkoqt] {
    min-width: 160px;
}

.table .dropdown-item[b-7usvthkoqt] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.table .dropdown-item i[b-7usvthkoqt] {
    width: 16px;
    font-size: 0.8rem;
}

/* Form Controls */
.form-control:focus[b-7usvthkoqt],
.form-select:focus[b-7usvthkoqt] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.input-group .form-control:focus[b-7usvthkoqt] {
    z-index: 3;
}

.input-group-text[b-7usvthkoqt] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-7usvthkoqt] {
    border-radius: 0 8px 8px 0;
}

.btn-group[b-7usvthkoqt] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-7usvthkoqt] {
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-7usvthkoqt] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-7usvthkoqt] {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

.btn-group-sm .btn[b-7usvthkoqt] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-outline-secondary[b-7usvthkoqt] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-7usvthkoqt] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Enhanced checked state */
.btn-check:checked+.btn-outline-secondary[b-7usvthkoqt] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

.btn-outline-primary:hover[b-7usvthkoqt],
.btn-outline-success:hover[b-7usvthkoqt],
.btn-outline-danger:hover[b-7usvthkoqt] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Badge Styles */
.badge[b-7usvthkoqt] {
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 6px;
}

.badge i[b-7usvthkoqt] {
    font-size: 0.7rem;
}

/* Dropdown Styles */
.dropdown-menu[b-7usvthkoqt] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
}

.dropdown-item[b-7usvthkoqt] {
    transition: background-color 0.2s ease;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin: 2px 4px;
}

.dropdown-item:hover[b-7usvthkoqt] {
    background-color: #f8f9fa;
}

.dropdown-item i[b-7usvthkoqt] {
    width: 16px;
    text-align: center;
}

/* Alert styling */
.alert[b-7usvthkoqt] {
    border-radius: 8px;
    border: none;
}

/* Loading States */
.spinner-border[b-7usvthkoqt] {
    color: #0d6efd;
}

/* Empty State */
.text-center i[style*="font-size: 4rem"][b-7usvthkoqt] {
    opacity: 0.5;
}

/* Filter Section */
.form-control-sm[b-7usvthkoqt],
.form-select-sm[b-7usvthkoqt] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 8px;
}

/* Status-specific styling */
.text-danger.fw-bold[b-7usvthkoqt] {
    color: #dc3545 !important;
}

/* Animation for cards */
@keyframes slideIn-b-7usvthkoqt {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.invoice-card[b-7usvthkoqt] {
    animation: slideIn-b-7usvthkoqt 0.3s ease-in-out;
    border-radius: 8px;
}

/* Custom scrollbar for table */
.table-responsive[b-7usvthkoqt] {
    border-radius: 8px;
}

.table-responsive[b-7usvthkoqt]::-webkit-scrollbar {
    height: 8px;
}

.table-responsive[b-7usvthkoqt]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.table-responsive[b-7usvthkoqt]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 8px;
}

.table-responsive[b-7usvthkoqt]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Mobile responsiveness for table buttons */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-7usvthkoqt] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-7usvthkoqt] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-7usvthkoqt] {
        flex: 1;
    }

    .btn-group-sm .btn[b-7usvthkoqt] {
        padding: 0.375rem 0.5rem;
    }

    .table-responsive[b-7usvthkoqt] {
        font-size: 0.875rem;
    }

    .avatar-circle[b-7usvthkoqt] {
        width: 28px !important;
        height: 28px !important;
        font-size: 0.7rem !important;
    }

    .card-body[b-7usvthkoqt] {
        padding: 1rem;
    }

    .table .btn-sm[b-7usvthkoqt] {
        min-width: 28px;
        height: 28px;
        padding: 0.2rem 0.4rem;
    }

    .table .btn-sm i[b-7usvthkoqt] {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-7usvthkoqt] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-7usvthkoqt] {
        padding: 1rem;
    }

    .row.g-3[b-7usvthkoqt] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .statistics-cards .col-lg-2[b-7usvthkoqt] {
        min-width: 160px;
    }
}

/* Focus states for accessibility */
.btn:focus-visible[b-7usvthkoqt] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.table tbody tr:focus-within[b-7usvthkoqt] {
    background-color: rgba(0, 123, 255, 0.1);
}

/* Smooth transitions */
*[b-7usvthkoqt] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/JobDetails.razor.rz.scp.css */
/* JobDetails Page Styles */

/* Button and form consistency */
.btn[b-xmqbjf4m0q] {
    border-radius: 8px;
}

.form-control[b-xmqbjf4m0q],
.form-select[b-xmqbjf4m0q] {
    border-radius: 8px;
}

/* Form styling */
.form-label.fw-medium[b-xmqbjf4m0q] {
    font-weight: 500 !important;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control-plaintext[b-xmqbjf4m0q] {
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: none;
}

/* Card styling with 8px radius */
.card[b-xmqbjf4m0q] {
    border-radius: 8px;
    border: none;
}

.card-header[b-xmqbjf4m0q] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-xmqbjf4m0q] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-xmqbjf4m0q] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-xmqbjf4m0q] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-xmqbjf4m0q]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-xmqbjf4m0q] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-xmqbjf4m0q] {
    color: #0d6efd;
}

/* Alert styling */
.alert[b-xmqbjf4m0q] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-xmqbjf4m0q] {
    background-color: #f8d7da;
    color: #58151c;
}

/* Badge styling with hierarchy */
.badge[b-xmqbjf4m0q] {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    /* Smaller for visual hierarchy */
}

.badge-sm[b-xmqbjf4m0q] {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    margin-left: 0.75rem;
    vertical-align: middle;
    border-radius: 6px;
}

/* Button hover effects */
.btn-outline-primary:hover[b-xmqbjf4m0q],
.btn-outline-success:hover[b-xmqbjf4m0q],
.btn-outline-info:hover[b-xmqbjf4m0q],
.btn-outline-secondary:hover[b-xmqbjf4m0q] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Contact links styling */
a[href^="mailto:"][b-xmqbjf4m0q],
a[href^="tel:"][b-xmqbjf4m0q] {
    color: #0d6efd;
    transition: color 0.2s ease;
}

a[href^="mailto:"]:hover[b-xmqbjf4m0q],
a[href^="tel:"]:hover[b-xmqbjf4m0q] {
    color: #0a58ca;
    text-decoration: underline !important;
}

/* Description and notes card content */
.border.rounded.p-3.bg-light[b-xmqbjf4m0q] {
    background-color: #f8f9fa !important;
    border-color: #e9ecef !important;
    border-radius: 8px !important;
    line-height: 1.6;
}

/* Invoice information card special styling */
.card-header.bg-success[b-xmqbjf4m0q] {
    background-color: #198754 !important;
    border-bottom: 1px solid #146c43;
    border-radius: 8px 8px 0 0 !important;
}

.card-header.bg-primary[b-xmqbjf4m0q] {
    background-color: #0d6efd !important;
    border-bottom: 1px solid #0a58ca;
    border-radius: 8px 8px 0 0 !important;
}

.card-header.bg-success h5[b-xmqbjf4m0q],
.card-header.bg-primary h5[b-xmqbjf4m0q] {
    color: white !important;
}

/* Sidebar details styling */
.card-body .small .d-flex[b-xmqbjf4m0q] {
    margin-bottom: 0.5rem;
}

.card-body .small .text-muted[b-xmqbjf4m0q] {
    color: #6c757d !important;
}

.card-body .small .fw-medium[b-xmqbjf4m0q] {
    font-weight: 500 !important;
}

.card-body .small .text-success[b-xmqbjf4m0q] {
    color: #198754 !important;
    font-weight: 600;
}

/* Sidebar stats boxes */
.border.rounded.p-2[b-xmqbjf4m0q] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-2:hover[b-xmqbjf4m0q] {
    border-color: #0d6efd !important;
    background-color: #f8f9fa;
}

/* Quick actions gap */
.d-grid.gap-2[b-xmqbjf4m0q] {
    gap: 0.5rem !important;
}

.d-grid.gap-2 .btn[b-xmqbjf4m0q] {
    transition: all 0.2s ease;
}

/* Empty state styling */
.text-center.py-5 i[b-xmqbjf4m0q] {
    opacity: 0.5;
}

.text-center.py-5 h5[b-xmqbjf4m0q] {
    margin-top: 1rem;
    color: #6c757d;
}

.text-center.py-5 p[b-xmqbjf4m0q] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

/* Status badge colors to match existing system */
.badge.bg-success[b-xmqbjf4m0q] {
    background-color: #198754 !important;
}

.badge.bg-primary[b-xmqbjf4m0q] {
    background-color: #0d6efd !important;
}

.badge.bg-warning[b-xmqbjf4m0q] {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.badge.bg-danger[b-xmqbjf4m0q] {
    background-color: #dc3545 !important;
}

.badge.bg-info[b-xmqbjf4m0q] {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

.badge.bg-light[b-xmqbjf4m0q] {
    background-color: #f8f9fa !important;
    color: #212529 !important;
    border: 1px solid #dee2e6;
}

/* Price highlighting */
.h5.text-success[b-xmqbjf4m0q] {
    font-weight: 600;
    color: #198754 !important;
}

/* Job type icon styling (if present) */
.job-type-icon[b-xmqbjf4m0q] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

/* Mobile responsiveness matching customer page */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-xmqbjf4m0q] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-xmqbjf4m0q] {
        margin-top: 1rem !important;
        justify-content: stretch;
    }

    .d-flex.gap-2.mt-2.mt-md-0 .btn[b-xmqbjf4m0q] {
        flex: 1;
        font-size: 0.875rem;
    }

    .container-fluid[b-xmqbjf4m0q] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-xmqbjf4m0q] {
        padding: 1rem;
    }

    .row.g-3[b-xmqbjf4m0q] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 576px) {
    .h2.text-primary[b-xmqbjf4m0q] {
        font-size: 1.5rem;
    }

    .badge-sm[b-xmqbjf4m0q] {
        display: block;
        width: fit-content;
        margin: 0.5rem 0 0 0;
    }

    .d-grid.gap-2 .btn[b-xmqbjf4m0q] {
        font-size: 0.875rem;
    }

    .form-control-plaintext[b-xmqbjf4m0q] {
        font-size: 0.9rem;
    }

    .card-header h5[b-xmqbjf4m0q],
    .card-header h6[b-xmqbjf4m0q] {
        font-size: 1rem;
    }

    .job-type-icon[b-xmqbjf4m0q] {
        width: 40px;
        height: 40px;
    }
}

/* Focus states for accessibility */
.btn:focus[b-xmqbjf4m0q],
.form-control:focus[b-xmqbjf4m0q] {
    outline: none;
}

.btn:focus-visible[b-xmqbjf4m0q] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-xmqbjf4m0q] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/Jobs.razor.rz.scp.css */
/* Jobs Page Styles */

/* Breadcrumb navigation */
.breadcrumb[b-g9yimfq3mb] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-g9yimfq3mb]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-g9yimfq3mb] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-g9yimfq3mb] {
    color: #0d6efd;
}

/* Job status badges */
.badge[b-g9yimfq3mb] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    /* Smaller for visual hierarchy */
}

/* Cards styling with 8px radius */
.card[b-g9yimfq3mb] {
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-g9yimfq3mb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-body[b-g9yimfq3mb] {
    padding: 1.5rem;
}

.card-header[b-g9yimfq3mb] {
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #e9ecef;
}

/* Tables with rounded corners */
.table[b-g9yimfq3mb] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-g9yimfq3mb] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table th[b-g9yimfq3mb] {
    border-top: none;
    font-weight: 600;
    color: #495057;
    background-color: #f8f9fa;
}

.table td[b-g9yimfq3mb] {
    vertical-align: middle;
    border-color: #f0f0f0;
}

/* Form controls with 8px radius */
.form-control[b-g9yimfq3mb],
.form-select[b-g9yimfq3mb] {
    border-radius: 8px;
    border-color: #e9ecef;
    font-size: 0.9rem;
}

.form-control:focus[b-g9yimfq3mb],
.form-select:focus[b-g9yimfq3mb] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}

.input-group-text[b-g9yimfq3mb] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-g9yimfq3mb] {
    border-radius: 0 8px 8px 0;
}

/* Buttons with 8px radius */
.btn[b-g9yimfq3mb] {
    border-radius: 8px;
    font-weight: 500;
}

.btn-primary[b-g9yimfq3mb] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-secondary[b-g9yimfq3mb] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-g9yimfq3mb] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-group[b-g9yimfq3mb] {
    border-radius: 8px;
    overflow: hidden;
}

.btn-group .btn[b-g9yimfq3mb] {
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-group .btn:first-child[b-g9yimfq3mb] {
    border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child[b-g9yimfq3mb] {
    border-radius: 0 8px 8px 0;
    border-right: none;
}

.btn-group-sm .btn[b-g9yimfq3mb] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Enhanced checked state */
.btn-check:checked+.btn[b-g9yimfq3mb] {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: white !important;
    position: relative;
    z-index: 2;
}

/* Customer name buttons in table */
.btn-link[b-g9yimfq3mb] {
    text-decoration: none !important;
    border-radius: 8px;
}

.btn-link:hover[b-g9yimfq3mb] {
    color: #0d6efd !important;
    background-color: rgba(13, 110, 253, 0.05);
}

/* Clear filters button */
.btn-link.btn-sm[b-g9yimfq3mb] {
    font-size: 0.875rem;
    vertical-align: baseline;
}

/* Alert styling */
.alert[b-g9yimfq3mb] {
    border-radius: 8px;
    border: none;
}

/* Statistics cards with gradients (if any) */
.card.bg-primary[b-g9yimfq3mb],
.card.bg-success[b-g9yimfq3mb],
.card.bg-info[b-g9yimfq3mb],
.card.bg-warning[b-g9yimfq3mb] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-g9yimfq3mb] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-info[b-g9yimfq3mb] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-g9yimfq3mb] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-g9yimfq3mb] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-g9yimfq3mb] {
        margin-top: 1rem !important;
    }

    .card-body[b-g9yimfq3mb] {
        padding: 1rem;
    }

    .table-responsive[b-g9yimfq3mb] {
        font-size: 0.875rem;
        border-radius: 8px;
    }

    .btn-group[b-g9yimfq3mb] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-g9yimfq3mb] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-g9yimfq3mb] {
        padding: 0.75rem;
    }
}

/* Focus states for accessibility */
.btn:focus[b-g9yimfq3mb],
.form-control:focus[b-g9yimfq3mb] {
    outline: none;
}

.btn:focus-visible[b-g9yimfq3mb] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth transitions */
*[b-g9yimfq3mb] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/Pages/Login.razor.rz.scp.css */
/* Login Page Styles - Matching 8px Design System */

.login-container[b-ggvauekbx7] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    position: relative;
}

.login-container[b-ggvauekbx7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="1" fill="%23dee2e6" opacity="0.5"/><circle cx="75" cy="75" r="1" fill="%23dee2e6" opacity="0.5"/></svg>') repeat;
    opacity: 0.3;
    pointer-events: none;
}

.login-card[b-ggvauekbx7] {
    position: relative;
    z-index: 2;
}

/* Logo styling */
.logo-text h1[b-ggvauekbx7] {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -2px;
    margin: 0;
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
}

/* Card styling with 8px radius */
.card[b-ggvauekbx7] {
    border-radius: 8px;
    border: none;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-ggvauekbx7] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Form controls with 8px radius */
.form-control[b-ggvauekbx7],
.form-control:focus[b-ggvauekbx7],
.btn[b-ggvauekbx7] {
    border-radius: 8px;
}

.form-control[b-ggvauekbx7] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}

.form-control:focus[b-ggvauekbx7] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.form-control:disabled[b-ggvauekbx7] {
    background-color: #f8f9fa;
    opacity: 0.8;
}

/* Button styling */
.btn[b-ggvauekbx7] {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover:not(:disabled)[b-ggvauekbx7] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
}

.btn:disabled[b-ggvauekbx7] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

/* Required field indicator */
.required[b-ggvauekbx7]::after {
    content: " *";
    color: #dc3545;
}

.form-label.required[b-ggvauekbx7] {
    font-weight: 500;
}

.form-label[b-ggvauekbx7] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Alert styling with 8px radius */
.alert[b-ggvauekbx7] {
    border-radius: 8px;
    border: none;
    font-size: 0.95rem;
}

.alert-danger[b-ggvauekbx7] {
    background-color: #f8d7da;
    color: #58151c;
    border-left: 4px solid #dc3545;
}

/* Spinner */
.spinner-border-sm[b-ggvauekbx7] {
    width: 1.2rem;
    height: 1.2rem;
}

/* Validation styles */
.field-validation-error[b-ggvauekbx7],
.validation-message[b-ggvauekbx7] {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.form-control.modified:invalid[b-ggvauekbx7] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.modified:valid[b-ggvauekbx7] {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Professional animation for form focus */
@keyframes focusGlow-b-ggvauekbx7 {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    }

    50% {
        box-shadow: 0 0 0 0.5rem rgba(13, 110, 253, 0.1);
    }

    100% {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    }
}

.form-control-lg:focus[b-ggvauekbx7] {
    animation: focusGlow-b-ggvauekbx7 0.3s ease;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .logo-text h1[b-ggvauekbx7] {
        font-size: 2.5rem;
    }

    .card-body[b-ggvauekbx7] {
        padding: 2rem 1.5rem !important;
    }

    .container[b-ggvauekbx7] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 576px) {
    .logo-text h1[b-ggvauekbx7] {
        font-size: 2rem;
    }

    .card-body[b-ggvauekbx7] {
        padding: 1.5rem 1rem !important;
    }

    .form-control-lg[b-ggvauekbx7] {
        padding: 0.875rem;
        font-size: 1rem;
    }

    .btn-lg[b-ggvauekbx7] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

/* Focus states for accessibility */
.btn:focus-visible[b-ggvauekbx7] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control:focus[b-ggvauekbx7] {
    outline: none;
}

/* Smooth transitions */
*[b-ggvauekbx7] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

/* Professional hover effects */
.card[b-ggvauekbx7] {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

/* Enhanced visual hierarchy */
.text-muted[b-ggvauekbx7] {
    color: #6c757d !important;
}

/* Button loading state styling */
.btn:disabled .spinner-border[b-ggvauekbx7] {
    color: rgba(255, 255, 255, 0.7);
}

/* Professional footer text */
small.text-muted[b-ggvauekbx7] {
    font-size: 0.85rem;
    line-height: 1.4;
}
/* _content/Invoqs/Components/Pages/ReceiptDetails.razor.rz.scp.css */
/* Receipt Details Page Styles */

/* Button and form consistency */
.btn[b-gg0w4c2zog] {
    border-radius: 8px;
}

.form-control[b-gg0w4c2zog],
.form-select[b-gg0w4c2zog] {
    border-radius: 8px;
}

/* Form styling */
.form-label.fw-medium[b-gg0w4c2zog] {
    font-weight: 500 !important;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control-plaintext[b-gg0w4c2zog] {
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: none;
}

/* Card styling with 8px radius */
.card[b-gg0w4c2zog] {
    border-radius: 8px;
    border: none;
}

.card-header[b-gg0w4c2zog] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0 !important;
}

/* Card hover effects matching other pages */
.card[b-gg0w4c2zog] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-gg0w4c2zog] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Breadcrumb styling */
.breadcrumb[b-gg0w4c2zog] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-gg0w4c2zog]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-gg0w4c2zog] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-gg0w4c2zog] {
    color: #0d6efd;
}

/* Alert styling */
.alert[b-gg0w4c2zog] {
    border-radius: 8px;
    border: none;
}

.alert-danger[b-gg0w4c2zog] {
    background-color: #f8d7da;
    color: #58151c;
}

.alert-warning[b-gg0w4c2zog] {
    background-color: #fff3cd;
    color: #856404;
}

/* Sidebar stats styling */
.border.rounded.p-3[b-gg0w4c2zog] {
    border-color: #dee2e6 !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.border.rounded.p-3:hover[b-gg0w4c2zog] {
    border-color: #0d6efd !important;
}

/* Button hover effects */
.btn-outline-primary:hover[b-gg0w4c2zog],
.btn-outline-success:hover[b-gg0w4c2zog],
.btn-outline-info:hover[b-gg0w4c2zog],
.btn-outline-secondary:hover[b-gg0w4c2zog],
.btn-outline-danger:hover[b-gg0w4c2zog] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Contact links styling */
a[href^="mailto:"][b-gg0w4c2zog],
a[href^="tel:"][b-gg0w4c2zog] {
    color: #0d6efd;
    transition: color 0.2s ease;
}

a[href^="mailto:"]:hover[b-gg0w4c2zog],
a[href^="tel:"]:hover[b-gg0w4c2zog] {
    color: #0a58ca;
    text-decoration: underline !important;
}

/* Table styling */
.table[b-gg0w4c2zog] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-gg0w4c2zog] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table thead[b-gg0w4c2zog] {
    background-color: #f8f9fa;
}

.table tfoot[b-gg0w4c2zog] {
    background-color: #f8f9fa;
    font-weight: 600;
}

/* Badge styling */
.badge[b-gg0w4c2zog] {
    font-size: 0.8rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
}

/* Payment amount highlight */
h3.text-success[b-gg0w4c2zog] {
    font-weight: 600;
}

/* Empty state styling */
.text-center.py-5 i[b-gg0w4c2zog] {
    opacity: 0.5;
}

/* Modal styling */
.modal[b-gg0w4c2zog] {
    z-index: 1050;
}

.modal-dialog[b-gg0w4c2zog] {
    margin-top: 5rem;
}

.modal-content[b-gg0w4c2zog] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-header[b-gg0w4c2zog] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-gg0w4c2zog] {
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-gg0w4c2zog] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .container-fluid[b-gg0w4c2zog] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-gg0w4c2zog] {
        padding: 1rem;
    }

    .row.g-3[b-gg0w4c2zog] {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .table-responsive[b-gg0w4c2zog] {
        border-radius: 8px;
    }
}

@media (max-width: 576px) {
    .h2.text-primary[b-gg0w4c2zog] {
        font-size: 1.5rem;
    }

    h3.text-success[b-gg0w4c2zog] {
        font-size: 1.75rem;
    }

    .row.text-center.g-3 .col-12[b-gg0w4c2zog] {
        margin-bottom: 1rem;
    }

    .d-grid.gap-2[b-gg0w4c2zog] {
        gap: 0.5rem !important;
    }
}

/* Smooth transitions */
*[b-gg0w4c2zog] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

/* Icon spacing */
.bi[b-gg0w4c2zog] {
    vertical-align: middle;
}

/* Summary cards */
.bg-light[b-gg0w4c2zog] {
    background-color: #f8f9fa !important;
}

.border.rounded.p-3.bg-light[b-gg0w4c2zog] {
    border: 1px solid #dee2e6 !important;
}

/* Loading states */
.spinner-border[b-gg0w4c2zog] {
    width: 3rem;
    height: 3rem;
}

.spinner-border-sm[b-gg0w4c2zog] {
    width: 1rem;
    height: 1rem;
}
/* _content/Invoqs/Components/Pages/Receipts.razor.rz.scp.css */
/* Receipts Page Styles */

/* Button and form consistency */
.btn[b-76qishdn9h] {
    border-radius: 8px;
}

.form-control[b-76qishdn9h],
.form-select[b-76qishdn9h] {
    border-radius: 8px;
    font-size: 0.9rem;
}

.input-group-text[b-76qishdn9h] {
    border-radius: 8px 0 0 8px;
}

.input-group .form-control[b-76qishdn9h] {
    border-radius: 0 8px 8px 0;
}

/* Card styling - 8px radius */
.card[b-76qishdn9h] {
    border-radius: 8px;
}

.card-header[b-76qishdn9h] {
    border-radius: 8px 8px 0 0 !important;
}

/* Statistics cards with gradients (matching dashboard) */
.card.bg-primary[b-76qishdn9h],
.card.bg-success[b-76qishdn9h],
.card.bg-info[b-76qishdn9h],
.card.bg-warning[b-76qishdn9h] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.card.bg-success[b-76qishdn9h] {
    background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}

.card.bg-info[b-76qishdn9h] {
    background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}

.card.bg-warning[b-76qishdn9h] {
    background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

/* Card hover effects */
.card[b-76qishdn9h] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-76qishdn9h] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Table styling - 8px radius */
.table[b-76qishdn9h] {
    border-radius: 8px;
    overflow: hidden;
}

.table tbody tr:hover[b-76qishdn9h] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table-responsive[b-76qishdn9h] {
    border-radius: 8px;
}

/* Button group styling - 8px radius */
.btn-group[b-76qishdn9h] {
    border-radius: 8px;
    display: inline-flex;
}

.btn-group .btn[b-76qishdn9h] {
    border-radius: 0 !important;
    position: relative;
}

.btn-group .btn:first-child[b-76qishdn9h] {
    border-radius: 8px 0 0 8px !important;
}

.btn-group .btn:last-child[b-76qishdn9h] {
    border-radius: 0 8px 8px 0 !important;
}

/* Force borders on outline buttons */
.btn-group .btn-outline-primary[b-76qishdn9h] {
    border: 1px solid #0d6efd !important;
}

.btn-group .btn-outline-secondary[b-76qishdn9h] {
    border: 1px solid #6c757d !important;
}

.btn-group .btn-outline-danger[b-76qishdn9h] {
    border: 1px solid #dc3545 !important;
}

/* Collapse adjacent borders */
.btn-group .btn + .btn[b-76qishdn9h] {
    margin-left: -1px;
}

.btn-group-sm .btn[b-76qishdn9h] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-outline-secondary[b-76qishdn9h] {
    border-color: #e9ecef;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-76qishdn9h] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Badge styling - 6px radius (smaller elements) */
.badge[b-76qishdn9h] {
    border-radius: 6px;
}

/* Breadcrumb styling */
.breadcrumb[b-76qishdn9h] {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item[b-76qishdn9h]::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
}

.breadcrumb-item a[b-76qishdn9h] {
    color: #6c757d;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-76qishdn9h] {
    color: #0d6efd;
}

/* Alert styling - 8px radius */
.alert[b-76qishdn9h] {
    border-radius: 8px;
    border: none;
}

/* Form label styling */
.form-label.small[b-76qishdn9h] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Filter summary text */
.text-muted strong[b-76qishdn9h] {
    color: #0d6efd;
    font-weight: 600;
}

/* Empty state styling */
.bi-funnel[b-76qishdn9h],
.bi-receipt[b-76qishdn9h] {
    opacity: 0.3;
}

/* Modal styling - 8px radius */
.modal[b-76qishdn9h] {
    z-index: 1050;
}

.modal-dialog[b-76qishdn9h] {
    margin-top: 5rem;
}

.modal-content[b-76qishdn9h] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.modal-header[b-76qishdn9h] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
}

.modal-footer[b-76qishdn9h] {
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.flex-wrap[b-76qishdn9h] {
        flex-direction: column;
        align-items: stretch !important;
    }

    .d-flex.gap-2.mt-2.mt-md-0[b-76qishdn9h],
    .mt-2.mt-md-0[b-76qishdn9h] {
        margin-top: 1rem !important;
    }

    .card-body[b-76qishdn9h] {
        padding: 1rem;
    }

    .btn-group[b-76qishdn9h] {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .container-fluid[b-76qishdn9h] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-body[b-76qishdn9h] {
        padding: 0.75rem;
    }
}

/* Loading states */
.spinner-border[b-76qishdn9h] {
    width: 3rem;
    height: 3rem;
}

/* Smooth transitions */
*[b-76qishdn9h] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/UI/CustomerCard.razor.rz.scp.css */
/* CustomerCard Component Styles */

.customer-card[b-a9ot2k82n9] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 8px;
    border: none;
}

.customer-card:hover[b-a9ot2k82n9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.avatar-circle[b-a9ot2k82n9] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
}

.detail-item[b-a9ot2k82n9] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.detail-item i[b-a9ot2k82n9] {
    width: 16px;
    font-size: 0.8rem;
}

.stat-number[b-a9ot2k82n9] {
    font-size: 1.1rem;
    line-height: 1.2;
}

.stat-label[b-a9ot2k82n9] {
    font-size: 0.75rem;
    line-height: 1;
}

.customer-card .card-body[b-a9ot2k82n9] {
    padding: 1.5rem;
}

/* Dropdown menu styling */
.dropdown-menu[b-a9ot2k82n9] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-a9ot2k82n9] {
    border-radius: 6px;
    margin: 2px 4px;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover[b-a9ot2k82n9] {
    background-color: #f8f9fa;
}

/* Button styling within card */
.customer-card .btn[b-a9ot2k82n9] {
    border-radius: 8px;
}

.customer-card .btn-outline-primary[b-a9ot2k82n9],
.customer-card .btn-outline-success[b-a9ot2k82n9] {
    border-radius: 8px;
}

.customer-card .btn:hover[b-a9ot2k82n9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Badge styling */
.customer-card .badge[b-a9ot2k82n9] {
    border-radius: 6px;
    font-size: 0.75rem;
}

@media (max-width: 576px) {
    .customer-card .card-body[b-a9ot2k82n9] {
        padding: 1rem;
    }

    .avatar-circle[b-a9ot2k82n9] {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .stat-number[b-a9ot2k82n9] {
        font-size: 1rem;
    }

    .stat-label[b-a9ot2k82n9] {
        font-size: 0.7rem;
    }
}
/* _content/Invoqs/Components/UI/InvoiceCard.razor.rz.scp.css */
/* Invoice Card Styles */

.invoice-card[b-hqyhphdo1g] {
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    height: 100%;
}

.invoice-card:hover[b-hqyhphdo1g] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Avatar Circle */
.avatar-circle[b-hqyhphdo1g] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

/* Invoice Number */
.invoice-number h6[b-hqyhphdo1g] {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

/* Customer Info */
.customer-info h6[b-hqyhphdo1g] {
    font-size: 0.95rem;
    color: #212529;
    margin-bottom: 0.125rem;
}

/* Detail Items */
.detail-item[b-hqyhphdo1g] {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
}

.detail-item i[b-hqyhphdo1g] {
    width: 16px;
    font-size: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Invoice Totals */
.invoice-totals .stat-number[b-hqyhphdo1g] {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.invoice-totals .stat-label[b-hqyhphdo1g] {
    font-size: 0.7rem;
    line-height: 1.2;
    margin-top: 2px;
}

.invoice-totals .col-4[b-hqyhphdo1g] {
    padding: 0 0.25rem;
}

/* Due Date Display */
.due-date-display[b-hqyhphdo1g] {
    padding: 0.5rem;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.due-date-display.text-danger[b-hqyhphdo1g] {
    background-color: #f8d7da;
}

.due-date-display.text-warning[b-hqyhphdo1g] {
    background-color: #fff3cd;
}

/* Status Badges */
.badge[b-hqyhphdo1g] {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.375rem 0.5rem;
    border-radius: 6px;
    /* Smaller for visual hierarchy */
}

.badge i[b-hqyhphdo1g] {
    font-size: 0.65rem;
}

/* Button Styles */
.btn[b-hqyhphdo1g] {
    border-radius: 8px;
}

.btn-sm[b-hqyhphdo1g] {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
}

.btn-sm i[b-hqyhphdo1g] {
    font-size: 0.75rem;
}

.btn:disabled[b-hqyhphdo1g] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-outline-success:disabled[b-hqyhphdo1g],
.btn-outline-dark:disabled[b-hqyhphdo1g] {
    background-color: transparent;
    border-color: #6c757d;
    color: #6c757d;
}

/* Hover Effects */
.btn:not(:disabled):hover[b-hqyhphdo1g] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Text Colors */
.text-danger.fw-bold[b-hqyhphdo1g] {
    color: #dc3545 !important;
    font-weight: 600 !important;
}

.text-success[b-hqyhphdo1g] {
    color: #198754 !important;
}

.text-warning[b-hqyhphdo1g] {
    color: #ffc107 !important;
}

/* Dropdown menu styling */
.invoice-card .dropdown-menu[b-hqyhphdo1g] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.invoice-card .dropdown-item[b-hqyhphdo1g] {
    border-radius: 6px;
    margin: 2px 4px;
    transition: background-color 0.2s ease;
}

.invoice-card .dropdown-item:hover[b-hqyhphdo1g] {
    background-color: #f8f9fa;
}

/* Three dots button */
.invoice-card .btn-link[b-hqyhphdo1g] {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoice-card .btn-link:hover[b-hqyhphdo1g] {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Status-specific styling with enhanced borders */
.invoice-card[data-status="overdue"][b-hqyhphdo1g] {
    border-left: 4px solid #dc3545;
    border-radius: 8px;
}

.invoice-card[data-status="paid"][b-hqyhphdo1g] {
    border-left: 4px solid #198754;
    border-radius: 8px;
}

.invoice-card[data-status="sent"][b-hqyhphdo1g] {
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
}

.invoice-card[data-status="draft"][b-hqyhphdo1g] {
    border-left: 4px solid #6c757d;
    border-radius: 8px;
}

/* Card Body Layout */
.card-body[b-hqyhphdo1g] {
    padding: 1.25rem;
}

/* Responsive Design */
@media (max-width: 576px) {
    .invoice-card .card-body[b-hqyhphdo1g] {
        padding: 1rem 0.75rem;
    }

    .invoice-number h6[b-hqyhphdo1g] {
        font-size: 0.9rem;
    }

    .customer-info h6[b-hqyhphdo1g] {
        font-size: 0.85rem;
    }

    .detail-item[b-hqyhphdo1g] {
        font-size: 0.8rem;
    }

    .invoice-totals .stat-number[b-hqyhphdo1g] {
        font-size: 0.8rem;
    }

    .invoice-totals .stat-label[b-hqyhphdo1g] {
        font-size: 0.65rem;
    }

    .btn-sm[b-hqyhphdo1g] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .avatar-circle[b-hqyhphdo1g] {
        width: 30px;
        height: 30px;
        font-size: 0.7rem;
    }
}

/* Focus States */
.btn:focus-visible[b-hqyhphdo1g] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Smooth Transitions */
*[b-hqyhphdo1g] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
/* _content/Invoqs/Components/UI/JobCard.razor.rz.scp.css */
/* JobCard Component Styles */

.job-card[b-63o9x054fh] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 8px;
    border: none;
}

.job-card:hover[b-63o9x054fh] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Job type icon styling */
.job-type-image[b-63o9x054fh] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(200deg) brightness(104%) contrast(97%);
}

/* Badge styling */
.job-card .badge[b-63o9x054fh] {
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Dropdown menu styling */
.job-card .dropdown-menu[b-63o9x054fh] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
}

.job-card .dropdown-item[b-63o9x054fh] {
    border-radius: 6px;
    margin: 2px 4px;
    transition: background-color 0.2s ease;
}

.job-card .dropdown-item:hover[b-63o9x054fh] {
    background-color: #f8f9fa;
}

.job-card .dropdown-header[b-63o9x054fh] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.job-card .dropdown-divider[b-63o9x054fh] {
    margin: 0.25rem 0;
}

/* Button styling */
.job-card .btn[b-63o9x054fh] {
    border-radius: 8px;
    font-weight: 500;
}

.job-card .btn-sm[b-63o9x054fh] {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
}

.job-card .btn:hover[b-63o9x054fh] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Three dots button */
.job-card .btn-link[b-63o9x054fh] {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-card .btn-link:hover[b-63o9x054fh] {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Job details styling */
.job-details .detail-item[b-63o9x054fh] {
    display: flex;
    align-items: flex-start;
    font-size: 0.85rem;
    line-height: 1.4;
}

.job-details .detail-item i[b-63o9x054fh] {
    width: 16px;
    font-size: 0.8rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Job stats styling */
.job-stats .stat-number[b-63o9x054fh] {
    font-size: 1.1rem;
    line-height: 1.2;
}

.job-stats .stat-label[b-63o9x054fh] {
    font-size: 0.7rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Card title styling */
.job-card .card-title[b-63o9x054fh] {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

/* Address and description text wrapping */
.job-details .text-muted[b-63o9x054fh] {
    word-break: break-word;
    line-height: 1.3;
}

/* Status-specific styling */
.job-card .badge.bg-primary[b-63o9x054fh] {
    background-color: #0d6efd !important;
}

.job-card .badge.bg-success[b-63o9x054fh] {
    background-color: #198754 !important;
}

.job-card .badge.bg-warning[b-63o9x054fh] {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.job-card .badge.bg-secondary[b-63o9x054fh] {
    background-color: #6c757d !important;
}

.job-card .badge.bg-info[b-63o9x054fh] {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .job-card .card-body[b-63o9x054fh] {
        padding: 1rem;
    }

    .job-type-icon[b-63o9x054fh] {
        width: 40px;
        height: 40px;
    }

    .job-card .card-title[b-63o9x054fh] {
        font-size: 1rem;
    }

    .job-details .detail-item[b-63o9x054fh] {
        font-size: 0.8rem;
    }

    .job-stats .stat-number[b-63o9x054fh] {
        font-size: 1rem;
    }

    .job-stats .stat-label[b-63o9x054fh] {
        font-size: 0.65rem;
    }
}

@media (max-width: 576px) {
    .job-card .card-body[b-63o9x054fh] {
        padding: 0.875rem;
    }

    .job-card .btn-sm[b-63o9x054fh] {
        padding: 0.35rem 0.6rem;
        font-size: 0.75rem;
    }

    .job-details .detail-item[b-63o9x054fh] {
        margin-bottom: 0.5rem !important;
    }

    .job-stats .row.text-center[b-63o9x054fh] {
        margin-bottom: 0.5rem;
    }
}

/* Focus states for accessibility */
.job-card .btn:focus[b-63o9x054fh],
.job-card .dropdown-item:focus[b-63o9x054fh] {
    outline: none;
}

.job-card .btn:focus-visible[b-63o9x054fh] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Animation for status changes */
.job-card .badge[b-63o9x054fh] {
    transition: all 0.3s ease;
}

/* Smooth transitions */
.job-card *[b-63o9x054fh] {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
/* _content/Invoqs/Components/UI/Navbar.razor.rz.scp.css */
/* Navbar Component Styles */

.navbar[b-j3zxgaqfi0] {
    border-radius: 0;
    /* Keep navbar full-width */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Logo and brand styling */
.navbar-brand[b-j3zxgaqfi0] {
    transition: opacity 0.2s ease;
}

.navbar-brand:hover[b-j3zxgaqfi0] {
    opacity: 0.9;
}

.navbar-brand img[b-j3zxgaqfi0] {
    border-radius: 6px;
    /* Small radius for logo */
}

/* Navigation links */
.navbar-nav .nav-link[b-j3zxgaqfi0] {
    border-radius: 8px;
    margin: 0 4px;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s ease;
    font-weight: 500;
}

.navbar-nav .nav-link:hover[b-j3zxgaqfi0],
.navbar-nav .nav-link:focus[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

/* Mobile toggle button */
.navbar-toggler[b-j3zxgaqfi0] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0.6rem;
}

.navbar-toggler:hover[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus[b-j3zxgaqfi0] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Profile dropdown button */
.navbar .btn-outline-light[b-j3zxgaqfi0] {
    border-radius: 8px;
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar .btn-outline-light:hover[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.navbar .btn-outline-light:focus[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Dropdown menu styling */
.navbar .dropdown-menu[b-j3zxgaqfi0] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    min-width: 200px;
}

.navbar .dropdown-item[b-j3zxgaqfi0] {
    border-radius: 6px;
    margin: 2px 4px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    font-weight: 500;
}

.navbar .dropdown-item:hover[b-j3zxgaqfi0] {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.navbar .dropdown-item.text-danger:hover[b-j3zxgaqfi0] {
    background-color: #f8d7da;
    color: #721c24 !important;
}

.navbar .dropdown-header[b-j3zxgaqfi0] {
    color: #6c757d;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
}

.navbar .dropdown-divider[b-j3zxgaqfi0] {
    margin: 0.25rem 0;
}

/* Person icon styling */
.navbar .bi-person-circle[b-j3zxgaqfi0] {
    font-size: 1.1rem;
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link[b-j3zxgaqfi0] {
        margin: 2px 0;
        padding: 0.75rem 1rem !important;
    }

    .navbar-nav[b-j3zxgaqfi0] {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .dropdown[b-j3zxgaqfi0] {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .btn-outline-light[b-j3zxgaqfi0] {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand[b-j3zxgaqfi0] {
        font-size: 1.1rem;
    }

    .navbar-brand img[b-j3zxgaqfi0] {
        width: 28px;
        height: 28px;
    }

    .navbar .dropdown-menu[b-j3zxgaqfi0] {
        min-width: 180px;
    }
}

/* Focus states for accessibility */
.navbar .nav-link:focus[b-j3zxgaqfi0],
.navbar .btn:focus[b-j3zxgaqfi0],
.navbar .dropdown-item:focus[b-j3zxgaqfi0] {
    outline: none;
}

.navbar .nav-link:focus-visible[b-j3zxgaqfi0],
.navbar .btn:focus-visible[b-j3zxgaqfi0],
.navbar .dropdown-item:focus-visible[b-j3zxgaqfi0] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Active state management */
.navbar .nav-link[href="/customers"]:hover[b-j3zxgaqfi0],
.navbar .nav-link[href="/jobs"]:hover[b-j3zxgaqfi0],
.navbar .nav-link[href="/invoices"]:hover[b-j3zxgaqfi0] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Smooth transitions for all elements */
.navbar *[b-j3zxgaqfi0] {
    transition: all 0.2s ease;
}
