@import '_content/N2C.SubscriptionService.Registration.Blazor/N2C.SubscriptionService.Registration.Blazor.mvu4revx6q.bundle.scp.css';

/* _content/N2C.CashFlow.Blazor.Server/Features/Onboarding/Components/AccessSetupWizard.razor.rz.scp.css */
/* Compact onboarding layout - minimal vertical footprint */

.wizard-page-shell[b-1oapxknzda] {
    width: 100%;
    min-height: 100vh;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
}

.wizard-logo-row[b-1oapxknzda],
.wizard-content-row[b-1oapxknzda] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wizard-logo-row[b-1oapxknzda] {
    margin-top: 0.75rem;
}

.wizard-logo-wrap[b-1oapxknzda] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wizard-logo[b-1oapxknzda] {
    height: 40px;
}

.wizard-content-row[b-1oapxknzda] {
    margin-top: 0.5rem;
}

.wizard-frame[b-1oapxknzda] {
    width: 100%;
    max-width: 1180px;
    min-width: 340px;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 1.5rem;
}

.wizard-step-title[b-1oapxknzda] {
    font-size: 0.95rem;
    margin-top: 0;
    margin-bottom: 0.4rem;
    display: block;
    color: #222;
    font-weight: 600;
}

.wizard-stage-intro[b-1oapxknzda] {
    margin: 0 0 0.5rem;
    color: #5b6470;
    font-size: 0.85rem;
    line-height: 1.4;
    max-width: 62rem;
}

.wizard-step-stack[b-1oapxknzda] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.wizard-step-stack-compact[b-1oapxknzda] {
    gap: 0.5rem;
}

.wizard-panel[b-1oapxknzda] {
    border-radius: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    margin: 0;
}

.wizard-panel-full-width[b-1oapxknzda] {
    width: 100%;
}

.wizard-panel-demo[b-1oapxknzda] {
    background: linear-gradient(180deg, #fbfbfb 0%, #f6f8fb 100%);
    border-left: 5px solid #007bff;
    margin-bottom: 1rem;
}

.wizard-panel-manual[b-1oapxknzda] {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-left: 5px solid #6c757d;
}

.wizard-panel-open-payment[b-1oapxknzda] {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-left: 5px solid #0d6efd;
}

.wizard-panel-company[b-1oapxknzda] {
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border-left: 5px solid #198754;
}

.wizard-panel-header[b-1oapxknzda] {
    margin-bottom: 0.4rem;
}

.wizard-panel-title[b-1oapxknzda] {
    margin: 0 0 0.15rem;
    color: #222;
    font-size: 0.95rem;
    font-weight: 600;
}

.wizard-panel-description[b-1oapxknzda] {
    margin: 0;
    color: #666;
    font-size: 0.8rem;
    line-height: 1.3;
}

.wizard-manual-form[b-1oapxknzda] {
    margin-top: 0.25rem;
}

.wizard-manual-label[b-1oapxknzda] {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    color: #222;
    font-weight: 500;
}

/* DevExpress Accordion styling for license options */
.wizard-license-accordion[b-1oapxknzda] {
    margin: 0;
}

.wizard-license-accordion[b-1oapxknzda]  .dxbl-accordion-item {
    margin-bottom: 0.75rem;
}

.wizard-license-accordion[b-1oapxknzda]  .dxbl-accordion-item:last-child {
    margin-bottom: 0;
}

.wizard-success-box[b-1oapxknzda] {
    border-radius: 0.5rem;
    border: 1px solid #28a745;
    background: #d4edda;
    color: #155724;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
}

.wizard-primary-action-row[b-1oapxknzda] {
    margin-top: 0.5rem;
}

.wizard-inner-step-title[b-1oapxknzda] {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
    display: block;
    color: #222;
    font-weight: 600;
}

/* Compress DxFormLayout and form elements */
[b-1oapxknzda] .dxbl-form-layout {
    --dx-form-layout-item-spacing-height: 0.25rem;
}

[b-1oapxknzda] .dxbl-form-layout-item {
    margin-bottom: 0.35rem;
}

[b-1oapxknzda] .dxbl-text-box,
[b-1oapxknzda] .dxbl-memo,
[b-1oapxknzda] .dxbl-number-box,
[b-1oapxknzda] .dxbl-date-edit,
[b-1oapxknzda] .dxbl-combo-box {
    height: 2rem !important;
    min-height: 2rem !important;
}

[b-1oapxknzda] .dxbl-memo {
    height: auto !important;
    min-height: 2.5rem !important;
}

[b-1oapxknzda] .dxbl-form-layout-item .dxbl-caption {
    padding-bottom: 0.15rem !important;
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
}

[b-1oapxknzda] .dxbl-form-layout-item .dxbl-edit-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-1oapxknzda] .dxbl-text-box .dxbl-edit-input,
[b-1oapxknzda] .dxbl-memo .dxbl-edit-input,
[b-1oapxknzda] .dxbl-number-box .dxbl-edit-input {
    padding: 0.35rem 0.5rem !important;
    font-size: 0.85rem !important;
    line-height: 1.2 !important;
}

/* RegistrationWorkspace compaction inside demo panel */
/* Hide the redundant card header (wizard-panel-header already covers it) */
.wizard-panel-demo[b-1oapxknzda]  .n2c-card__header {
    display: none !important;
}

/* Strip card visual chrome — wizard-panel already provides the container */
.wizard-panel-demo[b-1oapxknzda]  .n2c-card,
.wizard-panel-demo[b-1oapxknzda]  .n2c-card__body {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Compact the Demo/License/Mail tab strip */
.wizard-panel-demo[b-1oapxknzda]  .dxbl-tabs-tablist {
    min-height: 1.9rem !important;
}

.wizard-panel-demo[b-1oapxknzda]  .dxbl-tabs-item {
    padding: 0.2rem 0.65rem !important;
    font-size: 0.8rem !important;
    min-height: 1.9rem !important;
}

/* Reduce caption width so form fields use less horizontal space */
.wizard-panel-demo[b-1oapxknzda]  .dxbl-fl {
    --dxbl-fl-caption-width-large-screen: 120px !important;
    --dxbl-fl-caption-width: 120px !important;
}

/* Tighten spacing between tab pane and card */
.wizard-panel-demo[b-1oapxknzda]  .dxbl-tabs-content {
    padding-top: 0.4rem !important;
}

.wizard-nav-row[b-1oapxknzda] {
    align-items: center;
}

.wizard-nav-row>*[b-1oapxknzda] {
    flex: 1 1 0;
}

@media (max-width: 991px) {
    .wizard-frame[b-1oapxknzda] {
        max-width: 100%;
        padding: 1rem 0.75rem;
    }

    .wizard-panel[b-1oapxknzda] {
        padding: 0.75rem;
    }
}

@media (max-width: 576px) {
    .wizard-page-shell[b-1oapxknzda] {
        padding: 0 0.5rem 1rem;
    }

    .wizard-logo-row[b-1oapxknzda],
    .wizard-content-row[b-1oapxknzda] {
        margin-top: 0.75rem;
    }

    .wizard-frame[b-1oapxknzda] {
        min-width: 0;
        padding: 0.75rem 0.5rem;
        border-radius: 1rem;
    }

    .wizard-step-title[b-1oapxknzda] {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .wizard-panel[b-1oapxknzda] {
        padding: 0.6rem;
    }

    .wizard-panel-title[b-1oapxknzda] {
        font-size: 0.9rem;
    }

    .wizard-panel-description[b-1oapxknzda] {
        font-size: 0.75rem;
    }

    .wizard-nav-row[b-1oapxknzda] {
        flex-direction: column;
    }

    .wizard-nav-row>*[b-1oapxknzda] {
        width: 100%;
    }
}
