@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';

/* _content/App.BlazorShared/Component1.razor.rz.scp.css */
.my-component[b-5z2z2j4sim] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/App.BlazorShared/Components/CurrencySettings.razor.rz.scp.css */
/* Currency Settings - Modern Dropdown Design */

/* Loading State */
.text-center.py-4[b-gwjn5u5glw] {
    padding: 3rem 0;
}

.spinner-border[b-gwjn5u5glw] {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 3px;
    color: #3b82f6;
}

/* Alert Styling */
.alert-danger[b-gwjn5u5glw] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    animation: slideIn-b-gwjn5u5glw 0.3s ease;
}

.alert-success[b-gwjn5u5glw] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    animation: slideIn-b-gwjn5u5glw 0.3s ease;
}

@keyframes slideIn-b-gwjn5u5glw {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Group */
.mb-3[b-gwjn5u5glw] {
    margin-bottom: 1.5rem !important;
}

/* Label Styling */
.form-label.fw-bold[b-gwjn5u5glw] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    display: block;
}

/* Select Dropdown - Modern Material Design */
.form-select[b-gwjn5u5glw] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233b82f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #1f2937;
    font-weight: 500;
}

.form-select:hover[b-gwjn5u5glw] {
    border-color: #9ca3af;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.form-select:focus[b-gwjn5u5glw] {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    background-color: #ffffff;
}

/* Option Styling */
.form-select option[b-gwjn5u5glw] {
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2937;
}

/* Help Text */
.text-muted[b-gwjn5u5glw] {
    color: #6b7280 !important;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.5rem;
    display: block;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
}

/* Button Styling */
.btn-primary[b-gwjn5u5glw] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover:not(:disabled)[b-gwjn5u5glw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

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

/* Spinner in Button */
.spinner-border-sm[b-gwjn5u5glw] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* Button Group */
.d-flex.gap-2.mt-3[b-gwjn5u5glw] {
    margin-top: 1.5rem !important;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

/* Currency Symbol Enhancement */
.form-select option[b-gwjn5u5glw]::before {
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Focus Enhancement */
.form-select:focus option:checked[b-gwjn5u5glw] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-select[b-gwjn5u5glw] {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }

    .btn-primary[b-gwjn5u5glw] {
        width: 100%;
        justify-content: center;
        padding: 0.75rem;
    }

    .text-muted[b-gwjn5u5glw] {
        font-size: 0.8125rem;
        padding: 0.625rem;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .form-label.fw-bold[b-gwjn5u5glw] {
        color: #f9fafb;
    }

    .form-select[b-gwjn5u5glw] {
        background-color: #1f2937;
        border-color: #4b5563;
        color: #f9fafb;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2393c5fd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    }

    .form-select:hover[b-gwjn5u5glw] {
        background-color: #111827;
        border-color: #6b7280;
    }

    .form-select:focus[b-gwjn5u5glw] {
        background-color: #1f2937;
        border-color: #60a5fa;
    }

    .form-select option[b-gwjn5u5glw] {
        background-color: #1f2937;
        color: #f9fafb;
    }

    .text-muted[b-gwjn5u5glw] {
        background: #1f2937;
        color: #9ca3af !important;
        border-left-color: #60a5fa;
    }
}

/* Smooth Transitions */
*[b-gwjn5u5glw] {
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
/* _content/App.BlazorShared/Components/EditProfileForm.razor.rz.scp.css */
.form-grid[b-bsxydmo7g8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group.full-width[b-bsxydmo7g8] {
    grid-column: 1 / -1;
}

.form-group[b-bsxydmo7g8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-bsxydmo7g8] {
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

.form-control[b-bsxydmo7g8], .form-select[b-bsxydmo7g8] {
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
}

.phone-input-group[b-bsxydmo7g8] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    align-items: stretch;
}

.country-code-wrapper[b-bsxydmo7g8] {
    position: relative;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    flex-shrink: 0;
    overflow: visible;
}

.country-flag[b-bsxydmo7g8] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}

.country-code-select[b-bsxydmo7g8] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 40px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    appearance: auto;
}

.phone-number-input[b-bsxydmo7g8] {
    flex: 1;
    min-width: 0;
}

.form-control:focus[b-bsxydmo7g8], .form-select:focus[b-bsxydmo7g8] {
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.form-actions[b-bsxydmo7g8] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.validation-message[b-bsxydmo7g8] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Individual field validation messages */
.form-group[b-bsxydmo7g8]  .validation-message {
    display: block;
    background-color: #f8d7da;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 0.75rem;
    margin-top: 0.5rem;
    color: #721c24;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.form-group[b-bsxydmo7g8]  .validation-message::before {
    content: "❌ ";
    margin-right: 0.5rem;
}

/* Highlight invalid fields */
.form-control.invalid[b-bsxydmo7g8],
.form-select.invalid[b-bsxydmo7g8] {
    border-color: #dc3545 !important;
    border-width: 2px !important;
    background-color: #fff5f5 !important;
}

/* Add red border to fields with validation errors */
.form-group:has(.validation-message) .form-control[b-bsxydmo7g8],
.form-group:has(.validation-message) .form-select[b-bsxydmo7g8] {
    border-color: #dc3545;
    border-width: 2px;
    background-color: #fff5f5;
}

@media (max-width: 768px) {
    .form-grid[b-bsxydmo7g8] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-bsxydmo7g8] {
        flex-direction: column-reverse;
    }

    .form-actions button[b-bsxydmo7g8] {
        width: 100%;
    }

    .phone-input-group[b-bsxydmo7g8] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .country-code-wrapper[b-bsxydmo7g8] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}
/* _content/App.BlazorShared/Components/IdentityVerificationModal.razor.rz.scp.css */
/* Modal Overlay */
.modal-overlay[b-lu5vfc881b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-dialog[b-lu5vfc881b] {
    max-width: 680px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 1051;
}

.modal-content[b-lu5vfc881b] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 90vh;
}

/* Header */
.modal-header[b-lu5vfc881b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.modal-title[b-lu5vfc881b] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    display: flex;
    align-items: center;
}

.modal-title i[b-lu5vfc881b] {
    color: #0066cc;
    font-size: 1.3rem;
}

.btn-close[b-lu5vfc881b] {
    background: none;
    border: none;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.btn-close:hover[b-lu5vfc881b] {
    opacity: 1;
}

/* Step Progress Indicator */
.step-indicator[b-lu5vfc881b] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2rem;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    gap: 0;
}

.step[b-lu5vfc881b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.step-circle[b-lu5vfc881b] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    border: 2px solid #dee2e6;
    background: #fff;
    color: #adb5bd;
    transition: all 0.3s ease;
}

.step.active .step-circle[b-lu5vfc881b] {
    border-color: #0066cc;
    background: #0066cc;
    color: #fff;
}

.step.completed .step-circle[b-lu5vfc881b] {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

.step-label[b-lu5vfc881b] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.step.active .step-label[b-lu5vfc881b],
.step.completed .step-label[b-lu5vfc881b] {
    color: #1a1a2e;
}

.step-line[b-lu5vfc881b] {
    flex: 1;
    height: 2px;
    background: #dee2e6;
    margin: 0 0.5rem;
    margin-bottom: 1.25rem; /* align with circle center */
    transition: background 0.3s ease;
    min-width: 30px;
}

.step-line.active[b-lu5vfc881b] {
    background: #28a745;
}

/* Body */
.modal-body[b-lu5vfc881b] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

/* Step 1: Privacy */
.privacy-notice[b-lu5vfc881b] {
    text-align: center;
    padding: 1rem 0;
}

.icon-large[b-lu5vfc881b] {
    font-size: 3.5rem;
    color: #0066cc;
    margin-bottom: 0.75rem;
}

.privacy-notice h4[b-lu5vfc881b] {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.privacy-notice > p[b-lu5vfc881b] {
    color: #6c757d;
    max-width: 480px;
    margin: 0 auto 1.25rem;
    line-height: 1.6;
}

.info-box[b-lu5vfc881b] {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0066cc;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin: 0.75rem 0;
    text-align: left;
}

.info-box h6[b-lu5vfc881b] {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.info-box ul[b-lu5vfc881b] {
    margin: 0;
    padding-left: 1.25rem;
    color: #495057;
}

.info-box ul li[b-lu5vfc881b] {
    margin-bottom: 0.25rem;
    line-height: 1.5;
}

/* Step 2: Document Form */
.document-form[b-lu5vfc881b] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8f9fa;
    padding: 1.5rem;
}

.document-form .form-group[b-lu5vfc881b] {
    margin-bottom: 1.25rem;
}

.document-form .form-group:last-child[b-lu5vfc881b] {
    margin-bottom: 0;
}

.document-form label[b-lu5vfc881b] {
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
    display: block;
    font-size: 0.9rem;
}

.document-form .form-select[b-lu5vfc881b],
.document-form .form-control[b-lu5vfc881b] {
    padding: 0.6rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 0.95rem;
    width: 100%;
    transition: border-color 0.2s;
}

.document-form .form-select:focus[b-lu5vfc881b],
.document-form .form-control:focus[b-lu5vfc881b] {
    border-color: #0066cc;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

/* Step 3: Upload */
.upload-section h6[b-lu5vfc881b] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.upload-card[b-lu5vfc881b] {
    background: #f8f9fa;
    border: 2px dashed #ced4da;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
}

.upload-card:hover[b-lu5vfc881b] {
    border-color: #0066cc;
}

.upload-card label[b-lu5vfc881b] {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
    font-size: 0.9rem;
}

.upload-success[b-lu5vfc881b] {
    margin-top: 0.5rem;
    color: #28a745;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Step 4: Consent */
.consent-section[b-lu5vfc881b] {
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8f9fa;
}

.consent-section h6[b-lu5vfc881b] {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.form-check[b-lu5vfc881b] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-check-input[b-lu5vfc881b] {
    margin-top: 0.3rem;
    flex-shrink: 0;
    width: 1.15em;
    height: 1.15em;
    accent-color: #0066cc;
}

.form-check-label[b-lu5vfc881b] {
    line-height: 1.6;
    color: #333;
    font-size: 0.95rem;
}

.form-check-label ul[b-lu5vfc881b] {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #555;
}

.form-check-label ul li[b-lu5vfc881b] {
    margin-bottom: 0.3rem;
    line-height: 1.5;
}

/* Alerts */
.alert-danger[b-lu5vfc881b] {
    background: #fff5f5;
    border: 1px solid #fecaca;
    color: #c53030;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.upload-progress[b-lu5vfc881b] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #e7f3ff;
    border-radius: 8px;
}

/* Footer */
.modal-footer[b-lu5vfc881b] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

.modal-footer .btn[b-lu5vfc881b] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.modal-footer .btn-secondary[b-lu5vfc881b] {
    background: #e9ecef;
    color: #495057;
}

.modal-footer .btn-secondary:hover[b-lu5vfc881b] {
    background: #dee2e6;
}

.modal-footer .btn-primary[b-lu5vfc881b] {
    background: #0066cc;
    color: #fff;
}

.modal-footer .btn-primary:hover[b-lu5vfc881b] {
    background: #0052a3;
}

.modal-footer .btn-success[b-lu5vfc881b] {
    background: #28a745;
    color: #fff;
}

.modal-footer .btn-success:hover[b-lu5vfc881b] {
    background: #218838;
}

.modal-footer .btn:disabled[b-lu5vfc881b] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-overlay[b-lu5vfc881b] {
        padding: 0.5rem;
    }

    .modal-dialog[b-lu5vfc881b] {
        max-width: 100%;
    }

    .step-indicator[b-lu5vfc881b] {
        padding: 1rem;
    }

    .step-label[b-lu5vfc881b] {
        font-size: 0.6rem;
    }

    .step-circle[b-lu5vfc881b] {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
}
/* _content/App.BlazorShared/Components/IdentityVerificationStatus.razor.rz.scp.css */
.verification-card[b-1ezmehzzhj] {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid;
}

.verification-card.unsubmitted[b-1ezmehzzhj] {
    background: #f8f9fa;
    border-color: #6c757d;
}

.verification-card.pending[b-1ezmehzzhj] {
    background: #e7f3ff;
    border-color: #17a2b8;
}

.verification-card.verified[b-1ezmehzzhj] {
    background: #d4edda;
    border-color: #28a745;
}

.verification-card.rejected[b-1ezmehzzhj] {
    background: #f8d7da;
    border-color: #dc3545;
}

.verification-icon[b-1ezmehzzhj] {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verification-card.unsubmitted .verification-icon[b-1ezmehzzhj] {
    color: #6c757d;
}

.verification-card.pending .verification-icon[b-1ezmehzzhj] {
    color: #17a2b8;
}

.verification-card.verified .verification-icon[b-1ezmehzzhj] {
    color: #28a745;
}

.verification-card.rejected .verification-icon[b-1ezmehzzhj] {
    color: #dc3545;
}

.verification-content[b-1ezmehzzhj] {
    flex: 1;
}

.verification-content h5[b-1ezmehzzhj] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.verification-content p[b-1ezmehzzhj] {
    margin: 0 0 1rem 0;
    color: #495057;
}

@media (max-width: 768px) {
    .verification-card[b-1ezmehzzhj] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/App.BlazorShared/Components/NotificationPreferences.razor.rz.scp.css */
/* Notification Preferences - Modern Toggle Design */

/* Loading State */
.text-center.py-4[b-fzq0aiuywk] {
    padding: 3rem 0;
}

.spinner-border[b-fzq0aiuywk] {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 3px;
    color: #3b82f6;
}

/* Alert Styling */
.alert-danger[b-fzq0aiuywk] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    animation: slideIn-b-fzq0aiuywk 0.3s ease;
}

.alert-success[b-fzq0aiuywk] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #065f46;
    border: none;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    animation: slideIn-b-fzq0aiuywk 0.3s ease;
}

.alert-warning[b-fzq0aiuywk] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: none;
    border-radius: 10px;
}

@keyframes slideIn-b-fzq0aiuywk {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Switches - Modern iOS-style */
.form-check.form-switch[b-fzq0aiuywk] {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 10px;
    background: #f9fafb;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.form-check.form-switch:hover[b-fzq0aiuywk] {
    background: #f3f4f6;
    border-color: #e5e7eb;
    transform: translateX(2px);
}

.form-check-input[b-fzq0aiuywk] {
    width: 3rem;
    height: 1.75rem;
    border-radius: 2rem;
    cursor: pointer;
    border: 2px solid #d1d5db;
    background-color: #e5e7eb;
    transition: all 0.3s ease;
    margin-top: 0;
    flex-shrink: 0;
}

.form-check-input:focus[b-fzq0aiuywk] {
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
    border-color: #3b82f6;
}

.form-check-input:checked[b-fzq0aiuywk] {
    background-color: #3b82f6;
    border-color: #3b82f6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.form-check-input:checked[b-fzq0aiuywk]::before {
    transform: translateX(1.25rem);
}

/* Label Styling */
.form-check-label[b-fzq0aiuywk] {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-check-label strong[b-fzq0aiuywk] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    display: block;
    margin-bottom: 0.25rem;
}

.form-check-label .text-muted.small[b-fzq0aiuywk] {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

/* Buttons */
.btn-primary[b-fzq0aiuywk] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    border-radius: 8px;
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
    transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-fzq0aiuywk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

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

.btn-outline-secondary[b-fzq0aiuywk] {
    border: 2px solid #d1d5db;
    color: #6b7280;
    border-radius: 8px;
    padding: 0.625rem 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover:not(:disabled)[b-fzq0aiuywk] {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

/* Button Group */
.d-flex.gap-2.mt-4[b-fzq0aiuywk] {
    margin-top: 1.5rem !important;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

/* Spinner in Button */
.spinner-border-sm[b-fzq0aiuywk] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* Retry Button */
.btn-sm.btn-outline-primary[b-fzq0aiuywk] {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-check.form-switch[b-fzq0aiuywk] {
        padding: 0.875rem;
        gap: 0.75rem;
    }

    .form-check-input[b-fzq0aiuywk] {
        width: 2.75rem;
        height: 1.5rem;
    }

    .form-check-label strong[b-fzq0aiuywk] {
        font-size: 0.9375rem;
    }

    .btn-primary[b-fzq0aiuywk],
    .btn-outline-secondary[b-fzq0aiuywk] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .d-flex.gap-2[b-fzq0aiuywk] {
        flex-direction: column;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .form-check.form-switch[b-fzq0aiuywk] {
        background: #1f2937;
        border-color: #374151;
    }

    .form-check.form-switch:hover[b-fzq0aiuywk] {
        background: #111827;
        border-color: #4b5563;
    }

    .form-check-input[b-fzq0aiuywk] {
        background-color: #374151;
        border-color: #4b5563;
    }

    .form-check-label strong[b-fzq0aiuywk] {
        color: #f9fafb;
    }

    .form-check-label .text-muted[b-fzq0aiuywk] {
        color: #9ca3af !important;
    }
}
/* _content/App.BlazorShared/Components/ProfileCompletionIndicator.razor.rz.scp.css */
.completion-indicator[b-7gke5tmxxh] {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border: 2px solid #0066cc;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 102, 204, 0.15);
    position: relative;
    overflow: hidden;
}

.completion-indicator[b-7gke5tmxxh]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, transparent 100%);
    border-radius: 0 0 0 100%;
}

.completion-header[b-7gke5tmxxh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.completion-header h5[b-7gke5tmxxh] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
}

.completion-percentage[b-7gke5tmxxh] {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0066cc 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.completion-indicator .progress[b-7gke5tmxxh] {
    height: 12px !important;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

.completion-indicator .progress-bar[b-7gke5tmxxh] {
    height: 12px;
    transition: width 0.6s ease;
    border-radius: 8px;
    background-color: #0066cc !important;
}

.bg-success[b-7gke5tmxxh] {
    background-color: #28a745 !important;
}

.bg-warning[b-7gke5tmxxh] {
    background-color: #ffc107 !important;
}

.bg-danger[b-7gke5tmxxh] {
    background-color: #dc3545 !important;
}.completion-status[b-7gke5tmxxh] {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.completion-status i[b-7gke5tmxxh] {
    font-size: 1.25rem;
}

.completion-status.complete[b-7gke5tmxxh] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #28a745;
}

.completion-status.nearly-complete[b-7gke5tmxxh] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    color: #0c5460;
    border: 2px solid #17a2b8;
}

.completion-status.incomplete[b-7gke5tmxxh] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    color: #856404;
    border: 2px solid #ffc107;
}
/* _content/App.BlazorShared/Components/StatusBadge.razor.rz.scp.css */
.status-badge[b-tnkc76ce7c] {
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Default/Pending States */
.status-badge.status-pending[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #d35400;
}

.status-badge.status-interestreceived[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #004085;
}

.status-badge.status-bidsubmitted[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #004085;
}

.status-badge.status-awaitingcustomeracceptance[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #ffa50015 0%, #ff8c0025 100%);
    border: 2px solid #ff8c00;
    color: #d35400;
}

/* Payment States */
.status-badge.status-awaitingpayment[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #ffa50015 0%, #ff8c0025 100%);
    border: 2px solid #ff8c00;
    color: #d35400;
}

.status-badge.status-paid[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

/* Work Progress States */
.status-badge.status-inprogress[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #004085;
}

.status-badge.status-onhold[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: #fff;
    animation: pulse-subtle-b-tnkc76ce7c 2s infinite;
}

@keyframes pulse-subtle-b-tnkc76ce7c {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.status-badge.status-waitingforcustomer[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff;
    animation: pulse-urgent-b-tnkc76ce7c 1.5s infinite;
}

@keyframes pulse-urgent-b-tnkc76ce7c {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.status-badge.status-changerequested[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #fff;
}

.status-badge.status-issuereported[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    animation: shake-badge-b-tnkc76ce7c 0.5s ease-in-out;
}

@keyframes shake-badge-b-tnkc76ce7c {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

.status-badge.status-completedbyprovider[b-tnkc76ce7c] {
	/* Completed by provider – use rosy brown so list view matches the detail header styling */
	background: rosybrown;
	color: #3b1f1f;
}

/* Final States */
.status-badge.status-completed[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

.status-badge.status-accepted[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

/* Problem States */
.status-badge.status-disputed[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #ff7675 0%, #d63031 100%);
    color: #fff;
}

.status-badge.status-cancelled[b-tnkc76ce7c],
.status-badge.status-canceled[b-tnkc76ce7c] {
    background: linear-gradient(135deg, #fab1a0 0%, #e17055 100%);
    color: #c0392b;
    opacity: 0.8;
}

.status-badge.status-cancelledbyprovider[b-tnkc76ce7c] {
	/* Use a distinct pink tone so 'Cancelled By Provider' is visually different
	   from generic cancelled states across all pages using StatusBadge */
	background: linear-gradient(135deg, #ffe3f0 0%, #f78fb3 100%);
	color: #8b1b4c;
}

/* Hover effect */
.status-badge:hover[b-tnkc76ce7c] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* _content/App.BlazorShared/Components/TestModeBanner.razor.rz.scp.css */
.test-banner-overlay[b-k9vd1m8n8g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.test-banner-modal[b-k9vd1m8n8g] {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem 2rem;
    max-width: 460px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.35s ease;
}

.test-banner-icon[b-k9vd1m8n8g] {
    font-size: 3rem;
    color: #e6a817;
    margin-bottom: 0.75rem;
}

.test-banner-modal h3[b-k9vd1m8n8g] {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.test-banner-modal p[b-k9vd1m8n8g] {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.test-banner-btn[b-k9vd1m8n8g] {
    min-width: 180px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
}

@@keyframes fadeIn {
    from[b-k9vd1m8n8g] { opacity: 0; }
    to[b-k9vd1m8n8g] { opacity: 1; }
}

@@keyframes slideUp {
    from[b-k9vd1m8n8g] {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to[b-k9vd1m8n8g] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/App.BlazorShared/Components/VerificationModal.razor.rz.scp.css */
.modal[b-3m7bs5zk7z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.modal-dialog[b-3m7bs5zk7z] {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

.modal-content[b-3m7bs5zk7z] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalSlideIn-b-3m7bs5zk7z 0.3s ease-out;
}

@keyframes modalSlideIn-b-3m7bs5zk7z {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-3m7bs5zk7z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-bottom: none;
}

.modal-header .modal-title[b-3m7bs5zk7z] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.modal-header .btn-close[b-3m7bs5zk7z] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.modal-header .btn-close:hover[b-3m7bs5zk7z] {
    opacity: 1;
}

.modal-body[b-3m7bs5zk7z] {
    padding: 2rem;
}

.verification-icon[b-3m7bs5zk7z] {
    font-size: 4rem;
    animation: pulse-b-3m7bs5zk7z 2s ease-in-out infinite;
}

@keyframes pulse-b-3m7bs5zk7z {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.letter-spacing-lg[b-3m7bs5zk7z] {
    letter-spacing: 0.5em;
    font-weight: 600;
    color: #333;
}

input[type="text"].text-center[b-3m7bs5zk7z]::placeholder {
    letter-spacing: normal;
    color: #999;
}

.form-control.text-center[b-3m7bs5zk7z] {
    border: 2px solid #0066cc;
    border-radius: 8px;
    padding: 1rem;
}

.form-control.text-center:focus[b-3m7bs5zk7z] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-primary[b-3m7bs5zk7z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-3m7bs5zk7z] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled[b-3m7bs5zk7z] {
    opacity: 0.6;
    transform: none;
}

.btn-outline-secondary[b-3m7bs5zk7z] {
    border: 2px solid #6c757d;
    color: #6c757d;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

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

.alert[b-3m7bs5zk7z] {
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.alert-success[b-3m7bs5zk7z] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger[b-3m7bs5zk7z] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.text-muted[b-3m7bs5zk7z] {
    color: #6c757d !important;
}

.fw-bold[b-3m7bs5zk7z] {
    font-weight: 700 !important;
}

.d-grid[b-3m7bs5zk7z] {
    display: grid !important;
}

.gap-2[b-3m7bs5zk7z] {
    gap: 0.5rem !important;
}

.text-center[b-3m7bs5zk7z] {
    text-align: center !important;
}

.mb-3[b-3m7bs5zk7z] {
    margin-bottom: 1rem !important;
}

.mb-4[b-3m7bs5zk7z] {
    margin-bottom: 1.5rem !important;
}
/* _content/App.BlazorShared/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard-header[b-nue6aup2jz] {
    background: linear-gradient(120deg, #fff7f0 0%, #ffe9d6 40%, #ffeaf2 100%);
    border-radius: 16px;
}

.admin-dashboard-header .card-body[b-nue6aup2jz] {
    padding: 1.5rem 2rem;
}

.role-pill[b-nue6aup2jz] {
    display: inline-block;
    padding: 0.25rem 0.8rem;
    margin-left: 0.25rem;
    border-radius: 999px;
    background: #fff;
    color: #d35400;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.admin-metrics-row .metric-card[b-nue6aup2jz] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.admin-metrics-row .metric-card[b-nue6aup2jz]::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.admin-metrics-row .metric-card:hover[b-nue6aup2jz] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.metric-icon[b-nue6aup2jz] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
}

.metric-icon i[b-nue6aup2jz] {
    font-size: 1.4rem;
}

.metric-body[b-nue6aup2jz] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.metric-label[b-nue6aup2jz] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.9;
}

.metric-value[b-nue6aup2jz] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.metric-caption[b-nue6aup2jz] {
    font-size: 0.8rem;
    opacity: 0.85;
    margin-top: 0.2rem;
}

.metric-users[b-nue6aup2jz] {
    background: linear-gradient(135deg, #3498db 0%, #4a69bd 50%, #6c5ce7 100%);
}

.metric-providers[b-nue6aup2jz] {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 40%, #d35400 100%);
}

.metric-issues[b-nue6aup2jz] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 40%, #8e44ad 100%);
}

.metric-projects[b-nue6aup2jz] {
    background: linear-gradient(135deg, #16a085 0%, #1abc9c 40%, #27ae60 100%);
}

@media (max-width: 767.98px) {
    .admin-dashboard-header .card-body[b-nue6aup2jz] {
        padding: 1.25rem 1.25rem;
    }

    .metric-value[b-nue6aup2jz] {
        font-size: 1.6rem;
    }
}
/* _content/App.BlazorShared/Pages/Customer/Invoices.razor.rz.scp.css */
.invoices-container[b-yfg85y0hns] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    animation: fadeIn-b-yfg85y0hns 0.5s ease-in;
}

@keyframes fadeIn-b-yfg85y0hns {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-header[b-yfg85y0hns] {
    margin-bottom: 2.5rem;
}

.page-header h2[b-yfg85y0hns] {
    color: #2c3e50;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h2 i[b-yfg85y0hns] {
    -webkit-text-fill-color: #667eea;
}

.subtitle[b-yfg85y0hns] {
    color: #7f8c8d;
    margin: 0;
    font-size: 1.1rem;
}

.filter-tabs[b-yfg85y0hns] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tab[b-yfg85y0hns] {
    padding: 0.75rem 1.5rem;
    border: 2px solid #e8ecef;
    border-radius: 8px;
    background: white;
    color: #7f8c8d;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab:hover[b-yfg85y0hns] {
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-2px);
}

.tab.active[b-yfg85y0hns] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.loading-state[b-yfg85y0hns],
.empty-state[b-yfg85y0hns] {
    text-align: center;
    padding: 4rem 2rem;
    color: #7f8c8d;
}

.loading-state i[b-yfg85y0hns],
.empty-state i[b-yfg85y0hns] {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
    color: #bdc3c7;
}

.empty-state h3[b-yfg85y0hns] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.invoices-grid[b-yfg85y0hns] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
}

.invoice-card[b-yfg85y0hns] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-left: 4px solid #bdc3c7;
    transition: all 0.3s ease;
}

.invoice-card:hover[b-yfg85y0hns] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.invoice-card.status-sent[b-yfg85y0hns] {
    border-left-color: #3498db;
}

.invoice-card.status-paid[b-yfg85y0hns] {
    border-left-color: #27ae60;
}

.invoice-card.status-overdue[b-yfg85y0hns] {
    border-left-color: #e74c3c;
}

.invoice-header[b-yfg85y0hns] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f3f7;
}

.invoice-number[b-yfg85y0hns] {
    display: flex;
    flex-direction: column;
}

.invoice-number .label[b-yfg85y0hns] {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.invoice-number .number[b-yfg85y0hns] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
}

.status-badge[b-yfg85y0hns] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-sent[b-yfg85y0hns] {
    background: #ebf5fb;
    color: #3498db;
}

.status-paid[b-yfg85y0hns] {
    background: #d5f4e6;
    color: #27ae60;
}

.status-overdue[b-yfg85y0hns] {
    background: #fee;
    color: #e74c3c;
}

.invoice-provider[b-yfg85y0hns] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 10px;
}

.invoice-provider i[b-yfg85y0hns] {
    color: #667eea;
    font-size: 1.5rem;
}

.invoice-provider div[b-yfg85y0hns] {
    display: flex;
    flex-direction: column;
}

.invoice-provider .label[b-yfg85y0hns] {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
}

.invoice-provider .name[b-yfg85y0hns] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.05rem;
}

.invoice-reference[b-yfg85y0hns] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.invoice-reference i[b-yfg85y0hns] {
    color: #95a5a6;
    width: 20px;
}

.invoice-amount-section[b-yfg85y0hns] {
    background: #f8f9fb;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.amount-row[b-yfg85y0hns] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #7f8c8d;
}

.amount-row.total[b-yfg85y0hns] {
    border-top: 2px solid #e8ecef;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.15rem;
}

.amount-row .value[b-yfg85y0hns] {
    color: #667eea;
    font-weight: 600;
}

.amount-row.total .value[b-yfg85y0hns] {
    font-size: 1.5rem;
}

.invoice-dates[b-yfg85y0hns] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.date-item[b-yfg85y0hns] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.date-item i[b-yfg85y0hns] {
    color: #95a5a6;
    width: 16px;
}

.date-item.overdue[b-yfg85y0hns] {
    color: #e74c3c;
    font-weight: 600;
}

.date-item.overdue i[b-yfg85y0hns] {
    color: #e74c3c;
}

.overdue-badge[b-yfg85y0hns] {
    background: #e74c3c;
    color: white;
    padding: 0.25rem 0.625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

.payment-info[b-yfg85y0hns] {
    background: #d5f4e6;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #27ae60;
    font-weight: 500;
    font-size: 0.9rem;
}

.payment-info i[b-yfg85y0hns] {
    font-size: 1.1rem;
}

.invoice-actions[b-yfg85y0hns] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn[b-yfg85y0hns] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

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

.btn-sm[b-yfg85y0hns] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn-primary[b-yfg85y0hns] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover:not(:disabled)[b-yfg85y0hns] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-yfg85y0hns] {
    background: #ecf0f1;
    color: #34495e;
}

.btn-secondary:hover:not(:disabled)[b-yfg85y0hns] {
    background: #d5dbdd;
    transform: translateY(-2px);
}

.alert[b-yfg85y0hns] {
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-weight: 500;
    animation: slideDown-b-yfg85y0hns 0.3s ease;
}

@keyframes slideDown-b-yfg85y0hns {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert i[b-yfg85y0hns] {
    font-size: 1.25rem;
}

.alert-danger[b-yfg85y0hns] {
    background: linear-gradient(135deg, #fee 0%, #fdd 100%);
    color: #c0392b;
    border: 2px solid #f5c6cb;
}

.alert-success[b-yfg85y0hns] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #c3e6cb;
}

/* Responsive */
@media (max-width: 1200px) {
    .invoices-grid[b-yfg85y0hns] {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width: 768px) {
    .invoices-container[b-yfg85y0hns] {
        padding: 1.5rem 1rem;
    }

    .page-header h2[b-yfg85y0hns] {
        font-size: 2rem;
    }

    .filter-tabs[b-yfg85y0hns] {
        flex-direction: column;
    }

    .tab[b-yfg85y0hns] {
        width: 100%;
        justify-content: center;
    }

    .invoices-grid[b-yfg85y0hns] {
        grid-template-columns: 1fr;
    }

    .invoice-actions[b-yfg85y0hns] {
        flex-direction: column;
    }

    .invoice-actions .btn[b-yfg85y0hns] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/App.BlazorShared/Pages/Customer/MyRequests.razor.rz.scp.css */
.my-requests-container[b-gwci6hydn2] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    animation: fadeIn-b-gwci6hydn2 0.5s ease-in;
}

@keyframes fadeIn-b-gwci6hydn2 {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-header[b-gwci6hydn2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.page-header h2[b-gwci6hydn2] {
    font-size: 2.25rem;
    color: #2c3e50;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-header h2 i[b-gwci6hydn2] { color: #667eea; }

.requests-grid[b-gwci6hydn2] {
    display: grid;
    gap: 2rem;
}

.request-card[b-gwci6hydn2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.request-card[b-gwci6hydn2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.request-card:hover[b-gwci6hydn2] {
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
    transform: translateY(-4px);
    border-color: #667eea20;
}

.request-card:hover[b-gwci6hydn2]::before { opacity: 1; }

.request-card.status-pending[b-gwci6hydn2] {
    border-left: 4px solid #f39c12;
}

.request-card.status-accepted[b-gwci6hydn2] {
    border-left: 4px solid #27ae60;
}

/* New: color accents for more statuses so you can see state at a glance */
.request-card.status-awaiting-payment[b-gwci6hydn2] {
    border-left: 4px solid #e67e22;
}

.request-card.status-paid[b-gwci6hydn2],
.request-card.status-in-progress[b-gwci6hydn2] {
    border-left: 4px solid #27ae60;
}

.request-card.status-completed[b-gwci6hydn2],
.request-card.status-completed-provider[b-gwci6hydn2],
.request-card.status-completedbyprovider[b-gwci6hydn2] {
    border-left: 4px solid #2ecc71;
}

.request-card.status-canceled[b-gwci6hydn2],
.request-card.status-cancelled[b-gwci6hydn2] {
    border-left: 4px solid #e74c3c;
    opacity: 0.7;
}

.request-header[b-gwci6hydn2] { margin-bottom: 1.75rem; }

.request-title[b-gwci6hydn2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.request-title h3[b-gwci6hydn2] {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    flex: 1;
}

.request-title h3 i[b-gwci6hydn2] { color: #667eea; }

.request-description[b-gwci6hydn2] {
    color: #7f8c8d;
    line-height: 1.7;
    margin: 0;
}

.status-badge[b-gwci6hydn2] {
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.status-badge.status-pending[b-gwci6hydn2] {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #d35400;
}

.status-badge.status-accepted[b-gwci6hydn2] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

.status-badge.status-awaitingpayment[b-gwci6hydn2] {
    background: linear-gradient(135deg, #ffa50015 0%, #ff8c0025 100%);
    border: 2px solid #ff8c00;
    color: #d35400;
}

.status-badge.status-paid[b-gwci6hydn2] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

.status-badge.status-inprogress[b-gwci6hydn2] {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #004085;
}

.status-badge.status-completedbyprovider[b-gwci6hydn2] {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
    color: #341f97;
}

.status-badge.status-completed[b-gwci6hydn2] {
    background: linear-gradient(135deg, #55efc4 0%, #00b894 100%);
    color: #00693e;
}

.status-badge.status-disputed[b-gwci6hydn2] {
    background: linear-gradient(135deg, #ff7675 0%, #d63031 100%);
    color: #fff;
}

.status-badge.status-cancelled[b-gwci6hydn2],
.status-badge.status-canceled[b-gwci6hydn2] {
    background: linear-gradient(135deg, #fab1a0 0%, #e17055 100%);
    color: #c0392b;
}

.request-details[b-gwci6hydn2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.detail-item[b-gwci6hydn2] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #495057;
    font-weight: 500;
}

.detail-item i[b-gwci6hydn2] { color: #667eea; }

.interest-alert[b-gwci6hydn2] {
    background: linear-gradient(135deg, #667eea15 0%, #764ba225 100%);
    border: 2px solid #667eea;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    animation: pulse-b-gwci6hydn2 2s infinite;
}

@keyframes pulse-b-gwci6hydn2 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(102, 126, 234, 0); }
}

.interest-alert i[b-gwci6hydn2] { color: #667eea; font-size: 1.5rem; }
.interest-alert strong[b-gwci6hydn2] { flex: 1; color: #2c3e50; }

.provider-accepted[b-gwci6hydn2] {
    background: linear-gradient(135deg, #27ae6015 0%, #2ecc7125 100%);
    border: 2px solid #27ae60;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.provider-accepted i[b-gwci6hydn2] { color: #27ae60; }
.provider-accepted strong[b-gwci6hydn2] { color: #27ae60; }

/* NEW: Payment Required Alert */
.payment-required-alert[b-gwci6hydn2] {
    background: linear-gradient(135deg, #f39c1215 0%, #e67e2225 100%);
    border: 2px solid #f39c12;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    animation: pulse-b-gwci6hydn2 2s infinite;
}

.payment-required-alert .alert-header[b-gwci6hydn2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-size: 1.1rem;
}

.payment-required-alert .alert-header i[b-gwci6hydn2] {
    color: #f39c12;
    font-size: 1.5rem;
}

.payment-required-alert p[b-gwci6hydn2] {
    color: #555;
    margin-bottom: 0.75rem;
}

.payment-required-alert .payment-amount[b-gwci6hydn2] {
    color: #2c3e50;
    font-size: 1.25rem;
    margin: 1rem 0;
}

.payment-required-alert .payment-note[b-gwci6hydn2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
}

.payment-required-alert .payment-note i[b-gwci6hydn2] {
    color: #27ae60;
}

.payment-required-alert .btn-lg[b-gwci6hydn2] {
    width: 100%;
    justify-content: center;
    font-size: 1.1rem;
    padding: 1rem 2rem;
}

/* NEW: Payment Completed Alert */
.payment-completed-alert[b-gwci6hydn2] {
    background: linear-gradient(135deg, #27ae6015 0%, #2ecc7125 100%);
    border: 2px solid #27ae60;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.payment-completed-alert i[b-gwci6hydn2] {
    color: #27ae60;
    font-size: 1.5rem;
}

.payment-completed-alert strong[b-gwci6hydn2] {
    color: #27ae60;
    display: block;
    margin-bottom: 0.25rem;
}

.payment-completed-alert p[b-gwci6hydn2] {
    color: #555;
    margin: 0;
}

.request-actions[b-gwci6hydn2] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 2px solid #f0f3f7;
}

.btn[b-gwci6hydn2] {
    padding: 0.875rem 1.75rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.btn-primary[b-gwci6hydn2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-secondary[b-gwci6hydn2] { background: #95a5a6; color: white; }
.btn-danger-outline[b-gwci6hydn2] {
    background: transparent;
    color: #e74c3c;
    border: 2px solid #e74c3c;
}

.btn-danger-outline:hover[b-gwci6hydn2] {
    background: #e74c3c;
    color: white;
}

.btn-success[b-gwci6hydn2] {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
}

.interests-panel[b-gwci6hydn2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.providers-list[b-gwci6hydn2] { display: grid; gap: 1.5rem; margin-bottom: 1.5rem; }

.provider-card[b-gwci6hydn2] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.provider-card[b-gwci6hydn2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.provider-card:hover[b-gwci6hydn2] {
    border-color: #667eea;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.provider-card-top[b-gwci6hydn2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.provider-details[b-gwci6hydn2] {
    display: flex;
    flex-direction: column;
}

.provider-info[b-gwci6hydn2] {
    flex: 1;
}

.provider-header[b-gwci6hydn2] {
    margin-bottom: 1rem;
}

.provider-header h5[b-gwci6hydn2] {
    font-size: 1.35rem;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.provider-rating[b-gwci6hydn2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #f39c12;
    font-weight: 600;
}

.provider-rating .rating-count[b-gwci6hydn2] {
    color: #7f8c8d;
    font-size: 0.9rem;
    font-weight: 500;
}

.provider-location[b-gwci6hydn2] {
    color: #7f8c8d;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.provider-location i[b-gwci6hydn2] {
    color: #667eea;
}

.provider-message[b-gwci6hydn2] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 1.25rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border-left: 3px solid #667eea;
}

.provider-message strong[b-gwci6hydn2] {
    color: #667eea;
    display: block;
    margin-bottom: 0.5rem;
}

.provider-message p[b-gwci6hydn2] {
    margin: 0;
    color: #495057;
    line-height: 1.6;
}

.provider-quote[b-gwci6hydn2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #27ae6015 0%, #2ecc7125 100%);
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 2px solid #27ae60;
}

.provider-quote i[b-gwci6hydn2] {
    color: #27ae60;
    font-size: 1.2rem;
}

.provider-quote strong[b-gwci6hydn2] {
    color: #27ae60;
    font-size: 1.25rem;
}

.interest-time[b-gwci6hydn2] {
    color: #95a5a6;
    font-size: 0.875rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.interest-time i[b-gwci6hydn2] {
    color: #bdc3c7;
}

.provider-actions[b-gwci6hydn2] {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.accepted-badge[b-gwci6hydn2] {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.loading-state[b-gwci6hydn2], .empty-state[b-gwci6hydn2] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.empty-state i[b-gwci6hydn2] { font-size: 4rem; color: #bdc3c7; margin-bottom: 1.5rem; }
.empty-state h3[b-gwci6hydn2] { font-size: 1.75rem; color: #2c3e50; margin-bottom: 0.75rem; }
.empty-state p[b-gwci6hydn2] { color: #7f8c8d; margin-bottom: 2rem; }

@media (max-width: 768px) {
    .page-header[b-gwci6hydn2] { flex-direction: column; align-items: stretch; }
    .request-card[b-gwci6hydn2] { padding: 1.5rem; }
    .request-title[b-gwci6hydn2] { flex-direction: column; }
    .provider-card-top[b-gwci6hydn2] { flex-direction: column; }
    .provider-actions[b-gwci6hydn2] { width: 100%; }
    .provider-actions .btn[b-gwci6hydn2] { width: 100%; justify-content: center; }
    .accepted-badge[b-gwci6hydn2] { width: fit-content; }
    .btn[b-gwci6hydn2] { width: 100%; justify-content: center; }
}
/* _content/App.BlazorShared/Pages/Customer/RequestService.razor.rz.scp.css */
.request-service-container[b-rr1x54rr4n] {
    max-width: 920px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    animation: fadeIn-b-rr1x54rr4n 0.5s ease-in;
}

@keyframes fadeIn-b-rr1x54rr4n {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-header[b-rr1x54rr4n] {
    text-align: center;
    margin-bottom: 3rem;
}

.page-header h2[b-rr1x54rr4n] {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-header h2 i[b-rr1x54rr4n] {
    -webkit-text-fill-color: #667eea;
    margin-right: 0.75rem;
}

.subtitle[b-rr1x54rr4n] {
    color: #7f8c8d;
    font-size: 1.2rem;
    font-weight: 400;
}

.request-form-card[b-rr1x54rr4n] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    margin-bottom: 2.5rem;
    border: 1px solid #f0f3f7;
}

.form-section[b-rr1x54rr4n] {
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.form-section:last-of-type[b-rr1x54rr4n] {
    margin-bottom: 0;
}

.section-label[b-rr1x54rr4n] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    display: block;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #f0f3f7;
}

.form-label[b-rr1x54rr4n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 0.875rem;
    font-size: 1rem;
}

.form-label i.fa-info-circle[b-rr1x54rr4n] {
    color: #3498db;
    cursor: help;
    transition: transform 0.2s;
}

.form-label i.fa-info-circle:hover[b-rr1x54rr4n] {
    transform: scale(1.3);
}

.required[b-rr1x54rr4n] {
    color: #e74c3c;
    font-weight: 700;
}

.optional[b-rr1x54rr4n] {
    color: #95a5a6;
    font-weight: 400;
    font-size: 0.875rem;
}

/* Service Type Cards */
.service-type-selection[b-rr1x54rr4n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.service-type-option[b-rr1x54rr4n] {
    display: block;
    position: relative;
    cursor: pointer;
    border: 3px solid #e8ecef;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
}

.service-type-option:hover[b-rr1x54rr4n] {
    border-color: #667eea;
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(102, 126, 234, 0.2);
}

.service-type-option.active[b-rr1x54rr4n] {
    border-color: #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    box-shadow: 0 12px 28px rgba(102, 126, 234, 0.25);
}

.service-type-option input[type="radio"][b-rr1x54rr4n] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 24px;
    height: 24px;
    cursor: pointer;
    accent-color: #667eea;
}

.option-content[b-rr1x54rr4n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.875rem;
}

.option-content i[b-rr1x54rr4n] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 0.625rem;
}

.option-title[b-rr1x54rr4n] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.125rem;
}

.option-desc[b-rr1x54rr4n] {
    color: #7f8c8d;
    font-size: 0.9375rem;
}

/* Form Controls */
.form-control[b-rr1x54rr4n] {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid #e8ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: white;
    position: relative;
    z-index: 1;
}

.form-control:focus[b-rr1x54rr4n] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 5px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
    z-index: 10;
}

.form-control:disabled[b-rr1x54rr4n] {
    background: #f5f7f9;
    cursor: not-allowed;
    opacity: 0.7;
}

select.form-control[b-rr1x54rr4n] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%23667eea' d='M7 10L2 5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    padding-right: 3rem;
    background-color: white;
}

select.form-control:hover[b-rr1x54rr4n] {
    border-color: #667eea;
}

select.form-control:focus[b-rr1x54rr4n] {
    z-index: 100;
}

select.form-control.country-select[b-rr1x54rr4n] {
    font-weight: 500;
}

select.form-control.category-select option[b-rr1x54rr4n] {
    padding: 0.75rem;
}

select.form-control.category-select option:disabled[b-rr1x54rr4n] {
    color: #667eea;
    font-weight: 600;
    background: #f8f9fb;
}

textarea.form-control[b-rr1x54rr4n] {
    resize: vertical;
    min-height: 150px;
    line-height: 1.7;
}

.form-help[b-rr1x54rr4n] {
    display: block;
    margin-top: 0.75rem;
    color: #7f8c8d;
    font-size: 0.9375rem;
}

.form-help i[b-rr1x54rr4n] {
    margin-right: 0.5rem;
    color: #95a5a6;
}

.form-help.success-text[b-rr1x54rr4n] {
    color: #27ae60;
    font-weight: 600;
}

.form-help.success-text i[b-rr1x54rr4n] {
    color: #27ae60;
}

.char-count[b-rr1x54rr4n] {
    text-align: right;
    font-size: 0.875rem;
    color: #95a5a6;
}

/* Location Grid */
.location-grid[b-rr1x54rr4n] {
    display: grid;
    grid-template-columns: 240px 1fr 1fr;
    gap: 1.125rem;
}

.city-input-wrapper[b-rr1x54rr4n] {
    position: relative;
}

/* Budget Section */
.budget-grid[b-rr1x54rr4n] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: end;
}

.budget-input[b-rr1x54rr4n] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.budget-input label[b-rr1x54rr4n] {
    font-size: 0.9375rem;
    color: #7f8c8d;
    font-weight: 500;
}

.currency-input-wrapper[b-rr1x54rr4n] {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol[b-rr1x54rr4n] {
    position: absolute;
    left: 1.25rem;
    font-weight: 700;
    color: #27ae60;
    font-size: 1.25rem;
    z-index: 1;
    pointer-events: none;
}

.form-control.with-currency[b-rr1x54rr4n] {
    padding-left: 3.5rem;
}

.currency-display[b-rr1x54rr4n] {
    color: #27ae60 !important;
    font-weight: 600;
    margin-top: 1rem !important;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
}

.budget-separator[b-rr1x54rr4n] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
}

/* Timing Grid */
.timing-grid[b-rr1x54rr4n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.125rem;
}

/* Actions */
.form-actions[b-rr1x54rr4n] {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 3px solid #f0f3f7;
}

.btn[b-rr1x54rr4n] {
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: inherit;
}

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

.btn-secondary[b-rr1x54rr4n] {
    background: #ecf0f1;
    color: #34495e;
    border: 2px solid transparent;
}

.btn-secondary:hover:not(:disabled)[b-rr1x54rr4n] {
    background: #d5dbdd;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.btn-primary[b-rr1x54rr4n] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: 2px solid transparent;
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.35);
}

.btn-primary:hover:not(:disabled)[b-rr1x54rr4n] {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.45);
}

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

/* Alerts */
.alert[b-rr1x54rr4n] {
    padding: 1.25rem 1.75rem;
    border-radius: 12px;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    animation: slideDown-b-rr1x54rr4n 0.3s ease;
}

@keyframes slideDown-b-rr1x54rr4n {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert i[b-rr1x54rr4n] {
    font-size: 1.375rem;
}

.alert-danger[b-rr1x54rr4n] {
    background: linear-gradient(135deg, #fee 0%, #fdd 100%);
    color: #c0392b;
    border: 2px solid #f5c6cb;
}

.alert-success[b-rr1x54rr4n] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #c3e6cb;
}

/* Info Card */
.info-card[b-rr1x54rr4n] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.3);
    animation: fadeIn-b-rr1x54rr4n 0.5s ease 0.2s both;
}

.info-card h4[b-rr1x54rr4n] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.375rem;
}

.info-card ul[b-rr1x54rr4n] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-card li[b-rr1x54rr4n] {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.info-card li:last-child[b-rr1x54rr4n] {
    border-bottom: none;
}

.info-card li i[b-rr1x54rr4n] {
    width: 32px;
    text-align: center;
    opacity: 0.95;
    font-size: 1.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .request-service-container[b-rr1x54rr4n] {
        padding: 1.5rem 1rem;
    }

    .page-header[b-rr1x54rr4n] {
        margin-bottom: 2rem;
    }

    .page-header h2[b-rr1x54rr4n] {
        font-size: 2rem;
    }

    .request-form-card[b-rr1x54rr4n] {
        padding: 2rem;
        border-radius: 16px;
    }

    .service-type-selection[b-rr1x54rr4n] {
        grid-template-columns: 1fr;
    }

    .location-grid[b-rr1x54rr4n] {
        grid-template-columns: 1fr;
    }

    .budget-grid[b-rr1x54rr4n] {
        grid-template-columns: 1fr;
    }

    .budget-separator[b-rr1x54rr4n] {
        display: none;
    }

    .timing-grid[b-rr1x54rr4n] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-rr1x54rr4n] {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .btn[b-rr1x54rr4n] {
        width: 100%;
        justify-content: center;
    }

    .currency-symbol[b-rr1x54rr4n] {
        left: 1rem;
        font-size: 1.125rem;
    }

    .form-control.with-currency[b-rr1x54rr4n] {
        padding-left: 3rem;
    }
}
/* _content/App.BlazorShared/Pages/Profile.razor.rz.scp.css */
.profile-container[b-duk2l3ncu5] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.profile-header[b-duk2l3ncu5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem !important;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0, 102, 204, 0.12);
    border: 2px solid #e3f2fd;
    position: relative;
    overflow: hidden;
}

.profile-header[b-duk2l3ncu5]::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 102, 204, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.profile-info[b-duk2l3ncu5] {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
}

.profile-header > .btn[b-duk2l3ncu5] {
    position: relative;
    z-index: 1;
}

.profile-photo-container[b-duk2l3ncu5] {
    flex-shrink: 0;
}

.profile-details[b-duk2l3ncu5] {
    flex: 1;
    min-width: 0;
}

.profile-details h2[b-duk2l3ncu5] {
    margin: 0 0 0.75rem 0;
    font-size: 2.25rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
}

.profile-details p[b-duk2l3ncu5] {
    margin: 0;
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 400;
}

.profile-photo-container[b-duk2l3ncu5] {
    position: relative;
    z-index: 1;
}

.profile-photo[b-duk2l3ncu5] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #0066cc;
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.3);
    transition: all 0.3s ease;
}

.profile-photo:hover[b-duk2l3ncu5] {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 102, 204, 0.4);
}

.profile-initials[b-duk2l3ncu5] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.75rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
    border: 4px solid white;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
}

.profile-initials:hover[b-duk2l3ncu5] {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}

.profile-placeholder[b-duk2l3ncu5] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: #6c757d;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
}

.profile-details h2[b-duk2l3ncu5] {
    margin: 0 0 0.5rem 0;
    font-size: 1.75rem;
}

.profile-sections[b-duk2l3ncu5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.profile-section[b-duk2l3ncu5] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.profile-section:hover[b-duk2l3ncu5] {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.section-header[b-duk2l3ncu5] {
    padding: 1.75rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6;
}

.section-header h4[b-duk2l3ncu5] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #212529;
    display: flex;
    align-items: center;
}

.section-header h4 i[b-duk2l3ncu5] {
    color: #0066cc;
    font-size: 1.5rem;
}

.section-body[b-duk2l3ncu5] {
    padding: 1.5rem;
}

.info-grid[b-duk2l3ncu5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.info-item[b-duk2l3ncu5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-item.full-width[b-duk2l3ncu5] {
    grid-column: 1 / -1;
}

.info-item label[b-duk2l3ncu5] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item span[b-duk2l3ncu5] {
    font-size: 1rem;
    color: #212529;
}

/* New Attractive Card-Based Layout */
.info-cards-grid[b-duk2l3ncu5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.info-card[b-duk2l3ncu5] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-card:hover[b-duk2l3ncu5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.15);
    border-color: #0066cc;
}

.info-card-full[b-duk2l3ncu5] {
    grid-column: 1 / -1;
}

.info-card-icon[b-duk2l3ncu5] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
}

.info-card-content[b-duk2l3ncu5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.info-card-content label[b-duk2l3ncu5] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
}

.info-card-content span[b-duk2l3ncu5] {
    font-size: 1.1rem;
    color: #212529;
    font-weight: 500;
    line-height: 1.5;
}

.phone-display[b-duk2l3ncu5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phone-flag[b-duk2l3ncu5] {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    object-fit: cover;
    flex-shrink: 0;
}

.address-lines[b-duk2l3ncu5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.address-lines div[b-duk2l3ncu5] {
    color: #495057;
    font-size: 1rem;
}

.text-muted[b-duk2l3ncu5] {
    color: #adb5bd !important;
    font-style: italic;
}

.loading-skeleton[b-duk2l3ncu5] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.skeleton-header[b-duk2l3ncu5] {
    height: 150px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-duk2l3ncu5 1.5s infinite;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.skeleton-body[b-duk2l3ncu5] {
    height: 400px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-duk2l3ncu5 1.5s infinite;
    border-radius: 12px;
}

@keyframes shimmer-b-duk2l3ncu5 {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@media (max-width: 768px) {
    .profile-header[b-duk2l3ncu5] {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
        padding: 2rem 1.5rem;
    }

    .profile-info[b-duk2l3ncu5] {
        flex-direction: column;
    }

    .info-grid[b-duk2l3ncu5] {
        grid-template-columns: 1fr;
    }

    .info-cards-grid[b-duk2l3ncu5] {
        grid-template-columns: 1fr;
    }

    .info-card[b-duk2l3ncu5] {
        padding: 1.25rem;
    }

    .info-card-icon[b-duk2l3ncu5] {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.25rem;
    }

    .profile-photo[b-duk2l3ncu5],
    .profile-initials[b-duk2l3ncu5],
    .profile-placeholder[b-duk2l3ncu5] {
        width: 100px;
        height: 100px;
    }

    .profile-initials[b-duk2l3ncu5] {
        font-size: 2.5rem;
    }
}

.phone-input-group[b-duk2l3ncu5] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    width: 100%;
}

.country-code-wrapper[b-duk2l3ncu5] {
    position: relative;
    flex: 0 0 160px;
    min-width: 160px;
    z-index: 2;
}

.country-code-select[b-duk2l3ncu5] {
    width: 100%;
    padding-left: 2.25rem;
    position: relative;
    z-index: 2;
}

.phone-number-input[b-duk2l3ncu5] {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    position: relative;
    z-index: 1;
    margin-left: 0 !important;
}

.country-flag[b-duk2l3ncu5] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 14px;
    object-fit: cover;
    pointer-events: none;
    z-index: 3;
}

/* _content/App.BlazorShared/Pages/Provider/Invoices.razor.rz.scp.css */
.invoices-container[b-8n79oi804u] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    animation: fadeIn-b-8n79oi804u 0.5s ease-in;
}

@keyframes fadeIn-b-8n79oi804u {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-header[b-8n79oi804u] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.page-header h2[b-8n79oi804u] {
    color: #2c3e50;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h2 i[b-8n79oi804u] {
    -webkit-text-fill-color: #667eea;
}

.subtitle[b-8n79oi804u] {
    color: #7f8c8d;
    margin: 0;
    font-size: 1.1rem;
}

.filter-tabs[b-8n79oi804u] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tab[b-8n79oi804u] {
    padding: 0.75rem 1.5rem;
    border: 2px solid #e8ecef;
    border-radius: 8px;
    background: white;
    color: #7f8c8d;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tab:hover[b-8n79oi804u] {
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-2px);
}

.tab.active[b-8n79oi804u] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.loading-state[b-8n79oi804u],
.empty-state[b-8n79oi804u] {
    text-align: center;
    padding: 4rem 2rem;
    color: #7f8c8d;
}

.loading-state i[b-8n79oi804u],
.empty-state i[b-8n79oi804u] {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
    color: #bdc3c7;
}

.empty-state h3[b-8n79oi804u] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.empty-state p[b-8n79oi804u] {
    margin-bottom: 1.5rem;
}

.invoices-grid[b-8n79oi804u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
}

.invoice-card[b-8n79oi804u] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-left: 4px solid #bdc3c7;
    transition: all 0.3s ease;
}

.invoice-card:hover[b-8n79oi804u] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.invoice-card.status-draft[b-8n79oi804u] {
    border-left-color: #95a5a6;
}

.invoice-card.status-sent[b-8n79oi804u] {
    border-left-color: #3498db;
}

.invoice-card.status-paid[b-8n79oi804u] {
    border-left-color: #27ae60;
}

.invoice-card.status-overdue[b-8n79oi804u] {
    border-left-color: #e74c3c;
}

.invoice-header[b-8n79oi804u] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f3f7;
}

.invoice-number[b-8n79oi804u] {
    display: flex;
    flex-direction: column;
}

.invoice-number .label[b-8n79oi804u] {
    font-size: 0.75rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.invoice-number .number[b-8n79oi804u] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
}

.status-badge[b-8n79oi804u] {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-draft[b-8n79oi804u] {
    background: #ecf0f1;
    color: #7f8c8d;
}

.status-sent[b-8n79oi804u] {
    background: #ebf5fb;
    color: #3498db;
}

.status-paid[b-8n79oi804u] {
    background: #d5f4e6;
    color: #27ae60;
}

.status-overdue[b-8n79oi804u] {
    background: #fee;
    color: #e74c3c;
}

.status-cancelled[b-8n79oi804u] {
    background: #f5f5f5;
    color: #95a5a6;
}

.invoice-customer[b-8n79oi804u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #34495e;
    font-weight: 500;
}

.invoice-customer i[b-8n79oi804u] {
    color: #667eea;
    width: 20px;
}

.invoice-reference[b-8n79oi804u] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.invoice-reference i[b-8n79oi804u] {
    color: #95a5a6;
    width: 20px;
}

.invoice-amount[b-8n79oi804u] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoice-amount .label[b-8n79oi804u] {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.invoice-amount .amount[b-8n79oi804u] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #667eea;
}

.invoice-dates[b-8n79oi804u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.date-item[b-8n79oi804u] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.date-item i[b-8n79oi804u] {
    color: #95a5a6;
    width: 16px;
}

.date-item.overdue[b-8n79oi804u] {
    color: #e74c3c;
}

.date-item.overdue i[b-8n79oi804u] {
    color: #e74c3c;
}

.payment-info[b-8n79oi804u] {
    background: #d5f4e6;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #27ae60;
    font-weight: 500;
    font-size: 0.9rem;
}

.payment-info i[b-8n79oi804u] {
    font-size: 1.1rem;
}

.invoice-actions[b-8n79oi804u] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn[b-8n79oi804u] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}

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

.btn-sm[b-8n79oi804u] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn-primary[b-8n79oi804u] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover:not(:disabled)[b-8n79oi804u] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-8n79oi804u] {
    background: #ecf0f1;
    color: #34495e;
}

.btn-secondary:hover:not(:disabled)[b-8n79oi804u] {
    background: #d5dbdd;
    transform: translateY(-2px);
}

.btn-danger-outline[b-8n79oi804u] {
    background: transparent;
    color: #e74c3c;
    border: 2px solid #e74c3c;
}

.btn-danger-outline:hover:not(:disabled)[b-8n79oi804u] {
    background: #e74c3c;
    color: white;
}

.alert[b-8n79oi804u] {
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    font-weight: 500;
    animation: slideDown-b-8n79oi804u 0.3s ease;
}

@keyframes slideDown-b-8n79oi804u {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.alert i[b-8n79oi804u] {
    font-size: 1.25rem;
}

.alert-danger[b-8n79oi804u] {
    background: linear-gradient(135deg, #fee 0%, #fdd 100%);
    color: #c0392b;
    border: 2px solid #f5c6cb;
}

.alert-success[b-8n79oi804u] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 2px solid #c3e6cb;
}

/* Responsive */
@media (max-width: 1200px) {
    .invoices-grid[b-8n79oi804u] {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width: 768px) {
    .invoices-container[b-8n79oi804u] {
        padding: 1.5rem 1rem;
    }

    .page-header[b-8n79oi804u] {
        flex-direction: column;
        gap: 1rem;
    }

    .page-header h2[b-8n79oi804u] {
        font-size: 2rem;
    }

    .page-header .btn[b-8n79oi804u] {
        width: 100%;
        justify-content: center;
    }

    .filter-tabs[b-8n79oi804u] {
        flex-direction: column;
    }

    .tab[b-8n79oi804u] {
        width: 100%;
        justify-content: center;
    }

    .invoices-grid[b-8n79oi804u] {
        grid-template-columns: 1fr;
    }

    .invoice-actions[b-8n79oi804u] {
        flex-direction: column;
    }

    .invoice-actions .btn[b-8n79oi804u] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/App.BlazorShared/Pages/Provider/Onboarding.razor.rz.scp.css */
.country-dropdown[b-1tqt16f8j5] {
    position: relative;
    width: 100%;
}

.country-dropdown-toggle[b-1tqt16f8j5] {
    width: 100%;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: left;
}

.country-dropdown-selected[b-1tqt16f8j5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-dropdown-menu[b-1tqt16f8j5] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 99999;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.country-dropdown-item[b-1tqt16f8j5] {
    width: 100%;
    display: block;
    border: none;
    background: #fff;
    color: #212529;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
}

    .country-dropdown-item:hover[b-1tqt16f8j5] {
        background: #f3f4f6;
    }

.country-dropdown-item-left[b-1tqt16f8j5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag-img[b-1tqt16f8j5] {
    width: 18px;
    height: 13px;
    object-fit: cover;
    flex-shrink: 0;
}

.dropdown-arrow[b-1tqt16f8j5] {
    margin-left: auto;
}

.dropdown-arrow[b-1tqt16f8j5] {
    margin-left: auto;
}



.selected-categories-card[b-1tqt16f8j5] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-md);
}

    .selected-categories-card h4[b-1tqt16f8j5] {
        margin: 0 0 1rem 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: white;
    }

.selected-categories-list[b-1tqt16f8j5] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.selected-group[b-1tqt16f8j5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    backdrop-filter: blur(10px);
}

    .selected-group strong[b-1tqt16f8j5] {
        font-size: 0.95rem;
        display: block;
        margin-bottom: 0.25rem;
        color: white;
    }

.selected-items[b-1tqt16f8j5] {
    font-size: 0.9rem;
    opacity: 0.95;
    line-height: 1.5;
    color: white;
}

.categories-grouped[b-1tqt16f8j5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    background: var(--warm-beige);
    border-radius: var(--radius-md);
    max-height: 500px;
    overflow-y: auto;
}

.category-group[b-1tqt16f8j5] {
    background: var(--surface);
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    transition: all 0.3s ease;
}

    .category-group:hover[b-1tqt16f8j5] {
        border-color: var(--primary-light);
        box-shadow: var(--shadow-sm);
    }

.category-group-header[b-1tqt16f8j5] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid var(--warm-sand);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.category-icon[b-1tqt16f8j5] {
    font-size: 1.5rem;
}

.category-group-header small[b-1tqt16f8j5] {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 0.875rem;
    margin-left: auto;
}

.category-group-items[b-1tqt16f8j5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
    padding-top: 0.75rem;
}

.checkbox-label[b-1tqt16f8j5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    background: var(--background);
}

    .checkbox-label:hover[b-1tqt16f8j5] {
        background: var(--warm-beige);
        border-color: var(--primary-light);
    }

    .checkbox-label input[type="checkbox"][b-1tqt16f8j5] {
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: var(--primary);
    }

        .checkbox-label input[type="checkbox"]:checked + span[b-1tqt16f8j5] {
            color: var(--primary);
            font-weight: 500;
        }

.coords-input[b-1tqt16f8j5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
}

    .coords-input input[b-1tqt16f8j5] {
        width: 100%;
    }

.phone-input-group[b-1tqt16f8j5] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: var(--spacing-md);
}

.phone-country-code-button[b-1tqt16f8j5] {
    padding: 0.875rem 1rem;
    font-size: 1rem;
}

.phone-number-input[b-1tqt16f8j5] {
    width: 100%;
}

.text-muted[b-1tqt16f8j5] {
    color: var(--text-muted);
    font-size: 0.875rem;
}

    .text-muted a[b-1tqt16f8j5] {
        color: var(--primary);
        text-decoration: underline;
    }

        .text-muted a:hover[b-1tqt16f8j5] {
            color: var(--primary-dark);
        }

.container h2[b-1tqt16f8j5] {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: var(--spacing-xl);
    border-bottom: 3px solid var(--warm-sand);
    padding-bottom: var(--spacing-md);
}

.form-group label[b-1tqt16f8j5] {
    color: var(--text-primary);
    font-weight: 600;
}

/* Scrollbar styling for categories */
.categories-grouped[b-1tqt16f8j5]::-webkit-scrollbar {
    width: 8px;
}

.categories-grouped[b-1tqt16f8j5]::-webkit-scrollbar-track {
    background: var(--background);
    border-radius: 4px;
}

.categories-grouped[b-1tqt16f8j5]::-webkit-scrollbar-thumb {
    background: var(--primary-light);
    border-radius: 4px;
}

    .categories-grouped[b-1tqt16f8j5]::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

.required-asterisk[b-1tqt16f8j5] {
    color: #dc3545 !important;
    font-weight: 700 !important;
    content: "*";
    
}
.custom-phone-code-select[b-1tqt16f8j5] {
    position: relative;
}

.phone-country-code-button[b-1tqt16f8j5] {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-code-dropdown-list[b-1tqt16f8j5] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 99999;
    width: 280px;
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.phone-code-dropdown-item[b-1tqt16f8j5] {
    width: 100%;
    display: block;
    border: none;
    background: #fff;
    color: #212529;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
}

    .phone-code-dropdown-item:hover[b-1tqt16f8j5] {
        background: #f3f4f6;
    }
/* _content/App.BlazorShared/Pages/Provider/ServiceRequestsFeed.razor.rz.scp.css */
.service-requests-container[b-49hkspnssk] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-49hkspnssk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.page-header h2[b-49hkspnssk] {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h2 i[b-49hkspnssk] {
    color: var(--primary);
}

.subtitle[b-49hkspnssk] {
    color: #7f8c8d;
    margin: 0;
}

.filter-bar[b-49hkspnssk] {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.filter-item label[b-49hkspnssk] {
    display: block;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.filter-item label i[b-49hkspnssk] {
    margin-right: 0.5rem;
    color: var(--primary);
}

.form-control[b-49hkspnssk] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-49hkspnssk] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.loading-state[b-49hkspnssk],
.empty-state[b-49hkspnssk] {
    text-align: center;
    padding: 4rem 2rem;
    color: #7f8c8d;
}

.loading-state i[b-49hkspnssk],
.empty-state i[b-49hkspnssk] {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
    color: #bdc3c7;
}

.empty-state h3[b-49hkspnssk] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.requests-grid[b-49hkspnssk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.5rem;
}

.request-card[b-49hkspnssk] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.request-card:hover[b-49hkspnssk] {
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
    transform: translateY(-4px);
}

.request-card.already-interested[b-49hkspnssk] {
    border-color: #95a5a6;
    opacity: 0.85;
}

.request-badge-container[b-49hkspnssk] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.badge[b-49hkspnssk] {
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.badge-custom[b-49hkspnssk] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.badge-expressed[b-49hkspnssk] {
    background: #95a5a6;
    color: white;
}

.request-header h3[b-49hkspnssk] {
    color: #2c3e50;
    font-size: 1.3rem;
    margin: 0 0 0.75rem 0;
}

.request-description[b-49hkspnssk] {
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.request-meta[b-49hkspnssk] {
    border-top: 1px solid #ecf0f1;
    padding-top: 1rem;
    margin-top: auto;
}

.meta-row[b-49hkspnssk] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.meta-row:last-child[b-49hkspnssk] {
    margin-bottom: 0;
}

.meta-item[b-49hkspnssk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.meta-item i[b-49hkspnssk] {
    color: var(--primary);
    width: 18px;
    text-align: center;
}

.meta-item.budget[b-49hkspnssk] {
    color: #27ae60;
    font-weight: 600;
}

.meta-item.budget i[b-49hkspnssk] {
    color: #27ae60;
}

.meta-row.time-posted[b-49hkspnssk] {
    padding-top: 0.75rem;
    border-top: 1px solid #f5f5f5;
    margin-top: 0.75rem;
}

.request-actions[b-49hkspnssk] {
    margin-top: 1rem;
}

.already-expressed-notice[b-49hkspnssk] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #ecf0f1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7f8c8d;
    font-weight: 500;
}

.already-expressed-notice i[b-49hkspnssk] {
    color: #95a5a6;
}

.btn[b-49hkspnssk] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}

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

.btn-primary[b-49hkspnssk] {
    background: linear-gradient(135deg, var(--primary) 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-49hkspnssk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-secondary[b-49hkspnssk] {
    background: #ecf0f1;
    color: #34495e;
}

.btn-secondary:hover[b-49hkspnssk] {
    background: #d5dbdd;
}

/* Modal Styles (use custom class name to avoid Bootstrap .modal-backdrop = display:none) */
.sr-modal-backdrop[b-49hkspnssk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex !important; /* ensure not hidden by global styles */
    align-items: center;
    justify-content: center;
    z-index: 9999; /* sit above nav/header and other overlays */
    padding: 1rem;
}

.modal-dialog[b-49hkspnssk] {
    position: relative;
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10000;
}

.modal-header[b-49hkspnssk] {
    padding: 1.5rem;
    border-bottom: 1px solid #ecf0f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-49hkspnssk] {
    margin: 0;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.close-btn[b-49hkspnssk] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #95a5a6;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s;
}

.close-btn:hover[b-49hkspnssk] {
    color: #e74c3c;
}

.modal-body[b-49hkspnssk] {
    padding: 1.5rem;
}

.request-summary[b-49hkspnssk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.request-summary h4[b-49hkspnssk] {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
}

.request-summary p[b-49hkspnssk] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

.form-group[b-49hkspnssk] {
    margin-bottom: 1.5rem;
}

.form-label[b-49hkspnssk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 0.5rem;
}

.optional[b-49hkspnssk] {
    color: #95a5a6;
    font-weight: normal;
    font-size: 0.85rem;
}

textarea.form-control[b-49hkspnssk] {
    resize: vertical;
    min-height: 100px;
}

.form-help[b-49hkspnssk] {
    display: block;
    margin-top: 0.5rem;
    color: #7f8c8d;
    font-size: 0.85rem;
}

.form-help i[b-49hkspnssk] {
    margin-right: 0.25rem;
}

.quote-input[b-49hkspnssk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quote-input .currency[b-49hkspnssk] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #27ae60;
}

.quote-input .form-control[b-49hkspnssk] {
    flex: 1;
}

.modal-footer[b-49hkspnssk] {
    padding: 1.5rem;
    border-top: 1px solid #ecf0f1;
    display: flex;
    gap: 1rem;
}

.modal-footer .btn[b-49hkspnssk] {
    flex: 1;
}

.alert[b-49hkspnssk] {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert i[b-49hkspnssk] {
    font-size: 1.2rem;
}

.alert-danger[b-49hkspnssk] {
    background: #fee;
    color: #c0392b;
    border: 1px solid #f5c6cb;
}

.alert-success[b-49hkspnssk] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Responsive */
@media (max-width: 1200px) {
    .requests-grid[b-49hkspnssk] {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
}

@media (max-width: 768px) {
    .service-requests-container[b-49hkspnssk] {
        padding: 1rem 0.5rem;
    }

    .page-header[b-49hkspnssk] {
        flex-direction: column;
        gap: 1rem;
    }

    .page-header h2[b-49hkspnssk] {
        font-size: 1.5rem;
    }

    .filter-bar[b-49hkspnssk] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .requests-grid[b-49hkspnssk] {
        grid-template-columns: 1fr;
    }

    .modal-dialog[b-49hkspnssk] {
        margin: 0;
        max-height: 100vh;
        border-radius: 0;
    }
}
/* _content/App.BlazorShared/Pages/Settings.razor.rz.scp.css */
/* Settings Page - Modern & Professional */

/* Main Container */
.container[b-kp75g9yma7] {
    max-width: 900px;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/* Page Title */
h2[b-kp75g9yma7] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

/* Section Spacing */
section[b-kp75g9yma7] {
    margin-bottom: 2rem;
}

/* Section Headers */
h3[b-kp75g9yma7] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

h3 i[b-kp75g9yma7] {
    font-size: 1.25rem;
    color: #3b82f6;
    margin-right: 0.5rem;
}

/* Card Styling */
.card[b-kp75g9yma7] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
}

.card:hover[b-kp75g9yma7] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

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

/* Profile Photo Section */
.settings-profile-photo img[b-kp75g9yma7],
.settings-profile-photo > div[b-kp75g9yma7] {
    border: 3px solid #e5e7eb;
    transition: border-color 0.2s ease;
}

.settings-profile-photo:hover img[b-kp75g9yma7],
.settings-profile-photo:hover > div[b-kp75g9yma7] {
    border-color: #3b82f6;
}

/* Profile Information Display */
.fw-semibold[b-kp75g9yma7] {
    font-size: 1.125rem;
    color: #1a1a1a;
    font-weight: 600;
}

.text-muted[b-kp75g9yma7] {
    color: #6b7280 !important;
}

/* Info Rows */
.row strong[b-kp75g9yma7] {
    color: #374151;
    font-weight: 600;
}

/* Buttons */
.btn-outline-primary[b-kp75g9yma7] {
    border-width: 2px;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-outline-primary:hover[b-kp75g9yma7] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.2);
}

.btn-outline-secondary[b-kp75g9yma7] {
    border-radius: 6px;
    font-size: 0.875rem;
}

/* Loading Spinner */
.spinner-border[b-kp75g9yma7] {
    width: 2rem;
    height: 2rem;
    border-width: 3px;
    color: #3b82f6;
}

/* Alert Styling */
.alert[b-kp75g9yma7] {
    border-radius: 10px;
    border: none;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
}

.alert-danger[b-kp75g9yma7] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
}

.alert-warning[b-kp75g9yma7] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
}

/* Section Description Text */
.text-muted.mb-3[b-kp75g9yma7] {
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-kp75g9yma7] {
        padding-top: 1.5rem;
    }

    h2[b-kp75g9yma7] {
        font-size: 1.75rem;
    }

    .card-body[b-kp75g9yma7] {
        padding: 1.25rem;
    }

    .row.g-2[b-kp75g9yma7] {
        font-size: 0.875rem;
    }

    .fw-semibold[b-kp75g9yma7] {
        font-size: 1rem;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    h2[b-kp75g9yma7] {
        color: #f9fafb;
    }

    h3[b-kp75g9yma7] {
        color: #e5e7eb;
    }

    .card[b-kp75g9yma7] {
        background: #1f2937;
        border-color: #374151;
    }

    .fw-semibold[b-kp75g9yma7] {
        color: #f9fafb;
    }

    .text-muted[b-kp75g9yma7] {
        color: #9ca3af !important;
    }

    .row strong[b-kp75g9yma7] {
        color: #d1d5db;
    }
}
