@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;
}

#blazor-error-ui[b-6pnziuubaj] {
    display: none !important;
}
/* /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;
}

/* Disabled form controls */
.form-control:disabled[b-g61s9jwjg3],
.form-select:disabled[b-g61s9jwjg3],
input:disabled[b-g61s9jwjg3],
textarea:disabled[b-g61s9jwjg3] {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #e9ecef !important;
}

/* Disabled radio buttons and checkboxes */
.form-check-input:disabled[b-g61s9jwjg3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-check-input:disabled ~ .form-check-label[b-g61s9jwjg3] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Validation Messages */
[b-g61s9jwjg3] .validation-message,
[b-g61s9jwjg3] .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-g61s9jwjg3] .validation-message::before {
    content: "⚠";
    flex-shrink: 0;
    font-size: 0.75rem;
}

/* Invalid field styling - only show border, not background */
.form-control.is-invalid[b-g61s9jwjg3],
.form-select.is-invalid[b-g61s9jwjg3] {
    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-g61s9jwjg3],
.form-select.is-invalid:focus[b-g61s9jwjg3] {
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.15);
}

/* 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;
}

/* Slide-Left Animation */
@keyframes slideLeft-b-g61s9jwjg3 {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-left-animation[b-g61s9jwjg3] {
    animation: slideLeft-b-g61s9jwjg3 0.5s ease-out;
}

/* Ensure smooth transitions for dynamic content changes */
.slide-left-animation .card[b-g61s9jwjg3] {
    transition: all 0.3s ease;
}

/* /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 */
}

/* Disabled state */
.zip-field-container input:disabled[b-qpzcw1odzk] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /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;
}

/* Table Row Highlight Animation */
[b-pzbzduecmz] .table-row-highlight {
    background-color: rgba(1, 148, 159, 0.15) !important;
    animation: fadeOutHighlight-b-pzbzduecmz 3s ease-out forwards;
}

@keyframes fadeOutHighlight-b-pzbzduecmz {
    0% {
        background-color: rgba(1, 148, 159, 0.15);
    }
    100% {
        background-color: transparent;
    }
}
/* /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;
}

.quote-decline-btn[b-csktaw1jd2] {
    background: linear-gradient(135deg, #f87171 0%, #f43f5e 100%) !important;
    border: none;
    color: #fff;
    min-width: 150px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quote-decline-btn:hover:not(:disabled)[b-csktaw1jd2] {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(244, 63, 94, 0.35);
}

.quote-decline-btn:disabled[b-csktaw1jd2] {
    opacity: 0.65;
    cursor: not-allowed;
    box-shadow: none;
}

.quote-declined-banner[b-csktaw1jd2] {
    background: linear-gradient(120deg, #fee4e2 0%, #fed7d7 100%);
    border: 1px solid #fda29b;
    border-radius: 18px;
    padding: 1.25rem 1.5rem;
    color: #b42318;
    border-left: 8px solid #dc3545;
}

.quote-declined-icon[b-csktaw1jd2] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f97066;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.quote-declined-heading[b-csktaw1jd2] {
    font-weight: 600;
    font-size: 1rem;
    color: #7a271a;
}

.quote-declined-reason[b-csktaw1jd2] {
    font-size: 0.9rem;
    color: #912018;
}

.quote-declined-reopen[b-csktaw1jd2] {
    background-color: #fff;
    color: #b42318;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 16px rgba(244, 63, 94, 0.25);
    min-width: 130px;
}

.quote-declined-reopen:disabled[b-csktaw1jd2] {
    opacity: 0.7;
    box-shadow: none;
}

@media (max-width: 576px) {
    .quote-declined-banner[b-csktaw1jd2] {
        padding: 1rem;
    }
}
/* /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/Agent/TestPricingPage.razor.rz.scp.css */
/* /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;
    border-radius: 0 0 12px 12px;
}

.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 Page Styles */

.agent-management[b-nxh7ffduy6] {
    color: #1e293b;
}

.agent-management-standalone[b-nxh7ffduy6] {
    max-width: 1200px;
    margin: 0 auto;
}

.agent-management-section[b-nxh7ffduy6] {
    background-color: #f8fafc;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 2rem;
}

.agent-management-header[b-nxh7ffduy6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.agent-management-title[b-nxh7ffduy6] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.agent-management-subtitle[b-nxh7ffduy6] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
    max-width: 32rem;
}

.agent-management-add[b-nxh7ffduy6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    border: none;
    background-color: var(--brand-primary);
    color: #ffffff;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.agent-management-add i[b-nxh7ffduy6] {
    font-size: 1rem;
}

.agent-management-add:hover[b-nxh7ffduy6],
.agent-management-add:focus[b-nxh7ffduy6] {
    background-color: var(--brand-primary-hover);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}


/* Modal Styles */
.agent-modal[b-nxh7ffduy6] {
    z-index: 1050;
}

.agent-modal-dialog[b-nxh7ffduy6] {
    max-width: 540px;
}

.agent-modal-content[b-nxh7ffduy6] {
    border-radius: 16px;
    border: 2px solid var(--brand-border);
    overflow: hidden;
}

.agent-modal-header[b-nxh7ffduy6] {
    background-color: #f8fafc;
    border-bottom: 2px solid var(--brand-border);
    padding: 1.25rem 1.5rem;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.agent-modal-header .modal-title[b-nxh7ffduy6] {
    color: #5b91b8;
    font-size: 1.25rem;
    font-weight: 700;
}

.agent-modal-close[b-nxh7ffduy6] {
    background-color: transparent;
    border: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.agent-modal-close:hover[b-nxh7ffduy6] {
    opacity: 1;
}

.agent-modal-body[b-nxh7ffduy6] {
    padding: 1.5rem;
}


/* Agent Form Styles */
.agent-form[b-nxh7ffduy6] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.agent-form-error[b-nxh7ffduy6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
}

.agent-field[b-nxh7ffduy6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.agent-field-grid[b-nxh7ffduy6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.agent-label[b-nxh7ffduy6] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
}

.agent-input[b-nxh7ffduy6] {
    padding: 0.625rem 0.875rem;
    border: 2px solid var(--brand-border);
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.agent-input:focus[b-nxh7ffduy6] {
    outline: none;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(91, 145, 184, 0.1);
}

.agent-select[b-nxh7ffduy6] {
    cursor: pointer;
}

/* Photo Upload Styles */
.agent-photo-block[b-nxh7ffduy6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.agent-photo-container[b-nxh7ffduy6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.agent-photo-row[b-nxh7ffduy6] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.agent-photo-preview[b-nxh7ffduy6] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #5b91b8 0%, #3b7098 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.agent-photo-preview img[b-nxh7ffduy6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-photo-preview i[b-nxh7ffduy6] {
    font-size: 2rem;
    color: #ffffff;
}

.agent-photo-upload-area[b-nxh7ffduy6] {
    flex: 1;
}

.visually-hidden-input-wrapper[b-nxh7ffduy6] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.agent-photo-input-hidden[b-nxh7ffduy6] {
    position: absolute !important;
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.agent-photo-input-hidden[b-nxh7ffduy6],
.agent-photo-input-hidden[b-nxh7ffduy6]::before,
.agent-photo-input-hidden[b-nxh7ffduy6]::after,
.agent-photo-input-hidden[b-nxh7ffduy6]::-webkit-file-upload-button {
    position: absolute !important;
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.agent-photo-upload-label[b-nxh7ffduy6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.5rem;
    border: 2px dashed var(--brand-border);
    border-radius: 8px;
    background-color: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
}

.agent-photo-upload-label:hover[b-nxh7ffduy6] {
    border-color: var(--brand-primary);
    background-color: #f1f5f9;
}

.agent-photo-upload-label i[b-nxh7ffduy6] {
    font-size: 1.5rem;
    color: #5b91b8;
}

.agent-photo-upload-text[b-nxh7ffduy6] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
}

.agent-photo-upload-hint[b-nxh7ffduy6] {
    color: #64748b;
    font-size: 0.75rem;
}

.agent-photo-loading[b-nxh7ffduy6] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 104px; /* Approximate height of the upload label */
    border: 2px dashed var(--brand-border);
    border-radius: 8px;
    background-color: #f8fafc;
}

.agent-photo-remove[b-nxh7ffduy6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.agent-photo-remove:hover[b-nxh7ffduy6] {
    background-color: #fee2e2;
}

.agent-photo-remove i[b-nxh7ffduy6] {
    font-size: 1rem;
}

/* Form Actions */
.agent-form-actions[b-nxh7ffduy6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.agent-btn[b-nxh7ffduy6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.agent-btn:disabled[b-nxh7ffduy6] {
    opacity: 0.6;
    cursor: not-allowed;
}

.agent-btn-secondary[b-nxh7ffduy6] {
    background-color: #f1f5f9;
    color: #475569;
}

.agent-btn-secondary:hover:not(:disabled)[b-nxh7ffduy6] {
    background-color: #e2e8f0;
}

.agent-btn-primary[b-nxh7ffduy6] {
    background-color: var(--brand-primary);
    color: #ffffff;
}

.agent-btn-primary:hover:not(:disabled)[b-nxh7ffduy6] {
    background-color: var(--brand-primary-hover);
}

/* Confirmation Modal Styles */
.agent-confirm-text[b-nxh7ffduy6] {
    color: #475569;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.agent-confirm-actions[b-nxh7ffduy6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.modal-backdrop[b-nxh7ffduy6] {
    background-color: rgba(15, 23, 42, 0.5);
    z-index: 1040;
}

/* Responsive Design */
@media (max-width: 768px) {
    .agent-management-section[b-nxh7ffduy6] {
        padding: 1.5rem;
    }

    .agent-management-header[b-nxh7ffduy6] {
        flex-direction: column;
        align-items: stretch;
    }

    .agent-management-add[b-nxh7ffduy6] {
        width: 100%;
        justify-content: center;
    }

    .agent-field-grid[b-nxh7ffduy6] {
        grid-template-columns: 1fr;
    }

    .agent-photo-row[b-nxh7ffduy6] {
        flex-direction: column;
        align-items: center;
    }

    .agent-photo-upload-area[b-nxh7ffduy6] {
        width: 100%;
    }

    .agent-form-actions[b-nxh7ffduy6] {
        flex-direction: column;
    }

    .agent-btn[b-nxh7ffduy6] {
        width: 100%;
    }
}
/* /Components/Pages/Company/Components/AgentCard.razor.rz.scp.css */
/* Agent Card Styles */

.agent-card[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: #ffffff;
    border: 3px solid var(--brand-border);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.agent-card:hover[b-vzb3fnbw0d] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agent-card-clickable[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.agent-avatar[b-vzb3fnbw0d] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #5b91b8 0%, #3b7098 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.agent-avatar img[b-vzb3fnbw0d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agent-placeholder-icon[b-vzb3fnbw0d] {
    font-size: 1.75rem;
    color: #ffffff;
}

.agent-initials[b-vzb3fnbw0d] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    user-select: none;
}

.agent-details[b-vzb3fnbw0d] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.agent-name[b-vzb3fnbw0d] {
    color: #1e293b;
    font-size: 1.125rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agent-email[b-vzb3fnbw0d] {
    color: #64748b;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agent-title[b-vzb3fnbw0d] {
    color: #475569;
    font-size: 0.875rem;
    margin-top: 0.125rem;
}

.agent-tags[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.375rem;
}

.agent-tags .badge[b-vzb3fnbw0d] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.role-badge[b-vzb3fnbw0d] {
    background-color: var(--brand-primary);
    color: #ffffff;
}

.status-badge-active[b-vzb3fnbw0d] {
    background-color: #10b981;
    color: #ffffff;
}

.status-badge-inactive[b-vzb3fnbw0d] {
    background-color: #64748b;
    color: #ffffff;
}

.agent-actions[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.agent-edit[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    color: #5b91b8;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.125rem;
}

.agent-edit:hover[b-vzb3fnbw0d] {
    background-color: #f1f5f9;
    color: var(--brand-primary);
}

.agent-toggle[b-vzb3fnbw0d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.agent-toggle.deactivate[b-vzb3fnbw0d] {
    background-color: #fef2f2;
    color: #dc2626;
}

.agent-toggle.deactivate:hover:not(:disabled)[b-vzb3fnbw0d] {
    background-color: #fee2e2;
}

.agent-toggle.activate[b-vzb3fnbw0d] {
    background-color: #f0fdf4;
    color: #16a34a;
}

.agent-toggle.activate:hover:not(:disabled)[b-vzb3fnbw0d] {
    background-color: #dcfce7;
}

.agent-toggle:disabled[b-vzb3fnbw0d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.agent-toggle-spinner[b-vzb3fnbw0d] {
    margin-right: 0.25rem;
}

@media (max-width: 768px) {
    .agent-card[b-vzb3fnbw0d] {
        flex-direction: column;
        align-items: flex-start;
    }

    .agent-card-clickable[b-vzb3fnbw0d] {
        width: 100%;
    }

    .agent-actions[b-vzb3fnbw0d] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Components/Pages/Company/Components/AgentList.razor.rz.scp.css */
/* Agent List Section Styles */

.agent-list-section[b-axuuqwviwe] {
    background-color: #f8fafc;
    margin-bottom: 2rem;
}

.agent-list-header[b-axuuqwviwe] {
    margin-bottom: 1.5rem;
}

.agent-list-title[b-axuuqwviwe] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.agent-list-subtitle[b-axuuqwviwe] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.agent-section-header[b-axuuqwviwe] {
    margin-bottom: 1rem;
}

.team-count[b-axuuqwviwe] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
}

.team-count i[b-axuuqwviwe] {
    font-size: 1.125rem;
}

.team-label[b-axuuqwviwe] {
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.agent-list-grid[b-axuuqwviwe] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.empty-state[b-axuuqwviwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #64748b;
    text-align: center;
}

.empty-state i[b-axuuqwviwe] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #94a3b8;
}

.empty-state p[b-axuuqwviwe] {
    margin: 0;
    font-size: 0.875rem;
}

/* Loading Skeleton */
.agent-card-skeleton[b-axuuqwviwe] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: #ffffff;
    border: 3px solid var(--brand-border);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.skeleton-content[b-axuuqwviwe] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.skeleton-avatar[b-axuuqwviwe] {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.skeleton-details[b-axuuqwviwe] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.skeleton-actions[b-axuuqwviwe] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.agent-card-skeleton .placeholder[b-axuuqwviwe] {
    background-color: #e2e8f0;
    animation: placeholder-glow-b-axuuqwviwe 2s ease-in-out infinite;
}

@keyframes placeholder-glow-b-axuuqwviwe {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .agent-card-skeleton[b-axuuqwviwe] {
        flex-direction: column;
        align-items: flex-start;
    }

    .skeleton-content[b-axuuqwviwe] {
        width: 100%;
    }

    .skeleton-actions[b-axuuqwviwe] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Components/Pages/Company/Components/AgentPagination.razor.rz.scp.css */
/* Agent Pagination Styles */

.agent-pagination[b-ro8e4q71oq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid var(--brand-border);
}

.agent-pagination-info[b-ro8e4q71oq] {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

.agent-pagination-controls[b-ro8e4q71oq] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-status[b-ro8e4q71oq] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 0.5rem;
}

.page-button[b-ro8e4q71oq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    border: 2px solid var(--brand-border);
    border-radius: 8px;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.page-button:hover:not(:disabled)[b-ro8e4q71oq] {
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #ffffff;
}

.page-button:disabled[b-ro8e4q71oq] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-button.prev[b-ro8e4q71oq] {
    /* Additional styling for previous button if needed */
}

.page-button.next[b-ro8e4q71oq] {
    /* Additional styling for next button if needed */
}

@media (max-width: 768px) {
    .agent-pagination[b-ro8e4q71oq] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .agent-pagination-info[b-ro8e4q71oq] {
        text-align: center;
    }

    .agent-pagination-controls[b-ro8e4q71oq] {
        justify-content: center;
    }
}
/* /Components/Pages/Company/Components/AgentToolbar.razor.rz.scp.css */
/* Agent Toolbar Styles */

.agent-toolbar[b-acnjtpcaig] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-wrapper[b-acnjtpcaig] {
    position: relative;
    flex: 1;
    max-width: 400px;
}

.search-icon-wrapper[b-acnjtpcaig] {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    color: #64748b;
    pointer-events: none;
    z-index: 5;
}

.search-icon-wrapper i[b-acnjtpcaig] {
    font-size: 1rem;
    line-height: 1;
}

.search-loading-spinner[b-acnjtpcaig] {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

.agent-search-input[b-acnjtpcaig] {
    padding-left: 2.75rem;
    border: 2px solid var(--brand-border);
    border-radius: 8px;
    font-size: 0.875rem;
    height: 42px;
    transition: all 0.2s ease;
}

.agent-search-input:focus[b-acnjtpcaig] {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(91, 145, 184, 0.1);
    outline: none;
}

.role-filter-dropdown[b-acnjtpcaig] {
    position: relative;
    min-width: 180px;
}

.role-dropdown-btn[b-acnjtpcaig] {
    background-color: #ffffff;
    border: 2px solid var(--brand-border);
    border-radius: 8px;
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    height: 42px;
    text-align: left;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.role-dropdown-btn:hover[b-acnjtpcaig],
.role-dropdown-btn:focus[b-acnjtpcaig] {
    background-color: #f8fafc;
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.role-dropdown-btn[b-acnjtpcaig]::after {
    margin-left: auto;
}

.role-dropdown-menu[b-acnjtpcaig] {
    border: 2px solid var(--brand-border);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    padding: 0.5rem 0;
}

.role-dropdown-item[b-acnjtpcaig] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.625rem 1rem;
    transition: all 0.15s ease;
    cursor: pointer;
}

.role-dropdown-item:hover[b-acnjtpcaig] {
    background-color: #f1f5f9;
    color: var(--brand-primary);
}

.role-dropdown-item.active[b-acnjtpcaig] {
    background-color: #e0f2fe;
    color: var(--brand-primary);
    font-weight: 600;
}

.role-dropdown-item i[b-acnjtpcaig] {
    color: var(--brand-primary);
    font-size: 1rem;
}

@media (max-width: 768px) {
    .agent-toolbar[b-acnjtpcaig] {
        flex-direction: column;
    }

    .search-wrapper[b-acnjtpcaig] {
        max-width: 100%;
    }

    .role-filter-dropdown[b-acnjtpcaig] {
        min-width: 100%;
    }
}
/* /Components/Pages/Company/Components/CompanyMetricCard.razor.rz.scp.css */
/* Company Metric Card Styles */

.company-metric-card[b-l5svueujss] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    background-color: #ffffff;
    border: 3px solid var(--brand-border);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease-in-out;
}

.company-metric-card:hover[b-l5svueujss] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.metric-header[b-l5svueujss] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    gap: 0.5rem;
}

.metric-title[b-l5svueujss] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.metric-value[b-l5svueujss] {
    color: #1e293b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.metric-value-bound[b-l5svueujss] {
    color: var(--bs-success)
}

.metric-value-declined[b-l5svueujss] {
    color: var(--bs-danger)
}

.trend-badge[b-l5svueujss] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.trend-positive[b-l5svueujss] {
    background-color: var(--brand-primary);
    color: #ffffff;
}

.trend-negative[b-l5svueujss] {
    background-color: var(--brand-secondary);
    color: #ffffff;
}

.trend-badge i[b-l5svueujss] {
    font-size: 0.75rem;
    height: 20px;
    width: 20px;
}

.trend-badge svg[b-l5svueujss] {
    fill: var(--brand-primary-contrast);
    height: 100%;
    width: 100%;
}
/* /Components/Pages/Company/Components/ConversionRatios.razor.rz.scp.css */
.conversion-ratios-section[b-24t5xcc68k] {
    background-color: #f8fafc;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-header[b-24t5xcc68k] {
    margin-bottom: 1.5rem;
}

.section-title[b-24t5xcc68k] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-subtitle[b-24t5xcc68k] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.loading-container[b-24t5xcc68k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.loading-text[b-24t5xcc68k] {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.875rem;
}

.conversion-metrics-grid[b-24t5xcc68k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1500px) {
    .conversion-metrics-grid[b-24t5xcc68k] {
        grid-template-columns: 1fr;
    }
}

.metric-card[b-24t5xcc68k] {
    background-color: #ffffff;
    border: 3px solid var(--brand-border);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.2s ease-in-out;
}

.metric-card:hover[b-24t5xcc68k] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.metric-content[b-24t5xcc68k] {
    flex: 1;
    min-width: 0;
}

.metric-header[b-24t5xcc68k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    gap: 0.5rem;
}

.metric-label[b-24t5xcc68k] {
    color: #475569;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0;
}

.metric-value-row[b-24t5xcc68k] {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.metric-value[b-24t5xcc68k] {
    color: #1e293b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.metric-trend[b-24t5xcc68k] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.metric-trend.trend-positive[b-24t5xcc68k] {
    background-color: var(--brand-primary);
    color: #ffffff;
}

.metric-trend.trend-negative[b-24t5xcc68k] {
    background-color: var(--brand-secondary);
    color: #ffffff;
}

.metric-description[b-24t5xcc68k] {
    font-size: 0.813rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}
/* /Components/Pages/Company/Components/CoreMetrics.razor.rz.scp.css */
/* Core Metrics Section Styles */

.core-metrics-section[b-4j94xt7t4y] {
    background-color: #f8fafc;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.metrics-header[b-4j94xt7t4y] {
    margin-bottom: 1.5rem;
}

.metrics-header-content[b-4j94xt7t4y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.metrics-info-icon-wrapper[b-4j94xt7t4y] {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.metrics-info-icon[b-4j94xt7t4y] {
    color: #5b91b8;
    font-size: 1.25rem;
    cursor: help;
    transition: color 0.2s ease;
}

.metrics-info-icon:hover[b-4j94xt7t4y] {
    color: #3b7098;
}

.metrics-tooltip[b-4j94xt7t4y] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: var(--brand-primary);
    color: var(--brand-primary-contrast);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    white-space: pre-line;
    line-height: 1.5;
    min-width: 280px;
    max-width: 320px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1000;
    pointer-events: none;
}

.metrics-tooltip[b-4j94xt7t4y]::before {
    content: '';
    position: absolute;
    top: -0.25rem;
    right: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #1e293b;
    transform: rotate(45deg);
}

.metrics-info-icon-wrapper:hover .metrics-tooltip[b-4j94xt7t4y] {
    opacity: 1;
    visibility: visible;
}

.metrics-title[b-4j94xt7t4y] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.metrics-subtitle[b-4j94xt7t4y] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.metrics-grid[b-4j94xt7t4y] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media (max-width: 1900px) {
    .metrics-grid[b-4j94xt7t4y] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .metrics-grid[b-4j94xt7t4y] {
        grid-template-columns: 1fr;
    }
}

/* Skeleton Loading States */
.metric-card-skeleton[b-4j94xt7t4y] {
    background-color: #ffffff;
    border: 2px solid #cbd5e1;
    border-radius: 12px;
    padding: 1.5rem;
}

.skeleton-header[b-4j94xt7t4y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    gap: 0.5rem;
}

.skeleton-value[b-4j94xt7t4y] {
    margin-top: 0.75rem;
}

.placeholder[b-4j94xt7t4y] {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    background-color: #e2e8f0;
    opacity: 0.5;
    animation: placeholder-glow-b-4j94xt7t4y 2s ease-in-out infinite;
}

@keyframes placeholder-glow-b-4j94xt7t4y {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.5;
    }
}
/* /Components/Pages/Company/Components/MonthlyBreakdown.razor.rz.scp.css */
.monthly-breakdown-section[b-q28my446pd] {
    background-color: #f8fafc;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-header[b-q28my446pd] {
    margin-bottom: 1.5rem;
}

.section-title[b-q28my446pd] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.loading-container[b-q28my446pd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.loading-text[b-q28my446pd] {
    margin-top: 1rem;
    color: #64748b;
    font-size: 0.875rem;
}

.table-responsive[b-q28my446pd] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.breakdown-table[b-q28my446pd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    min-width: 700px;
}

.breakdown-table thead[b-q28my446pd] {
    background-color: var(--brand-muted);
    color: var(--brand-muted-contrast);
}

.breakdown-table th[b-q28my446pd] {
    padding: 0.875rem 0.75rem;
    font-weight: 600;
    text-align: left;
    font-size: 0.813rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.breakdown-table th.text-center[b-q28my446pd] {
    text-align: center;
}

.breakdown-table tbody tr[b-q28my446pd] {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color 0.15s ease;
}

.breakdown-table tbody tr:hover[b-q28my446pd] {
    background-color: #f8fafc;
}

.breakdown-table tbody tr:last-child[b-q28my446pd] {
    border-bottom: 2px solid var(--brand-border);
}

.breakdown-table td[b-q28my446pd] {
    padding: 0.875rem 0.75rem;
    color: #1e293b;
}

.breakdown-table td.text-center[b-q28my446pd] {
    text-align: center;
}

.breakdown-table .month-cell[b-q28my446pd] {
    font-weight: 600;
    color: #5b91b8;
}

.breakdown-table tfoot[b-q28my446pd] {
    background-color: #f3f6fa;
    border-top: 2px solid #5b91b8;
}

.breakdown-table tfoot .total-row td[b-q28my446pd] {
    padding: 1rem 0.75rem;
    color: #5b91b8;
    font-size: 0.938rem;
}

.breakdown-table tfoot .total-row .month-cell[b-q28my446pd] {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .monthly-breakdown-section[b-q28my446pd] {
        padding: 1rem;
    }
    
    .breakdown-table[b-q28my446pd] {
        font-size: 0.813rem;
    }
    
    .breakdown-table th[b-q28my446pd],
    .breakdown-table td[b-q28my446pd] {
        padding: 0.625rem 0.5rem;
    }
}

/* Scrollbar styling for mobile */
.table-responsive[b-q28my446pd]::-webkit-scrollbar {
    height: 8px;
}

.table-responsive[b-q28my446pd]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-responsive[b-q28my446pd]::-webkit-scrollbar-thumb {
    background: #5b91b8;
    border-radius: 4px;
}

.table-responsive[b-q28my446pd]::-webkit-scrollbar-thumb:hover {
    background: #4a7a9a;
}
/* /Components/Pages/Company/Components/MonthlyTrends.razor.rz.scp.css */
.monthly-trends-section[b-j8s031ravk] {
    background-color: #f8fafc;
    border: 1px solid var(--brand-border);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.section-header[b-j8s031ravk] {
    margin-bottom: 1.5rem;
}

.section-title[b-j8s031ravk] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-subtitle[b-j8s031ravk] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.loading-container[b-j8s031ravk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.loading-text[b-j8s031ravk] {
    margin-top: 1rem;
    color: #64748b;
    font-size: 0.875rem;
}

.chart-container[b-j8s031ravk] {
    position: relative;
}

.chart-legend[b-j8s031ravk] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.legend-item[b-j8s031ravk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-dot[b-j8s031ravk] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-dot.quoted[b-j8s031ravk] {
    background-color: var(--brand-primary);
}

.legend-dot.configured[b-j8s031ravk] {
    background-color: var(--brand-secondary);
}

.legend-dot.bound[b-j8s031ravk] {
    background-color: var(--brand-accent);
}

.legend-dot.declined[b-j8s031ravk] {
    background-color: var(--destructive);
}

.legend-label[b-j8s031ravk] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
}

@media (max-width: 768px) {
    .chart-legend[b-j8s031ravk] {
        gap: 1rem;
    }
    
    .legend-item[b-j8s031ravk] {
        font-size: 0.813rem;
    }
}
/* /Components/Pages/Company/Dashboard.razor.rz.scp.css */
/* Company Dashboard component styles */

.metrics-title[b-2i7n0zgqyi] {
    color: #5b91b8;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.metrics-subtitle[b-2i7n0zgqyi] {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0;
}
/* /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-quote-accent);
    color: white;
}

/* /Components/Pages/Insured/InsuredPresentation.razor.rz.scp.css */
/* Loading overlay styles for InsuredPresentation */
.loading-overlay[b-3hy7y9sg7t] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.loading-overlay-content[b-3hy7y9sg7t] {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 300px;
}

.loading-overlay-content h5[b-3hy7y9sg7t] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.loading-overlay-content p[b-3hy7y9sg7t] {
    font-size: 0.9rem;
}
/* /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-quote-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-quote-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-quote-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-quote-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/InsuredPresentationDeleted.razor.rz.scp.css */
/* InsuredPresentationDeleted component styles */

/* Main content area styles */
.deleted-content[b-pzoiw63bqx] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

/* Card */
.delete-card[b-pzoiw63bqx] {
    width: 720px;
    max-width: 92vw;
    background: #fff;
    border: 3px solid var(--brand-quote-primary);
    border-radius: 14px;
    padding: 44px 48px 42px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.delete-icon[b-pzoiw63bqx] {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: var(--brand-quote-primary);
    display: grid;
    place-items: center;
    color: white;
    font-size: 28px;
}

.delete-icon svg[b-pzoiw63bqx] {
    width: 32px;
    height: 32px;
}

.delete-title[b-pzoiw63bqx] {
    margin: 0 0 14px;
    font-size: 30px;
    letter-spacing: 0.2px;
    color: var(--brand-quote-primary);
    font-weight: 600;
}

.delete-message[b-pzoiw63bqx] {
    margin: 30px auto;
    max-width: 560px;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

.delete-message p[b-pzoiw63bqx] {
    margin: 10px;
    opacity: 0.8;
}

.contact-agent[b-pzoiw63bqx] {
    background-color: var(--brand-quote-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) {
    .delete-card[b-pzoiw63bqx] {
        padding: 32px 24px 30px;
    }

    .delete-title[b-pzoiw63bqx] {
        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-quote-primary); /* Gray-blue matching the progress indicator */
    color: white;
}

    .back-button:hover:not(:disabled)[b-g6i7r6dkkr] {
        background: var(--brand-quote-primary-hover);
        transform: translateY(-1px);
    }

.next-button[b-g6i7r6dkkr] {
    background-color: var(--brand-quote-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-quote-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-quote-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 0px 40px 0px;
    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;
    width: 100%;
}

.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: 6rem;
    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;
    width: 100%;
}

    /* 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-quote-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-quote-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-quote-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-quote-primary);
    color: white;
    border-color: var(--brand-quote-primary);
}

    .btn-primary:hover[b-qgypzsx2y2] {
        background: var(--brand-quote-primary-hover);
        border-color: var(--brand-quote-primary);
        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-quote-primary);
}

    .btn-outline:hover[b-qgypzsx2y2] {
        background: var(--brand-quote-primary);
        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-quote-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-quote-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-quote-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-quote-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-quote-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-quote-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-quote-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 {
        height: 52rem;
        max-height: 100vh;
        padding: 2rem;
    }
}

.selection-options[b-fhfv9jjtgq] {
    background: var(--brand-quote-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-quote-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-quote-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-quote-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-quote-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-quote-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-quote-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-quote-primary);
}

.company-info-section[b-0uhoubbkzf] {
    position: relative;
}

.section-header[b-0uhoubbkzf] {
    background-color: var(--brand-quote-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: grid;
    grid-template-columns: 140px 1fr;
    gap: 38rem;
    border-bottom: 1px solid #b9b9b9;
    padding: .5rem;
    align-items: start;
}

    .form-row:last-child[b-0uhoubbkzf] {
        margin-bottom: 0;
    }

.form-label[b-0uhoubbkzf] {
    font-weight: 500;
    color: #000;
    font-size: 1rem;
    min-width: 140px;
    width: 140px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
}

.form-input-wrapper[b-0uhoubbkzf] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-display-value[b-0uhoubbkzf] {
    padding: 12px 16px;
    font-size: 1rem;
    color: #333;
    background-color: #f8f9fa;
    border-radius: 4px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.form-input[b-0uhoubbkzf] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    color: #000;
    transition: all 0.2s ease;
    width: 100%;
}

    .form-input:focus[b-0uhoubbkzf] {
        outline: none;
        border-color: var(--brand-quote-primary);
        background-color: white;
        box-shadow: 0 0 0 2px rgba(70, 130, 180, 0.1);
    }

    .form-input[b-0uhoubbkzf]::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-input.is-invalid[b-0uhoubbkzf] {
        border-color: #dc3545;
        background-color: #fff5f5;
    }

    .form-input.is-invalid:focus[b-0uhoubbkzf] {
        border-color: #dc3545;
        box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.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-quote-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-quote-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-quote-primary);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.validation-message[b-0uhoubbkzf] {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 4px;
}

/* SearchableSelect validation styling */
:deep(.searchable-select.is-invalid .selected-value)[b-0uhoubbkzf] {
    border-color: #dc3545;
    background-color: #fff5f5;
}

:deep(.searchable-select.is-invalid .selected-value:focus)[b-0uhoubbkzf] {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1);
}

/* 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-quote-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-quote-primary);
}

/* CERC Section - Main blue header section */
.cerc-section[b-8apv06n7r8] {
    background-color: var(--brand-quote-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-image[b-8apv06n7r8] {
    height: 120px;
    width: auto;
}

.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-quote-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-quote-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-quote-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 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-quote-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-quote-primary);
}

/* Policy Summary Section */
.policy-summary[b-vss4ancyxz] {
    margin-bottom: 2rem;
    border: 3px solid var(--brand-quote-primary);
    border-radius: 1rem;
}

.summary-header[b-vss4ancyxz] {
    background: var(--brand-quote-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-quote-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-quote-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-quote-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-quote-primary);
        background: white;
    }

.send-esign-btn[b-vss4ancyxz] {
    background: var(--brand-quote-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-quote-primary-hover);
    }

    .send-esign-btn:disabled[b-vss4ancyxz] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.pay-now-btn[b-vss4ancyxz] {
    background: var(--brand-quote-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-quote-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-quote-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-quote-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-quote-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;
}

.logo-wrapper[b-0zbalcy9fv] {
    height: 100%;
    max-height: 120px;
}

@media (max-width: 768px) {
    .logo-wrapper[b-0zbalcy9fv] {
        max-height: none;
    }
}

.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-quote-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/BindFileUpload.razor.rz.scp.css */
.bind-file-upload[b-dvj5xl43wp] {
    width: 100%;
}

.upload-container[b-dvj5xl43wp] {
    padding: 0.5rem 0;
}

.uploaded-file-info[b-dvj5xl43wp] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-top: 0.5rem;
}

.alert-sm[b-dvj5xl43wp] {
    padding: 0.5rem;
    font-size: 0.875rem;
}

/* Designed upload box styles */
.upload-box-container[b-dvj5xl43wp] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.upload-box[b-dvj5xl43wp] {
    border: 2px dashed #cbd5e0;
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #ffffff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box:hover:not(.uploading)[b-dvj5xl43wp] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
}

.upload-box.uploading[b-dvj5xl43wp] {
    cursor: not-allowed;
    opacity: 0.7;
}

.upload-content[b-dvj5xl43wp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.upload-icon[b-dvj5xl43wp] {
    font-size: 2.5rem;
    color: #6c757d;
}

.upload-text[b-dvj5xl43wp] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.click-text[b-dvj5xl43wp] {
    color: #0d6efd;
    font-weight: 500;
    font-size: 0.95rem;
}

.file-types[b-dvj5xl43wp] {
    color: #6c757d;
    font-size: 0.875rem;
}

.selected-file[b-dvj5xl43wp] {
    color: #212529;
    font-weight: 500;
    font-size: 0.95rem;
}

.file-size[b-dvj5xl43wp] {
    color: #6c757d;
    font-size: 0.875rem;
}

.btn-upload[b-dvj5xl43wp] {
    align-self: flex-start;
    padding: 0.5rem 1.5rem;
    min-width: 120px;
}

/* Match Remove button size to Upload button */
.btn-upload + .btn-danger[b-dvj5xl43wp] {
    padding: 0.7rem 1.5rem;
    min-width: 120px;
}
/* /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: 1rem;
    padding-top: 1rem;
    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);
}

/* Modal Scroll Container */
.form-scroll-container[b-vml7q9jd5o] {
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
}

/* Custom Thin Scrollbar */
.custom-scrollbar[b-vml7q9jd5o] {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.custom-scrollbar[b-vml7q9jd5o]::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar[b-vml7q9jd5o]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-vml7q9jd5o]::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 20px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.custom-scrollbar[b-vml7q9jd5o]::-webkit-scrollbar-thumb:hover {
    background-color: #9ca3af;
}
/* /Components/Shared/ClientConfigurationSkeleton.razor.rz.scp.css */
/* ClientConfigurationSkeleton Component Scoped Styles */
/* Isolated CSS for skeleton loading animations */

.skeleton-container[b-wdz9g2c1fe] {
    animation: pulse-b-wdz9g2c1fe 1.5s ease-in-out infinite;
}

@keyframes pulse-b-wdz9g2c1fe {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Base skeleton styles with shimmer effect */
.skeleton[b-wdz9g2c1fe] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-wdz9g2c1fe 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer-b-wdz9g2c1fe {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Skeleton element variants */
.skeleton-title[b-wdz9g2c1fe] {
    height: 2.5rem;
    width: 70%;
    margin-bottom: 1.5rem;
}

.skeleton-label[b-wdz9g2c1fe] {
    height: 1rem;
    width: 60%;
    margin-bottom: 0.5rem;
}

.skeleton-value[b-wdz9g2c1fe] {
    height: 1.25rem;
    width: 80%;
}

.skeleton-line[b-wdz9g2c1fe] {
    height: 1rem;
    width: 100%;
}

.skeleton-button[b-wdz9g2c1fe] {
    height: 3.5rem;
    width: 100%;
    border-radius: 1rem;
}

.skeleton-logo[b-wdz9g2c1fe] {
    height: 160px;
    width: 100%;
    border-radius: 1rem;
}

.skeleton-input[b-wdz9g2c1fe] {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    margin-top: 0.25rem;
}

.skeleton-radio[b-wdz9g2c1fe] {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.skeleton-submit-button[b-wdz9g2c1fe] {
    height: 3.5rem;
    width: 280px;
    border-radius: 50px;
}

/* Card styling for skeleton state */
[b-wdz9g2c1fe] .card {
    transition: all 0.3s ease;
}

/* /Components/Shared/ClientEditModal.razor.rz.scp.css */
/* ClientEditModal Scoped Styles */

/* Alert Styles */
.error-alert[b-97jopn43gg] {
    border-left: 4px solid #dc2626;
    background-color: #fef2f2;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.error-alert-icon[b-97jopn43gg] {
    color: #dc2626;
    font-size: 1.125rem;
}

.error-alert-title[b-97jopn43gg] {
    color: #991b1b;
    font-size: 0.875rem;
}

.error-alert-list[b-97jopn43gg] {
    font-size: 0.8125rem;
    color: #991b1b;
}

/* Form validation states */
.form-control.is-invalid[b-97jopn43gg] {
    border-color: #dc2626;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc2626'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc2626' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid[b-97jopn43gg] {
    border-color: #059669;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23059669' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback[b-97jopn43gg] {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc2626;
}

.invalid-feedback.d-block[b-97jopn43gg] {
    display: block;
}

/* Required indicator */
.required-indicator[b-97jopn43gg] {
    color: #dc3545;
    margin-left: 0.25rem;
}

/* Helper for field groups */
.field-group-small[b-97jopn43gg] {
    margin-bottom: 0.625rem;
}

/* Form controls */
.form-control[b-97jopn43gg] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
}

.form-control:focus[b-97jopn43gg] {
    border-color: #1f628d;
    box-shadow: 0 0 0 0.2rem rgba(31, 98, 141, 0.15);
}

.form-label[b-97jopn43gg] {
    margin-bottom: 0.25rem;
}

/* Custom Scrollbar Styles */
.custom-scrollbar[b-97jopn43gg]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom-scrollbar[b-97jopn43gg]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-97jopn43gg]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.custom-scrollbar[b-97jopn43gg]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
/* /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;
}

/* Company column width and text overflow handling */
.client-management-table tbody td:first-child[b-wdcgh62wag],
.client-management-table thead th:first-child[b-wdcgh62wag] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-management-table tbody td:first-child strong[b-wdcgh62wag] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 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: 12px;
    border: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
}

    .decline-quote-modal .modal-header[b-5xfc5n2nx7] {
            padding: 1.1rem 1.5rem;
            border-bottom: 1px solid #eef2f7;
            background-color: #fff;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
        }

        .decline-quote-modal .modal-title[b-5xfc5n2nx7] {
            font-size: 1.2rem;
            font-weight: 600;
            color: #0f172a;
            margin: 0;
        }

    .decline-quote-modal .btn-close[b-5xfc5n2nx7] {
        padding: 0.4rem;
        margin: -0.25rem -0.25rem -0.25rem auto;
    }

    .decline-quote-modal .modal-body[b-5xfc5n2nx7] {
        padding: 1.5rem;
        background-color: #fff;
    }

.modal-title-stack[b-5xfc5n2nx7] {
    display: flex;
    gap: 1rem;
}

.intro-icon[b-5xfc5n2nx7] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ff9f68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.intro-icon i[b-5xfc5n2nx7] {
    font-size: 1.1rem;
}

.modal-subtitle[b-5xfc5n2nx7] {
    margin: 0.15rem 0 0;
    color: #475467;
    font-size: 0.9rem;
}

.reason-section[b-5xfc5n2nx7] {
    margin-bottom: 1.25rem;
}

    .reason-section .form-label[b-5xfc5n2nx7] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 0.15rem;
        font-size: 0.95rem;
    }

.required[b-5xfc5n2nx7] {
    color: #f04438;
    font-weight: 600;
}

.form-helper[b-5xfc5n2nx7] {
    margin: 0 0 0.75rem;
    color: #667085;
    font-size: 0.85rem;
}

.reason-options[b-5xfc5n2nx7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.reason-option[b-5xfc5n2nx7] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.35rem 0;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #0f172a;
    cursor: pointer;
}

    .reason-option input[type="checkbox"][b-5xfc5n2nx7] {
        margin-top: 0.2rem;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        accent-color: #f87171;
    }

    .reason-option.selected span[b-5xfc5n2nx7] {
        font-weight: 600;
    }

.validation-error[b-5xfc5n2nx7] {
    margin-top: 0.4rem;
    color: #d92d20;
    font-size: 0.85rem;
}

.notes-section .form-label[b-5xfc5n2nx7] {
    font-weight: 600;
    color: #0f172a;
}

.notes-section[b-5xfc5n2nx7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.decline-textarea[b-5xfc5n2nx7] {
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    padding: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    resize: vertical;
    min-height: 110px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .decline-textarea:focus[b-5xfc5n2nx7] {
        border-color: #7f56d9;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(127, 86, 217, 0.15);
    }

    .decline-textarea[b-5xfc5n2nx7]::placeholder {
        color: #98a2b3;
    }

.decline-quote-modal .modal-footer[b-5xfc5n2nx7] {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #eef2f7;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.cancel-btn[b-5xfc5n2nx7] {
    min-width: 100px;
    font-weight: 500;
    color: #475467;
    background-color: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 999px !important;
}

.confirm-decline-btn[b-5xfc5n2nx7] {
    min-width: 140px;
    height: 2.5rem !important;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-radius: 999px !important;
    border: none;
    background: linear-gradient(135deg, #f87171 0%, #f43f5e 100%);
    color: #fff;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-transform: none !important;
}

    .confirm-decline-btn:hover:not(:disabled)[b-5xfc5n2nx7] {
        transform: translateY(-1px);
        box-shadow: 0 12px 20px rgba(244, 63, 94, 0.3);
    }

    .confirm-decline-btn:disabled[b-5xfc5n2nx7] {
        opacity: 0.6;
        cursor: not-allowed;
        box-shadow: none;
    }

/* 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;
    }

    .reason-option[b-5xfc5n2nx7] {
        flex-direction: row;
        align-items: flex-start;
    }

    .decline-quote-modal .modal-footer[b-5xfc5n2nx7] {
        flex-direction: column;
        align-items: stretch;
    }

    .cancel-btn[b-5xfc5n2nx7],
    .confirm-decline-btn[b-5xfc5n2nx7] {
        width: 100%;
        min-width: unset;
    }
}
/* /Components/Shared/EmailTemplateCard.razor.rz.scp.css */
.skeleton-input[b-lbw5dxltam],
.skeleton-textarea[b-lbw5dxltam],
.skeleton-button[b-lbw5dxltam] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-lbw5dxltam 1.5s infinite;
    border-radius: 4px;
}

.skeleton-input[b-lbw5dxltam] {
    height: 38px;
    width: 100%;
    border-radius: 6px;
}

.skeleton-textarea[b-lbw5dxltam] {
    width: 100%;
    border-radius: 8px;
}

.skeleton-button[b-lbw5dxltam] {
    height: 45px;
    width: 100%;
    border-radius: 20px;
}

@keyframes shimmer-b-lbw5dxltam {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* /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/MatchReportFormsModal.razor.rz.scp.css */
/* MatchReportFormsModal Scoped Styles */

/* Modal Structure */
.modal-content[b-pvqk56jwo6] {
    border-radius: 12px;
}

.modal-header[b-pvqk56jwo6] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 0;
}

.modal-title[b-pvqk56jwo6] {
    color: var(--brand-primary, #1f628d);
}

.modal-body[b-pvqk56jwo6] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Search Input Wrapper */
.position-relative[b-pvqk56jwo6] {
    position: relative;
}

/* Search Icon */
.search-icon[b-pvqk56jwo6] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
    pointer-events: none;
}

/* Search Input */
.search-input[b-pvqk56jwo6] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.search-input:focus[b-pvqk56jwo6] {
    border-color: var(--brand-secondary, #01949f);
    box-shadow: 0 0 0 0.2rem rgba(1, 148, 159, 0.15);
    outline: none;
}

.search-input[b-pvqk56jwo6]::placeholder {
    color: #d1d5db;
    font-size: 0.8125rem;
}

/* Clear Icon */
.clear-icon[b-pvqk56jwo6] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    font-size: 1.2rem;
    transition: color 0.2s ease;
}

.clear-icon:hover[b-pvqk56jwo6] {
    color: #495057;
}

/* Table Styling */
.table[b-pvqk56jwo6] {
    border-radius: 12px;
    overflow: hidden; /* Ensures content respects rounded corners */
}

.table thead tr th[b-pvqk56jwo6] {
    background-color: var(--brand-muted, #76b243);
}

.table thead th[b-pvqk56jwo6] {
    padding: 0.75rem;
    font-weight: 600;
    border-bottom: 1px solid var(--brand-muted);
}

.table thead th:first-child[b-pvqk56jwo6] {
    border-top-left-radius: 12px;
}

.table thead th:last-child[b-pvqk56jwo6] {
    border-top-right-radius: 12px;
}

.table tbody tr:last-child td:first-child[b-pvqk56jwo6] {
    border-bottom-left-radius: 12px;
}

.table tbody tr:last-child td:last-child[b-pvqk56jwo6] {
    border-bottom-right-radius: 12px;
}

.table tbody td[b-pvqk56jwo6] {
    padding: 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--brand-muted);
}

/* Badge Styling */
.badge[b-pvqk56jwo6] {
    background-color: var(--brand-muted-contrast, #01949f);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    letter-spacing: 0.025em;
}

/* Empty State */
.empty-state-icon[b-pvqk56jwo6] {
    font-size: 3rem;
    color: var(--brand-primary, #1f628d);
}

.empty-state-icon.search-empty[b-pvqk56jwo6] {
    opacity: 0.5;
}

.empty-state-icon.no-forms[b-pvqk56jwo6] {
    color: var(--brand-accent, #76b243);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .search-input[b-pvqk56jwo6] {
        font-size: 0.8125rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .search-icon[b-pvqk56jwo6] {
        left: 0.75rem;
        font-size: 0.875rem;
    }

    .clear-icon[b-pvqk56jwo6] {
        right: 0.75rem;
        font-size: 1rem;
    }

    .badge[b-pvqk56jwo6] {
        font-size: 0.6875rem;
        padding: 0.25rem 0.5rem;
    }

    .table thead th[b-pvqk56jwo6],
    .table tbody td[b-pvqk56jwo6] {
        padding: 0.5rem;
        font-size: 0.875rem;
    }
}

/* Modal Footer Button */
.btn-close-modal[b-pvqk56jwo6] {
    color: var(--brand-accent-contrast, white);
    background-color: var(--brand-accent, #76b243);
    border: none;
    transition: all 0.2s ease;
}

.btn-close-modal:hover[b-pvqk56jwo6] {
    background-color: var(--brand-accent-hover, #6aa03a);
    color: var(--brand-accent-contrast, white);
}

/* Scrollbar Styling (Optional - for better UX) */
.modal-body[b-pvqk56jwo6]::-webkit-scrollbar {
    width: 8px;
}

.modal-body[b-pvqk56jwo6]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body[b-pvqk56jwo6]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.modal-body[b-pvqk56jwo6]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Components/Shared/OnlineQuotePresentationSkeleton.razor.rz.scp.css */
.skeleton-container[b-dqzb6bbrjk] {
    animation: pulse-b-dqzb6bbrjk 1.5s ease-in-out infinite;
}

@keyframes pulse-b-dqzb6bbrjk {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Light theme skeleton elements (for white/light backgrounds) */
.skeleton-line[b-dqzb6bbrjk] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-dqzb6bbrjk 1.5s infinite;
    border-radius: 4px;
}

/* Dark theme skeleton elements (for dark/colored backgrounds) */
.skeleton-line-dark[b-dqzb6bbrjk] {
    background: linear-gradient(90deg, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.2) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-dqzb6bbrjk 1.5s infinite;
    border-radius: 4px;
}

.skeleton-input[b-dqzb6bbrjk] {
    height: 38px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-dqzb6bbrjk 1.5s infinite;
    border-radius: 6px;
}

.skeleton-textarea[b-dqzb6bbrjk] {
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: shimmer-b-dqzb6bbrjk 1.5s infinite;
    border-radius: 6px;
}

.skeleton-button-light[b-dqzb6bbrjk] {
    height: 45px;
    background: linear-gradient(90deg, rgba(118, 178, 67, 0.5) 25%, rgba(118, 178, 67, 0.7) 50%, rgba(118, 178, 67, 0.5) 75%);
    background-size: 200% 100%;
    animation: shimmer-b-dqzb6bbrjk 1.5s infinite;
    border-radius: 50px;
}

@keyframes shimmer-b-dqzb6bbrjk {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* /Components/Shared/PackageDisplayCard.razor.rz.scp.css */
.skeleton-line[b-5dlwubh0yq] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-5dlwubh0yq 1.5s infinite;
    border-radius: 4px;
}

@keyframes shimmer-b-5dlwubh0yq {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* /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;
    }
/* /Components/Shared/ProjectQuotesSkeleton.razor.rz.scp.css */
.skeleton-container[b-q4rrxvcrgw] {
    animation: pulse-b-q4rrxvcrgw 1.5s ease-in-out infinite;
}

@keyframes pulse-b-q4rrxvcrgw {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.skeleton-line[b-q4rrxvcrgw],
.skeleton-button[b-q4rrxvcrgw] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-q4rrxvcrgw 1.5s infinite;
    border-radius: 4px;
}

.skeleton-button[b-q4rrxvcrgw] {
    border-radius: 20px;
}

@keyframes shimmer-b-q4rrxvcrgw {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* /Components/Shared/QuoteInformationSkeleton.razor.rz.scp.css */
.skeleton-container[b-85ehga709i] {
    animation: pulse-b-85ehga709i 1.5s ease-in-out infinite;
}

@keyframes pulse-b-85ehga709i {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.skeleton-line[b-85ehga709i],
.skeleton-circle[b-85ehga709i],
.skeleton-badge[b-85ehga709i],
.skeleton-button[b-85ehga709i],
.skeleton-tab[b-85ehga709i],
.skeleton-textarea[b-85ehga709i] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-85ehga709i 1.5s infinite;
    border-radius: 4px;
}

.skeleton-circle[b-85ehga709i] {
    border-radius: 50%;
}

.skeleton-badge[b-85ehga709i] {
    border-radius: 14px;
}

.skeleton-button[b-85ehga709i] {
    border-radius: 20px;
}

.skeleton-tab[b-85ehga709i] {
    border-radius: 8px;
}

.skeleton-textarea[b-85ehga709i] {
    border-radius: 8px;
}

@keyframes shimmer-b-85ehga709i {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* /Components/Shared/StatusModal.razor.rz.scp.css */
/* Status Modal Styles */

.status-modal[b-aiobcy6otm] {
    border-radius: 16px;
    border: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
}

    .status-modal .modal-header[b-aiobcy6otm] {
        background-color: #fff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .status-modal .modal-body[b-aiobcy6otm] {
        background-color: #fff;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

.status-icon-container[b-aiobcy6otm] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-icon[b-aiobcy6otm] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    animation: scaleIn-b-aiobcy6otm 0.3s ease-out;
}

    .status-icon i[b-aiobcy6otm] {
        font-size: 3rem;
    }

.status-success[b-aiobcy6otm] {
    background-color: #d1fae5;
    color: #10b981;
}

.status-error[b-aiobcy6otm] {
    background-color: #fee2e2;
    color: #ef4444;
}

.status-warning[b-aiobcy6otm] {
    background-color: #fef3c7;
    color: #f59e0b;
}

.status-info[b-aiobcy6otm] {
    background-color: #dbeafe;
    color: #3b82f6;
}

.status-loading[b-aiobcy6otm] {
    background-color: #e0e7ff;
    color: #6366f1;
    animation: pulse-b-aiobcy6otm 2s ease-in-out infinite;
}

.spinner-container[b-aiobcy6otm] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .spinner-container .spinner-border[b-aiobcy6otm] {
        width: 3rem;
        height: 3rem;
        border-width: 0.3rem;
        color: #6366f1;
    }

.status-modal .modal-title[b-aiobcy6otm] {
    font-size: 1.5rem;
    color: #1f2937;
}

.status-modal .text-muted[b-aiobcy6otm] {
    color: #6b7280 !important;
    font-size: 1rem;
    line-height: 1.5;
}

.status-modal .btn[b-aiobcy6otm] {
    min-width: 120px;
    padding: 0.625rem 2rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

    .status-modal .btn:hover[b-aiobcy6otm] {
        transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

.alert-light[b-aiobcy6otm] {
    background-color: #f9fafb;
    border-color: #e5e7eb;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

    .alert-light small[b-aiobcy6otm] {
        font-size: 0.875rem;
        line-height: 1.5;
        display: block;
    }

@keyframes scaleIn-b-aiobcy6otm {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse-b-aiobcy6otm {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .status-icon[b-aiobcy6otm] {
        width: 64px;
        height: 64px;
    }

        .status-icon i[b-aiobcy6otm] {
            font-size: 2.5rem;
        }

    .spinner-container .spinner-border[b-aiobcy6otm] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .status-modal .modal-title[b-aiobcy6otm] {
        font-size: 1.25rem;
    }

    .status-modal .text-muted[b-aiobcy6otm] {
        font-size: 0.9rem;
    }
}
