/* /Components/Pages/Application/ChildcareApplicationEdit.razor.rz.scp.css */
body[b-2l3c6kkk01] {
    .checkbox-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem; /* spacing between items */
    }

    .checkbox-item[b-2l3c6kkk01] {
        display: flex;
        align-items: center;
        width: 260px; /* controls how many items per row */
    }
}
/* /Components/Pages/Application/ChildcareApplicationView.razor.rz.scp.css */
body[b-dgbhvnvz8p] {
    .checkbox-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem; /* spacing between items */
    }

    .checkbox-item[b-dgbhvnvz8p] {
        display: flex;
        align-items: center;
        width: 260px; /* controls how many items per row */
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-page[b-a4rnfbzpez] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background-color: #f3f4f6;
}

.error-card[b-a4rnfbzpez] {
    width: 100%;
    max-width: 640px;
    text-align: center;
    padding: 2.5rem 1.5rem;
}

.error-icon[b-a4rnfbzpez] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #dc2626;
    margin-bottom: 1.25rem;
}

    .error-icon svg[b-a4rnfbzpez] {
        width: 56px;
        height: 56px;
    }

.error-title[b-a4rnfbzpez] {
    font-size: 2.25rem;
    font-weight: 500;
    color: #111827;
    margin: 0 0 1rem 0;
    letter-spacing: -0.01em;
}

.error-message[b-a4rnfbzpez] {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.55;
    max-width: 34rem;
    margin: 0 auto 1.75rem auto;
}

.error-reference[b-a4rnfbzpez] {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin: 0 auto 1.75rem auto;
    max-width: 36rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.error-reference-label[b-a4rnfbzpez] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.error-reference-row[b-a4rnfbzpez] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.error-reference-id[b-a4rnfbzpez] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 700;
    color: #111827;
    font-size: 0.95rem;
    word-break: break-all;
    background: transparent;
}

.error-copy-btn[b-a4rnfbzpez] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .error-copy-btn:hover[b-a4rnfbzpez] {
        background-color: #f3f4f6;
        color: #111827;
    }

.error-reference-hint[b-a4rnfbzpez] {
    font-size: 0.85rem;
    color: #6b7280;
}

.error-actions[b-a4rnfbzpez] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.error-btn[b-a4rnfbzpez] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.error-btn-primary[b-a4rnfbzpez] {
    background-color: #4f46e5;
    color: #ffffff;
    border-color: #4f46e5;
    box-shadow: 0 1px 2px rgba(79, 70, 229, 0.25);
}

    .error-btn-primary:hover[b-a4rnfbzpez] {
        background-color: #4338ca;
        border-color: #4338ca;
        color: #ffffff;
    }

.error-btn-secondary[b-a4rnfbzpez] {
    background-color: #ffffff;
    color: #111827;
    border-color: #d1d5db;
}

    .error-btn-secondary:hover[b-a4rnfbzpez] {
        background-color: #f9fafb;
        border-color: #9ca3af;
        color: #111827;
    }
