@import '_content/Corvenia.Yggdrasil.Module.Common/Corvenia.Yggdrasil.Module.Common.y7arykic40.bundle.scp.css';
@import '_content/Corvenia.Yggdrasil.Module.GroupSetup/Corvenia.Yggdrasil.Module.GroupSetup.3hz1vr8w2p.bundle.scp.css';
@import '_content/Corvenia.Yggdrasil.Module.PowerBIReporting/Corvenia.Yggdrasil.Module.PowerBIReporting.own8ergbm4.bundle.scp.css';
@import '_content/Corvenia.Yggdrasil.Module.Reporting/Corvenia.Yggdrasil.Module.Reporting.by3c0qq6lq.bundle.scp.css';
@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.mlg14ggzcc.bundle.scp.css';

/* /Components/Pages/StepByStep/OnboardingCompanyStep.razor.rz.scp.css */
.onboarding-company-step[b-nn1ojmb1n0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.onboarding-company-choice[b-nn1ojmb1n0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 0 0.5rem;
}

.onboarding-company-choice-card[b-nn1ojmb1n0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    width: min(100%, 16rem);
    min-height: 11rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #fff;
    color: inherit;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.onboarding-company-choice-card:hover[b-nn1ojmb1n0] {
    border-color: rgba(25, 118, 210, 0.45);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.onboarding-company-choice-card__icon[b-nn1ojmb1n0] {
    color: #1976d2;
}

.onboarding-company-choice-card__title[b-nn1ojmb1n0] {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.onboarding-company-mode-switch[b-nn1ojmb1n0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.onboarding-company-picker__list[b-nn1ojmb1n0] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
    max-height: 22rem;
    overflow-y: auto;
}

.onboarding-company-picker__item[b-nn1ojmb1n0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    width: 100%;
    padding: 0.875rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.onboarding-company-picker__item:last-child[b-nn1ojmb1n0] {
    border-bottom: 0;
}

.onboarding-company-picker__item:hover[b-nn1ojmb1n0] {
    background: rgba(25, 118, 210, 0.06);
}

@media (max-width: 720px) {
    .onboarding-company-choice[b-nn1ojmb1n0] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/Pages/StepByStep/OnboardingFinishSummary.razor.rz.scp.css */
.onboarding-finish-summary[b-ybsjfnvx9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.onboarding-finish-summary__hero[b-ybsjfnvx9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.onboarding-finish-summary__icon[b-ybsjfnvx9o] {
    font-size: 2.5rem !important;
}

.onboarding-finish-summary__message[b-ybsjfnvx9o] {
    max-width: 36rem;
}

.onboarding-finish-summary__total[b-ybsjfnvx9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.onboarding-finish-summary__clocks[b-ybsjfnvx9o] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.onboarding-finish-clock-card[b-ybsjfnvx9o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    min-width: 9rem;
}

.onboarding-finish-clock[b-ybsjfnvx9o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.03);
    font-size: 1.125rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    min-width: 7rem;
}

.onboarding-finish-clock--total[b-ybsjfnvx9o] {
    font-size: 1.375rem;
    padding: 0.75rem 1.25rem;
    border-color: rgba(46, 125, 50, 0.35);
    background: rgba(46, 125, 50, 0.08);
    color: #1b5e20;
}

.onboarding-finish-clock--corvenia[b-ybsjfnvx9o] {
    border-color: rgba(25, 118, 210, 0.25);
    background: rgba(25, 118, 210, 0.06);
}

@media (max-width: 600px) {
    .onboarding-finish-summary__clocks[b-ybsjfnvx9o] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Components/Pages/StepByStep/OnboardingMappingDecision.razor.rz.scp.css */
.onboarding-card[b-qgpg81eelw],
.onboarding-stat-card[b-qgpg81eelw] {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.onboarding-stat-card[b-qgpg81eelw] {
    background: #fff;
}
/* /Components/Pages/StepByStep/OnboardingProcessingStatus.razor.rz.scp.css */
.onboarding-card[b-j4vy7439p0],
.onboarding-processing-check[b-j4vy7439p0] {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.onboarding-processing-check__row[b-j4vy7439p0] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.onboarding-processing-check__status[b-j4vy7439p0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.onboarding-processing-check__content[b-j4vy7439p0] {
    flex: 1;
    min-width: 0;
}

.onboarding-processing-check__eta-column[b-j4vy7439p0] {
    flex-shrink: 0;
    margin-left: auto;
    text-align: right;
}

.onboarding-processing-check__eta[b-j4vy7439p0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.02);
    white-space: nowrap;
    font-size: 0.8125rem;
    line-height: 1;
}

.onboarding-processing-check__eta--overdue[b-j4vy7439p0] {
    border-color: rgba(237, 108, 2, 0.35);
    background: rgba(237, 108, 2, 0.06);
}

.onboarding-processing-check__eta-label[b-j4vy7439p0] {
    color: rgba(15, 23, 42, 0.55);
}

.onboarding-processing-check__eta-value[b-j4vy7439p0] {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.onboarding-processing-check__eta-overdue[b-j4vy7439p0] {
    display: block;
    margin-top: 0.25rem;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .onboarding-processing-check__row[b-j4vy7439p0] {
        flex-wrap: wrap;
    }

    .onboarding-processing-check__eta-column[b-j4vy7439p0] {
        width: 100%;
        margin-left: 0;
        margin-top: 0.25rem;
        text-align: left;
    }

    .onboarding-processing-check__eta-overdue[b-j4vy7439p0] {
        white-space: normal;
    }
}
/* /Components/Pages/StepByStep/OnboardingProfitLossPreview.razor.rz.scp.css */
.onboarding-card[b-ufc5d7h7w4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.onboarding-pnl-table[b-ufc5d7h7w4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
/* /Components/Pages/StepByStep/StepByStep.razor.rz.scp.css */
.onboarding-wizard[b-du6mm1urt4] {
    max-width: 1180px;
    margin: 0 auto;
}

.onboarding-card[b-du6mm1urt4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.onboarding-processing-check[b-du6mm1urt4],
.onboarding-stat-card[b-du6mm1urt4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.onboarding-pnl-table[b-du6mm1urt4] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.onboarding-connect-layout[b-du6mm1urt4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.onboarding-doc-panel[b-du6mm1urt4] {
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.onboarding-doc-panel__header[b-du6mm1urt4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(15, 23, 42, 0.02);
}

.onboarding-doc-panel__iframe[b-du6mm1urt4] {
    display: block;
    width: 100%;
    height: 32rem;
    border: 0;
}

@media (max-width: 960px) {
    .onboarding-doc-panel__iframe[b-du6mm1urt4] {
        height: 24rem;
    }
}

.onboarding-finish-card[b-du6mm1urt4] {
    text-align: center;
}

.onboarding-finish-actions[b-du6mm1urt4] {
    justify-content: center;
}
/* /Components/Shared/StepByStepMenu.razor.rz.scp.css */
.step-by-step-menu[b-0gbyx3uvb5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}

.step-by-step-menu-header[b-0gbyx3uvb5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #374151;
    flex-shrink: 0;
}

.step-by-step-menu-logo[b-0gbyx3uvb5] {
    width: 28px;
    height: 28px;
}

.step-by-step-menu-title[b-0gbyx3uvb5] {
    color: #f9fafb;
    font-weight: 600;
}

.step-by-step-menu-steps[b-0gbyx3uvb5] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 0.75rem;
}

.step-by-step-menu-step[b-0gbyx3uvb5] {
    margin-bottom: 0.25rem;
}

.step-by-step-menu-step-link[b-0gbyx3uvb5] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: #d1d5db;
    text-align: left;
    cursor: pointer;
}

.step-by-step-menu-step-link:hover:not(:disabled)[b-0gbyx3uvb5] {
    background-color: rgba(255, 255, 255, 0.06);
}

.step-by-step-menu-step-link:disabled[b-0gbyx3uvb5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.step-by-step-menu-step.active .step-by-step-menu-step-link[b-0gbyx3uvb5] {
    background-color: #374151;
    color: #ffffff;
}

.step-by-step-menu-step.complete .step-by-step-menu-step-title[b-0gbyx3uvb5] {
    color: #86efac;
}

.step-by-step-menu-step-indicator[b-0gbyx3uvb5] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.75rem;
}

.step-by-step-menu-step-dot[b-0gbyx3uvb5] {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #6b7280;
}

.step-by-step-menu-step-dot.current[b-0gbyx3uvb5] {
    background-color: #14b8a6;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25);
}

.step-by-step-menu-step-check[b-0gbyx3uvb5] {
    color: #86efac;
}

.step-by-step-menu-step-icon[b-0gbyx3uvb5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1rem;
    width: 1rem;
    margin-right: 0.75rem;
    font-size: 1rem;
    line-height: 1;
}

.step-by-step-menu-step-title[b-0gbyx3uvb5] {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-by-step-menu-footer[b-0gbyx3uvb5] {
    flex-shrink: 0;
    margin-top: auto;
    padding: 1rem 1.25rem;
    border-top: 1px solid #374151;
}

.step-by-step-menu-user[b-0gbyx3uvb5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.step-by-step-menu-avatar[b-0gbyx3uvb5] {
    background-color: #4b5563 !important;
}

.step-by-step-menu-user-details[b-0gbyx3uvb5] {
    min-width: 0;
}

.step-by-step-menu-username[b-0gbyx3uvb5],
.step-by-step-menu-user-email[b-0gbyx3uvb5] {
    color: #f9fafb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.step-by-step-menu-user-email[b-0gbyx3uvb5] {
    color: #9ca3af !important;
}

.step-by-step-menu-exit[b-0gbyx3uvb5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: #d1d5db;
    cursor: pointer;
    text-align: left;
}

.step-by-step-menu-exit:hover[b-0gbyx3uvb5] {
    background-color: rgba(255, 255, 255, 0.06);
}

.step-by-step-menu-logout[b-0gbyx3uvb5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: #fca5a5;
    cursor: pointer;
    text-align: left;
}

.step-by-step-menu-logout:hover[b-0gbyx3uvb5] {
    background-color: rgba(239, 68, 68, 0.12);
}

[b-0gbyx3uvb5] .step-by-step-menu-step-check.mud-icon-root {
    font-size: 1.125rem;
}
/* /Components/Shared/StepByStepWizardLayout.razor.rz.scp.css */
.step-by-step-wizard-layout[b-2ctsd2erm4] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
    width: 100%;
}

.step-by-step-wizard-sidebar[b-2ctsd2erm4] {
    flex: 0 0 280px;
    width: 280px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #1f2937;
    color: #f9fafb;
    border-right: 1px solid #374151;
}

.step-by-step-wizard-content[b-2ctsd2erm4] {
    flex: 1 1 auto;
    min-width: 0;
    padding: 1.5rem;
    background-color: #ffffff;
}

/* Disabled primary actions should read clearly as unavailable, not active green. */
.step-by-step-wizard-content[b-2ctsd2erm4]  .mud-button-root.mud-button-filled.mud-disabled,
.step-by-step-wizard-content[b-2ctsd2erm4]  .mud-button-root.mud-button-filled-primary.mud-disabled,
.step-by-step-wizard-content[b-2ctsd2erm4]  .mud-button-root.mud-button-filled-primary:disabled {
    background-color: #d1d5db !important;
    color: #6b7280 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.step-by-step-wizard-content[b-2ctsd2erm4]  .mud-button-root.mud-button-outlined.mud-disabled,
.step-by-step-wizard-content[b-2ctsd2erm4]  .mud-button-root.mud-button-outlined:disabled {
    border-color: #d1d5db !important;
    color: #9ca3af !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .step-by-step-wizard-layout[b-2ctsd2erm4] {
        flex-direction: column;
    }

    .step-by-step-wizard-sidebar[b-2ctsd2erm4] {
        flex: 0 0 auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #374151;
    }
}
/* /Components/Shared/WizardLayout.razor.rz.scp.css */
.wizard-layout[b-7ew5b3dyqf] {
    min-height: 100vh;
    background-color: #f8f9fa;
}
