/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pldrar2zan] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-pldrar2zan] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lclt75rjlp],
.components-reconnect-repeated-attempt-visible[b-lclt75rjlp],
.components-reconnect-failed-visible[b-lclt75rjlp],
.components-pause-visible[b-lclt75rjlp],
.components-resume-failed-visible[b-lclt75rjlp],
.components-rejoining-animation[b-lclt75rjlp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-retrying[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-failed[b-lclt75rjlp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lclt75rjlp] {
    display: block;
}


#components-reconnect-modal[b-lclt75rjlp] {
    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-lclt75rjlp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lclt75rjlp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lclt75rjlp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lclt75rjlp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lclt75rjlp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lclt75rjlp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lclt75rjlp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lclt75rjlp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lclt75rjlp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lclt75rjlp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lclt75rjlp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lclt75rjlp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lclt75rjlp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lclt75rjlp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lclt75rjlp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lclt75rjlp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lclt75rjlp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lclt75rjlp {
    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/Recruitments/Details.razor.rz.scp.css */
/* --font-family, --text-color, --muted-color etc. come from App.razor (M-Files theme).
   Local layout vars only: */
:root[b-pfundeqk2o] {
    --border-color: var(--border-color);
    --surface: var(--surface-color2);
}

.detail[b-pfundeqk2o] {
    max-width: 760px;
    padding: 3rem 0 4rem;
    font-family: var(--font-family-detail);
    color: var(--text-color);
}

.detail-loading[b-pfundeqk2o] {
    color: var(--muted-color);
    padding: 2rem 0;
}

/* Header */
.detail-header[b-pfundeqk2o] {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.detail-title[b-pfundeqk2o] {
    font-family: var(--font-family-detail);
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 0.75rem;
    line-height: 1.2;
    color: var(--accent-color);
}

.detail-intro[b-pfundeqk2o] {
    color: var(--subtle-color);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Body — the long description rendered from HTML */
.detail-body[b-pfundeqk2o] {
    font-size: 0.93rem;
    line-height: 1.75;
    color: var(--text-color);
    margin-bottom: 2rem;
}

    /* Style inner headings from the CMS HTML */
    .detail-body :deep(h2)[b-pfundeqk2o],
    .detail-body :deep(h3)[b-pfundeqk2o] {
        color: var(--text-color);
        font-weight: 700;
        margin: 1.75rem 0 0.5rem;
        font-size: 1rem;
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }

    .detail-body :deep(ul)[b-pfundeqk2o] {
        padding-left: 1.2rem;
        margin: 0.5rem 0 1rem;
    }

    .detail-body :deep(li)[b-pfundeqk2o] {
        margin-bottom: 0.35rem;
        color: var(--muted-color);
    }

    .detail-body :deep(p)[b-pfundeqk2o] {
        margin-bottom: 1rem;
    }

    /* Force all inline styles from the rich text editor to follow the theme.
       color: strips editor black text, font-family: strips Times New Roman etc.
       font-size: revert keeps the editor's size choices (h2 bigger than p etc.) */
    .detail-body :deep(*)[b-pfundeqk2o] {
        color: inherit !important;
        background-color: transparent !important;
        font-family: var(--font-family-detail) !important;
        font-size: revert;
    }

    /* Keep explicit link styling */
    .detail-body :deep(a)[b-pfundeqk2o] {
        color: var(--link-color) !important;
        text-decoration: underline;
    }

/* Deadline */
.detail-deadline[b-pfundeqk2o] {
    font-size: 0.9rem;
    color: var(--muted-color);
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--surface);
    display: inline-block;
}

    .detail-deadline strong[b-pfundeqk2o] {
        color: var(--text-color);
        font-weight: 600;
        margin-right: 0.4rem;
    }

/* Back button */
.detail-actions[b-pfundeqk2o] {
    margin-bottom: 3rem;
}

.btn-back[b-pfundeqk2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.3rem;
    background-color: var(--btn-bg);
    border: 1px solid var(--btn-bg);
    border-radius: 999px;
    color: var(--btn-text);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
    font-family: var(--font-family);
}

    .btn-back:hover[b-pfundeqk2o] {
        opacity: 0.85;
        color: var(--btn-text);
    }

/* Form section */
.detail-form-section[b-pfundeqk2o] {
    padding-top: 2.5rem;
    border-top: 1px solid var(--border-color);
}

.form-section-title[b-pfundeqk2o] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 2rem;
    letter-spacing: -0.2px;
}

/* Responsive */
@media (max-width: 600px) {
    .detail[b-pfundeqk2o] {
        padding: 2rem 0;
    }

    .detail-title[b-pfundeqk2o] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/Recruitments/Index.razor.rz.scp.css */
.recruitment-list[b-lsigj9xqkx] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0;
    margin: 0;
}

.index[b-lsigj9xqkx] {
    padding: 2rem 0;
}

    .index .row[b-lsigj9xqkx] {
        margin-bottom: 2rem;
    }

    .index .col-12[b-lsigj9xqkx] {
        width: 100%;
    }
/* /Components/Recruitments/RecruitmentCard.razor.rz.scp.css */
/* ── Card shell ─────────────────────────────────── */
.recruitment-card[b-4lm6kyt9v0] {
    padding: 0;
    border: 1px solid var(--accent-color);
    font-family: var(--font-family);
    color: var(--text-color);
    transition: background 0.2s ease;
    margin-bottom: 1rem;
}

    .recruitment-card:first-child[b-4lm6kyt9v0] {
        border-top: 1px solid var(--accent-color);
    }

    .recruitment-card:last-child[b-4lm6kyt9v0] {
        border-bottom: 1px solid var(--accent-color);
        margin-bottom: 0;
    }

/* ── Card content layout ────────────────────────── */
.recruitment-card-content[b-4lm6kyt9v0] {
    display: flex;
    flex-direction: column;
}

/* ── Header link — title only ───────────────────── */
.recruitment-card-header[b-4lm6kyt9v0] {
    display: block;
}

    .recruitment-card-header a[b-4lm6kyt9v0] {
        display: block;
        padding: 1.1rem 1.25rem;
        text-decoration: none;
        color: #1a1a1a;
    }

        .recruitment-card-header a:hover[b-4lm6kyt9v0] {
            background-color: rgba(255, 193, 0, 0.05);
        }

/* ── Date — hidden to match reference style ─────── */
.recruitment-date[b-4lm6kyt9v0] {
    display: none;
}

/* ── Title ──────────────────────────────────────── */
.recruitment-title[b-4lm6kyt9v0] {
    font-family: var(--font-family);
    margin: 0;
    font-size: 0.88rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
    display: block;
}

/* ── Short description — hidden to match reference ─ */
.recruitment-short[b-4lm6kyt9v0] {
    display: none;
}

/* ── Footer / CTA button — hidden to match reference */
.recruitment-card-footer[b-4lm6kyt9v0] {
    display: none;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 600px) {
    .recruitment-card[b-4lm6kyt9v0] {
        margin-bottom: 0.75rem;
    }

    .recruitment-title[b-4lm6kyt9v0] {
        font-size: 0.82rem;
    }
}
/* /Components/Recruitments/RecruitmentForm.razor.rz.scp.css */
.recruitment-form-container[b-fsu7nb7ese] {
    padding: 2rem 2rem;
    font-family: var(--app-font);
    color: var(--text-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

    .recruitment-form-container h2[b-fsu7nb7ese] {
        font-size: 1.1rem;
        font-weight: 700;
        margin: 0 0 2rem;
        letter-spacing: -0.2px;
    }

    .recruitment-form-container .form-control[b-fsu7nb7ese] {
        background: var(--surface-color2) !important;
        border: 1px solid var(--border-color) !important;
        border-radius: 8px !important;
        color: var(--text-color) !important;
        padding: 0.6rem 0.9rem !important;
        font-size: 0.9rem !important;
        font-family: var(--app-font) !important;
    }

        .recruitment-form-container .form-control:focus[b-fsu7nb7ese] {
            outline: none !important;
            border-color: var(--border-color) !important;
            background: var(--surface-color2) !important;
            box-shadow: none !important;
        }

        .recruitment-form-container .form-control[b-fsu7nb7ese]::placeholder {
            color: var(--subtle-color) !important;
        }

    .recruitment-form-container input[type="text"][b-fsu7nb7ese],
    .recruitment-form-container input[type="email"][b-fsu7nb7ese],
    .recruitment-form-container input[type="tel"][b-fsu7nb7ese] {
        background: var(--surface-color2) !important;
        border: 1px solid var(--border-color) !important;
        border-radius: 8px !important;
        color: var(--text-color) !important;
        padding: 0.6rem 0.9rem !important;
        font-size: 0.9rem !important;
        font-family: var(--app-font) !important;
        width: 100% !important;
        box-shadow: none !important;
    }

        .recruitment-form-container input[type="text"]:focus[b-fsu7nb7ese],
        .recruitment-form-container input[type="email"]:focus[b-fsu7nb7ese],
        .recruitment-form-container input[type="tel"]:focus[b-fsu7nb7ese] {
            outline: none !important;
            border-color: var(--border-color) !important;
            background: var(--surface-color2) !important;
            box-shadow: none !important;
        }

        .recruitment-form-container input[type="text"][b-fsu7nb7ese]::placeholder,
        .recruitment-form-container input[type="email"][b-fsu7nb7ese]::placeholder,
        .recruitment-form-container input[type="tel"][b-fsu7nb7ese]::placeholder {
            color: var(--subtle-color) !important;
        }

/* Two-column grid: label left, field right */
.form-row[b-fsu7nb7ese] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0.75rem 1.5rem;
    align-items: start;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

    .form-row label[b-fsu7nb7ese] {
        font-size: 0.88rem;
        font-weight: 500;
        color: var(--text-color);
        padding-top: 0.6rem;
        margin-bottom: 0;
    }

.required[b-fsu7nb7ese] {
    color: #e05252;
    margin-right: 0.2rem;
}

.form-field[b-fsu7nb7ese] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

/* Text inputs */
.form-input[b-fsu7nb7ese] {
    background: var(--surface-color2);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    color: var(--text-color);
    padding: 0.6rem 0.9rem;
    font-size: 0.9rem;
    font-family: var(--app-font);
    width: 100%;
    transition: border-color 0.2s ease, background 0.2s ease;
}

    .form-input:focus[b-fsu7nb7ese] {
        outline: none;
        border-color: var(--border-color);
        background: var(--surface-color2);
    }

    .form-input[b-fsu7nb7ese]::placeholder {
        color: var(--subtle-color);
    }

/* File inputs — hidden native input, custom styled label */
.file-label[b-fsu7nb7ese] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--surface-color2);
    border: 1px dashed var(--border-color);
    border-radius: 8px;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    font-family: var(--app-font);
    width: 100%;
    transition: border-color 0.2s ease;
    position: relative;
}

    .file-label:hover[b-fsu7nb7ese] {
        border-color: var(--border-color);
    }

.file-btn[b-fsu7nb7ese] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.85rem;
    background-color: var(--btn-bg);
    color: var(--btn-text);
    border: 1px solid var(--btn-bg);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: var(--app-font);
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.file-label:hover .file-btn[b-fsu7nb7ese] {
    opacity: 0.85;
}

.file-name[b-fsu7nb7ese] {
    font-size: 0.85rem;
    color: var(--subtle-color);
    color: var(--subtle-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Hint text below file inputs */
.form-hint[b-fsu7nb7ese] {
    font-size: 0.78rem;
    color: var(--subtle-color);
    color: var(--muted-color);
}

/* Blazor validation message */
.validation-message[b-fsu7nb7ese] {
    font-size: 0.8rem;
    color: #e05252;
}

/* Alerts */
.alert[b-fsu7nb7ese] {
    padding: 0.85rem 1rem;
    border-radius: 8px;
    font-size: 0.88rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-success[b-fsu7nb7ese] {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

.alert-danger[b-fsu7nb7ese] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.btn-close[b-fsu7nb7ese] {
    background: none;
    border: none;
    color: inherit;
    color: var(--muted-color);
    cursor: pointer;
    font-size: 1rem;
    padding: 0 0.25rem;
    transition: opacity 0.2s ease;
}

    .btn-close:hover[b-fsu7nb7ese] {
        opacity: 1;
    }

/* Submit row */
.form-submit[b-fsu7nb7ese] {
    padding-top: 1.5rem;
}

.btn-submit[b-fsu7nb7ese] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 2rem;
    background-color: var(--btn-bg);
    border: 1px solid var(--btn-bg);
    border-radius: 999px;
    color: var(--btn-text);
    font-size: 0.9rem;
    font-weight: 600;
    font-family: var(--app-font);
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .btn-submit:hover[b-fsu7nb7ese] {
        opacity: 0.85;
    }

    .btn-submit:disabled[b-fsu7nb7ese] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Spinner (Bootstrap compat) */
.spinner-border[b-fsu7nb7ese] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-fsu7nb7ese 0.75s linear infinite;
}

@keyframes spin-b-fsu7nb7ese {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 600px) {
    .form-row[b-fsu7nb7ese] {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }

        .form-row label[b-fsu7nb7ese] {
            padding-top: 0;
        }

    .btn-submit[b-fsu7nb7ese] {
        width: 100%;
        justify-content: center;
    }
}
/* Neutralize Blazor's built-in valid/invalid/modified input coloring.
   Without this, InputText elements that the user has touched get a
   browser-default green/yellow background that clashes with the theme. */
.form-input.modified.valid[b-fsu7nb7ese],
.form-input.modified.invalid[b-fsu7nb7ese],
.form-input.valid[b-fsu7nb7ese],
.form-input.invalid[b-fsu7nb7ese] {
    background: var(--surface-color2);
    border-color: var(--border-color);
    box-shadow: none;
}

    .form-input.modified.valid:focus[b-fsu7nb7ese],
    .form-input.modified.invalid:focus[b-fsu7nb7ese] {
        background: var(--surface-color2);
        border-color: var(--border-color);
    }

/* Override browser autofill background (Chrome/Edge inject a blue/yellow background
   that ignores all CSS background properties except via this specific hack) */
.form-input:-webkit-autofill[b-fsu7nb7ese],
.form-input:-webkit-autofill:hover[b-fsu7nb7ese],
.form-input:-webkit-autofill:focus[b-fsu7nb7ese],
.form-input:-webkit-autofill:active[b-fsu7nb7ese] {
    -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
    -webkit-text-fill-color: var(--text-color) !important;
    caret-color: var(--text-color);
}
