/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1gsdwvb660],
.components-reconnect-repeated-attempt-visible[b-1gsdwvb660],
.components-reconnect-failed-visible[b-1gsdwvb660],
.components-pause-visible[b-1gsdwvb660],
.components-resume-failed-visible[b-1gsdwvb660],
.components-rejoining-animation[b-1gsdwvb660] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-retrying[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-failed[b-1gsdwvb660],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1gsdwvb660] {
    display: block;
}


#components-reconnect-modal[b-1gsdwvb660] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1gsdwvb660 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1gsdwvb660 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1gsdwvb660 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1gsdwvb660]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1gsdwvb660 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1gsdwvb660 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1gsdwvb660 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1gsdwvb660 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1gsdwvb660] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1gsdwvb660] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1gsdwvb660] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1gsdwvb660] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1gsdwvb660] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1gsdwvb660] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1gsdwvb660] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1gsdwvb660 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1gsdwvb660] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1gsdwvb660 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Cms/Pages.razor.rz.scp.css */
/* Scoped styles for Admin CMS Pages */
.section-select[b-5hrm6u65h5] {
    max-width: 200px;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* ─── 404-pagina ───────────────────────────────────────────────────────
   Vriendelijke layout met grote "404"-cijfers, lead-tekst en suggestie-
   links. Globale uw-container blijft de page-width regelen; deze file
   zet alleen vertical-padding, spacing en de link-grid.

   Theme-overrides voor dark-mode staan in wwwroot/app.css — zie CLAUDE.md
   over scoped + [data-theme="dark"]-flakiness.
   ===================================================================== */

.uw-notfound[b-k88h0ntiu7] {
    padding: 4rem 0 6rem;
}

.uw-notfound__inner[b-k88h0ntiu7] {
    max-width: 720px;
    text-align: center;
}

.uw-notfound__code[b-k88h0ntiu7] {
    display: block;
    font-size: clamp(5rem, 14vw, 9rem);
    font-weight: 800;
    line-height: 1;
    color: var(--umbiko-lightblue);
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    opacity: 0.85;
}

.uw-notfound__title[b-k88h0ntiu7] {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    margin-bottom: 0.75rem;
}

.uw-notfound__lead[b-k88h0ntiu7] {
    font-size: 1.05rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 2.5rem;
}

.uw-notfound__subtitle[b-k88h0ntiu7] {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 1rem;
}

.uw-notfound__links[b-k88h0ntiu7] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.uw-notfound__links li a[b-k88h0ntiu7] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    transition: border-color 120ms ease, background 120ms ease;
}

.uw-notfound__links li a:hover[b-k88h0ntiu7] {
    border-color: var(--umbiko-lightblue);
    background: rgba(95, 166, 240, 0.08);
}
