@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/BlazorStrap.V5/BlazorStrap.V5.soy3cwhzex.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';
@import '_content/UcpmComponentLibraryEx/UcpmComponentLibraryEx.ftv56eftzr.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* Auth Layout - Bootstrap-based with Theme Background */

.auth-layout[b-w1qgp1ig4f] {
    background: linear-gradient(to bottom right, #0f172a, #1e293b, #0f172a);
}


/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
.dashboard-layout[b-6pnziuubaj] {
    min-height: 100vh;
    background-color: #f8f9fa;
}
/* /Components/Layout/InsuredPresentationLayout.razor.rz.scp.css */
.presentation-layout[b-8h3rh5uy1h] {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.mountain-background[b-8h3rh5uy1h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #a8c4d8 0%, /* Lighter, more subtle blue at top */
    #b8d4e8 20%, /* Very light blue */
    #c8e4f8 40%, /* Almost white blue */
    #d8f4ff 60%, /* Very pale blue transitioning */
    #e8f8ff 70%, /* Near white */
    #f0f8f0 80%, /* Very light green tint */
    #f8f8f8 90%, /* Almost white */
    #ffffff 100% /* White at bottom for content readability */
    );
    z-index: -2;
}

    /* Remove the mountain overlay to keep background subtle */
    .mountain-background[b-8h3rh5uy1h]::after {
        display: none;
    }

.presentation-header[b-8h3rh5uy1h] {
    position: relative;
    z-index: 10;
    padding: 15px 0 15px 0;
    background: rgba(168, 196, 216, 0.3); /* Very light blue tint */
    backdrop-filter: blur(5px);
}

.logo-container[b-8h3rh5uy1h] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-text[b-8h3rh5uy1h] {
    color: #2c5f5f; /* Dark teal to match the content */
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); /* Light shadow for contrast */
    letter-spacing: 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.progress-container[b-8h3rh5uy1h] {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    border-bottom: 1px solid #d1d5db;
}

.presentation-content[b-8h3rh5uy1h] {
    position: relative;
    z-index: 5;
    padding: 20px;
    min-height: calc(100vh - 180px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .presentation-content[b-8h3rh5uy1h] {
        padding: 10px;
    }

    .logo-text[b-8h3rh5uy1h] {
        font-size: 1.8rem;
    }

    .presentation-header[b-8h3rh5uy1h] {
        padding: 12px 0 12px 0;
    }
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
/* Landing Layout - Minimal wrapper */

.landing-layout[b-giicbkpzwh] {
    min-height: 100vh;
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-46ws5oo6b1],
.components-reconnect-repeated-attempt-visible[b-46ws5oo6b1],
.components-reconnect-failed-visible[b-46ws5oo6b1],
.components-pause-visible[b-46ws5oo6b1],
.components-resume-failed-visible[b-46ws5oo6b1],
.components-rejoining-animation[b-46ws5oo6b1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-retrying[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-failed[b-46ws5oo6b1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-46ws5oo6b1] {
    display: block;
}


#components-reconnect-modal[b-46ws5oo6b1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-46ws5oo6b1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-46ws5oo6b1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-46ws5oo6b1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-46ws5oo6b1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-46ws5oo6b1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-46ws5oo6b1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-46ws5oo6b1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-46ws5oo6b1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-46ws5oo6b1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-46ws5oo6b1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-46ws5oo6b1] {
    border: 0;
    background-color: var(--brand-primary);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-46ws5oo6b1] {
        background-color: var(--brand-primary-hover);
    }

    #components-reconnect-modal button:active[b-46ws5oo6b1] {
        background-color: var(--brand-primary);
    }

.components-rejoining-animation[b-46ws5oo6b1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-46ws5oo6b1] {
        position: absolute;
        border: 3px solid var(--brand-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-46ws5oo6b1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-46ws5oo6b1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-46ws5oo6b1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Agent/ClientConfiguration.razor.rz.scp.css */
/* ClientConfiguration Component Scoped Styles */

.form-check-input:checked[b-g61s9jwjg3] {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.form-check-input:focus[b-g61s9jwjg3] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.25rem rgba(1, 148, 159, 0.25);
}

.validation-summary[b-g61s9jwjg3] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    border-radius: 8px;
}

.required-field[b-g61s9jwjg3]::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

.field-error[b-g61s9jwjg3] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.searchable-select-error .selected-value[b-g61s9jwjg3] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* Form Controls */
.form-control[b-g61s9jwjg3],
.form-select[b-g61s9jwjg3] {
    font-size: 0.875rem; /* 14px - balanced with labels */
    padding: 0.5rem 0.75rem; /* Compact but comfortable padding */
    border-radius: 0.375rem;
    line-height: 1.5;
    height: auto;
}

.form-control:focus[b-g61s9jwjg3],
.form-select:focus[b-g61s9jwjg3] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(31, 98, 141, 0.15);
    outline: none;
}

/* General placeholder styling - smaller and more muted */
.form-control[b-g61s9jwjg3]::placeholder {
    color: #d1d5db;
    font-size: 0.75rem; /* Smaller than input text */
    font-weight: 400;
}

/* Revenue Input Placeholder - smaller and more muted */
.form-control.revenue-input[b-g61s9jwjg3]::placeholder {
    color: #d1d5db;
    font-size: 0.875rem; /* Smaller than default */
    font-weight: 400;
}

/* Skeleton Loader Styles */
.skeleton[b-g61s9jwjg3] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-g61s9jwjg3 1s ease-out infinite;
    border-radius: 4px;
}

@keyframes loading-b-g61s9jwjg3 {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-label[b-g61s9jwjg3] {
    height: 1.5rem;
    width: 60%;
    margin-bottom: 0.25rem;
}

.skeleton-value[b-g61s9jwjg3] {
    height: 1.5rem;
    width: 80%;
}

.skeleton-button[b-g61s9jwjg3] {
    height: 3rem;
    border-radius: 1rem;
}

.skeleton-logo[b-g61s9jwjg3] {
    height: 160px;
    border-radius: 1rem;
}

.skeleton-title[b-g61s9jwjg3] {
    height: 2.5rem;
    width: 70%;
    margin-bottom: 1.5rem;
}
/* /Components/Pages/Agent/Components/ProjectDetailsComponent.razor.rz.scp.css */
/* Page Header Styling */
.page-header[b-khglr0y5ti] {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1rem;
}

/* Alert Enhancements */
.alert-dismissible .btn-close[b-khglr0y5ti] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

/* Icon Spacing */
.fas[b-khglr0y5ti], .fa[b-khglr0y5ti] {
    margin-right: 0.25rem;
}

/* Alert List Styling */
.alert ul[b-khglr0y5ti] {
    padding-left: 1.25rem;
}

.alert li[b-khglr0y5ti] {
    margin-bottom: 0.25rem;
}

    .alert li:last-child[b-khglr0y5ti] {
        margin-bottom: 0;
    }

/* Component-specific styling */
.project-details-component[b-khglr0y5ti] {
    width: 100%;
}
/* /Components/Pages/Agent/Components/ZipCodeField.razor.rz.scp.css */
/* ZipCodeField Scoped Styles */

.zip-field-container[b-qpzcw1odzk] {
    position: relative;
}

.zip-field-container .form-control[b-qpzcw1odzk] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    line-height: 1.5;
    width: 100%;
}

.zip-field-container .form-control:focus[b-qpzcw1odzk] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(31, 98, 141, 0.15);
    outline: none;
}

/* General placeholder styling - smaller and more muted */
.zip-field-container .form-control[b-qpzcw1odzk]::placeholder {
    color: #d1d5db;
    font-size: 0.75rem; /* Smaller than input text */
    font-weight: 400;
}

.zip-field-container .form-control.is-invalid[b-qpzcw1odzk] {
    border-color: #dc2626;
    background-image: none;
}

.zip-field-container .form-control.is-invalid:focus[b-qpzcw1odzk] {
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.15);
}

.zip-field-container .text-muted[b-qpzcw1odzk] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
    display: block;
    line-height: 1.4;
}

.zip-field-container .invalid-feedback[b-qpzcw1odzk] {
    color: #dc2626;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    line-height: 1.4;
}

.zip-field-container .invalid-feedback[b-qpzcw1odzk]::before {
    content: "⚠";
    flex-shrink: 0;
    font-size: 0.75rem;
}

/* Chrome, Edge, Safari */
.no-spin[b-qpzcw1odzk]::-webkit-outer-spin-button,
.no-spin[b-qpzcw1odzk]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spin[b-qpzcw1odzk] {
    -moz-appearance: textfield;
    appearance: textfield; /* modern */
}


/* /Components/Pages/Agent/Dashboard.razor.rz.scp.css */
/* Dashboard Scoped Styles */

/* Modal Overlay */
.modal-overlay[b-pzbzduecmz] {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

/* Modal Content */
.modal-content-custom[b-pzbzduecmz] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Modal Header */
.modal-header-custom[b-pzbzduecmz] {
    border-bottom: 1px solid var(--brand-border);
    padding: 1.25rem 1.5rem;
}

.modal-title-custom[b-pzbzduecmz] {
    color: var(--foreground);
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-title-icon[b-pzbzduecmz] {
    color: var(--brand-primary);
}

.modal-close-btn[b-pzbzduecmz] {
    font-size: 0.875rem;
}

/* Modal Body */
.modal-body-custom[b-pzbzduecmz] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Add Client Button */
.btn-add-client[b-pzbzduecmz] {
    background-color: var(--brand-secondary);
    color: white;
    border: none;
    border-radius: 50rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-add-client:hover[b-pzbzduecmz] {
    background-color: var(--brand-secondary-hover);
}

/* Tab Buttons - White Active Style */
.tab-trigger-white[b-pzbzduecmz] {
    background-color: white;
    color: black;
    border: 1px solid #dee2e6;
    min-height: 38px;
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
}

.tab-trigger-white.active[b-pzbzduecmz] {
    background-color: var(--brand-primary);
    color: white;
    border-color: var(--brand-primary);
}

.tab-trigger-white:hover:not(.active)[b-pzbzduecmz] {
    background-color: #f8f9fa;
}

/* /Components/Pages/Agent/Learning.razor.rz.scp.css */
.hover-shadow:hover[b-fdh6yyjpmw] {
}
    transition: box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;[b-fdh6yyjpmw]

/* /Components/Pages/Agent/PostBindManagement.razor.rz.scp.css */
/* Post-Bind Management Page Specific Styles */

/* Ensure cards maintain consistent styling */
.card[b-z55oyu7ean] {
    transition: box-shadow 0.3s ease;
}

    .card:hover[b-z55oyu7ean] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

/* Badge styling for status */
.badge[b-z55oyu7ean] {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Button hover effects */
.btn[b-z55oyu7ean] {
    transition: all 0.2s ease;
}

    .btn:hover:not(:disabled)[b-z55oyu7ean] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .btn:active:not(:disabled)[b-z55oyu7ean] {
        transform: translateY(0);
    }

    .btn:disabled[b-z55oyu7ean] {
        opacity: 0.6;
        cursor: not-allowed;
    }

/* Card body padding consistency */
.card-body[b-z55oyu7ean] {
    position: relative;
}

/* Link styling */
a[b-z55oyu7ean] {
    transition: opacity 0.2s ease;
}

    a:hover[b-z55oyu7ean] {
        opacity: 0.85;
    }

/* Email template scroll container */
.card-body div[style*="max-height: 200px"][b-z55oyu7ean] {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

    .card-body div[style*="max-height: 200px"][b-z55oyu7ean]::-webkit-scrollbar {
        width: 6px;
    }

    .card-body div[style*="max-height: 200px"][b-z55oyu7ean]::-webkit-scrollbar-track {
        background: transparent;
    }

    .card-body div[style*="max-height: 200px"][b-z55oyu7ean]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 3px;
    }

        .card-body div[style*="max-height: 200px"][b-z55oyu7ean]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(255, 255, 255, 0.7);
        }

/* Spinner animation for loading states */
.spinner-border-sm[b-z55oyu7ean] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Responsive design */
@media (max-width: 768px) {
    .col-md-4[b-z55oyu7ean],
    .col-md-6[b-z55oyu7ean],
    .col-lg-4[b-z55oyu7ean],
    .col-lg-8[b-z55oyu7ean] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .card-body[b-z55oyu7ean] {
        padding: 1.5rem !important;
    }

    .btn[b-z55oyu7ean] {
        font-size: 0.875rem;
        padding: 0.5rem 1rem !important;
    }
}

/* Print styles */
@media print {
    .btn[b-z55oyu7ean] {
        display: none;
    }

    .card[b-z55oyu7ean] {
        break-inside: avoid;
        border: 1px solid #ddd !important;
    }
}
/* /Components/Pages/Agent/QuestionnaireConfig.razor.rz.scp.css */
/* QuestionnaireConfig component styles */
/* /Components/Pages/Agent/QuoteInformation.razor.rz.scp.css */
/* Quote Information Page Styles */

.quote-information-page[b-csktaw1jd2] {
    background-color: #f8f9fa;
}

/* Client Information Card */
.client-info-avatar[b-csktaw1jd2] {
    width: 80px;
    height: 80px;
    background-color: var(--brand-secondary);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Email Template Cards */
.email-template-card[b-csktaw1jd2] {
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.email-template-card textarea[b-csktaw1jd2] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    font-size: 0.9rem;
    resize: none;
}

/* Package Cards */
.package-card[b-csktaw1jd2] {
    border-width: 3px;
    border-radius: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package-card:hover[b-csktaw1jd2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.package-card .card-header[b-csktaw1jd2] {
    border-radius: 12px 12px 0 0;
    padding: 1rem;
}

.package-card .form-check-input:checked[b-csktaw1jd2] {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.package-card.market-package .form-check-input:checked[b-csktaw1jd2] {
    background-color: var(--brand-secondary);
    border-color: var(--brand-secondary);
}

/* Pricing Options Card */
.pricing-options-card[b-csktaw1jd2] {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pricing-options-card .table tbody tr[b-csktaw1jd2] {
    transition: background-color 0.2s ease;
}

.pricing-options-card .table tbody tr:hover[b-csktaw1jd2] {
    background-color: rgba(0, 0, 0, 0.03);
}

/* Quote Details Card */
.quote-details-card[b-csktaw1jd2] {
    background-color: #f8f9fa;
    border-radius: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-4[b-csktaw1jd2],
    .col-lg-8[b-csktaw1jd2] {
        margin-bottom: 1.5rem;
    }
}

/* Button hover effects */
.btn.rounded-pill:hover[b-csktaw1jd2] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

/* Card animations */
.card[b-csktaw1jd2] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover[b-csktaw1jd2] {
    transform: translateY(-1px);
}

/* Checkbox styling */
.form-check-input[b-csktaw1jd2] {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
}

.form-check-label[b-csktaw1jd2] {
    cursor: pointer;
    user-select: none;
}

/* Custom scrollbar for textareas */
.email-template-card textarea[b-csktaw1jd2]::-webkit-scrollbar {
    width: 8px;
}

.email-template-card textarea[b-csktaw1jd2]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.email-template-card textarea[b-csktaw1jd2]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.email-template-card textarea[b-csktaw1jd2]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Components/Pages/Agent/SalesTools.razor.rz.scp.css */
.hover-shadow:hover[b-a8fwt7zdnz] {
}
    cursor: pointer;
.cursor-pointer[b-a8fwt7zdnz] {

}
    transition: box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;[b-a8fwt7zdnz]

/* /Components/Pages/Auth/ForgotPassword.razor.rz.scp.css */
.login-card[b-27j8opp8du] {
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-header[b-27j8opp8du] {
    padding: 1.5rem 1rem 0rem;
    background: white;
    border-radius: 12px 12px 0 0;
}

.login-logo[b-27j8opp8du] {
    max-width: 120px;
    height: auto;
}

.login-title[b-27j8opp8du] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50 !important;
}

.login-subtitle[b-27j8opp8du] {
    font-size: 0.9rem;
    color: #6c757d !important;
}

.login-body[b-27j8opp8du] {
    background: white;
}

.login-footer[b-27j8opp8du] {
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
}

.status-alert[b-27j8opp8du] {
    max-width: 480px;
}

.btn-login[b-27j8opp8du] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background-color: #4a6478;
    border: 1px solid #4a6478;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-login:hover:not(:disabled)[b-27j8opp8du] {
    background-color: #4A6472;
    border-color: #4A6472;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(169, 207, 56, 0.2);
}

.btn-login:active:not(:disabled)[b-27j8opp8du] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(169, 207, 56, 0.2);
}

.btn-login:disabled[b-27j8opp8du] {
    background-color: #d1d5db;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Custom input styles to match theme */
.form-control[b-27j8opp8du] {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-27j8opp8du] {
    border-color: var(--bs-primary, #4A6478);
    box-shadow: 0 0 0 0.15rem rgba(74, 100, 120, 0.1);
}

.form-check-input[b-27j8opp8du] {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-check-input:checked[b-27j8opp8du] {
    background-color: #1e293b;
    border-color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .login-card[b-27j8opp8du] {
        border-radius: 8px;
    }

    .login-header[b-27j8opp8du] {
        padding: 2rem 1.5rem 1.25rem;
    }

    .login-title[b-27j8opp8du] {
        font-size: 1.375rem;
    }

    .btn-login[b-27j8opp8du] {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* Login Page - Minimal Custom Styles (Bootstrap-based) */

.login-card[b-sflzeeryne] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.login-header[b-sflzeeryne] {
    padding: 1.5rem 1rem 0rem;
}

.login-logo[b-sflzeeryne] {
    max-width: 120px;
    height: auto;
}

.login-title[b-sflzeeryne] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.login-subtitle[b-sflzeeryne] {
    font-size: 0.9rem;
}

/* Subtle Login Button with Simple Transitions */
.btn-login[b-sflzeeryne] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background-color: #4a6478;
    border: 1px solid #4a6478;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-login:hover:not(:disabled)[b-sflzeeryne] {
    background-color: #4A6478E6;
    border-color: #4A6478E6;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(169, 207, 56, 0.2);
}

.btn-login:active:not(:disabled)[b-sflzeeryne] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(169, 207, 56, 0.2);
}

.btn-login:disabled[b-sflzeeryne] {
    background-color: #d1d5db;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Custom input styles to match theme */
.form-control[b-sflzeeryne] {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-sflzeeryne] {
    border-color: var(--bs-primary, #4A6478);
    box-shadow: 0 0 0 0.15rem rgba(74, 100, 120, 0.1);
}

.form-check-input[b-sflzeeryne] {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-check-input:checked[b-sflzeeryne] {
    background-color: #1e293b;
    border-color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .login-card[b-sflzeeryne] {
        border-radius: 8px;
    }

    .login-header[b-sflzeeryne] {
        padding: 2rem 1.5rem 1.25rem;
    }

    .login-title[b-sflzeeryne] {
        font-size: 1.375rem;
    }
    
    .btn-login[b-sflzeeryne] {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

/* /Components/Pages/Auth/ResetPassword.razor.rz.scp.css */
.login-card[b-f5o6i6h1rt] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.login-header[b-f5o6i6h1rt] {
    padding: 1.5rem 1rem 0rem;
}

.login-logo[b-f5o6i6h1rt] {
    max-width: 120px;
    height: auto;
}

.login-title[b-f5o6i6h1rt] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.login-subtitle[b-f5o6i6h1rt] {
    font-size: 0.9rem;
}

.status-alert[b-f5o6i6h1rt] {
    max-width: 480px; /* or whatever matches your card width */
}

.btn-login[b-f5o6i6h1rt] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background-color: #4a6478;
    border: 1px solid #4a6478;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-login:hover:not(:disabled)[b-f5o6i6h1rt] {
    background-color: #4A6472;
    border-color: #4A6472;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(169, 207, 56, 0.2);
}

.btn-login:active:not(:disabled)[b-f5o6i6h1rt] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(169, 207, 56, 0.2);
}

.btn-login:disabled[b-f5o6i6h1rt] {
    background-color: #d1d5db;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Custom input styles to match theme */
.form-control[b-f5o6i6h1rt] {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-f5o6i6h1rt] {
    border-color: var(--bs-primary, #4A6478);
    box-shadow: 0 0 0 0.15rem rgba(74, 100, 120, 0.1);
}

.form-check-input[b-f5o6i6h1rt] {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-check-input:checked[b-f5o6i6h1rt] {
    background-color: #1e293b;
    border-color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .login-card[b-f5o6i6h1rt] {
        border-radius: 8px;
    }

    .login-header[b-f5o6i6h1rt] {
        padding: 2rem 1.5rem 1.25rem;
    }

    .login-title[b-f5o6i6h1rt] {
        font-size: 1.375rem;
    }

    .btn-login[b-f5o6i6h1rt] {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}
/* /Components/Pages/Company/AgentManagement.razor.rz.scp.css */
.agent-management[b-nxh7ffduy6] {
	color: #15365c;
	--agent-blue: var(--brand-primary);
	--agent-blue-dark: var(--brand-primary-hover);
	--agent-blue-soft: #e4eef9;
	--agent-blue-soft-border: #c3d6ef;
	--agent-teal: var(--brand-secondary);
	--agent-teal-dark: var(--brand-secondary-hover);
	--agent-teal-soft: #d6f4f7;
	--agent-deactivate: var(--brand-accent);
	--agent-deactivate-hover: var(--brand-accent-hover);
	--agent-deactivate-shadow: rgba(140, 196, 66, 0.35);
	--agent-inactive-bg: #fdecee;
	--agent-inactive-text: #b5384a;
}

.agent-management-standalone[b-nxh7ffduy6] {
	max-width: 860px;
	margin: 0 auto;
}

.agent-management-card[b-nxh7ffduy6] {
	border-radius: 24px;
	border: 1px solid #c7d7ea;
	background: linear-gradient(180deg, #f6f9ff 0%, #edf3fb 100%);
 .agent-toggle:disabled {
 	opacity: 0.8;
 	cursor: not-allowed;
 }
	box-shadow: 0 12px 28px rgba(15, 44, 82, 0.12);[b-nxh7ffduy6]
}

.agent-management-card .card-body[b-nxh7ffduy6] {
	padding: 2rem 2.3rem;
}

.agent-management-header[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 1.75rem;
}

.agent-management-title[b-nxh7ffduy6] {
	margin: 0;
	font-size: 1.95rem;
	font-weight: 700;
	color: var(--brand-primary);
}

.agent-management-subtitle[b-nxh7ffduy6] {
	margin: 0.4rem 0 0;
	color: #677791;
	max-width: 32rem;
}

.agent-management-add[b-nxh7ffduy6] {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.78rem 1.95rem;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 1px solid var(--brand-primary);
	background: var(--brand-primary);
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(15, 76, 129, 0.22);
}

.agent-management-add i[b-nxh7ffduy6] {
	font-size: 1rem;
}

.agent-management-add:hover[b-nxh7ffduy6],
.agent-management-add:focus[b-nxh7ffduy6] {
	color: #ffffff;
	background: var(--brand-primary-hover);
	border-color: var(--brand-primary-hover);
	box-shadow: 0 14px 30px rgba(15, 76, 129, 0.27);
}

.agent-management-toolbar[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.75rem;
}

.agent-management-toolbar .search-wrapper[b-nxh7ffduy6] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: 1 1 260px;
	background: #ffffff;
	border: 1px solid #c9d6e8;
	border-radius: 999px;
	padding: 0.62rem 1.3rem;
	box-shadow: inset 0 1px 4px rgba(15, 44, 82, 0.08);
}

.agent-management-toolbar .search-wrapper i[b-nxh7ffduy6] {
	color: #7c90ad;
	font-size: 1.05rem;
}

.agent-management-toolbar .agent-search-input[b-nxh7ffduy6] {
	flex: 1;
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0;
	font-size: 0.95rem;
	color: #15365c;
}

.agent-management-toolbar .agent-search-input[b-nxh7ffduy6]::placeholder {
	color: #9caac0;
}

.agent-management-toolbar .agent-search-input:focus[b-nxh7ffduy6] {
	box-shadow: none;
	outline: none;
}

.agent-management-toolbar .role-filter-dropdown[b-nxh7ffduy6] {
	position: relative;
	flex: 0 0 180px;
}

.agent-management-toolbar .role-filter-dropdown .status-dropdown-btn[b-nxh7ffduy6] {
	width: 100%;
}

.agent-management-toolbar .role-filter-dropdown .status-dropdown-menu[b-nxh7ffduy6] {
	width: 100%;
}

.agent-section-header[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.6rem;
}

.team-count[b-nxh7ffduy6] {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.team-count i[b-nxh7ffduy6] {
	font-size: 1.15rem;
	color: var(--agent-blue);
}

.team-label[b-nxh7ffduy6] {
	font-weight: 600;
	color: var(--brand-primary);
}

.team-pagination-note[b-nxh7ffduy6] {
	color: #7b8da4;
	font-size: 0.9rem;
}

.agent-management .list-group[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
}

.agent-management .list-group-item[b-nxh7ffduy6] {
	border: 0;
	background: transparent;
	padding: 0;
}

.agent-card[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	border-radius: 18px;
	border: 1px solid #d6e1f0;
	background: #ffffff;
	padding: 1.2rem 1.45rem;
	box-shadow: 0 2px 8px rgba(13, 34, 62, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.agent-card:hover[b-nxh7ffduy6] {
	border-color: #9fb7d8;
	box-shadow: 0 12px 28px rgba(13, 34, 62, 0.12);
}

.agent-management .agent-avatar[b-nxh7ffduy6] {
	width: 56px;
	height: 56px;
	background: linear-gradient(145deg, #f4f8fc 0%, #e3edf9 100%);
	border: 1px solid var(--agent-blue-soft-border);
	color: var(--agent-blue);
	font-size: 1.25rem;
}

.agent-placeholder-icon[b-nxh7ffduy6] {
	font-size: 1.25rem;
	color: var(--agent-blue);
}

.agent-management .agent-avatar img[b-nxh7ffduy6] {
	width: 56px;
	height: 56px;
	object-fit: cover;
}

.agent-details[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 0.32rem;
}

.agent-name[b-nxh7ffduy6] {
	font-weight: 600;
	font-size: 1.05rem;
	color: #163b68;
}

.agent-email[b-nxh7ffduy6] {
	font-size: 0.92rem;
	color: #7a8ba4;
}

.agent-title[b-nxh7ffduy6] {
	font-size: 0.85rem;
	color: #95a4b7;
}

.agent-tags[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 0.35rem;
}

.agent-management .role-badge[b-nxh7ffduy6] {
	background: var(--agent-blue);
	color: #ffffff;
	border-radius: 999px;
	padding: 0.32rem 0.85rem;
	font-weight: 600;
	box-shadow: 0 6px 16px rgba(12, 59, 99, 0.25);
}

.agent-management .badge.status-active[b-nxh7ffduy6] {
	background: var(--agent-teal);
	color: #ffffff;
	border-radius: 999px;
	padding: 0.32rem 0.85rem;
	font-weight: 600;
	box-shadow: 0 6px 16px rgba(1, 116, 129, 0.28);
}

.agent-management .badge.status-inactive[b-nxh7ffduy6] {
	background: var(--agent-inactive-bg);
	color: var(--agent-inactive-text);
	border-radius: 999px;
	padding: 0.32rem 0.85rem;
	font-weight: 600;
	border: 1px solid rgba(181, 56, 74, 0.4);
}

.agent-actions[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
	justify-content: flex-start;
}

.agent-toggle-spinner[b-nxh7ffduy6] {
	width: 1rem;
	height: 1rem;
	margin-right: 0.4rem;
}

.agent-actions button[b-nxh7ffduy6] {
	font: inherit;
	border: none;
	background: transparent;
	cursor: pointer;
}

.agent-edit[b-nxh7ffduy6] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: #f2f7fc;
	color: var(--agent-blue);
	border: 1px solid #cbd8ea;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.15);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.agent-edit i[b-nxh7ffduy6] {
	font-size: 1rem;
}

.agent-edit:hover[b-nxh7ffduy6],
.agent-edit:focus-visible[b-nxh7ffduy6] {
	background: var(--agent-blue);
	color: #ffffff;
	border-color: var(--agent-blue);
	box-shadow: 0 10px 24px rgba(15, 76, 129, 0.35);
	transform: translateY(-1px);
}

	
.agent-toggle[b-nxh7ffduy6] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.42rem 1.05rem;
	border-radius: 999px;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.agent-toggle.deactivate[b-nxh7ffduy6] {
	color: #24353f;
	background: #e8f4fd;
	border: 1px solid rgba(15, 76, 129, 0.25);
	box-shadow: none;
}

.agent-toggle.deactivate:hover[b-nxh7ffduy6],
.agent-toggle.deactivate:focus-visible[b-nxh7ffduy6] {
	color: #ffffff;
	background: var(--agent-blue);
	border-color: var(--agent-blue);
	box-shadow: 0 10px 24px rgba(15, 76, 129, 0.28);
}

.agent-toggle.activate[b-nxh7ffduy6] {
	color: #1a7a4e;
	background: #e3f6eb;
	border: 1px solid #bbe2c6;
}

.agent-toggle.activate:hover[b-nxh7ffduy6],
.agent-toggle.activate:focus-visible[b-nxh7ffduy6] {
	color: #ffffff;
	background: #1a7a4e;
	border-color: #1a7a4e;
	box-shadow: 0 10px 22px rgba(20, 95, 58, 0.23);
}

.agent-pagination[b-nxh7ffduy6] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-top: 1.3rem;
	margin-top: 1.5rem;
	border-top: 1px solid #d6e2f3;
}

.agent-pagination-info[b-nxh7ffduy6] {
	color: #7b8da4;
	font-size: 0.9rem;
}

.agent-pagination-controls[b-nxh7ffduy6] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.page-status[b-nxh7ffduy6] {
	font-weight: 600;
	color: var(--brand-primary);
}

.page-button[b-nxh7ffduy6] {
	border-radius: 12px;
	border: 1px solid #c9d6e8;
	background: #ffffff;
	color: var(--brand-primary);
	font-weight: 600;
	font-size: 0.9rem;
	padding: 0.45rem 1.1rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-button:hover[b-nxh7ffduy6],
.page-button:focus[b-nxh7ffduy6] {
	color: var(--brand-primary-hover);
	background: #eef3ff;
	border-color: #bcd0f0;
}

.page-button:disabled[b-nxh7ffduy6] {
	color: #9caac0;
	background: #eff3fb;
	border-color: #d6e2f3;
	cursor: not-allowed;
}

@media (min-width: 768px) {
	.agent-card[b-nxh7ffduy6] {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.agent-actions[b-nxh7ffduy6] {
		justify-content: flex-end;
	}
}

@media (max-width: 575.98px) {
	.agent-management-card .card-body[b-nxh7ffduy6] {
		padding: 1.5rem;
	}

	.agent-pagination[b-nxh7ffduy6] {
		flex-direction: column;
		align-items: flex-start;
	}
}

.preview-avatar[b-nxh7ffduy6] {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

.modal-backdrop[b-nxh7ffduy6] {
	background-color: rgba(25, 38, 52, 0.35);
}

.agent-modal .modal-dialog[b-nxh7ffduy6] {
	max-width: 540px;
}

.agent-modal-content[b-nxh7ffduy6] {
	border-radius: 20px;
	border: 1px solid #d5e1f3;
	box-shadow: 0 30px 60px rgba(14, 35, 63, 0.18);
}

.agent-modal-header[b-nxh7ffduy6] {
	border-bottom: none;
	padding: 1.5rem 1.75rem 0.5rem;
}

.agent-modal-body[b-nxh7ffduy6] {
	padding: 0 1.75rem 1.75rem;
}

.agent-modal-close[b-nxh7ffduy6] {
	opacity: 0.65;
}

.agent-form[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.agent-field[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.agent-label[b-nxh7ffduy6] {
	font-weight: 600;
	color: #14365b;
}

.agent-input[b-nxh7ffduy6],
.agent-input-file[b-nxh7ffduy6] {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #cfd8ea;
	background: #f4f7fc;
	padding: 0.65rem 0.85rem;
	color: #102941;
}

.agent-input:focus[b-nxh7ffduy6],
.agent-input-file:focus[b-nxh7ffduy6] {
	border-color: var(--brand-primary);
	box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
	outline: none;
}

.agent-field-grid[b-nxh7ffduy6] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1rem;
}

.agent-form-error[b-nxh7ffduy6] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 12px;
	background: #fdecee;
	color: var(--agent-inactive-text);
	padding: 0.75rem 1rem;
	border: 1px solid rgba(181, 56, 74, 0.45);
}

.agent-photo-block[b-nxh7ffduy6] {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.agent-photo-row[b-nxh7ffduy6] {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex-wrap: wrap;
}

.agent-photo-preview[b-nxh7ffduy6] {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #d5e1f3;
	background: linear-gradient(145deg, #fdfefe, #e8eff9);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--brand-primary);
	font-size: 1.4rem;
}

.agent-photo-preview img[b-nxh7ffduy6] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.agent-photo-remove[b-nxh7ffduy6] {
	border: none;
	background: transparent;
	color: var(--brand-primary);
	font-weight: 600;
	align-self: flex-start;
}

.agent-photo-remove:hover[b-nxh7ffduy6],
.agent-photo-remove:focus-visible[b-nxh7ffduy6] {
	text-decoration: underline;
	color: var(--brand-primary-hover);
}

.agent-photo-error[b-nxh7ffduy6] {
	color: var(--agent-inactive-text);
	font-size: 0.9rem;
}

.agent-form-actions[b-nxh7ffduy6] {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

.agent-confirm-text[b-nxh7ffduy6] {
	color: #15365c;
	margin-bottom: 1.25rem;
}

.agent-confirm-actions[b-nxh7ffduy6] {
	display: flex;
	justify-content: flex-end;
	gap: 0.75rem;
}

.agent-btn[b-nxh7ffduy6] {
	border-radius: 999px;
	padding: 0.65rem 1.6rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border: 1px solid transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.agent-btn-secondary[b-nxh7ffduy6] {
	border-color: #cfd8ea;
	background: transparent;
	color: var(--brand-primary);
}

.agent-btn-secondary:hover[b-nxh7ffduy6],
.agent-btn-secondary:focus-visible[b-nxh7ffduy6] {
	background: #eef3ff;
	border-color: #bcd0f0;
}

.agent-btn-primary[b-nxh7ffduy6] {
	background: var(--brand-primary);
	border-color: var(--brand-primary);
	color: #ffffff;
	min-width: 150px;
}

.agent-btn-primary:disabled[b-nxh7ffduy6] {
	opacity: 0.7;
	cursor: not-allowed;
}
/* /Components/Pages/Company/Dashboard.razor.rz.scp.css */
/* Company Dashboard component styles */
/* /Components/Pages/Home.razor.rz.scp.css */
/* Landing Page Styles - Plain & Subtle */

.landing-container[b-udbvn0orpp] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 2rem 1rem;
}

.landing-content[b-udbvn0orpp] {
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

/* Hero Section */
.hero-section[b-udbvn0orpp] {
    padding: 3rem 1rem;
    margin-bottom: 3rem;
}

.hero-logo[b-udbvn0orpp] {
    max-width: 180px;
    height: auto;
    margin-bottom: 2rem;
}

.hero-title[b-udbvn0orpp] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle[b-udbvn0orpp] {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions[b-udbvn0orpp] {
    margin-top: 2rem;
}

.btn[b-udbvn0orpp] {
    display: inline-block;
    padding: 0.875rem 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
}

.btn-primary-action[b-udbvn0orpp] {
    background-color: var(--bs-success, #A9CF38);
    color: white;
}

.btn-primary-action:hover[b-udbvn0orpp] {
    background-color: #8fb62d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(169, 207, 56, 0.3);
}

/* Features Section */
.features-section[b-udbvn0orpp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
}

.feature-card[b-udbvn0orpp] {
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.feature-card:hover[b-udbvn0orpp] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.feature-icon[b-udbvn0orpp] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bs-primary, #4A6478) 0%, var(--bs-secondary, #013E46) 100%);
    border-radius: 50%;
    color: white;
    font-size: 1.75rem;
}

.feature-title[b-udbvn0orpp] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.feature-description[b-udbvn0orpp] {
    font-size: 0.9375rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Footer */
.landing-footer[b-udbvn0orpp] {
    padding: 2rem 1rem;
    color: #868e96;
    font-size: 0.875rem;
    border-top: 1px solid #e9ecef;
}

.landing-footer p[b-udbvn0orpp] {
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title[b-udbvn0orpp] {
        font-size: 2rem;
    }

    .hero-subtitle[b-udbvn0orpp] {
        font-size: 1rem;
    }

    .features-section[b-udbvn0orpp] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card[b-udbvn0orpp] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .landing-container[b-udbvn0orpp] {
        padding: 1rem;
    }

    .hero-section[b-udbvn0orpp] {
        padding: 2rem 0.5rem;
    }

    .hero-title[b-udbvn0orpp] {
        font-size: 1.75rem;
    }

    .btn[b-udbvn0orpp] {
        padding: 0.75rem 2rem;
        font-size: 0.9375rem;
    }
}

/* /Components/Pages/Insured/CoverageSection.razor.rz.scp.css */
.coverage-section[b-ocsia36lgv] {
    margin-bottom: 0;
}

.coverage-list[b-ocsia36lgv] {
    padding: 15px 20px;
}
/* /Components/Pages/Insured/InsuredHeader.razor.rz.scp.css */
.dashboard-header[b-arusskytvv] {
    /* Background is set via inline style in component */
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 100px;
    position: relative;
    padding: 2rem;
}

.dashboard-header img[b-arusskytvv] {
    position: relative;
    z-index: 2;
}

.dashboard-header .text-white[b-arusskytvv] {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.dashboard-header .container-fluid[b-arusskytvv] {
    position: relative;
    z-index: 2;
}

.dropdown-toggle[b-arusskytvv] {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.dropdown-toggle:hover[b-arusskytvv] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu[b-arusskytvv] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-arusskytvv] {
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-arusskytvv] {
    background-color: var(--brand-accent);
    color: white;
}

/* /Components/Pages/Insured/InsuredPresentationDeclined.razor.rz.scp.css */
/* InsuredPresentationDeclined component styles */

/* Main content area styles */
.declined-content[b-nxo7h0eb5s] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

/* Card */
.decline-card[b-nxo7h0eb5s] {
    width: 720px;
    max-width: 92vw;
    background: #fff;
    border: 3px solid var(--brand-primary);
    border-radius: 14px;
    padding: 44px 48px 42px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.decline-icon[b-nxo7h0eb5s] {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: var(--brand-primary);
    display: grid;
    place-items: center;
    color: white;
}

.decline-icon svg[b-nxo7h0eb5s] {
    width: 32px;
    height: 32px;
}

.decline-title[b-nxo7h0eb5s] {
    margin: 0 0 14px;
    font-size: 30px;
    letter-spacing: 0.2px;
    color: var(--brand-primary);
    font-weight: 600;
}

.decline-message[b-nxo7h0eb5s] {
    margin: 30px auto;
    max-width: 560px;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

.decline-message p[b-nxo7h0eb5s] {
    margin: 10px;
    opacity: 0.8;
}

.contact-agent[b-nxo7h0eb5s] {
    background-color: var(--brand-primary);
    color: white;
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 18rem;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .decline-card[b-nxo7h0eb5s] {
        padding: 32px 24px 30px;
    }

    .decline-title[b-nxo7h0eb5s] {
        font-size: 24px;
    }
}
/* /Components/Pages/Insured/InsuredPresentationNavigation.razor.rz.scp.css */
.presentation-navigation[b-g6i7r6dkkr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 20px 0;
    padding: 0 8rem;
    max-width: -webkit-fill-available;
    margin-left: auto;
    margin-right: auto;
}

.nav-spacer[b-g6i7r6dkkr] {
    flex-grow: 1;
}

.nav-button[b-g6i7r6dkkr] {
    padding: 8px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 18rem;
    letter-spacing: 0.5px;
}

.back-button[b-g6i7r6dkkr] {
    background-color: var(--brand-primary); /* Gray-blue matching the progress indicator */
    color: white;
}

    .back-button:hover:not(:disabled)[b-g6i7r6dkkr] {
        background: var(--brand-primary-hover);
        transform: translateY(-1px);
    }

.next-button[b-g6i7r6dkkr] {
    background-color: var(--brand-accent); /* Bright green matching the CONTINUE button in image */
    color: white;
    font-weight: 700; /* Bold text for CONTINUE button */
}

    .next-button:hover:not(:disabled)[b-g6i7r6dkkr] {
        background-color: var(--brand-accent-hover);
    }

.nav-button:disabled[b-g6i7r6dkkr] {
    background: #6c757d;
    color: #adb5bd;
    cursor: not-allowed;
    transform: none;
}

.decline-quote-button[b-g6i7r6dkkr] {
    background-color: var(--brand-primary);
    color: white;
    margin-right: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
    .presentation-navigation[b-g6i7r6dkkr] {
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-button[b-g6i7r6dkkr] {
        min-width: 100px;
        padding: 10px 24px;
        font-size: 0.8rem;
        width: 100%;
    }
}
/* /Components/Pages/Insured/InsuredPresentationProgressIndicator.razor.rz.scp.css */
.step-progress-container[b-df2i76r3hg] {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0 20px;
}

.step-progress-wrapper[b-df2i76r3hg] {
    display: flex;
    align-items: center;
    background: #d1d5db; /* Light gray background matching image */
    border-radius: 30px;
    padding: 8px;
    box-shadow: none; /* Remove shadow */
    gap: 0;
    border: none;
}

.step-item[b-df2i76r3hg] {
    padding: 5px 24px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    min-width: 18rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 5px; /* Small gap between items */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

    /* Disabled state - transparent background, gray text */
    .step-item.disabled[b-df2i76r3hg] {
        background: white;
        color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

    /* Clickable (accessible but not active/completed) steps */
    .step-item.clickable[b-df2i76r3hg] {
        background: var(--brand-muted-contrast);
        color: white;
    }

        /* Hover effect for clickable steps */
        .step-item.clickable:hover[b-df2i76r3hg] {
            background: var(--brand-accent);
            color: white;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

    /* Active step - dark teal/gray background matching image */
    .step-item.active[b-df2i76r3hg] {
        background: var(--brand-primary);
        color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    /* Completed steps - distinguishable from active */
    .step-item.completed[b-df2i76r3hg] {
        background: var(--brand-muted-contrast);
        color: white;
    }

        /* Hover effect for completed steps (still clickable) */
        .step-item.completed:hover[b-df2i76r3hg] {
            background: var(--brand-accent);
            transform: translateY(-1px);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        }

.step-number[b-df2i76r3hg] {
    font-size: 1rem;
    font-weight: 600;
    display: block;
}

.step-title[b-df2i76r3hg] {
    font-size: 0.65rem;
    font-weight: 500;
    opacity: 0.9;
    text-transform: none;
    letter-spacing: 0.1px;
}

/* Icons for step states */
.step-check-icon[b-df2i76r3hg] {
    font-size: 0.8rem;
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.9);
}

.step-circle-icon[b-df2i76r3hg] {
    font-size: 0.7rem;
    margin-top: 1px;
    color: rgba(108, 117, 125, 0.6);
}

/* Active state icons */
.step-item.active .step-circle-icon[b-df2i76r3hg],
.step-item.active .step-check-icon[b-df2i76r3hg] {
    color: rgba(255, 255, 255, 0.8);
}

/* Pulsing effect for active step */
.step-item.active[b-df2i76r3hg] {
    animation: subtle-pulse-b-df2i76r3hg 2s ease-in-out infinite alternate;
}

@keyframes subtle-pulse-b-df2i76r3hg {
    0% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    100% {
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .step-progress-wrapper[b-df2i76r3hg] {
        padding: 3px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .step-item[b-df2i76r3hg] {
        padding: 8px 16px;
        min-width: 60px;
        font-size: 0.65rem;
        margin: 1px;
    }

    .step-title[b-df2i76r3hg] {
        font-size: 0.6rem;
    }

    .step-progress-container[b-df2i76r3hg] {
        padding: 0 10px;
        margin: 15px 0;
    }
}

@media (max-width: 480px) {
    .step-item[b-df2i76r3hg] {
        padding: 6px 12px;
        min-width: 50px;
        font-size: 0.6rem;
    }

    .step-title[b-df2i76r3hg] {
        display: none; /* Hide step titles on very small screens */
    }
}
/* /Components/Pages/Insured/InsuredPresentationSuccess.razor.rz.scp.css */
.success-page[b-qgypzsx2y2] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 40px 20px;
}

.success-container[b-qgypzsx2y2] {
    max-width: 600px;
    text-align: center;
    background: white;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.success-icon[b-qgypzsx2y2] {
    font-size: 5rem;
    color: #28a745;
    margin-bottom: 30px;
}

.success-title[b-qgypzsx2y2] {
    color: #333;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.success-message[b-qgypzsx2y2] {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.next-steps[b-qgypzsx2y2] {
    text-align: left;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

    .next-steps h3[b-qgypzsx2y2] {
        color: #333;
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .next-steps ul[b-qgypzsx2y2] {
        color: #495057;
        line-height: 1.7;
    }

    .next-steps li[b-qgypzsx2y2] {
        margin-bottom: 8px;
    }

.success-actions[b-qgypzsx2y2] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-qgypzsx2y2] {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    display: inline-flex;
    align-items: center;
    min-width: 160px;
    justify-content: center;
}

.btn-primary[b-qgypzsx2y2] {
    background: var(--brand-primary);
    color: white;
    border-color: var(--brand-border);
}

    .btn-primary:hover[b-qgypzsx2y2] {
        background: var(--brand-primary-hover);
        border-color: var(--brand-border);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(70, 130, 180, 0.3);
    }

.btn-outline[b-qgypzsx2y2] {
    background: transparent;
    color: #4682b4;
    border-color: var(--brand-border);
}

    .btn-outline:hover[b-qgypzsx2y2] {
        background: var(--brand-border);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(70, 130, 180, 0.3);
    }

@media (max-width: 768px) {
    .success-container[b-qgypzsx2y2] {
        padding: 30px 20px;
    }

    .success-title[b-qgypzsx2y2] {
        font-size: 1.8rem;
    }

    .success-actions[b-qgypzsx2y2] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/Pages/Insured/InvalidLink.razor.rz.scp.css */
/* InvalidLink component styles */

:root[b-5nfb13c3dn] {
    --teal: #2B6F87;
    --teal-2: #3E7E96;
    --card-border: #2B6F87;
    --text: #0e2a36;
    --muted: #3e5560;
    --bg: #ffffff;
    --orange: #F2A20B;
}

/* Main content area styles */
.invalid-link-content[b-5nfb13c3dn] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

/* Card */
.error-card[b-5nfb13c3dn] {
    width: 720px;
    max-width: 92vw;
    background: #fff;
    border: 2px solid var(--brand-primary);
    border-radius: 14px;
    padding: 44px 48px 42px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.error-icon[b-5nfb13c3dn] {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: var(--brand-primary);
    display: grid;
    place-items: center;
}

.error-icon svg[b-5nfb13c3dn] {
    width: 26px;
    height: 26px;
}

.error-title[b-5nfb13c3dn] {
    margin: 0 0 14px;
    font-size: 30px;
    letter-spacing: 0.2px;
    color: var(--brand-primary);
    font-weight: 600;
}

.error-message[b-5nfb13c3dn] {
    margin: 0 auto;
    max-width: 560px;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

.error-message p[b-5nfb13c3dn] {
    margin: 0;
    opacity: 0.8;
}

.what-you-can-do[b-5nfb13c3dn] {
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .error-card[b-5nfb13c3dn] {
        padding: 32px 24px 30px;
    }
    
    .error-title[b-5nfb13c3dn] {
    font-size: 24px;
    }
}
/* /Components/Pages/Insured/PricingSection.razor.rz.scp.css */
.pricing-sections[b-e56d1ijiv7] {
    /* Container for all pricing options */
}

.pricing-section[b-e56d1ijiv7] {
    background: var(--brand-primary);
    padding: 20px;
    border: 2rem solid rgb(255 255 255);
    border-radius: 3rem;
}

.pricing-title[b-e56d1ijiv7] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-options[b-e56d1ijiv7] {
    /* Container for all pricing option items */
}
/* /Components/Pages/Insured/Steps/AdditionalInfoStep.razor.rz.scp.css */
.compare-plans-step[b-fhfv9jjtgq] {
    margin: 0 auto;
    padding: 0 8rem;
}

.step-header[b-fhfv9jjtgq] {
    margin-bottom: 25px;
}

.step-title[b-fhfv9jjtgq] {
    color: var(--brand-primary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.step-subtitle[b-fhfv9jjtgq] {
    color: #666;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.packages-container[b-fhfv9jjtgq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    margin-bottom: 25px;
}

.package-card[b-fhfv9jjtgq] {
    background: white;
    border: 3px solid var(--brand-primary);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.package-header[b-fhfv9jjtgq] {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.package-title[b-fhfv9jjtgq] {
    color: var(--brand-primary);
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}

.package-description[b-fhfv9jjtgq] {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.packages-container[b-fhfv9jjtgq] {
    .coverage-sections {
        padding: 2rem;
    }
}

.selection-options[b-fhfv9jjtgq] {
    background: var(--brand-primary);
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.option-group[b-fhfv9jjtgq] {
    display: flex;
    flex-direction: column;
}

.option-label[b-fhfv9jjtgq] {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.option-select[b-fhfv9jjtgq] {
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    background: white;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.selected-summary[b-fhfv9jjtgq] {
    background: var(--brand-accent);
    border-radius: 12px;
    padding: 20px;
    color: white;
}

.summary-content[b-fhfv9jjtgq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background);
    color: var(--foreground);
    padding: 20px;
    border-radius: 10px;
}

.summary-text[b-fhfv9jjtgq] {
    font-size: 1.5rem;
    font-weight: 500;
}

.summary-price[b-fhfv9jjtgq] {
    color: var(--brand-accent);
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
}

.summary-label[b-fhfv9jjtgq] {
    font-size: 0.8rem;
    text-transform: uppercase;
    opacity: 0.9;
    margin-left: 8px;
}

.summary-header[b-fhfv9jjtgq] {
    padding: 4px 12px 12px 12px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-align: center;
}

/* Loading and Error States */
.loading-container[b-fhfv9jjtgq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.spinner[b-fhfv9jjtgq] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--brand-primary);
    border-radius: 50%;
    animation: spin-b-fhfv9jjtgq 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-fhfv9jjtgq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-container[b-fhfv9jjtgq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    margin: 2rem 0;
}

.error-icon[b-fhfv9jjtgq] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-message[b-fhfv9jjtgq] {
    color: #856404;
    margin: 1rem 0;
    font-size: 1.1rem;
}

.btn-retry[b-fhfv9jjtgq] {
    background-color: var(--brand-primary);
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background-color 0.3s;
}

.btn-retry:hover[b-fhfv9jjtgq] {
    background-color: var(--brand-primary-hover);
}

.support-message[b-fhfv9jjtgq] {
    margin-top: 1rem;
    color: #856404;
    font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
    .compare-plans-step[b-fhfv9jjtgq] {
        padding: 0 10px;
    }

    .packages-container[b-fhfv9jjtgq] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .selection-options[b-fhfv9jjtgq] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .summary-content[b-fhfv9jjtgq] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .summary-price[b-fhfv9jjtgq] {
        margin-left: 0;
    }

    .summary-label[b-fhfv9jjtgq] {
        margin-left: 0;
    }
}
/* /Components/Pages/Insured/Steps/BusinessInformationStep.razor.rz.scp.css */
.business-info-step[b-0uhoubbkzf] {
    max-width: max-content;
    margin: 0 auto;
    padding: 0 8rem;
}

.step-header[b-0uhoubbkzf] {
    margin-bottom: 30px;
}

.step-title[b-0uhoubbkzf] {
    color: var(--brand-primary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.step-subtitle[b-0uhoubbkzf] {
    color: #666;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.business-form-container[b-0uhoubbkzf] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--brand-primary);
}

.company-info-section[b-0uhoubbkzf] {
    position: relative;
}

.section-header[b-0uhoubbkzf] {
    background-color: var(--brand-primary);
    color: white;
    padding: 16px 30px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 1rem 1rem 0 0;
}

.form-grid[b-0uhoubbkzf] {
    padding: 30px;
}

.form-row[b-0uhoubbkzf] {
    display: flex;
    align-items: center;
    gap: 38rem;
    border-bottom: 1px solid #b9b9b9;
    padding: .5rem;
}

    .form-row:last-child[b-0uhoubbkzf] {
        margin-bottom: 0;
    }

.form-label[b-0uhoubbkzf] {
    font-weight: 500;
    color: #000;
    font-size: 1rem;
    min-width: 140px;
    text-align: left;
    margin: 0;
}

.form-input[b-0uhoubbkzf] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #f8f9fa;
    color: #333;
    transition: all 0.2s ease;
    width: 100%;
}

    .form-input:focus[b-0uhoubbkzf] {
        outline: none;
        border-color: var(--brand-border);
        background-color: white;
        box-shadow: 0 0 0 2px rgba(70, 130, 180, 0.1);
    }

    .form-input[b-0uhoubbkzf]::placeholder {
        color: #6c757d;
        opacity: 1;
    }

.benefits-section[b-0uhoubbkzf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 30px 30px 30px;
}

.benefit-card[b-0uhoubbkzf] {
    background: rgba(74, 100, 120, 0.1);
    border: 3px solid var(--brand-primary);
    border-radius: 1rem;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .benefit-card:hover[b-0uhoubbkzf] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

.benefit-title[b-0uhoubbkzf] {
    color: var(--brand-primary);
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.benefit-description[b-0uhoubbkzf] {
    color: var(--brand-primary);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.validation-message[b-0uhoubbkzf] {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 4px;
    margin-left: 160px;
}

/* Responsive design */
@media (max-width: 768px) {
    .business-info-step[b-0uhoubbkzf] {
        padding: 0 10px;
    }

    .form-grid[b-0uhoubbkzf] {
        padding: 20px;
    }

    .form-row[b-0uhoubbkzf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .form-label[b-0uhoubbkzf] {
        min-width: auto;
        text-align: left;
        font-weight: 600;
    }

    .benefits-section[b-0uhoubbkzf] {
        grid-template-columns: 1fr;
        margin: 20px;
        gap: 16px;
    }

    .validation-message[b-0uhoubbkzf] {
        margin-left: 0;
    }
}
/* /Components/Pages/Insured/Steps/CoverageSolutionsStep.razor.rz.scp.css */
.coverage-solutions-step[b-8apv06n7r8] {
    max-width: max-content;
    margin: 0 auto;
    padding: 0 8rem;
}

.step-header[b-8apv06n7r8] {
    margin-bottom: 25px;
}

.step-title[b-8apv06n7r8] {
    color: var(--brand-primary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.step-subtitle[b-8apv06n7r8] {
    color: #666;
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
}

.solutions-container[b-8apv06n7r8] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid var(--brand-primary);
}

/* CERC Section - Main blue header section */
.cerc-section[b-8apv06n7r8] {
    background-color: var(--brand-primary);
    color: white;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 35px;
    border-radius: 1rem;
    margin: 1rem;
}

.cerc-logo[b-8apv06n7r8] {
    flex-shrink: 0;
    text-align: center;
}

.cerc-text[b-8apv06n7r8] {
    text-align: center;
}

.cerc-large[b-8apv06n7r8] {
    font-size: 3.5rem;
    font-weight: 900;
    display: block;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.cerc-subtitle[b-8apv06n7r8] {
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.95;
}

.cerc-content[b-8apv06n7r8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    flex-grow: 1;
}

.cerc-left[b-8apv06n7r8], .cerc-right[b-8apv06n7r8] {
    font-size: 1rem;
    line-height: 1.5;
}

    .cerc-left p[b-8apv06n7r8], .cerc-right p[b-8apv06n7r8] {
        margin: 0;
        font-weight: 400;
    }

/* Services Grid - Two equal blue cards */
.services-grid[b-8apv06n7r8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.service-card[b-8apv06n7r8] {
    background-color: var(--brand-primary);
    color: white;
    padding: 22px 25px;
    border-radius: 1rem;
    margin: 1rem;
}

    .service-card:first-child[b-8apv06n7r8] {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

.service-title[b-8apv06n7r8] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

.service-description[b-8apv06n7r8] {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Additional Services - Full width blue section */
.additional-services[b-8apv06n7r8] {
    background-color: var(--brand-primary);
    color: white;
    padding: 22px 30px;
    border-radius: 1rem;
    margin: 1rem;
}

.additional-title[b-8apv06n7r8] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

.services-list[b-8apv06n7r8] {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

    .services-list li[b-8apv06n7r8] {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 15px;
        position: relative;
        font-weight: 400;
    }

/* Exclusive Guarantees - Green section */
.guarantees-section[b-8apv06n7r8] {
    background-color: var(--brand-accent);
    color: white;
    padding: 25px 30px;
    border-radius: 1rem;
    margin: 1rem;
}

.guarantees-header[b-8apv06n7r8] {
    margin-bottom: 20px;
}

.guarantees-title[b-8apv06n7r8] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

.guarantees-subtitle[b-8apv06n7r8] {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.guarantees-content[b-8apv06n7r8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.guarantee-item h5[b-8apv06n7r8] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
}

.guarantee-item p[b-8apv06n7r8] {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Responsive design */
@media (max-width: 768px) {
    .coverage-solutions-step[b-8apv06n7r8] {
        padding: 0 10px;
    }

    .cerc-section[b-8apv06n7r8] {
        flex-direction: column;
        text-align: center;
        gap: 25px;
        padding: 20px;
    }

    .cerc-content[b-8apv06n7r8],
    .services-grid[b-8apv06n7r8],
    .guarantees-content[b-8apv06n7r8] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card:first-child[b-8apv06n7r8] {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .additional-services[b-8apv06n7r8],
    .guarantees-section[b-8apv06n7r8] {
        padding: 20px;
    }
}
/* /Components/Pages/Insured/Steps/ReviewSubmitStep.razor.rz.scp.css */
.review-bind-step[b-vss4ancyxz] {
    margin: 0 auto;
    padding: 0 8rem;
}

.step-header[b-vss4ancyxz] {
    margin-bottom: 25px;
}

.step-title[b-vss4ancyxz] {
    color: var(--brand-primary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.2;
}

.step-subtitle[b-vss4ancyxz] {
    color: #666;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.policy-container[b-vss4ancyxz] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid var(--brand-primary);
}

/* Policy Summary Section */
.policy-summary[b-vss4ancyxz] {
    margin-bottom: 2rem;
    border: 3px solid var(--brand-primary);
    border-radius: 1rem;
}

.summary-header[b-vss4ancyxz] {
    background: var(--brand-primary);
    color: white;
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.summary-title[b-vss4ancyxz] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.download-btn[b-vss4ancyxz] {
    background: white;
    color: var(--foreground);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .download-btn:hover[b-vss4ancyxz] {
        background: rgba(255, 255, 255, 0.8);
    }

    .download-btn:disabled[b-vss4ancyxz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.summary-content[b-vss4ancyxz] {
    padding: 3rem 3rem 1rem 3rem;
}

.summary-grid[b-vss4ancyxz] {
    margin-bottom: 25px;
}

.summary-row[b-vss4ancyxz] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

    .summary-row:last-child[b-vss4ancyxz] {
        margin-bottom: 0;
    }

.summary-item[b-vss4ancyxz] {
    display: flex;
    flex-direction: column;
}

.item-label[b-vss4ancyxz] {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.item-value[b-vss4ancyxz] {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

.total-cost[b-vss4ancyxz] {
    border-top: 2px solid #f0f0f0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cost-label[b-vss4ancyxz] {
    color: #333;
    font-size: 1.25rem;
    font-weight: 600;
}

.cost-amount[b-vss4ancyxz] {
    color: #6c8594;
    font-size: 2.25rem;
    font-weight: 700;
}

/* Next Steps Section */
.next-steps[b-vss4ancyxz] {
    background: var(--brand-primary);
    padding: 3rem;
    border-radius: 1rem;
}

.steps-title[b-vss4ancyxz] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-card[b-vss4ancyxz] {
    background: white;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .step-card:last-child[b-vss4ancyxz] {
        margin-bottom: 0;
    }

.step-info[b-vss4ancyxz] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.step-icon[b-vss4ancyxz] {
    font-size: 1.5rem;
    color: white;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: var(--brand-primary);
    display: grid;
    place-items: center;
}

.step-content[b-vss4ancyxz] {
    flex-grow: 1;
}

.step-content-justify[b-vss4ancyxz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    flex-grow: 1;
}

.step-content-desc[b-vss4ancyxz] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.step-name[b-vss4ancyxz] {
    color: var(--brand-primary);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.step-description[b-vss4ancyxz] {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0px;
}

.email-input-group[b-vss4ancyxz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.email-label[b-vss4ancyxz] {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.email-input[b-vss4ancyxz] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    background: #f8f9fa;
}

    .email-input:focus[b-vss4ancyxz] {
        outline: none;
        border-color: var(--brand-border);
        background: white;
    }

.send-esign-btn[b-vss4ancyxz] {
    background: var(--brand-primary);
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 10px 48px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    align-self: flex-end;
    transition: all 0.2s ease;
}

    .send-esign-btn:hover[b-vss4ancyxz] {
        background: var(--brand-primary-hover);
    }

    .send-esign-btn:disabled[b-vss4ancyxz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.pay-now-btn[b-vss4ancyxz] {
    background: var(--brand-primary);
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 10px 48px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

    .pay-now-btn:hover[b-vss4ancyxz] {
        background: var(--brand-primary-hover);
    }

    .pay-now-btn:disabled[b-vss4ancyxz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Responsive design */
@media (max-width: 768px) {
    .review-bind-step[b-vss4ancyxz] {
        padding: 0 10px;
    }

    .summary-header[b-vss4ancyxz] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .summary-row[b-vss4ancyxz] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .total-cost[b-vss4ancyxz] {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .step-info[b-vss4ancyxz] {
        flex-direction: column;
        gap: 10px;
    }

    .email-input-group[b-vss4ancyxz] {
        margin-top: 10px;
    }

    .step-content-justify[b-vss4ancyxz] {
        flex-direction: column;
    }
}
/* /Components/Pages/Insured/Steps/WelcomeLetterStep.razor.rz.scp.css */
.welcome-letter-step[b-0zbalcy9fv] {
    max-width: max-content;
    margin: 0 auto;
    padding: 0 8rem;
}

.welcome-header[b-0zbalcy9fv] {
    margin-bottom: 25px;
    text-align: left;
}

.welcome-title[b-0zbalcy9fv] {
    color: var(--brand-primary); /* Gray-blue color matching the image */
    font-size: 2rem;
    font-weight: bold; /* Medium weight, not bold */
    margin: 0;
    line-height: 1.3;
}

.letter-container[b-0zbalcy9fv] {
    background: white;
    border: 3px solid var(--brand-primary); /* Visible border matching image */
    border-radius: 12px;
    padding: 3rem;
    box-shadow: none; /* Remove shadow to match image */
}

.company-profile[b-0zbalcy9fv] {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 25px;
    padding-bottom: 0; /* Remove bottom padding */
    border-bottom: none; /* Remove border */
}

.company-avatar[b-0zbalcy9fv] {
    width: 200px;
    height: 180px;
    background: var(--brand-primary); /* Darker teal matching the TD avatar in image */
    border-radius: 1rem; /* Slightly rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: none; /* Remove shadow */
}

.company-initial[b-0zbalcy9fv] {
    color: white;
    font-size: 6rem;
    font-weight: 700; /* Bold font for initials */
    letter-spacing: 2px;
}

.company-avatar img[b-0zbalcy9fv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.company-details[b-0zbalcy9fv] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px; /* Slight top padding to align with avatar */
}

.detail-item[b-0zbalcy9fv] {
    font-size: 1rem;
    line-height: 1.4;
    color: #2d3a43;
}

.detail-item strong[b-0zbalcy9fv] {
    color: #2d3a43; /* Teal color for labels */
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline; /* Keep inline with content */
}

.letter-content[b-0zbalcy9fv] {
    color: #2c5f5f; /* Consistent teal color for all text */
}

.salutation[b-0zbalcy9fv] {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 18px;
    color: #2d3a43;
}

.letter-text[b-0zbalcy9fv] {
    font-size: 1rem;
    line-height: 1.6;
    color: #2d3a43;
    margin-bottom: 25px;
    text-align: justify;
}

.value-proposition[b-0zbalcy9fv] {
    background: var(--brand-primary); /* Gray-blue background matching image */
    color: white;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 20px;
}

.value-header[b-0zbalcy9fv] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value-text[b-0zbalcy9fv] {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* Responsive design */
@media (max-width: 768px) {
    .welcome-letter-step[b-0zbalcy9fv] {
        padding: 0 10px;
    }
    
    .letter-container[b-0zbalcy9fv] {
        padding: 20px;
    }
    
    .company-profile[b-0zbalcy9fv] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .company-avatar[b-0zbalcy9fv] {
        align-self: center;
        width: 80px;
        height: 80px;
    }
    
    .company-initial[b-0zbalcy9fv] {
        font-size: 2.2rem;
    }
    
    .value-proposition[b-0zbalcy9fv] {
        padding: 18px;
    }
}
/* /Components/Shared/AccountSettingsModal.razor.rz.scp.css */
/* Modal backdrop */
.settings-modal-backdrop[b-6ao3i4e2ar] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal dialog */
.modal-dialog-settings[b-6ao3i4e2ar] {
    max-width: 560px;
}

/* Modal content container */
.modal-content-settings[b-6ao3i4e2ar] {
    background-color: #f8f9fa;
    height: 640px;
    display: flex;
    flex-direction: column;
}

/* Modal body */
.modal-body-settings[b-6ao3i4e2ar] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header title */
.settings-title[b-6ao3i4e2ar] {
    color: #281018;
}

/* Header subtitle */
.settings-subtitle[b-6ao3i4e2ar] {
    font-size: 0.875rem;
}

/* Tabs container */
.tabs-container[b-6ao3i4e2ar] {
    margin-bottom: 1.25rem;
    padding-top: 0.5rem;
    margin-right: 2rem;
    margin-left: 2rem;
}

/* Tab buttons */
.tab-button[b-6ao3i4e2ar] {
    background-color: transparent;
    border: none;
    padding: 0.625rem 1.75rem;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 20px;
    font-size: 0.9rem;
    min-width: 120px;
}

.tab-button:hover:not(.active)[b-6ao3i4e2ar] {
    background-color: #f0f0f0;
}

.tab-button.active[b-6ao3i4e2ar] {
    background-color: white;
    color: var(--brand-primary);
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Content area */
.content-area[b-6ao3i4e2ar] {
    background-color: white;
    border-radius: 12px;
    min-height: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    flex: 1;
    overflow-y: auto;
}

/* Section headers */
.section-title[b-6ao3i4e2ar] {
    color: var(--brand-primary);
}

.section-subtitle[b-6ao3i4e2ar] {
    font-size: 0.75rem;
}

/* Form labels */
.form-label[b-6ao3i4e2ar] {
    margin-bottom: 0.25rem;
}

.form-label-custom[b-6ao3i4e2ar] {
    color: #333;
    font-size: 0.875rem;
}

/* Form controls */
.form-control[b-6ao3i4e2ar] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
}

.form-control-custom[b-6ao3i4e2ar] {
    background-color: #f8f9fa;
}

.form-control:focus[b-6ao3i4e2ar] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(31, 98, 141, 0.15);
}

/* Password requirements box */
.password-requirements[b-6ao3i4e2ar] {
    background-color: #e7f3ff;
    border-left: 4px solid var(--brand-primary);
    padding: 1rem;
    border-radius: 0.375rem;
}

.password-requirements ul[b-6ao3i4e2ar] {
    list-style-type: none;
    padding-left: 0;
}

.password-requirements li[b-6ao3i4e2ar] {
    color: #333;
    line-height: 1.6;
}

.password-requirements li[b-6ao3i4e2ar]::before {
    content: "• ";
    color: var(--brand-primary);
    font-weight: bold;
    margin-right: 0.5rem;
}

.password-requirements-title[b-6ao3i4e2ar] {
    color: var(--brand-primary);
}

.password-requirements-icon[b-6ao3i4e2ar] {
    font-size: 1.25rem;
}

.password-requirements-list[b-6ao3i4e2ar] {
    font-size: 0.875rem;
}

/* Buttons */
.btn-save[b-6ao3i4e2ar] {
    background-color: #e9ecef;
    color: #333;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.btn-save:hover:not(:disabled)[b-6ao3i4e2ar] {
    background-color: #d6d9dc;
}

.btn-save:disabled[b-6ao3i4e2ar] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-update[b-6ao3i4e2ar] {
    background-color: var(--brand-primary);
    color: white;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.btn-update:hover:not(:disabled)[b-6ao3i4e2ar] {
    background-color: var(--brand-primary-hover);
}

.btn-update:disabled[b-6ao3i4e2ar] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Bottom padding */
.modal-bottom-padding[b-6ao3i4e2ar] {
    height: 1rem;
}

/* /Components/Shared/ClientAddFormModal.razor.rz.scp.css */
/* ClientEditForm Scoped Styles */

/* Alert Styles */
.error-alert[b-vml7q9jd5o] {
    border-left: 4px solid #dc2626;
    background-color: #fef2f2;
    border-radius: 8px;
}

.error-alert-icon[b-vml7q9jd5o] {
    color: #dc2626;
    font-size: 1.125rem;
}

.error-alert-title[b-vml7q9jd5o] {
    color: #991b1b;
    font-size: 0.875rem;
}

.error-alert-list[b-vml7q9jd5o] {
    font-size: 0.8125rem;
    color: #991b1b;
}

/* Form Labels */
.form-label[b-vml7q9jd5o] {
    color: var(--foreground);
    font-size: 0.9375rem; /* 15px - hierarchically larger than inputs */
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.5;
}

.required-indicator[b-vml7q9jd5o] {
    color: #dc2626;
    margin-left: 0.25rem;
    font-size: 0.9375rem;
}

.optional-text[b-vml7q9jd5o] {
    color: #6b7280;
    font-weight: normal;
    font-size: 0.8125rem;
    margin-left: 0.5rem;
}

/* Form Controls */
.form-control[b-vml7q9jd5o],
.form-select[b-vml7q9jd5o] {
    font-size: 0.875rem; /* 14px - balanced with labels */
    padding: 0.5rem 0.75rem; /* Compact but comfortable padding */
    border-radius: 0.375rem;
    line-height: 1.5;
    height: auto;
}

.form-control:focus[b-vml7q9jd5o],
.form-select:focus[b-vml7q9jd5o] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(31, 98, 141, 0.15);
    outline: none;
}

/* General placeholder styling - smaller and more muted */
.form-control[b-vml7q9jd5o]::placeholder {
    color: #d1d5db;
    font-size: 0.75rem; /* Smaller than input text */
    font-weight: 400;
}

/* Revenue Input Placeholder - smaller and more muted */
.form-control.revenue-input[b-vml7q9jd5o]::placeholder {
    color: #d1d5db;
    font-size: 0.75rem; /* Smaller than default */
    font-weight: 400;
}

/* Read-only Fields */
.readonly-field[b-vml7q9jd5o] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

/* Helper Text */
.helper-text[b-vml7q9jd5o] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
    display: block;
    line-height: 1.4;
}

/* Effective Date Section */
.date-wrapper[b-vml7q9jd5o] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.date-input[b-vml7q9jd5o] {
    flex: 1;
}

.tbd-checkbox-wrapper[b-vml7q9jd5o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.tbd-checkbox[b-vml7q9jd5o] {
    margin: 0;
    cursor: pointer;
}

.tbd-label[b-vml7q9jd5o] {
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
    color: var(--foreground);
}

/* Action Buttons */
.action-buttons[b-vml7q9jd5o] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--brand-border);
}

.btn-cancel[b-vml7q9jd5o],
.btn-submit[b-vml7q9jd5o] {
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    min-width: 120px;
    border: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-cancel[b-vml7q9jd5o] {
    background-color: var(--brand-primary);
    color: white;
}

.btn-cancel:hover:not(:disabled)[b-vml7q9jd5o] {
    background-color: var(--brand-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(31, 98, 141, 0.2);
}

.btn-submit[b-vml7q9jd5o] {
    background-color: var(--brand-accent);
    color: white;
}

.btn-submit:hover:not(:disabled)[b-vml7q9jd5o] {
    background-color: var(--brand-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(103, 183, 164, 0.3);
}

.btn-cancel:disabled[b-vml7q9jd5o],
.btn-submit:disabled[b-vml7q9jd5o] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cancel i[b-vml7q9jd5o],
.btn-submit i[b-vml7q9jd5o] {
    font-size: 1rem;
}

.spinner-border-sm[b-vml7q9jd5o] {
    width: 1rem;
    height: 1rem;
    border-width: 0.125rem;
}

/* Spacing */
.field-group[b-vml7q9jd5o] {
    margin-bottom: 1rem;
}

.field-group-small[b-vml7q9jd5o] {
    margin-bottom: 0.625rem;
}

.field-group-last[b-vml7q9jd5o] {
    margin-bottom: 1.5rem;
}

/* Address Row */
.city-state-row[b-vml7q9jd5o] {
    display: flex;
    gap: 0.5rem;
}

.city-col[b-vml7q9jd5o] {
    flex: 0 0 50%;
}

.state-col[b-vml7q9jd5o] {
    flex: 0 0 50%;
}

/* Validation Messages */
[b-vml7q9jd5o] .validation-message,
[b-vml7q9jd5o] .invalid-feedback {
    color: #dc2626;
    font-size: 0.75rem; /* Match helper-text size */
    margin-top: 0.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    line-height: 1.4;
}

[b-vml7q9jd5o] .validation-message::before {
    content: "⚠";
    flex-shrink: 0;
    font-size: 0.75rem;
}

/* Invalid field styling - only show border, not background */
.form-control.is-invalid[b-vml7q9jd5o],
.form-select.is-invalid[b-vml7q9jd5o] {
    border-color: #dc2626;
    background-image: none; /* Remove Bootstrap's default validation icon */
    padding-right: 0.75rem; /* Reset padding from Bootstrap validation */
}

.form-control.is-invalid:focus[b-vml7q9jd5o],
.form-select.is-invalid:focus[b-vml7q9jd5o] {
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.15);
}

/* /Components/Shared/ClientTable.razor.rz.scp.css */
.client-management-table thead th[b-wdcgh62wag] {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    padding: 1rem;
    border-bottom: 2px solid #dee2e6;
}

.client-management-table tbody tr[b-wdcgh62wag] {
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.client-management-table tbody tr:hover[b-wdcgh62wag] {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.client-management-table tbody td[b-wdcgh62wag] {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
}

/* Status Badge Styles */
.status-badge-configured[b-wdcgh62wag] {
    background-color: var(--brand-accent);
}

.status-badge-started[b-wdcgh62wag] {
    background-color: var(--brand-primary);
    color: white;
}

/* Action Button Styles */
.action-btn-declined[b-wdcgh62wag] {
    background-color: #dc3545;
    color: white;
    border: none;
}

.action-btn-declined:hover[b-wdcgh62wag] {
    background-color: #c82333;
    color: white;
}

.action-btn-configured[b-wdcgh62wag] {
    background-color: var(--brand-accent);
    color: white;
    border: none;
}

.action-btn-configured:hover[b-wdcgh62wag] {
    background-color: var(--brand-accent);
    color: white;
}

.action-btn-started[b-wdcgh62wag] {
    background-color: var(--brand-primary);
    color: white;
    border: none;
}

.action-btn-started:hover[b-wdcgh62wag] {
    background-color: var(--brand-primary);
    color: white;
}

.action-btn-bound[b-wdcgh62wag] {
    background-color: var(--brand-accent);
    color: white;
    border: none;
}

.action-btn-bound:hover[b-wdcgh62wag] {
    background-color: var(--brand-accent-hover);
    color: white;
}

/* /Components/Shared/Coverage.razor.rz.scp.css */
.coverage-section[b-p09uj5q6eu] {
    margin-bottom: 0;
}

.section-title[b-p09uj5q6eu] {
    background-color: var(--brand-primary);
    color: white;
    padding: 12px 20px;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 5px 5px 0px 0px;
}

.coverage-list[b-p09uj5q6eu] {
    padding: 15px 20px;
    border: 1px solid rgb(203, 213, 225);
}
/* /Components/Shared/CoverageItem.razor.rz.scp.css */
.coverage-item[b-p9j13wzgv6] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 1rem;
    color: #2d3a43;
    gap: 10px;
}

    .coverage-item:last-child[b-p9j13wzgv6] {
        margin-bottom: 0;
    }

.max-exclusive[b-p9j13wzgv6] {
    color: var(--brand-accent);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* /Components/Shared/DashboardHeader.razor.rz.scp.css */
.dashboard-header[b-bzx214j9ts] {
    /* Background is set via inline style in component */
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    min-height: 100px;
    position: relative;
    padding: 2rem;
}

.dashboard-header img[b-bzx214j9ts] {
    position: relative;
    z-index: 2;
}

.dashboard-header .text-white[b-bzx214j9ts] {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.dashboard-header .container-fluid[b-bzx214j9ts] {
    position: relative;
    z-index: 2;
}

.dropdown-toggle[b-bzx214j9ts] {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.dropdown-toggle:hover[b-bzx214j9ts] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-menu[b-bzx214j9ts] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-bzx214j9ts] {
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-bzx214j9ts] {
    background-color: var(--brand-accent);
    color: white;
}

/* /Components/Shared/DeclineQuoteDialog.razor.rz.scp.css */
/* Decline Quote Dialog Styles */

.decline-quote-modal[b-5xfc5n2nx7] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

    .decline-quote-modal .modal-header[b-5xfc5n2nx7] {
        padding: 0.8rem 1.5rem;
        border-bottom: none;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .decline-quote-modal .modal-title[b-5xfc5n2nx7] {
        font-size: 1.25rem;
        font-weight: 600;
        color: #212529;
        margin: 0;
    }

    .decline-quote-modal .btn-close[b-5xfc5n2nx7] {
        padding: 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

    .decline-quote-modal .modal-body[b-5xfc5n2nx7] {
        padding: 0px 1.5rem;
        background-color: #fff;
    }

.decline-message[b-5xfc5n2nx7] {
    margin-bottom: 0.5rem;
}

    .decline-message p[b-5xfc5n2nx7] {
        margin-bottom: 0rem;
        color: #6c757d;
        font-size: 0.85rem;
    }

        .decline-message p:last-child[b-5xfc5n2nx7] {
            margin-bottom: 0;
        }

.reason-section[b-5xfc5n2nx7] {
    position: relative;
}

    .reason-section .form-label[b-5xfc5n2nx7] {
        font-weight: 500;
        color: #495057;
        margin-bottom: 0rem;
        font-size: 0.9rem;
    }

.decline-textarea[b-5xfc5n2nx7] {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    resize: vertical;
    min-height: 100px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .decline-textarea:focus[b-5xfc5n2nx7] {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

    .decline-textarea[b-5xfc5n2nx7]::placeholder {
        color: #adb5bd;
        opacity: 1;
    }

.character-count[b-5xfc5n2nx7] {
    text-align: right;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.decline-quote-modal .modal-footer[b-5xfc5n2nx7] {
    padding: 1rem;
    padding-top: .2rem;
    border-top: none;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: flex-end;
}

.cancel-btn[b-5xfc5n2nx7] {
    min-width: 50px;
    transition: all 0.15s ease-in-out !important;
    border: 1px solid #EBE5E7;
    border-radius: .5rem !important;
}

.confirm-decline-btn[b-5xfc5n2nx7] {
    min-width: 120px;
    height: 2.2rem !important;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: .5rem !important; 
    transition: all 0.15s ease-in-out;
    text-transform: capitalize !important;
}

    .confirm-decline-btn:hover[b-5xfc5n2nx7] {
        background-color: var(--brand-secondary-dark);
        border-color: var(--brand-secondary-dark);
        transform: translateY(-1px);
    }

    .confirm-decline-btn:active[b-5xfc5n2nx7] {
        background-color: var(--brand-secondary-dark);
        border-color: var(--brand-secondary-dark);
        transform: translateY(0);
    }

/* Responsive adjustments */
@media (max-width: 576px) {
    .decline-quote-modal .modal-header[b-5xfc5n2nx7],
    .decline-quote-modal .modal-body[b-5xfc5n2nx7],
    .decline-quote-modal .modal-footer[b-5xfc5n2nx7] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .decline-quote-modal .modal-footer[b-5xfc5n2nx7] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .cancel-btn[b-5xfc5n2nx7],
    .confirm-decline-btn[b-5xfc5n2nx7] {
        width: 100%;
        min-width: unset;
    }
}
/* /Components/Shared/InviteLinkHandler.razor.rz.scp.css */
.invite-link-content[b-zjhhzbwc6q] {
    position: relative;
    z-index: 5;
    padding: 20px;
    min-height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .invite-link-content[b-zjhhzbwc6q] {
        padding: 10px;
    }
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-6bn1lkd078] {
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem;
}

.loading-text[b-6bn1lkd078] {
    font-size: 0.9rem;
    color: #6c757d;
}

.spinner-border-sm[b-6bn1lkd078] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Shared/PricingOption.razor.rz.scp.css */
.pricing-option[b-59ujr7oou4] {
    background: white;
    border-radius: 1rem;
    padding: 12px 16px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: .5rem solid transparent;
}

    .pricing-option:last-child[b-59ujr7oou4] {
        margin-bottom: 0;
    }

    .pricing-option:hover[b-59ujr7oou4] {
        border-color: var(--brand-accent);
    }

    .pricing-option.selected[b-59ujr7oou4] {
        border-color: var(--brand-accent);
        background: #f0f8ff;
    }

.coverage-amount[b-59ujr7oou4] {
    color: var(--brand-primary);
    font-size: 1.5rem;
}

.price[b-59ujr7oou4] {
    text-align: right;
}

.price-amount[b-59ujr7oou4] {
    color: var(--brand-accent);
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
}

.price-label[b-59ujr7oou4] {
    color: #000;
    font-size: 1rem;
    text-transform: none;
}
/* /Components/Shared/ProjectAddressForm.razor.rz.scp.css */
/* Project Address Form Component Styles */

.row[b-r4qme57dki] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.row:last-child[b-r4qme57dki] {
    margin-bottom: 0;
}

.col-12[b-r4qme57dki],
.col-md-6[b-r4qme57dki] {
    padding: 0 8px;
    margin-bottom: 0;
}

/* Section title styling */
.section-title[b-r4qme57dki] {
    color: #495057;
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 1rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 8px;
}

/* Auto-filled field styling */
.auto-filled-field[b-r4qme57dki] {
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

.auto-filled-field:disabled[b-r4qme57dki] {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #6c757d !important;
}

/* Ensure disabled state is visible */
.form-control.auto-filled-field:disabled[b-r4qme57dki] {
    background-color: #e9ecef !important;
    opacity: 0.7;
}

/* Loading spinner positioning */
.loading-spinner[b-r4qme57dki] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.loading-spinner .spinner-border-sm[b-r4qme57dki] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Form groups within address section */
.project-address-section .form-group[b-r4qme57dki] {
    margin-bottom: 16px;
}

/* Form labels within address section */
.project-address-section .form-label[b-r4qme57dki] {
    display: block;
    margin-bottom: 6px;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
}

/* Form controls within address section */
.project-address-section .form-control[b-r4qme57dki] {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Focus states for address form controls */
.project-address-section .form-control:focus[b-r4qme57dki] {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Placeholder styling */
.project-address-section .form-control[b-r4qme57dki]::placeholder {
    color: #6c757d;
    opacity: 1;
}

/* Row spacing within address section */
.project-address-section .row[b-r4qme57dki] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: 16px;
}

/* Remove margin from last row */
.project-address-section .row:last-child[b-r4qme57dki] {
    margin-bottom: 0;
}

/* Column styling within address section */
.project-address-section .col-12[b-r4qme57dki],
.project-address-section .col-md-6[b-r4qme57dki] {
    padding: 0 8px;
    margin-bottom: 0;
}

.project-address-section .col-12[b-r4qme57dki] {
    flex: 0 0 100%;
}

.project-address-section .col-md-6[b-r4qme57dki] {
    flex: 0 0 100%;
}

/* Responsive behavior for medium screens and up */
@media (min-width: 768px) {
    .project-address-section .col-md-6[b-r4qme57dki] {
        flex: 0 0 50%;
    }
}

/* Invalid feedback styling within address section */
.project-address-section .invalid-feedback[b-r4qme57dki] {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 4px;
}

/* Special styling for required fields */
.project-address-section .form-label[data-required="true"][b-r4qme57dki]::after {
    content: " *";
    color: #dc3545;
}

/* Enhanced focus ring for accessibility */
.project-address-section .form-control:focus-visible[b-r4qme57dki] {
    outline: 2px solid #80bdff;
    outline-offset: 2px;
}

/* Disabled state styling */
.project-address-section .form-control:disabled[b-r4qme57dki] {
    background-color: #e9ecef;
    opacity: 1;
    color: #6c757d;
}

/* Address section specific hover effects */
.project-address-section:hover[b-r4qme57dki] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
    .project-address-section[b-r4qme57dki] {
        padding: 16px;
        margin: 16px 0;
    }

    .project-address-section .section-title[b-r4qme57dki] {
        font-size: 0.95rem;
        margin-bottom: 16px;
    }

    .project-address-section .row[b-r4qme57dki] {
        margin-bottom: 12px;
    }
}

/* Print styles */
@media print {
    .project-address-section[b-r4qme57dki] {
        border: 1px solid var(--brand-border);
        box-shadow: none;
        background-color: #fff;
    }

    .project-address-section .section-title[b-r4qme57dki] {
        border-bottom: 1px solid var(--brand-border);
    }
}
/* /Components/Shared/ProjectDetailsForm.razor.rz.scp.css */
.project-details-form[b-xth27vy6rx] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin: 20px 0;
}

.form-header[b-xth27vy6rx] {
    margin-bottom: 20px;
}

.form-title[b-xth27vy6rx] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.form-content[b-xth27vy6rx] {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Increased to match Project Address spacing */
}

.form-label[b-xth27vy6rx] {
    display: block;
    margin-bottom: 6px;
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-xth27vy6rx], .form-select[b-xth27vy6rx] {
    width: 100%;
    padding: 8px 12px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus[b-xth27vy6rx], .form-select:focus[b-xth27vy6rx] {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control[b-xth27vy6rx]::placeholder {
        color: #6c757d;
        opacity: 1;
    }

.project-address-section[b-xth27vy6rx] {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px; /* Increased to match other sections */
    margin: 20px 0; /* Consistent margin with form sections */
}

.section-title[b-xth27vy6rx] {
    color: #495057;
    font-weight: 600;
    margin: 0 0 20px 0; /* Increased bottom margin for consistency */
    font-size: 1rem;
}

.invalid-feedback[b-xth27vy6rx] {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 4px;
}

.row[b-xth27vy6rx] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: 8px; /* Consistent spacing between rows */
}

    .row:last-child[b-xth27vy6rx] {
        margin-bottom: 0; /* Remove margin from last row */
    }

.col-12[b-xth27vy6rx],
.col-md-6[b-xth27vy6rx] {
    padding: 0 8px;
    margin-bottom: 0; /* Remove individual column margins, use row margins instead */
}

.col-12[b-xth27vy6rx] {
    flex: 0 0 100%;
}

.col-md-6[b-xth27vy6rx] {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .col-md-6[b-xth27vy6rx] {
        flex: 0 0 50%;
    }
}

/* Custom styling to match the image */
textarea.form-control[b-xth27vy6rx] {
    resize: vertical;
    min-height: 80px;
}

input[type="number"].form-control[b-xth27vy6rx] {
    -moz-appearance: textfield;
}

    input[type="number"].form-control[b-xth27vy6rx]::-webkit-outer-spin-button,
    input[type="number"].form-control[b-xth27vy6rx]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
