/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qdpc5znyxs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qdpc5znyxs] {
    flex: 1;
}

.sidebar[b-qdpc5znyxs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qdpc5znyxs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qdpc5znyxs]  a, .top-row[b-qdpc5znyxs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qdpc5znyxs]  a:hover, .top-row[b-qdpc5znyxs]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qdpc5znyxs]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qdpc5znyxs] {
        justify-content: space-between;
    }

    .top-row[b-qdpc5znyxs]  a, .top-row[b-qdpc5znyxs]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qdpc5znyxs] {
        flex-direction: row;
    }

    .sidebar[b-qdpc5znyxs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qdpc5znyxs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qdpc5znyxs]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qdpc5znyxs], article[b-qdpc5znyxs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Gate.razor.rz.scp.css */
.gate-page[b-o77x0xb6xw] {
    background-color: #f5f7fa;
    min-height: 100vh;
    padding: 20px 20px;
}

.gate-container[b-o77x0xb6xw] {
    max-width: 760px;
    margin: 0 auto;
}

.gate-header[b-o77x0xb6xw] {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
}

    .gate-header h1[b-o77x0xb6xw] {
        margin: 0 0 8px;
        color: var(--rijks-action-color);
        font-size: 2.4rem;
        font-weight: 700;
    }

    .gate-header p[b-o77x0xb6xw] {
        margin: 0;
        color: #5f6b7a;
        font-size: 1rem;
    }

.gate-lead[b-o77x0xb6xw] {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.gate-instructions[b-o77x0xb6xw] {
    margin: 0 0 14px 18px;
    color: #5f6b7a;
}

    .gate-instructions li[b-o77x0xb6xw] {
        margin-bottom: 6px;
    }

.gate-subtitle[b-o77x0xb6xw] {
    margin-top: 12px;
    font-weight: 600;
}

.gate-card[b-o77x0xb6xw] {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-top: 5px solid var(--rijks-top-accent);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.button-row[b-o77x0xb6xw] {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.custom-btn-primary[b-o77x0xb6xw] {
    min-width: 140px;
    padding: 12px 26px;
    border: 1px solid var(--rijks-action-color);
    border-radius: 4px;
    background-color: var(--rijks-action-color);
    color: #fff;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .custom-btn-primary:hover:not(:disabled)[b-o77x0xb6xw] {
        background-color: var(--rijks-action-hover-color);
        border-color: var(--rijks-action-hover-color);
        color: #fff;
    }

    .custom-btn-primary:disabled[b-o77x0xb6xw] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.gate-action[b-o77x0xb6xw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.gate-action-copy[b-o77x0xb6xw] {
    min-width: 220px;
}

.form-group-custom[b-o77x0xb6xw] {
    margin-bottom: 24px;
}

.gate-action-title[b-o77x0xb6xw] {
    margin-bottom: 4px;
    color: var(--rijks-action-color);
    font-size: 1.2rem;
    font-weight: 700;
}

.gate-action-hint[b-o77x0xb6xw] {
    color: #5f6b7a;
    font-size: 0.95rem;
}

.gate-open-button[b-o77x0xb6xw] {
    min-width: 200px;
}

.custom-alert[b-o77x0xb6xw] {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 4px;
    font-weight: 500;
}

.custom-alert-success[b-o77x0xb6xw] {
    background-color: #eaf6ea;
    border: 1px solid #b9dfba;
    color: #256b2f;
}

.custom-alert-danger[b-o77x0xb6xw] {
    background-color: #fdeeee;
    border: 1px solid #efc2c2;
    color: #a12622;
}

.custom-alert-info[b-o77x0xb6xw] {
    background-color: rgba(0, 123, 199, 0.12);
    border: 1px solid rgba(0, 123, 199, 0.24);
    color: var(--rijks-action-color);
}

.gate-info[b-o77x0xb6xw] {
    margin-top: 0;
}

.field-label[b-o77x0xb6xw] {
    display: block;
    margin-bottom: 12px;
    color: var(--rijks-action-color);
    font-weight: 700;
}

/* Wrapper rond de keuzes */
.gate-segmented[b-o77x0xb6xw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

.gate-option[b-o77x0xb6xw] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    width: 100%;
    padding: 18px 20px;
    border: 2px solid rgba(21, 66, 115, 0.14);
    border-radius: 12px;
    background: #fff;
    color: var(--rijks-action-color);
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.gate-option-icon[b-o77x0xb6xw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background-color: #eef2f6;
    line-height: 1;
    flex-shrink: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gate-option-icon-svg[b-o77x0xb6xw] {
    width: 1.5rem;
    height: 1.5rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gate-option-text[b-o77x0xb6xw] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.gate-option-title[b-o77x0xb6xw] {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
}

.gate-option-subtitle[b-o77x0xb6xw] {
    color: #5f6b7a;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Semantische varianten */
.gate-option-in .gate-option-icon[b-o77x0xb6xw] {
    color: #1f8f4e;
    background-color: #eaf6ef;
}

.gate-option-out .gate-option-icon[b-o77x0xb6xw] {
    color: #c53d3d;
    background-color: #fdeeee;
}

.gate-option:hover[b-o77x0xb6xw] {
    border-color: #9fb4c9;
    background-color: #f8fafc;
}

    .gate-option:hover .gate-option-icon[b-o77x0xb6xw] {
        filter: brightness(0.98);
    }

/* Actieve selectie blijft duidelijk, maar behoudt semantic kleur */
.gate-option.active[b-o77x0xb6xw] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.gate-option-in.active[b-o77x0xb6xw] {
    border-color: #1f8f4e;
    background-color: #f3fbf6;
}

.gate-option-out.active[b-o77x0xb6xw] {
    border-color: #c53d3d;
    background-color: #fff5f5;
}

.gate-option.active .gate-option-subtitle[b-o77x0xb6xw] {
    color: #4b5d70;
}

.gate-option-in.active .gate-option-icon[b-o77x0xb6xw] {
    background-color: #1f8f4e;
    color: #fff;
}

.gate-option-out.active .gate-option-icon[b-o77x0xb6xw] {
    background-color: #c53d3d;
    color: #fff;
}

.gate-option:focus-within[b-o77x0xb6xw] {
    outline: 3px solid rgba(21, 66, 115, 0.22);
    outline-offset: 2px;
}

.gate-option[b-o77x0xb6xw]  .gate-radio {
    display: none !important;
}

@media (max-width: 576px) {
    .gate-action[b-o77x0xb6xw] {
        flex-direction: column;
        align-items: stretch;
    }

    .gate-action-copy[b-o77x0xb6xw] {
        min-width: 0;
    }

    .gate-open-button[b-o77x0xb6xw] {
        width: 100%;
    }

    .gate-segmented[b-o77x0xb6xw] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.login-page[b-rbdw58no5j] {
    background-color: #f5f7fa;
    min-height: 100vh;
    padding: 40px 20px;
}

.login-container[b-rbdw58no5j] {
    max-width: 760px;
    margin: 0 auto;
}

.login-header[b-rbdw58no5j] {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9e1ea;
    padding-bottom: 16px;
}

    .login-header h1[b-rbdw58no5j] {
        color: var(--rijks-action-color);
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .login-header p[b-rbdw58no5j] {
        color: #5f6b7a;
        font-size: 1rem;
        margin: 0;
    }

.login-card[b-rbdw58no5j] {
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-top: 5px solid var(--rijks-top-accent);
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.form-group-custom[b-rbdw58no5j] {
    margin-bottom: 22px;
}

    .form-group-custom label[b-rbdw58no5j] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: var(--rijks-action-color);
        font-size: 1rem;
    }

.custom-input[b-rbdw58no5j] {
    width: 100%;
    height: 48px;
    border: 1px solid #cfd8e3;
    border-radius: 2px;
    font-size: 1rem;
    padding: 10px 14px;
    box-shadow: none;
}

    .custom-input:focus[b-rbdw58no5j] {
        border-color: var(--rijks-action-color);
        box-shadow: 0 0 0 0.15rem rgba(21, 66, 115, 0.15);
        outline: none;
    }

.custom-btn-primary[b-rbdw58no5j] {
    background-color: var(--rijks-action-color);
    border: 1px solid var(--rijks-action-color);
    color: #ffffff;
    font-weight: 600;
    padding: 10px 24px;
    min-width: 140px;
    border-radius: 2px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .custom-btn-primary:hover:not(:disabled)[b-rbdw58no5j] {
        background-color: var(--rijks-action-hover-color);
        border-color: var(--rijks-action-hover-color);
        color: #ffffff;
    }

    .custom-btn-primary:disabled[b-rbdw58no5j] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.button-row[b-rbdw58no5j] {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.custom-alert[b-rbdw58no5j] {
    border-radius: 4px;
    padding: 14px 16px;
    margin-top: 16px;
    font-weight: 500;
}

.custom-alert-success[b-rbdw58no5j] {
    background-color: #eaf6ea;
    border: 1px solid #b9dfba;
    color: #256b2f;
}

.custom-alert-danger[b-rbdw58no5j] {
    background-color: #fdeeee;
    border: 1px solid #efc2c2;
    color: #a12622;
}

.custom-alert-info[b-rbdw58no5j] {
    background-color: rgba(0, 123, 199, 0.12);
    border: 1px solid rgba(0, 123, 199, 0.24);
    color: var(--rijks-action-color);
}

.gate-info[b-rbdw58no5j] {
    margin-top: 20px;
}

.validation-summary-errors[b-rbdw58no5j] {
    color: #a12622;
    background-color: #fdeeee;
    border: 1px solid #efc2c2;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

    .validation-summary-errors ul[b-rbdw58no5j] {
        margin: 0;
        padding-left: 20px;
    }

.input-error[b-rbdw58no5j] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
}

    .input-error:focus[b-rbdw58no5j] {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2) !important;
    }

.field-error .custom-input[b-rbdw58no5j] {
    border-color: #dc3545 !important;
    outline: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
}

    .field-error .custom-input:focus[b-rbdw58no5j] {
        border-color: #dc3545 !important;
        outline: 1px solid #dc3545 !important;
    }
/* /Pages/SelfServicePincode.razor.rz.scp.css */
.pincode-page[b-j1cdxaqeey] {
    background-color: #f5f7fa;
    min-height: 100vh;
    padding: 40px 20px;
}

.pincode-container[b-j1cdxaqeey] {
    max-width: 760px;
    margin: 0 auto;
}

.pincode-header[b-j1cdxaqeey] {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9e1ea;
    padding-bottom: 16px;
}

    .pincode-header h1[b-j1cdxaqeey] {
        color: #123c7a;
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .pincode-header p[b-j1cdxaqeey] {
        color: #5f6b7a;
        font-size: 1rem;
        margin: 0;
    }

.pincode-card[b-j1cdxaqeey] {
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-top: 5px solid #1f73be;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.form-group-custom[b-j1cdxaqeey] {
    margin-bottom: 22px;
}

    .form-group-custom label[b-j1cdxaqeey] {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #123c7a;
        font-size: 1rem;
    }

.custom-input[b-j1cdxaqeey] {
    height: 48px;
    border: 1px solid #cfd8e3;
    border-radius: 2px;
    font-size: 1rem;
    padding: 10px 14px;
    box-shadow: none;
}

    .custom-input:focus[b-j1cdxaqeey] {
        border-color: #1f73be;
        box-shadow: 0 0 0 0.15rem rgba(31, 115, 190, 0.15);
    }

.custom-btn-primary[b-j1cdxaqeey] {
    background-color: #1f73be;
    border: 1px solid #1f73be;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 24px;
    min-width: 140px;
    border-radius: 2px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .custom-btn-primary:hover:not(:disabled)[b-j1cdxaqeey] {
        background-color: #165a96;
        border-color: #165a96;
        color: #ffffff;
    }

    .custom-btn-primary:disabled[b-j1cdxaqeey] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.custom-alert[b-j1cdxaqeey] {
    border-radius: 4px;
    padding: 14px 16px;
    margin-top: 16px;
    font-weight: 500;
}

.custom-alert-success[b-j1cdxaqeey] {
    background-color: #eaf6ea;
    border: 1px solid #b9dfba;
    color: #256b2f;
}

.custom-alert-danger[b-j1cdxaqeey] {
    background-color: #fdeeee;
    border: 1px solid #efc2c2;
    color: #a12622;
}

.validation-summary-errors[b-j1cdxaqeey] {
    color: #a12622;
    background-color: #fdeeee;
    border: 1px solid #efc2c2;
    border-radius: 4px;
    padding: 12px 16px;
}

    .validation-summary-errors ul[b-j1cdxaqeey] {
        margin: 0;
        padding-left: 20px;
    }
.input-error[b-j1cdxaqeey] {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
}

    .input-error:focus[b-j1cdxaqeey] {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2) !important;
    }

.field-error .custom-input[b-j1cdxaqeey] {
    border-color: #dc3545 !important;
    outline: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.15) !important;
}

    .field-error .custom-input:focus[b-j1cdxaqeey] {
        border-color: #dc3545 !important;
        outline: 1px solid #dc3545 !important;
    }
