/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6lrbbn9814] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-6lrbbn9814] {
    flex: 1;
}

.top-row[b-6lrbbn9814] {
    background-color: #16478e;
    color: white;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-row .app-title[b-6lrbbn9814] {
    font-size: 1.2rem;
    font-weight: 600;
}

.content[b-6lrbbn9814] {
    padding-top: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

#blazor-error-ui[b-6lrbbn9814] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6lrbbn9814] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-ia7chng5a1] {
    height: 3.5rem;
    background-color: #16478e;
}

.navbar-brand[b-ia7chng5a1] {
    font-size: 1.1rem;
}
/* /Components/Wizard/ApplicationWizard.razor.rz.scp.css */
.wizard-container[b-kx1h0k16eh] {
    max-width: 720px;
    margin: 0 auto;
    padding: 1rem;
}

[b-kx1h0k16eh] .wizard-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

[b-kx1h0k16eh] .wizard-nav-buttons .btn {
    min-width: 120px;
}

[b-kx1h0k16eh] .form-section-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1b6ec2;
}

[b-kx1h0k16eh] .form-group {
    margin-bottom: 1rem;
}

[b-kx1h0k16eh] .entry-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
}

[b-kx1h0k16eh] .entry-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
/* /Components/Wizard/StepProgressBar.razor.rz.scp.css */
.step-progress-bar[b-u5ok42j5ff] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.step-item[b-u5ok42j5ff] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
}

.step-circle[b-u5ok42j5ff] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    border: 2px solid #dee2e6;
    background-color: #fff;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-item.active .step-circle[b-u5ok42j5ff] {
    border-color: #1b6ec2;
    background-color: #1b6ec2;
    color: #fff;
}

.step-item.completed .step-circle[b-u5ok42j5ff] {
    border-color: #198754;
    background-color: #198754;
    color: #fff;
}

.step-label[b-u5ok42j5ff] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    color: #6c757d;
    max-width: 80px;
}

.step-item.active .step-label[b-u5ok42j5ff] {
    color: #1b6ec2;
    font-weight: 600;
}

.step-item.completed .step-label[b-u5ok42j5ff] {
    color: #198754;
}

.step-connector[b-u5ok42j5ff] {
    flex: 1;
    height: 2px;
    background-color: #dee2e6;
    margin-top: 17px;
    min-width: 20px;
    max-width: 60px;
    transition: background-color 0.3s ease;
}

.step-connector.completed[b-u5ok42j5ff] {
    background-color: #198754;
}
