@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6ljx20j3q9],
.components-reconnect-repeated-attempt-visible[b-6ljx20j3q9],
.components-reconnect-failed-visible[b-6ljx20j3q9],
.components-pause-visible[b-6ljx20j3q9],
.components-resume-failed-visible[b-6ljx20j3q9],
.components-rejoining-animation[b-6ljx20j3q9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-retrying[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-failed[b-6ljx20j3q9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6ljx20j3q9] {
    display: block;
}


#components-reconnect-modal[b-6ljx20j3q9] {
    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-6ljx20j3q9 0.5s both;
    &[open]

    {
        animation: components-reconnect-modal-slideUp-b-6ljx20j3q9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6ljx20j3q9 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-6ljx20j3q9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6ljx20j3q9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6ljx20j3q9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6ljx20j3q9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6ljx20j3q9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6ljx20j3q9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6ljx20j3q9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6ljx20j3q9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-6ljx20j3q9] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-6ljx20j3q9] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-6ljx20j3q9] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-6ljx20j3q9] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-6ljx20j3q9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-6ljx20j3q9] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-6ljx20j3q9 {
    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/Account/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-4vre02zi6j] {
    width: 400px;
}

.forgot-password-container[b-4vre02zi6j]  form {
    width: 100%;
}

.forgot-password-container[b-4vre02zi6j]  fluent-text-field,
.forgot-password-container[b-4vre02zi6j]  fluent-button {
    width: 100%;
}

/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-container[b-a3k0m4232d] {
    width: 400px;
}

.login-container[b-a3k0m4232d]  form {
    width: 100%;
}

.login-container[b-a3k0m4232d]  fluent-text-field,
.login-container[b-a3k0m4232d]  fluent-button {
    width: 100%;
}
/* /Components/Pages/Account/ResetPassword.razor.rz.scp.css */
.reset-password-container[b-2gnmot3cnf] {
    width: 400px;
}

.reset-password-container[b-2gnmot3cnf]  form {
    width: 100%;
}

.reset-password-container[b-2gnmot3cnf]  fluent-text-field,
.reset-password-container[b-2gnmot3cnf]  fluent-button {
    width: 100%;
}

/* /Components/Pages/Imports/CsvImportCard.razor.rz.scp.css */
/* Steps Card */
[b-7gntvbvc3y] .steps-card {
    padding: 32px;
}

.steps-grid[b-7gntvbvc3y] {
    display: grid;
    grid-template-columns: 1fr auto 1.5fr;
    gap: 32px;
    align-items: start;
}

/* Step Common */
.step-icon-wrapper[b-7gntvbvc3y] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--neutral-layer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.step-title[b-7gntvbvc3y] {
    margin: 0 0 8px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
}

.step-description[b-7gntvbvc3y] {
    margin: 0 0 20px 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--neutral-foreground-hint);
}

/* Divider between steps */
.step-divider[b-7gntvbvc3y] {
    width: 1px;
    background: var(--neutral-stroke-divider-rest);
    align-self: stretch;
}

/* Step 2: Upload */
.step-upload[b-7gntvbvc3y] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step-upload-header[b-7gntvbvc3y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

[b-7gntvbvc3y] .drag-badge {
    white-space: nowrap;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

/* Upload Dropzone */
.upload-dropzone[b-7gntvbvc3y] {
    border: 2px dashed var(--neutral-stroke-rest);
    border-radius: 8px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    background: var(--neutral-layer-2);
    position: relative;
}

    .upload-dropzone:hover[b-7gntvbvc3y] {
        border-color: var(--accent-fill-rest);
        background: var(--neutral-layer-3);
    }

    .upload-dropzone.uploading[b-7gntvbvc3y] {
        pointer-events: none;
        opacity: 0.7;
    }

[b-7gntvbvc3y] .dropzone-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-text[b-7gntvbvc3y] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
}

.dropzone-hint[b-7gntvbvc3y] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--neutral-foreground-hint);
}

/* ──────────────────────────────
   Responsive: Tablet (≤ 900px)
   ────────────────────────────── */
@media (max-width: 900px) {
    .steps-grid[b-7gntvbvc3y] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .step-divider[b-7gntvbvc3y] {
        width: 100%;
        height: 1px;
    }

    [b-7gntvbvc3y] .steps-card {
        padding: 24px;
    }

    .step-upload-header[b-7gntvbvc3y] {
        flex-direction: column;
    }
}

/* ──────────────────────────────
   Responsive: Mobile (≤ 600px)
   ────────────────────────────── */
@media (max-width: 600px) {
    [b-7gntvbvc3y] .steps-card {
        padding: 16px;
    }

    .steps-grid[b-7gntvbvc3y] {
        gap: 16px;
    }

    .upload-dropzone[b-7gntvbvc3y] {
        padding: 24px 16px;
    }
}

/* /Components/Pages/Imports/Imports.razor.rz.scp.css */
/* Page Container */
.page-container[b-4kqotbu768] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
}

/* Page Header */
.page-header[b-4kqotbu768] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .page-header h1[b-4kqotbu768] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--neutral-foreground-rest);
    }

.page-subtitle[b-4kqotbu768] {
    margin: 0;
    color: var(--neutral-foreground-hint);
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 600px;
}

/* History Section */
.history-section[b-4kqotbu768] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-4kqotbu768] .history-header {
    margin-bottom: 8px;
}

.history-title[b-4kqotbu768] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
}

/* Data Grid Cells */
.date-cell[b-4kqotbu768] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.date-primary[b-4kqotbu768] {
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--neutral-foreground-rest);
}

.date-secondary[b-4kqotbu768] {
    font-size: 0.75rem;
    color: var(--neutral-foreground-hint);
}

.status-dot[b-4kqotbu768] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.records-succeeded[b-4kqotbu768] {
    color: #03a819;
    font-weight: 600;
}

.records-failed[b-4kqotbu768] {
    color: #C62828;
    font-weight: 600;
}

.records-zero[b-4kqotbu768] {
    color: var(--neutral-foreground-hint);
}

/* ──────────────────────────────
   Responsive: Mobile (≤ 600px)
   ────────────────────────────── */
@media (max-width: 600px) {
    .page-container[b-4kqotbu768] {
        gap: 16px;
    }

    .page-header h1[b-4kqotbu768] {
        font-size: 1.35rem;
    }

    .history-title[b-4kqotbu768] {
        font-size: 1.05rem;
    }

    /* Let the grid scroll horizontally on small screens */
    [b-4kqotbu768] .history-grid {
        overflow-x: auto;
    }
}
/* /Components/Pages/Leads/Leads.razor.rz.scp.css */
[b-8yq66yl7hy] .leads-grid {
    overflow-x: auto;
}

.leads-header[b-8yq66yl7hy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.leads-header h2[b-8yq66yl7hy] {
    margin: 0;
}

.leads-buttons[b-8yq66yl7hy] {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.leads-filters[b-8yq66yl7hy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
}

[b-8yq66yl7hy] .leads-search {
    width: 300px;
}

@media (max-width: 768px) {
    .leads-header[b-8yq66yl7hy] {
        flex-direction: column;
        align-items: flex-start;
    }

    .leads-buttons[b-8yq66yl7hy] {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
    }

    .leads-filters[b-8yq66yl7hy] {
        flex-direction: column;
        align-items: stretch;
    }

    [b-8yq66yl7hy] .leads-search {
        width: 100% !important;
    }
}
/* /Components/Pages/Reports/ChartSection.razor.rz.scp.css */
.chart-section[b-cxcjzofaaf] {
    padding: 16px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    overflow: hidden;
    min-width: 0;
}

.chart-section__body[b-cxcjzofaaf] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chart-section__header[b-cxcjzofaaf] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.chart-section__badge[b-cxcjzofaaf] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.7rem;
    color: var(--neutral-foreground-hint);
    background: var(--neutral-layer-floating);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 2px 6px;
    white-space: nowrap;
}

/* /Components/Pages/Reports/Reports.razor.rz.scp.css */
.reports-controls[b-iraeubuje9] {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.reports-range-label[b-iraeubuje9] {
    color: var(--neutral-foreground-hint);
    font-size: 0.9rem;
    padding-bottom: 8px;
    margin-left: auto;
}

.reports-cards[b-iraeubuje9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

@media (max-width: 900px) {
    .reports-cards[b-iraeubuje9] {
        grid-template-columns: 1fr;
    }
}

.report-card[b-iraeubuje9] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    min-height: 130px;
}

.report-card[b-iraeubuje9]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.18), transparent 60%);
    pointer-events: none;
}

.report-card--period[b-iraeubuje9] {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
}

.report-card--total[b-iraeubuje9] {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%);
}

.report-card--predicted[b-iraeubuje9] {
    background: linear-gradient(135deg, #7c2d12 0%, #f59e0b 100%);
}

.report-card__icon[b-iraeubuje9] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.report-card__content[b-iraeubuje9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 1;
}

.report-card__label[b-iraeubuje9] {
    font-size: 0.85rem;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.report-card__value[b-iraeubuje9] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.report-card__sub[b-iraeubuje9] {
    font-size: 0.8rem;
    opacity: 0.75;
}

/* ── Chart section ── */

.reports-page[b-iraeubuje9] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}


.charts-grid[b-iraeubuje9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 900px) {
    .charts-grid[b-iraeubuje9] {
        grid-template-columns: 1fr;
    }
}

