@charset "UTF-8";
/* ============================================================
   Recruit360 — Login & Marketing Page Styles
   ============================================================ */
.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(1200px 500px at 85% 30%, #dfe9fb 0%, transparent 60%), linear-gradient(180deg, #f4f7fc, #e9eef7);
}

.login-form .form-control {
    background: #eef3fb;
    border: 1px solid #e1e8f5;
    border-radius:5px;
    padding: 0 14px 0px 40px;
    height: 40px;
}

.login {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow:1;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(15,37,80,.14);
    padding: 34px 32px;
}


.login h3 {
    margin: 0 0 2px;
    font-size: 22px;
    font-weight: 800;
    color: var(--ink)
}

.login .rule {
    width: 48px;
    height: 3px;
    background: var(--orange);
    border-radius: 2px;
    margin: 8px 0 22px
}


/* ═══════════════════════════════════════════
           RECRUIT360 DASHBOARD — Index.cshtml styles
           ═══════════════════════════════════════════ */

/* ── KPI STRIP ── */
.r360-kpi-strip {
    margin-bottom: -60px;
}

.r360-kpi-strip svg {
    width: 100% !important;
}

.r360-kpi-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #F1F2F7;
    border-radius: 10px;
    flex: 1;
    box-shadow: 0 15px 24px -15px rgba(22, 32, 46, .35);
}

.r360-kpi-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.r360-kpi-label {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #9ca3af;
    margin-bottom: 4px;
}

.r360-kpi-val {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a5f;
    line-height: 1;
    margin-bottom: 4px;
}

.r360-kpi-delta {
    font-size: 10px;
    font-weight: 600;
}

.r360-delta-up {
    color: #16a34a;
}

.r360-delta-flat {
    color: #9ca3af;
}

.r360-delta-dn {
    color: #dc2626;
}

/* ── SEARCH ── */
.r360-search-wrap {
    position: relative;
    width: 100%;
    max-width: 300px
}

.r360-search-wrap input {
    width: 100%;
    padding: 9px 14px 9px 35px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 12px;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
}


.r360-search-wrap input:focus {
    border-color: #3b82f6;
    
}

.r360-search-icon svg {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    stroke: #6B6E8A;
}

.project-sort select {
    height:36px;
    border: 1px solid #e6e8ef;
    border-radius: 5px;
    padding: 0 88px 0 5px;
    font-size: .75rem;
    color: #1e2640;
    background: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%239aa3bb' stroke-width='2'%3e%3cpath d='m4 6 4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 14px;
}

.r360-empty {
    padding: 40px 20px;
    text-align: center;
}

.r360-empty-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.r360-empty-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 6px;
}

.r360-empty-sub {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.6;
}

.r360-btn-add {
    background: #f97316;
    border: none;
    border-radius: 7px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.project-card {
    
    background: #fff;
    border: 1px solid #e6e8ef;
    transition: box-shadow .15s, border-color .15s;
}

.project-card:hover {
    box-shadow: 0 6px 20px rgba(23, 55, 128, .08);
    border-color: #d0d5e8;
}

/*END OF DASHBOARD CSS*/
.row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 20px
}


.forgot {
    border: 1.5px solid var(--orange);
    color: var(--orange-600);
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 999px;
    padding: 6px 14px;
    text-decoration: none
}

.signin-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px
}

.signin {
    padding: 13px 34px;
    border-radius: 10px
}

.newuser {
    font-size: 14px;
    color: var(--muted)
}

.newuser a {
    color: var(--orange);
    font-weight: 700;
    text-decoration: none
}

.carousel-indicators [data-bs-target] {
    background-color: #173780;
}

.reg-radio-row {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

    .reg-radio-row input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

.reg-radio-body {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 20px 3px 5px; /* right padding for the circle */
    border: 1px solid #e1e8f5;
    border-radius: 8px;
    background: #eef3fb;
    transition: all 0.15s;
}

.reg-radio-row input:checked ~ .reg-radio-body {
    border-color: #E8702A;
    background: #FDF0E8;
}

/* ── Top-right circle indicator ── */
.reg-radio-body::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e1e8f5;
    background: #fff;
    transition: all 0.15s;
}

.reg-radio-row input:checked ~ .reg-radio-body::after {
    border-color: #E8702A;
    background: #E8702A;
    box-shadow: inset 0 0 0 2px #E8702A;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.reg-radio-icon {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #EEF1FA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
    color: #aaaaaae9;
}

.reg-radio-row input:checked ~ .reg-radio-body .reg-radio-icon {
    background: #FDF0E8;
    color: #E8702A;
}

.reg-radio-text {
    font-size: 10.5px;
    font-weight: 600;
    color: #aaaaaae9;
    transition: color 0.15s;
}

.reg-radio-row input:checked ~ .reg-radio-body .reg-radio-text {
    color: #E8702A;
}

.reg-radio-sub {
    display: block;
    font-size: 10px;
    color: #9AA3BB;
    transition: color 0.15s;
}

.reg-radio-row input:checked ~ .reg-radio-body .reg-radio-sub {
    color: #C95D1A;
}


.r360-h {
    color: var(--blue-dark);
    font-weight: 800;
    letter-spacing: -.5px
}

.r360-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 800;
    font-size: 13px;
    color: var(--orange);
    margin-bottom: 8px
}

.r360-lead {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6
}

/* ---------- feature cards ---------- */
.r360-fcard {
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px;
    box-shadow: var(--shadow);
    transition: transform .15s ease
}

.r360-fcard:hover {
    transform: translateY(-3px)
}

.r360-fi {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: #eaf0fb;
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.r360-fi svg {
    width: 24px;
    height: 24px
}

.r360-fi--accent {
    background: var(--orange-100);
    color: var(--orange)
}

.r360-fcard h4 {
    margin: 0 0 7px;
    font-size: 17px;
    color: var(--navy);
    font-weight: bolder;
}

.r360-fcard p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55
}

/* ---------- AI-powered ATS rail ---------- */
.r360-rail {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
    position: relative
}

    .r360-rail::before {
        content: "";
        position: absolute;
        top: 44px;
        left: 9%;
        right: 9%;
        height: 3px;
        background: repeating-linear-gradient(90deg,#cdd6e8 0 9px,transparent 9px 17px)
    }

.r360-ats {
    position: relative;
    text-align: center
}

.r360-ring {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--navy);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: var(--shadow)
}

.r360-ats:nth-child(even) .r360-ring {
    border-color: var(--orange);
    color: var(--orange-600)
}

.r360-ring svg {
    width: 34px;
    height: 34px
}

.r360-ats p {
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    max-width: 160px
}

/* ---------- premium card (Matching / Screening) ---------- */
.r360-card {
    background: #fff;
    border: 1px solid #eef1f7;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg)
}

.r360-band {
    background: linear-gradient(135deg,var(--navy) 0%,var(--navy-900) 100%);
    padding: 30px 36px;
    display: flex;
    align-items: center;
    gap: 20px
}

.r360-badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.r360-band h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.4px
}

.r360-band p {
    margin: 7px 0 0;
    color: #cdd8ee;
    font-size: 15px
}

.r360-premium {
    margin-left: auto;
    align-self: flex-start;
    background: linear-gradient(180deg,var(--orange),var(--orange-600));
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 1.4px;
    padding: 10px 20px;
    border-radius: 999px
}

.r360-body {
    padding: 40px 36px
}

/* ---------- pipeline ---------- */
.r360-pipeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px
}

    .r360-pipeline::before {
        content: "";
        position: absolute;
        top: 36px;
        left: 9%;
        right: 9%;
        height: 3px;
        background: repeating-linear-gradient(90deg,#cdd6e8 0 10px,transparent 10px 18px)
    }

.r360-step {
    position: relative;
    text-align: center;
    padding: 0 4px
}

.r360-disc {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--navy);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(23,55,128,.28)
}

.r360-disc--final {
    background: linear-gradient(180deg,var(--orange),var(--orange-600))
}

.r360-disc svg {
    width: 32px;
    height: 32px
}

.r360-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font-weight: 800;
    font-size: 12.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.12)
}

.r360-step h5 {
    margin: 16px 0 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--navy)
}

.r360-step small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
    max-width: 160px;
    margin: 0 auto
}

/* ---------- consent banner ---------- */
.r360-consent {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #eaf0fb;
    border: 1px solid #d8e2f6;
    border-radius: 16px;
    padding: 18px 22px
}

.r360-consent-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

    .r360-consent-ico svg {
        width: 21px;
        height: 21px
    }

.r360-consent b {
    display: block;
    color: var(--navy);
    font-size: 15px;
    margin-bottom: 2px
}

.r360-consent span {
    color: var(--muted);
    font-size: 13.5px
}

/* ---------- candidate notification preview ---------- */
.r360-eyebrow-c {
    text-align: center;
    color: var(--navy);
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 13px;
    text-transform: uppercase
}

.r360-notif {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line)
}

.r360-notif-head {
    background: var(--navy);
    color: #fff;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px
}

    .r360-notif-head svg {
        width: 18px;
        height: 18px
    }

.r360-notif-body {
    background: #fff;
    padding: 18px
}

    .r360-notif-body h4 {
        margin: 0 0 6px;
        font-size: 15.5px;
        color: var(--ink)
    }

    .r360-notif-body p {
        margin: 0 0 14px;
        color: var(--muted);
        font-size: 13.5px;
        line-height: 1.5
    }

/* ---------- screening: donut + dimensions ---------- */
.r360-donut {
    width: 260px;
    height: 260px;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.r360-dim {
    display: grid;
    grid-template-columns: 15px 1fr auto;
    gap: 12px;
    align-items: start;
    margin-bottom: 20px
}

.r360-dot {
    width: 13px;
    height: 13px;
    border-radius: 4px;
    margin-top: 3px
}

.r360-dot--skills {
    background: #14306b
}

.r360-dot--exp {
    background: #2f6bd6
}

.r360-dot--domain {
    background: #ff8a00
}

.r360-dot--edu {
    background: #ffc97a
}

.r360-dim b {
    font-size: 15px;
    color: var(--ink)
}

.r360-dim small {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.5
}

.r360-pct {
    color: var(--orange-600);
    font-weight: 800;
    font-size: 15px;
    white-space: nowrap
}

/* ---------- illustrative example ---------- */
.r360-example {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow)
}

.r360-tag {
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 1.4px;
    font-weight: 700;
    text-transform: uppercase
}

.r360-prof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 16px
}

.r360-av {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e7edf9;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center
}

    .r360-av svg {
        width: 24px;
        height: 24px
    }

.r360-prof b {
    display: block;
    color: var(--navy);
    font-size: 15px
}

.r360-prof span {
    color: var(--muted);
    font-size: 13px
}

.r360-score-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 16px
}

.r360-score {
    font-size: 44px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1
}

    .r360-score em {
        font-size: 17px;
        color: var(--muted);
        font-style: normal;
        font-weight: 600
    }

.r360-fit-pill {
    background: var(--green-pill);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 999px
}

.r360-block-h {
    font-weight: 800;
    font-size: 12.5px;
    letter-spacing: .4px;
    margin: 18px 0 6px
}

.r360-block-h--s {
    color: var(--green)
}

.r360-block-h--g {
    color: var(--orange-600)
}

.r360-liitem {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 13.5px;
    color: var(--ink);
    margin: 6px 0
}

    .r360-liitem svg {
        width: 16px;
        height: 16px;
        flex: 0 0 auto;
        margin-top: 1px
    }

.r360-ai-sum {
    border-top: 1px solid var(--line);
    margin-top: 16px;
    padding-top: 13px;
    color: var(--muted);
    font-size: 13px;
    font-style: italic;
    line-height: 1.55
}

/* ---------- fit scale ---------- */
.r360-scale {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px
}

.r360-seg {
    border-radius: 12px;
    padding: 15px 8px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 13.5px
}

.r360-seg--strong {
    background: #15a34a
}

.r360-seg--good {
    background: #6cb33f
}

.r360-seg--possible {
    background: #e8b73a
}

.r360-seg--weak {
    background: #e2873a
}

.r360-seg--none {
    background: #9aa3b5
}

/* ---------- candidate experience cycle ---------- */
.r360-cycle {
    width: 320px;
    height: 320px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.r360-xc {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line)
}

    .r360-xc:last-child {
        border-bottom: 0
    }

.r360-xn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: var(--orange-100);
    color: var(--orange-600);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

    .r360-xn svg {
        width: 20px;
        height: 20px
    }

.r360-xc b {
    display: block;
    font-size: 15.5px;
    color: var(--navy)
}

.r360-xc p {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5
}

/* ---------- analytics ---------- */
.r360-bars {
    width: 100%;
    max-width: 420px;
    height: 260px;
    display: block;
    margin: 0 auto
}

.r360-an-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0
}

    .r360-an-list li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin: 14px 0;
        font-size: 15px;
        color: var(--ink)
    }

        .r360-an-list li svg {
            width: 20px;
            height: 20px;
            color: var(--orange-600);
            flex: 0 0 auto;
            margin-top: 1px
        }

/* ---------- responsive ---------- */
@media (max-width:900px) {
    .r360-rail, .r360-pipeline {
        grid-template-columns: repeat(2,1fr);
        gap: 26px
    }

        .r360-rail::before, .r360-pipeline::before {
            display: none
        }

    .r360-scale {
        grid-template-columns: repeat(2,1fr)
    }

    .r360-band {
        flex-wrap: wrap
    }

    .r360-premium {
        margin-left: 0
    }

    .r360-band h3 {
        font-size: 24px
    }
}



.pj-header {
    background: #111e47;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 4px 20px rgba(26,43,95,0.18);
}

    .pj-header::before {
        content: '';
        position: absolute;
        right: -40px;
        top: -40px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(249,115,22,0.08);
        pointer-events: none;
    }

    .pj-header::after {
        content: '';
        position: absolute;
        left: 40%;
        bottom: -40px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(255,255,255,0.03);
        pointer-events: none;
    }

.pj-header-main {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.pj-logo {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    overflow: hidden;
}

    .pj-logo img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1;
        object-fit: contain;
        padding: 2px;
        border-radius: 5px;
        background: #fff;
    }

.pj-info {
    flex: 1;
    min-width: 0;
}

.pj-org-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.2;
}

.pj-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pj-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: rgba(255,255,255,0.45);
}

.pj-stats {
    display: flex;
    gap: 1px;
    background: rgba(255,255,255,0.07);
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.08);
}

.pj-stat {
    text-align: center;
    padding: 11px 20px;
}

    .pj-stat + .pj-stat {
        border-left: 1px solid rgba(255,255,255,0.07);
    }

.pj-stat-val {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

    .pj-stat-val.warm {
        color: #FFB380;
    }

.pj-stat-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}

.pj-header-bottom {
    padding: 9px 15px;
    background: rgba(0,0,0,0.18);
    border-top: 1px solid rgba(255,255,255,0.07);
    position: relative;
    z-index: 1;
}

.pj-breadcrumb {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    gap: 5px;
}

    .pj-breadcrumb a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        transition: color .15s;
    }

        .pj-breadcrumb a:hover {
            color: #fff;
        }

.pj-breadcrumb-sep {
    color: rgba(255,255,255,0.15);
}

.pj-breadcrumb-current {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
}

.pj-header-actions {
    display: flex;
    gap: 6px;
}

.btn-pj-ghost {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.6);
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
}

.btn-pj-ghost:hover {
    background: rgba(255,255,255,0.13);
    color: #fff;
}

.pj-header-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.pj-info {
    flex: 1;
    min-width: 0;
}

.pj-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.ats-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding:4px 10px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease;
}

.ats-banner-btn:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    text-decoration: none;
}

.ats-banner-btn-primary {
    background: #e8702a;
    border-color: #e8702a;
    color: #ffffff !important;
    font-weight: 500;
}

.ats-banner-btn-primary:hover {
    background: #c2540a;
    color: #ffffff !important;
}


.pj-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.pj-tab-bar {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.pj-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    border: .5px solid rgba(255,255,255,.18);
    background: transparent;
    color: rgba(255,255,255,.6);
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

.pj-tab.active {
    background:#e8702a;
    color: #fff;
    border-color: #e8702a;
}

.pj-tab:hover:not(.active) {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, .3);
}


.pj-tab-count {
    font-size: 10px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transition: background .12s ease;
}

.pj-tab.active .pj-tab-count {
    background: #fff;
    color: #e8702a;
}

.pj-toolbar-right {
    display: flex;
    align-items: center;
    gap: 7px;
}

.pj-search {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 5px;
    padding: 5px 12px;
}

    .pj-search input {
        border: none;
        background: transparent;
        font-size: 12px;
        color: #1E2640;
        outline: none;
        width: 180px;
        font-family: 'Inter', sans-serif;
    }

.btn-pj-outline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 6px;
    border: 1.5px solid #E2E6F0;
    background: #fff;
    color: #1A2B5F;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
}

    .btn-pj-outline:hover {
        border-color: #E8702A;
        color: #E8702A;
    }

.pj-job-card {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: border-color .15s, box-shadow .15s;
}

    .pj-job-card:hover {
        border-color: #c5d4e8;
        box-shadow: 0 2px 10px rgba(26,43,95,0.10);
    }

.pj-job-card-body {
    padding: 14px 18px 12px;
    display: flex;
    gap: 12px;
}

.pj-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

.pj-dot-live {
    background: #18A87C;
}

.pj-dot-expired {
    background: #9AA3BB;
}

.pj-dot-draft {
    background: #D97706;
}

.pj-job-main {
    flex: 1;
    min-width: 0;
}

.pj-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}

.pj-job-title {
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
    line-height: 1.3;
}

.pj-title-right {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.pj-total-badge {
    background: #1A2B5F;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

    .pj-total-badge.zero {
        background: #EEF0F5;
        color: #9AA3BB;
    }

.btn-pj-edit {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #E2E6F0;
    background: #F7F8FB;
    color: #5C6480;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
}

    .btn-pj-edit:hover {
        border-color: #E8702A;
        color: #E8702A;
        background: #FDF0E8;
    }

.btn-pj-upgrade {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #c4b5fd;
    background: #EDE9FE;
    color: #7C3AED;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
}

    .btn-pj-upgrade:hover {
        background: #ddd6fe;
        color: #5B21B6;
    }

.pj-sub-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.pj-info-chip {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #5C6480;
}

    .pj-info-chip svg {
        color: #9AA3BB;
        flex-shrink: 0;
    }

.pj-chip-sep {
    color: #E2E6F0;
    font-size: 14px;
}

.pj-expiry-warn {
    color: #E03B3B;
    font-weight: 600;
}

.pj-expiry-ok {
    color: #9AA3BB;
}

.pj-assign-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.pj-assign-chips {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.pj-assign-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #5C6480;
    background: #F7F8FB;
    border: 1px solid #E2E6F0;
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

    .pj-assign-chip.filled {
        background: #EEF1FA;
        border-color: #c5d0e8;
        color: #1A2B5F;
        font-weight: 600;
    }

.btn-pj-view {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 7px;
    border: none;
    background: #E8702A;
    color: #fff;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
    white-space: nowrap;
}

    .btn-pj-view:hover {
        background: #C95D1A;
        color: #fff;
    }

    .btn-pj-view.outline {
        background: #fff;
        color: #1A2B5F;
        border: 1.5px solid #E2E6F0;
    }

        .btn-pj-view.outline:hover {
            border-color: #E8702A;
            color: #E8702A;
        }

.pj-pipeline {
    display: flex;
    border-top: 1.5px solid #EEF0F5;
    background: #F7F8FB;
}

.pj-pipe-cell {
    flex: 1;
    text-align: center;
    padding: 8px 4px 7px;
    border-right: 1px solid #EEF0F5;
    min-width: 0;
}

    .pj-pipe-cell:last-child {
        border-right: none;
    }

.pj-pipe-val {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    color: #1E2640;
}

    .pj-pipe-val.v-pending {
        color: #E8702A;
    }

    .pj-pipe-val.v-short {
        color: #0891B2;
    }

    .pj-pipe-val.v-hm {
        color: #7C3AED;
    }

    .pj-pipe-val.v-sel {
        color: #1A2B5F;
    }

    .pj-pipe-val.v-offered {
        color: #18A87C;
    }

    .pj-pipe-val.v-joined {
        color: #059669;
    }

    .pj-pipe-val.v-inelig {
        color: #E03B3B;
    }

.pj-pipe-lbl {
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #9AA3BB;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-top: 2px;
}

.pj-empty {
    text-align: center;
    padding: 56px 24px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
}

.pj-empty-icon {
    font-size: 40px;
    margin-bottom: 14px;
}

.pj-empty-title {
    font-size: 15px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 6px;
}

.pj-empty-sub {
    font-size: 12.5px;
    color: #9AA3BB;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pj-stats {
        display: none;
    }

    .pj-header-actions .btn-pj-ghost {
        display: none;
    }

    .pj-title-right .btn-pj-edit,
    .pj-title-right .btn-pj-upgrade {
        display: none;
    }

    .pj-sub-row .pj-chip-sep {
        display: none;
    }
}

.pj-pag-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.pj-pag-info {
    font-size: 11px;
    color: #9AA3BB;
}

.pj-pag-btns {
    display: flex;
    gap: 4px;
}

.pj-pag-btn {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #E2E6F0;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .12s;
    font-family: 'Inter', sans-serif;
}

    .pj-pag-btn:hover, .pj-pag-btn.active {
        background: #1A2B5F;
        color: #fff;
        border-color: #1A2B5F;
    }

    .pj-pag-btn:disabled, .pj-pag-btn.pj-pag-disabled {
        opacity: 0.35;
        cursor: not-allowed;
        pointer-events: none;
    }

.pj-empty {
    text-align: center;
    padding: 56px 24px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
}

.pj-empty-icon {
    font-size: 40px;
    margin-bottom: 14px;
}

.pj-empty-title {
    font-size: 15px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 6px;
}

.pj-empty-sub {
    font-size: 12.5px;
    color: #9AA3BB;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pj-stats {
        display: none;
    }

    .pj-header-actions .btn-pj-ghost {
        display: none;
    }

    .pj-title-right .btn-pj-edit, .pj-title-right .btn-pj-upgrade {
        display: none;
    }

    .pj-chip-sep {
        display: none;
    }
}

.pj-status-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pj-badge-active {
    background: #E6F7F2;
    color: #0D7A5A;
    border: 1px solid #A7F3D0;
}

.pj-badge-expired {
    background: #EEF0F5;
    color: #5C6480;
    border: 1px solid #DDE1EC;
}

.pj-badge-draft {
    background: #FEF3C7;
    color: #92400E;
    border: 1px solid #FDE68A;
}

.pj-badge-expiring {
    background: #FEE8E8;
    color: #E03B3B;
    border: 1px solid #FECACA;
}

.btn-pj-view.pj-btn-complete {
    background: #D97706;
}

    .btn-pj-view.pj-btn-complete:hover {
        background: #B45309;
        color: #fff;
    }

.pj-expiring-strip {
    padding: 7px 18px;
    background: #FEF2F2;
    border-top: 1px solid #FECACA;
    font-size: 11px;
    font-weight: 600;
    color: #E03B3B;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pj-draft-footer {
    padding: 10px 18px;
    background: #FFFBEB;
    border-top: 1px solid #FDE68A;
    font-size: 11.5px;
    color: #92400E;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-pj-extend {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #a5b4fc;
    background: #EEF2FF;
    color: #3730A3;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
}

.btn-pj-extend:hover {
    background: #e0e7ff;
    color: #312e81;
}

.ats-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orange {
    background: rgba(232,112,42,0.15);
    color: #E8702A;
}
.green {
    background: rgba(24,168,124,.15);
    color: #18A87C;
}
.purple {
    background:rgba(124,58,237,.15);
    color:#7C3AED;
}
.blue {
    background: rgba(26,43,95,0.15);
    color: #1A2B5F;
}
.red {
    background: rgba(224, 59, 59, 0.15);
    color: #E03B3B;
}


.btn-ats-ghost {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.6);
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: all .15s;
}

    .btn-ats-ghost:hover {
        background: rgba(255,255,255,0.13);
        color: #fff;
    }

.btn-ats-orange {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    border: none;
    background: #E8702A;
    color: #fff;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: all .15s;
}

    .btn-ats-orange:hover {
        background: #C95D1A;
        color: #fff;
    }

.ats-nav-wrap {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-top: 14px;
}

.ats-nav-primary {
    display: flex;
    border-bottom: 3px solid #E2E6F0;
}

.ats-nav-tab {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 13px 10px;
    cursor: pointer;
    border-right: 1px solid #E2E6F0;
    transition: all .15s;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    margin-bottom: -3px;
    border-bottom: 3px solid transparent;
}

    .ats-nav-tab:last-child {
        border-right: none;
    }

    .ats-nav-tab:hover:not(.active) {
        background: #f7f8fb;
    }

    .ats-nav-tab.active {
        border-bottom: 3px solid #E8702A;
    }

.ats-nav-tab-num {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: #9AA3BB;
}

.ats-nav-tab-lbl {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #9AA3BB;
}

.ats-nav-tab.active .ats-nav-tab-num {
    color: #E8702A;
}

.ats-nav-tab.active .ats-nav-tab-lbl {
    color: #1A2B5F;
}

.ats-nav-tab:hover:not(.active) .ats-nav-tab-num,
.ats-nav-tab:hover:not(.active) .ats-nav-tab-lbl {
    color: #5C6480;
}


.ats-header-logo {
    width: 60px;
    height:60px;
    border-radius: 10px;
    padding: 2px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.ats-header-logo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 2px;
    border-radius: 5px;
    background: #fff;
}

.btn-pj-orange {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    background: #E8702A;
    color: #fff;
    font-family: 'Inter', sans-serif;
    transition: all .15s;
    text-decoration: none;
}

.btn-pj-orange:hover {
    background: #C95D1A;
    color: #fff;
}


ul.primary-folder-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    list-style: none;
}

ul.primary-folder-tabs .nav-item {
        margin: 0;
        padding: 0;
    }

ul.primary-folder-tabs .nav-link.primaryFolder {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 5px 10px;
        border-radius: 6px;
        border: 0.5px solid rgba(255, 255, 255, 0.18);
        background: transparent;
        color: rgba(255, 255, 255, 0.60);
        font-size: 11px;
        font-weight:600;
        line-height: 1;
        cursor: pointer;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

ul.primary-folder-tabs .nav-link.primaryFolder:hover {
        background: rgba(255, 255, 255, 0.10);
        color: rgba(255, 255, 255, 0.90);
        border-color: rgba(255, 255, 255, 0.30);
    }

ul.primary-folder-tabs .nav-link.primaryFolder.active {
        background: #e8702a;
        color: #ffffff;
        border-color: #e8702a;
    }

ul.primary-folder-tabs .nav-item-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        padding: 1px 6px;
        font-size: 11px;
        font-weight:600;
        line-height: 1.5;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        transition: background 0.12s ease;
    }

ul.primary-folder-tabs .nav-link.primaryFolder.active .nav-item-count {
        background: #ffffff;
        color: #e8702a;
    }

ul.primary-folder-tabs .nav-item-count.is-zero {
        background: rgba(255, 255, 255, 0.07);
        color: rgba(255, 255, 255, 0.35);
    }

ul.primary-folder-tabs .nav-item[data-f-id="7"] {
        margin-left: auto;
        padding-left: 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }

ul.primary-folder-tabs .nav-item[data-f-id="7"] .nav-link.primaryFolder {
    border:1px solid #e8702a;
    background: rgba(232, 112, 42, .15);
    color: #e8702a;
}

ul.primary-folder-tabs .nav-item[data-f-id="7"] .nav-link.primaryFolder:hover {
    background:rgba(232, 112, 42, .25);
    color: #e8702a;
}
ul.primary-folder-tabs .nav-item[data-f-id="7"] .nav-link.primaryFolder.active {
    background:#e8702a;
    color: #ffffff;
    border-color:#e8702a;
}


.candidate-list-container{
    
}

.candidate-container{
    padding:0px 10px;
}

.cands-topbar-wrap {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:10px 10px 5px 10px;
    background-color: #fff;
    gap: 8px;
    border-bottom: 1px solid #e2e6f0;
    margin-bottom:5px;
}

.tabs-style-primary {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    scrollbar-width: none;
}

.tabs-style-primary::-webkit-scrollbar {
    display: none;
}

.tabs-style-primary li {
    position: relative;
    margin-right: 0;
    flex: 1;
    border-right: 1px solid #E2E6F0;
}

.tabs-style-primary li:last-child {
    border-right: none;
}

.tabs-style-primary li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9AA3BB;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 3px solid #e2e6f0;
}

.tabs-style-primary li a:hover:not(.active) {
    background: #F7F8FB;
    color: #5C6480;
}

.tabs-style-primary li a.active {
    color: #9AA3BB;
    background: #1A2B5F;
    border-bottom: 3px solid rgba(255,255,255,.2);
}

.tabs-style-primary li a .nav-item-count {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #1A2B5F;
    background: transparent;
    padding: 0;
    z-index: 1;
    order: -1;
}

.tabs-style-primary li a .nav-item-count::before {
    display: none;
}

.tabs-style-primary li a.active .nav-item-count {
    color: #fff;
    background: transparent;
}

.tabs-style-primary li a:hover:not(.active) .nav-item-count {
    color: #5C6480;
}

.blur-text {
    color: rgba(0, 0, 0, 0.45);
    filter: blur(2px);
    pointer-events: none;
}

.loading-text {
    filter: blur(2px);
    pointer-events: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.loading-text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 100deg, transparent 40%, rgba(255, 255, 255, .3) 50%, transparent 60% );
    animation: glow 1.4s infinite;
}

@keyframes glow {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.tabs-style-screening-container {
    display: flex;
    align-items:center;
    gap: 6px;
    background: #FFFBF7;
    border: 1px solid #E2E6F0;
    border-top: none;
    position: relative;
    scrollbar-width: none;
}

.tabs-style-screening {
    display: flex;
    align-items:center;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 6px;
    padding: 7px 14px 8px 32px;
    background: #f9fafb;
    position: relative;
    scrollbar-width: none;
}

.tabs-style-screening::before {
    content: '↳';
    position: absolute;
    left: 16px;
    top: 7px;
    color: #f97316;
    font-size: 14px;
    font-weight: 800;
}

.tabs-style-screening::-webkit-scrollbar {
    display: none;
}

.tabs-style-primary li {
    position: relative;
    flex: 1;
    border-right: 1px solid #E2E6F0;
}

.tabs-style-screening li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #c2410c;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #fed7aa;
    background: #fff8f3;
}

.tabs-style-screening li a.chip-linkedin{
    border-color: #0a66c2;
    color: #0a66c2;
    background: #f0f7ff;
}

.tabs-style-screening li a.chip-linkedin.active {
    background: #0a66c2;
    color: #fff;
    border-color: #0a66c2;
}

.tabs-style-screening li a.chip-linkedin .nav-item-count {
    background: rgba(255, 255, 255, .3);
    color: #0a66c2;
}

.chip-icon-linkedin {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #0a66c2;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tabs-style-screening li a.custom-folder {
    padding-right: 25px;
}

.tabs-style-screening li a:hover:not(.active) {
    background: #fff1e6;
    border-color: #f97316;
    color: #c2410c;
}

.tabs-style-screening li a.active {
    background: #E8702A;
    color: #fff;
}

.tabs-style-screening li a .nav-item-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    min-width: 15px;
    padding: 0 6px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 999px; 
    background: rgba(255,255,255,.3);
    color: #c2410c;
}

.tabs-style-screening li a .nav-item-count::before {
    display: none;
}

.tabs-style-screening li a .nav-item-count svg {
    display: none;
}

.tabs-style-screening li a.active .nav-item-count {
    background: rgba(255,255,255,.25);
    color: #fff;
}

.tabs-style-screening li a:hover:not(.active) .nav-item-count {
    color: #c2410c;
}


.tabs-style-screening li .folder-action {
    cursor: pointer;
    padding: 0px 2px;
    border-radius: 3px;
    z-index: 9;
}

.tabs-style-screening li .folder-action:hover {
    color: #fff;
    background:#1A2B5F;
}

.nav-subbar-empty {
    background: #f9fafb;
    border: 1px solid #E2E6F0;
    border-top: none;
    padding: 8px 14px;
    font-size: 11px;
    color: #9AA3BB;
    font-style: italic;
}

.tabs-style-timestamp {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 5px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tabs-style-timestamp li {
    width:100%;
    min-width:100px;
    text-align: center;
}

.tabs-style-timestamp li a {
    padding: 10px 0;
    display: block;
    color: #74777b !important;
    font-weight: 700;
    font-size: 12px
}

.tabs-style-timestamp li .icon {
    font-weight: 700;
    font-size: 15px;
    color: #74777b
}

.tabs-style-timestamp .icon {
    display: block;
    margin: 0 0 .25em 0
}

.tabs-style-timestamp li .active {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
    cursor: pointer;
    color: var(--blue-dark)
}

.tabs-style-timestamp li:not(:last-child)::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(116, 119, 123, .3);
    content: ''
}

.button-status {
    font-weight: 600;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    padding: 1px 10px;
    font-size: 11px;
}

.status-light-primary {
    background: #504cfe1a;
    color: #504cfe;
    border: 1px solid #504cfe;
}

.status-light-orange {
    background: #ff8a001a;
    color: #ff8a00;
    border: 1px solid #ff8a00;
}


.status-light-success {
    background: #1481601a;
    color: #14a077;
    border: 1px solid #14a077;
}

.status-light-warning {
    background: #ffb3211a;
    color: #ffb321;
    border: 1px solid #ffb321;
}

.status-light-danger {
    background: #fdd9d7;
    color: #f44336;
    border: 1px solid #f44336;
}

.status-light-light {
    background: var(--light-blue);
    color: #000;
    border: 1px solid var(--blue-dark);
}

.status-light-blue {
    background: #DBEAFE;
    color: #1D4ED8;
    border: 1px solid #1D4ED8;
}

.login-register fieldset {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .02), 0 2px 2px rgba(72, 104, 178, .01), 0 30px 60px rgba(72, 104, 178, .03);
    padding: 10px 20px;
}

.login-register legend {
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0;
    float: none;
}

.shadow-stc {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .02), 0 2px 2px rgba(72, 104, 178, .01), 0 30px 60px rgba(72, 104, 178, .03);
}

.info-banner {
    display: flex;
    background-color: #e6f0fa;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    border: 1px solid #bcd;
}

.info-banner-icon {
    position: relative;
    background-color: #003366;
    color: white;
    padding: 5px 10px 12px 10px;
    font-size: 18px;
}

.info-banner-icon .caret {
    position: absolute;
    top: 3px;
    right: -12px;
}

.info-banner-text {
    padding: 12px 16px;
    flex: 1;
}

.ds-alert.ds-alert--info {
    --alert-color: rgb(59 130 246 / 6%);
    --alert-text-color: rgb(59 130 246);
    --alert-box-shadow: 0 0 0 2px rgb(59 130 246);
}

.ds-alert.ds-alert--bordered {
    box-shadow: 0 0 0 1px rgb(59 130 246);
}

.ds-alert {
    font-size: 13px;
    font-weight: 600;
    line-height: 1rem;
    color: rgb(59 130 246);
    box-sizing: border-box;
    background-color: rgb(59 130 246 / 6%);
    align-items: center;
    padding: 6px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.ds-alert span {
    font-size: 11px;
    color: white;
    background-color: rgb(59 130 246);
    padding: 4px 12px;
}

.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important
}

    .jq-toast-wrap.bottom-left {
        bottom: 20px;
        left: 20px
    }

    .jq-toast-wrap.bottom-right {
        bottom: 20px;
        right: 40px
    }

    .jq-toast-wrap.top-left {
        top: 20px;
        left: 20px
    }

    .jq-toast-wrap.top-right {
        top: 20px;
        right: 40px
    }

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial,sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

    .jq-toast-single h2 {
        font-family: arial,sans-serif;
        font-size: 14px;
        margin: 0 0 7px;
        background: 0 0;
        color: inherit;
        line-height: inherit;
        letter-spacing: normal
    }

    .jq-toast-single a {
        color: #eee;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 1px solid #fff;
        padding-bottom: 3px;
        font-size: 12px
    }

    .jq-toast-single ul {
        margin: 0 0 0 15px;
        background: 0 0;
        padding: 0
    }

        .jq-toast-single ul li {
            list-style-type: disc !important;
            line-height: 17px;
            background: 0 0;
            margin: 0;
            padding: 0;
            letter-spacing: normal
        }

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

.project-branding-card {
    display: flex;
    background: #f5f9fe;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    padding: 15px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.project-branding-card h4 {
    font-size:15px;
    font-weight: 700;
    color: #13294b;
    margin-bottom:5px;
}

.project-branding-card p {
    color: #5d6b82;
    line-height: 1.2;
    margin-bottom: 0;
    font-size:12px;
}
.project-branding-card hr {
    margin:5px 0 10px 0;
    border-top: #E2E6F0 solid;
}
.branding-icon {
    width:30px;
    height:30px;
    border-radius: 50%;
    background: #edf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding:5px;
}

.branding-benefits li {
    display: flex;
    align-items: center;
    gap:5px;
    margin-bottom: 5px;
    color: #334155;
    font-size: 12px;
}

.recommend-box {
    background: #ECF2FD;
    border: 1.5px solid #bfd0ff;
    border-radius: 14px;
    padding:8px;
    margin-bottom: 15px;
    margin-top:15px;
}

.recommend-box h6 {
    color: #2962ff;
    font-weight: 700;
    font-size: 15px;
}

.recommend-box li {
    margin-bottom:5px;
    color: #334155;
    font-size: 11px;
}

.recommend-box li:last-child {
    margin-bottom: 0;
}


/* ── STC Recommended — explainer strip above the list ── */

.stc-note {
    display: flex;
    align-items: center;
    gap: 12px;
    background:var(--blue-dark);
    border-radius:5px;
    padding: 13px 16px;
    margin-bottom: 14px;
}

.stc-note-icon {
    flex-shrink: 0;
    height: 30px;
    width: 30px;
    background: #fff3e8;
    border-radius: 53px;
    padding: 3px;
}

.stc-note-text {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .86);
}

.stc-note-plan {
    flex-shrink: 0;
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: #e8702a;
    border-radius: 20px;
    padding: 4px 11px;
}

@media (max-width: 700px) {
    .stc-note {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .stc-note-plan {
        margin-left: 29px;
    }
}


.branding-footer-title {
    font-weight: 700;
    color: #13294b;
}

.branding-target {
    position: relative;
}

.branding-divder {
    height:45px;
    width: 1px;
    background: #e6edf8;
    flex-shrink: 0;
    margin: 12px 0;
}

.target-icon {
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branding-target span {
    display: block;
    margin-top: 14px;
    font-weight: 600;
    color: #334155;
    font-size: 11px;
}


/* ═══════════════════════════════════════════
   ATS SCREENING STYLES
   Hardcoded hex — recruit360 theme colours
═══════════════════════════════════════════ */
/*SCREENING LEFT PANEL*/
.page {
    display:flex;
}

.sp-stub{
    flex:1;
}
.sp-panel {
    position: sticky;
    display: flex;
    flex-direction: column;
    top: 60px;
    width: 260px;
    max-height: calc(100vh - 60px);
    transition: width .2s ease, min-width .2s ease;
}

.sp-panel.sp-collapsed {
    width: 52px;
    min-width: 52px;
}


/* Toggle */
.sp-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 23px;
    background: rgba(255,255,255,.10);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    padding: 0;
}

.sp-toggle svg {
    transition: transform .2s ease;
}

.sp-panel.sp-collapsed .sp-toggle svg {
    transform: rotate(180deg);
}

/* ── Job block ── */
.sp-job {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: var(--blue-dark);
    padding:5px 15px 10px 10px;
    overflow: hidden;
    border-bottom: .5px solid rgba(255,255,255,.09);
    align-items: flex-start;
}

.back-btn-row {
    background: var(--blue-dark);
    padding:0px 15px 4px 10px;
}

.sp-job-back {
    padding:6px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(255,255,255,.76);
    text-wrap: nowrap;
    border-bottom: .5px solid rgba(255, 255, 255, .1);
    font-weight:700;
}

.sp-job-back:hover {
    color: var(--set-orange-dk);
}

.project-name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sp-job-row {
    display: flex;
    gap: 9px;
    width:100%;
}

.sp-job-logo {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #fff;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sp-job-logo svg {
        width: 20px;
        height: 20px;
    }

.sp-job-meta {
    min-width: 0;
    flex: 1;
}

.sp-job-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-job-org {
    font-size: 10.5px;
    color: rgba(255,255,255,.45);
    margin-bottom:2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-jd-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 7px;
    font-size: 10px;
    color: rgba(255,255,255,.6);
    padding: 3px 8px;
    border: .5px solid rgba(255,255,255,.2);
    border-radius: 4px;
    text-decoration: none;
}

.sp-jd-btn:hover {
    color: #fff;
    border-color: rgba(255,255,255,.4);
}

/*collapsed*/

.sp-panel.sp-collapsed .sp-job-meta {
    display: none;
}

.sp-panel.sp-collapsed .recommended-btn {
    justify-content:center;
}


.sp-panel.sp-collapsed .fa-txt{
    display: none;
}

.sp-panel.sp-collapsed .fa-c {
    display: none;
}

.sp-panel.sp-collapsed .sp-job {
    padding: 13px 6px;
}
.sp-panel.sp-collapsed .sp-tree {
    height: calc(100vh - 158px);
}
.sp-panel.sp-collapsed .sp-job-row {
    justify-content: center;
}

/* ── Tree ── */
.sp-tree {
    background: #fff;
    border-right: 1px solid var(--set-border);
    height: calc(100vh - 190px);
    overflow-y: auto;
}

.sp-tree::-webkit-scrollbar {
    width: 3px;
}

.sp-tree::-webkit-scrollbar-track {
    background: transparent;
}

.sp-tree::-webkit-scrollbar-thumb {
    background: var(--set-border);
    border-radius: 3px;
}

.sp-pf-section {
    margin-bottom:10px;
}

.sp-pf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 5px;
    font-size:12px;
    font-weight: 700;
    color: #7f879b;
    text-transform: uppercase;
    border-left: 2px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.sp-panel.sp-collapsed .sp-pf {
    justify-content: center;
    padding: 7px 0 4px;
}

.sp-panel.sp-collapsed .sp-pf-name,
.sp-panel.sp-collapsed .sp-pf-num {
    display: none !important;
}
.sp-panel.sp-collapsed .project-back-btn {
    display: none !important;
}



.sp-panel.sp-collapsed .sp-pf::before {
    content: '';
    width: 16px;
    height: .5px;
    background: rgba(0,0,0,.14);
}

/* Primary folder with no subfolders — top-level navigable row */
.sp-pf-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 5px;
    text-decoration: none;
    position: relative;
    border-left: 2px solid transparent;
    font-weight: 600;
    font-size: 11px;
    color: var(--set-text-soft);
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:none !important;
}

.sp-pf-item:not(:last-child) {
    border-bottom: .5px solid rgba(0,0,0,.07);
}

.pipeline-divider {
    height: 1px;
    background: rgba(0, 0, 0, .07);
    margin: 0px 5px 0px 8px;
}

.sp-pf-item:hover {
    color: var(--set-text);
    background: #f7f8fb;
}

.sp-pf-item.active {
    border-left-color: rgb(232, 112, 42);
    color: var(--orange);
    background: var(--set-orange-lt);
}

.sp-pf-item.active:before, .sp-sf.active:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 4px solid #e67e22;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}


/* Collapsed — needs a glyph since there's no text */
.sp-pf-item-glyph {
    display: none;
}

.sp-panel.sp-collapsed .sp-pf-item {
    justify-content: center;
    padding: 9px 0;
    border-left: none;
}

.sp-panel.sp-collapsed .sp-pf-item-name,
.sp-panel.sp-collapsed .sp-pf-item-num {
    display: none;
}

.sp-panel.sp-collapsed .sp-pf-item-glyph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    color: rgba(255,255,255,.55);
}

.sp-panel.sp-collapsed .sp-pf-item.active {
    background: rgba(232,112,42,.2);
}

.sp-panel.sp-collapsed .sp-pf-item.active .sp-pf-item-glyph {
    color: #fff;
}

.sp-panel.sp-collapsed .sp-pf-item:hover::after {
    content: attr(data-tip);
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a2e54;
    color: #fff;
    font-size: 10.5px;
    padding: 4px 9px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    pointer-events: none;
}

/* Subfolder */
.sp-sf {
    position: relative;
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 9px;
    padding:7px 5px 7px 15px;
    border-left: 2px solid transparent;
    font-size: 12px;
    color: var(--set-text-soft);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    transition:none !important;
}

.sp-sf:hover {
    color:var(--set-text);
    background:#f7f8fb;
}

.sp-sf.active {
    background: var(--set-orange-lt);
    border-left-color: #e8702a;
    color:var(--orange);
}

.sp-sf-name {
    overflow: hidden;
    text-overflow:ellipsis;
}

.sp-sf-num {
    color: var(--blue-dark);
    flex-shrink: 0;
    font-weight: 600;
}

.sp-sf.active .sp-sf-num {
    color:var(--orange);
}

.sp-sf-star {
    font-size: 11px;
}

.sp-sf-caret {
    font-size: 12px;
    color: var(--blue-dark);
    flex-shrink: 0;
    padding: 0 3px;
    background-color: #e2e5ec;
    border-radius:2px;
}

.sp-sf-caret:hover {
    background-color:var(--blue-dark);
    color: #fff;
}

/* tree connectors */
.sp-pf-section .sp-sf .sp-sf-name::before {
    content: '├';
    font-size: 12px;
    flex-shrink: 0;
}

.sp-pf-section .sp-sf:last-of-type .sp-sf-name::before {
    content: '└';
    height:15px;
}

.sp-panel.sp-collapsed .sp-sf::before {
    display: none;
}

/* Add Stage / Create Event */
.sp-sf-action {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    padding: 5px 13px 5px 16px;
    font-size: 10.5px;
    color: var(--set-text-soft);
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.sp-sf-action:hover {
    color: var(--set-text);
}

.sp-panel.sp-collapsed .sp-sf-action {
    justify-content: center;
    padding: 6px 0;
}

    .sp-panel.sp-collapsed .sp-sf-action span {
        display: none;
    }

.stage-name-count {
    font-size: 11px;
    color: #9aa3bb;
}

    .stage-name-count.at-limit {
        color: #e8702a;
        font-weight: 500;
    }

/* Collapsed subfolder */
.sp-panel.sp-collapsed .sp-sf {
    justify-content: center;
    padding: 8px 0;
    border-left: none;
}

    .sp-panel.sp-collapsed .sp-sf.active {
        background: rgba(232,112,42,.2);
    }

.sp-panel.sp-collapsed .sp-sf-name,
.sp-panel.sp-collapsed .sp-sf-num,
.sp-panel.sp-collapsed .sp-sf-caret {
    display: none;
}

.sp-panel.sp-collapsed .sp-sf-ico {
    opacity: 1;
}

/* Collapsed hover tooltip */
.sp-panel.sp-collapsed .sp-sf:hover::after {
    content: attr(data-tip);
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a2e54;
    color: #fff;
    font-size: 10.5px;
    padding: 4px 9px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    pointer-events: none;
}

/* ── Footer ── */
.sp-foot {
    background-color:var(--blue-dark);
    padding:5px 10px;
    border-top: .5px solid rgba(255,255,255,.09);
}

.recommended-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 6px;
    background: rgba(255, 255, 255, .04);
    border: .5px solid rgba(255, 255, 255, .16);
    border-radius: 7px;
    font-family: inherit;
    text-align: left;
}
    
.recommended-btn .fa-ico {
    width: 22px;
    height: 22px;
    border-radius:3px;
    flex-shrink: 0;
    background:rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--orange);
}

.recommended-btn .fa-txt {
    display:flex;
    flex-direction:column;
}
.recommended-btn .fa-t {
    font-size: 11px;
    font-weight:600;
    color: rgba(255, 255, 255, .9);
    display: block;
    line-height:14px;
}

.recommended-btn .fa-s {
    font-size:10px;
    color: rgba(255, 255, 255, .4);
    line-height:10px;
    letter-spacing:.5px;
}

.recommended-btn .fa-c {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #e8702a;
    border-radius: 10px;
    padding: 1px 7px;
    flex-shrink: 0;
}


.recommended-btn:hover{
    background-color:var(--blue-super-dark);
}


.sp-panel.sp-collapsed .sp-foot {
    flex-direction: column;
    padding: 8px 6px;
}

.sp-panel.sp-collapsed .sp-foot-btn span {
    display: none;
}

.sp-panel.sp-collapsed .sp-foot-btn {
    padding: 7px;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .sp-panel {
        width: 52px;
        min-width: 52px;
    }

        .sp-panel .sp-job-meta,
        .sp-panel .sp-sf-name,
        .sp-panel .sp-sf-num,
        .sp-panel .sp-sf-caret,
        .sp-panel .sp-pf-name,
        .sp-panel .sp-pf-num,
        .sp-panel .sp-pf-empty,
        .sp-panel .sp-sf-action span,
        .sp-panel .sp-foot-btn span {
            display: none;
        }

        .sp-panel .sp-job {
            padding: 13px 9px;
        }

        .sp-panel .sp-job-row {
            justify-content: center;
        }

        .sp-panel .sp-pf {
            justify-content: center;
            padding: 7px 0 4px;
        }

        .sp-panel .sp-sf {
            justify-content: center;
            padding: 8px 0;
            border-left: none;
        }

        .sp-panel .sp-sf-ico {
            opacity: 1;
        }

        .sp-panel .sp-sf-action {
            justify-content: center;
            padding: 6px 0;
        }

        .sp-panel .sp-foot {
            flex-direction: column;
            padding: 8px 6px;
        }

        .sp-panel .sp-foot-btn {
            padding: 7px;
        }

        .sp-panel .sp-toggle {
            display: none;
        }

        .sp-panel .sp-sf:hover::after {
            content: attr(data-tip);
            position: absolute;
            left: 56px;
            top: 50%;
            transform: translateY(-50%);
            background: #1a2e54;
            color: #fff;
            font-size: 10.5px;
            padding: 4px 9px;
            border-radius: 5px;
            white-space: nowrap;
            z-index: 50;
            box-shadow: 0 2px 8px rgba(0,0,0,.35);
        }
}

/* ═══════════════════════════════════════════
   ATS FILTER SIDEBAR STYLES
   Hardcoded hex — recruit360 theme colours
═══════════════════════════════════════════ */
.ats-filter-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid #E2E6F0;
    padding-bottom: 30px;
}

.ats-filter-header {
    height:45px;
    padding:7px;
    border-bottom: 1px solid #E2E6F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ats-filter-title {
    font-size: 12px;
    font-weight: 600;
    color: #1A2A6C;
    display: flex;
    align-items: center;
    gap:5px;
}

.ats-filter-clear {
    font-size: 10px;
    font-weight: 600;
    color: #E8702A;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    padding: 0;
}

.ats-filter-clear:hover {
    color: #C95D1A;
}

.ats-filter-apply-top {
    padding: 8px 14px;
    border-bottom: 1px solid #E2E6F0;
}

.ats-btn-apply {
    padding: 5px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    background: #e8702a;
    color: #fff;
    cursor: pointer;
    transition: all .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.ats-btn-apply:hover {
    background: #C95D1A;
}

.ats-filter-section {
    border-bottom: 1px solid #EEF0F5;
}

.ats-filter-section:last-of-type {
    border-bottom: none;
}

.ats-filter-lbl {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #5C6480;
    margin-bottom: 6px;
    display: block;
}

.ats-filter-opt {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 4px 14px;
    cursor: pointer;
}

.ats-filter-opt:first-of-type {
    padding-top: 10px;
}

.ats-filter-opt:last-of-type {
    padding-bottom: 10px;
}


.ats-filter-opt-lbl {
    font-size: 11.5px;
    color: #374151;
    cursor: pointer;
    flex: 1;
}

.ats-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #f7f8fb;
    background: #1a2b5f;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e7e9ed;
    padding: 10px 7px;
    cursor: pointer;
    text-align: left;
    transition: background .15s;
}

.ats-filter-panel .form-control{
    height:32px;
}

.sec-lbl svg {
    background:#fff;
    padding:2px;
    border-radius:50px;
    width: 18px;
    height: 18px;
    color: #E88A2B;
    flex-shrink: 0;
}

.ats-accordion-btn:not(.collapsed) {
    color: #f7f8fb;
    background: #1a2b5f;
}

.ats-accordion-btn::after {
    content: '';
    width: 14px;
    height: 14px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239AA3BB'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    flex-shrink: 0;
    transition: transform .15s;
}

.ats-accordion-btn:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.ats-filter-body {
    padding:5px 7px;
    background: #fff;
}
.ats-slider-btn {
    border: 0;
    font-size: 9px;
    font-weight: 600;
    padding: 0 5px;
    border-radius:3px;
}
.ats-filter-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background: var(--orange);
    font-weight:bold;
    color: #fff;
    border-radius: 50px;
    height: 15px;
    width: 15px;
}

.ats-range-label {
    background: #F0F4FB;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
    color: #185FA5;
    min-width: 36px;
    text-align: center;
}

.rticks {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    color: #ccc;
    margin-top: 1px;
}

.ats-filter-footer {
    position: sticky;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding:7px;
    background:#fff;
    border-top: 1px solid #E2E6F0;
    flex-shrink: 0;
}

.ats-btn-apply-bottom {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    border: 1.5px solid #E8702A;
    background: #E8702A;
    color: #fff;
    cursor: pointer;
    transition: all .15s;
}

.ats-btn-apply-bottom:hover {
    background: #C95D1A;
}

.ats-btn-reset {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    border: 1.5px solid #E2E6F0;
    background: #fff;
    color: #5C6480;
    cursor: pointer;
    transition: all .15s;
}

.ats-btn-reset:hover {
    border-color: #E03B3B;
    color: #E03B3B;
}

.filter-active-badge:hover {
    background: #FAD9C4;
}

.filter-active-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    background: #FDF0E8;
    color: #C95D1A;
    border: 1px solid #FAD9C4;
    white-space: nowrap;
    cursor: pointer;
}

.cands-filter-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e8702a;
    flex-shrink: 0;
}
.results-meta {
    padding: 10px 1px 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.search-container {
    display: flex;
    gap: 10px;
}

.search-container-inner {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    height:32px;
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: 5px;
    padding: 0 10px;
}

.search-container-inner svg {
    color: #9aa3bb;
    flex-shrink: 0;
}

.search-container-inner input {
    flex: 1;
    border: 0;
    outline: 0;
    font-size: .9rem;
    color: #1e2640;
    background: transparent;
    min-width: 0;
}

.search-container-inner:focus-within {
    border-color: var(--orange);
}

.search-container button{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 22px;
    background: #ff8a00;
    color: #fff;
    font-size:12px;
    font-weight: 700;
    border: 0;
    border-radius:5px;
    cursor: pointer;
    transition: background .15s;
    white-space: nowrap;
}

.search-container-inner input::placeholder {
    font-size:12px;
    color: #9AA3BB;
}

.ats-accordion-btn {
    border-radius: 6px 6px 0px 0px;
}
.ats-accordion-btn.collapsed{
    border-radius:6px;
}

.advance-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding:5px 10px;
    font-size: 11px;
    border-radius: 50px;
    border: 1px solid var(--blue-dark);
    background: var(--blue-dark);
    color: #fff;
    transition: all .15s;
}
.cands-filter-btn {
    display: inline-flex;
    align-items: center;
    gap:5px;
    padding:5px 10px;
    font-size: 11px;
    border-radius: 50px;
    border: 1px solid #9AA3BB;
    background: #fff;
    color: #1A2B5F;
    white-space: nowrap;
    transition: all .15s;
}

.cands-filter-btn:hover {
    border-color: #1A2B5F;
    color: #1A2B5F;
}

.cands-filter-btn.show {
    border-color: #E8702A;
    color: #E8702A;
    background: #FDF0E8;
}

.cands-filter-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 8px;
    background: #E8702A;
    color: #fff;
}

.cands-src-opt {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 4px;
    cursor: pointer;
}
.cands-sort-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 3px;
    border: 1px solid #9aa3bb;
    background: #fff;
    color: #1a2b5f;
    white-space: nowrap;
    transition: all .15s;
}

.cand-sort-dropdown .dropdown-menu {
    padding:4px 5px 5px;
    background: #fff;
    border: 1px solid #e2e6f0;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
    width: 200px;
    overflow: hidden;
}

.cand-sort-dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #1a2b5f;
    padding:5px 12px;
    cursor: pointer;
    transition: all .15s;
    border: 1px solid #f3f5f9;
    margin-top: 2px;
    border-radius: 4px;
}

.cand-sort-dropdown .dropdown-menu .dropdown-item:hover{
    background:#fdf0e8;
    color:var(--orange)
}

.cands-chip .dropdown-menu.chip-menu {
    padding: 0px;
    background: #fff;
    border: 1px solid #e2e6f0;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
    width: 280px;
    overflow: hidden;
}

.cands-dd-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-bottom: 1px solid #eef0f5;
}

.cands-dd-search svg {
    width: 13px;
    height: 13px;
    color: #9aa3bb;
    flex-shrink: 0;
}

.cands-dd-search input {
    flex: 1;
    border: 0;
    outline: 0;
    font-size: 12.5px;
    color: #1e2640;
    background: none;
    font-family: inherit;
}

.chip-list.cands-dd-list {
    list-style: none;
    padding: 5px 11px;
    margin: 0;
    height: 230px;
    max-height: 230px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e2e6f0 transparent;
}

.cands-src-opt input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #e8702a;
    cursor: pointer;
    flex-shrink: 0;
}

.cands-src-opt .form-check-input {
    border: 1px solid rgb(119 119 119 / 30%);
    border-radius: 3px;
}

.cands-src-opt label {
    font-size: 12px;
    color: #374151;
    cursor: pointer;
    margin: 0;
}

.chip-menu .border-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-top: 1px solid #eef0f5;
}

.filter-active-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    background: #FDF0E8;
    color: #C95D1A;
    border: 1px solid #FAD9C4;
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s;
}

.filter-active-badge:hover {
    background: #FAD9C4;
}

.folder-floating-menu {
    position: fixed;
    z-index: 9999;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(26,43,95,0.12);
    padding: 5px;
    min-width: 140px;
}

.folder-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 7px;
    cursor: pointer;
    transition: all .12s;
    font-family: 'Inter', sans-serif;
}

.folder-menu-rename {
    color: #1A2B5F;
}

.folder-menu-rename:hover {
    background: #EEF1FA;
    color: #1A2B5F;
}

.folder-menu-delete {
    color: #E03B3B;
}

.folder-menu-delete:hover {
    background: #FEE8E8;
    color: #E03B3B;
}

@media (max-width: 576px) {
    .cands-chip {
        display: none;
    }
}


.oj-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.oj-stat-card {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    padding: 12px 14px;
    position: relative;
    overflow: hidden;
}

    .oj-stat-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
    }

.oj-s-orange::before {
    background: #E8702A;
}

.oj-s-blue::before {
    background: #1A2B5F;
}

.oj-s-green::before {
    background: #18A87C;
}

.oj-s-red::before {
    background: #E03B3B;
}

.oj-s-gray::before {
    background: #9AA3BB;
}

.oj-stat-lbl {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #9AA3BB;
    margin-bottom: 5px;
}

.oj-stat-val {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1A2B5F;
    line-height: 1;
    margin-bottom: 3px;
}

.oj-stat-sub {
    font-size: 10.5px;
    color: #5C6480;
}

.oj-main-layout {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 12px;
    align-items: start;
}

.oj-right-col {
    display: flex;
    flex-direction: column;
}

.oj-panel {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    overflow: hidden;
}

.oj-panel-head {
    padding: 11px 16px;
    border-bottom: 1px solid #EEF0F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.oj-panel-title {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #1A2B5F;
}

.oj-search-input {
    border: 1px solid #E2E6F0;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 11.5px;
    outline: none;
    font-family: 'Inter', sans-serif;
    color: #1E2640;
    width: 170px;
}

    .oj-search-input:focus {
        border-color: #1A2B5F;
    }

.oj-filter-select {
    border: 1px solid #E2E6F0;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 11.5px;
    outline: none;
    font-family: 'Inter', sans-serif;
    color: #5C6480;
    background: #fff;
    cursor: pointer;
}

.oj-cand-card {
    position: relative;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow .15s, border-color .15s;
}

.oj-cand-card:hover {
    box-shadow: 0 2px 10px rgba(26,43,95,.08);
    border-color: #DDE1EC;
}

.oj-av {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.oj-cand-body {
    flex: 1;
    min-width: 0;
}

.oj-name-row {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.oj-name {
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
}

.oj-badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}

.oj-badge-stc {
    background: #EEF1FA;
    color: #1A2B5F;
}

.oj-badge-easy {
    background: #E6F7F2;
    color: #0D7A5A;
}

.oj-badge-imp {
    background: #EEF0F5;
    color: #5C6480;
}

.oj-stage-badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 10px;
    white-space: nowrap;
}

.oj-sb-offered {
    background: #FDF0E8;
    color: #C95D1A;
    border: 1px solid #FAD9C4;
}

.oj-sb-accepted {
    background: #EEF1FA;
    color: #1A2B5F;
    border: 1px solid #c3d4fb;
}

.oj-sb-joined {
    background: #E6F7F2;
    color: #0D7A5A;
    border: 1px solid #A7F3D0;
}

.oj-sb-declined {
    background: #FEE8E8;
    color: #E03B3B;
    border: 1px solid #FECACA;
}

.oj-meta-row {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #5C6480;
    margin-bottom: 9px;
}

.oj-meta-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.oj-meta-sep {
    color: #DDE1EC;
}

.oj-action-row {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.oj-ic-btn {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 1px solid #E2E6F0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s;
    flex-shrink: 0;
    padding: 0;
}

    .oj-ic-btn:hover {
        border-color: #E8702A;
        background: #FDF0E8;
    }

.oj-ic-blue {
    background: #E0F2FE;
    border-color: #E0F2FE;
    color: #0891B2;
}

    .oj-ic-blue:hover {
        background: #c7eaf6;
        border-color: #0891B2;
    }

.oj-ic-green {
    background: #E6F7F2;
    border-color: #E6F7F2;
    color: #18A87C;
}

    .oj-ic-green:hover {
        background: #c2ede1;
        border-color: #18A87C;
    }

.oj-ic-peach {
    background: #FDF0E8;
    border-color: #FAD9C4;
    color: #E8702A;
}

    .oj-ic-peach:hover {
        background: #FAD9C4;
        border-color: #E8702A;
    }

.oj-ic-purple {
    background: #EDE9FE;
    border-color: #EDE9FE;
    color: #7C3AED;
}

    .oj-ic-purple:hover {
        background: #d8d0f8;
        border-color: #7C3AED;
    }

.oj-ic-divider {
    width: 1px;
    height: 20px;
    background: #E2E6F0;
    margin: 0 4px;
    flex-shrink: 0;
}

.oj-btn-actions {
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 700;
    border-radius: 7px;
    border: 1.5px solid #E2E6F0;
    background: #fff;
    color: #1A2B5F;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all .15s;
}

    .oj-btn-actions:hover {
        border-color: #1A2B5F;
        background: #EEF1FA;
    }

    .oj-btn-actions.dropdown-toggle::after {
        border-top-color: #1A2B5F;
    }

.oj-btn-no-action {
    color: #9AA3BB;
    border-color: #EEF0F5;
    cursor: default;
    pointer-events: none;
}
.oj-act-menu {
    min-width: 170px;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(26,43,95,.12);
    padding: 5px;
}

.oj-act-item {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 7px;
    border: none;
    background: none;
    cursor: pointer;
    transition: all .12s;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.oj-act-blue {
    color: #1A2B5F;
}

    .oj-act-blue:hover {
        background: #EEF1FA;
    }

.oj-act-green {
    color: #0D7A5A;
}

    .oj-act-green:hover {
        background: #E6F7F2;
    }

.oj-act-red {
    color: #E03B3B;
}

    .oj-act-red:hover {
        background: #FEE8E8;
    }

.oj-act-gray {
    color: #5C6480;
}

.oj-act-gray:hover {
    background: #F3F4F6;
}

.oj-ctc {
    font-size: 12.5px;
    font-weight: 700;
    color: #1A2B5F;
    white-space: nowrap;
    flex-shrink: 0;
}

.oj-tl-item {
    display: flex;
    gap: 10px;
    padding: 9px 14px;
    border-bottom: 1px solid #EEF0F5;
}

.oj-tl-item:last-child {
    border-bottom: none;
}

.oj-tl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
}

.oj-tl-name {
    font-size: 12px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 1px;
}

.oj-tl-date {
    font-size: 10.5px;
    color: #9AA3BB;
}

.oj-tl-badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 8px;
    background: #E6F7F2;
    color: #0D7A5A;
    display: inline-block;
    margin-top: 3px;
}

.oj-tl-days {
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

.oj-ctc-row {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
}

.oj-ctc-lbl {
    font-size: 10.5px;
    color: #5C6480;
    width: 70px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oj-ctc-track {
    flex: 1;
    height: 5px;
    background: #EEF0F5;
    border-radius: 3px;
    overflow: hidden;
}

.oj-ctc-fill {
    height: 100%;
    border-radius: 3px;
    transition: width .3s;
}

.oj-ctc-val {
    font-size: 10.5px;
    font-weight: 700;
    color: #1A2B5F;
    width: 45px;
    text-align: right;
    flex-shrink: 0;
}

.oj-ctc-footer {
    padding: 7px 14px;
    border-top: 1px solid #EEF0F5;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9AA3BB;
}

/* ── RIGHT PANEL: Reasons ── */
.oj-reason-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-bottom: 1px solid #EEF0F5;
}

    .oj-reason-row:last-child {
        border-bottom: none;
    }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .oj-main-layout {
        grid-template-columns: 1fr;
    }

    .oj-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.oj-no-results {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
}

.oj-no-results-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.oj-no-results-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 4px;
}

.oj-no-results-sub {
    font-size: 12px;
    color: #9AA3BB;
}

/* ═══════════════════════════════════════
   TOTAL APPLICATIONS VIEW — _GetTotalApplications
   Icon button classes reuse existing _CandidateCard.css
   Only new layout classes here — all ta- prefixed
═══════════════════════════════════════ */

/* ── TOP BAR ── */
.ta-topbar {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ta-search-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 200px;
}

/* ── CARD ── */
.ta-cand-card {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    margin-bottom: 8px;
    transition: box-shadow .15s, border-color .15s;
}

.ta-cand-card-container {
    padding: 13px 16px;
    display: flex;
    align-items: stretch;
    gap: 12px;
}


    .ta-cand-card:hover {
        box-shadow: 0 2px 10px rgba(26,43,95,.07);
        border-color: #DDE1EC;
    }

/* Avatar */
.ta-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Body */
.ta-body {
    flex: 1;
    min-width: 0;
}

/* Name row */
.ta-name-row {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.ta-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #1A2B5F;
}

/* Source badges */
.ta-badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}

.ta-badge-stc {
    background: #EEF1FA;
    color: #1A2B5F;
}

.ta-badge-easy {
    background: #E6F7F2;
    color: #0D7A5A;
}

.ta-badge-imp {
    background: #EEF0F5;
    color: #5C6480;
}

.ta-badge-li {
    background: #E0F2FE;
    color: #0891B2;
}

/* Meta row */
.ta-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #5C6480;
    margin-bottom: 5px;
}

.ta-meta-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ta-meta-sep {
    color: #DDE1EC;
}

/* Status text */
.ta-status-text {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #5C6480;
}

.ta-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* RIGHT column */
.ta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    flex-shrink: 0;
    gap: 8px;
}

/* Stage pills */
.ta-stage-pill {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

.ta-sp-pending {
    background: #FEF3C7;
    color: #92400E;
    border: 1px solid #FDE68A;
}

.ta-sp-pipeline {
    background: #EEF1FA;
    color: #1A2B5F;
    border: 1px solid #c3d4fb;
}

.ta-sp-offer {
    background: #FDF0E8;
    color: #C95D1A;
    border: 1px solid #FAD9C4;
}

.ta-sp-ineligible {
    background: #FEE8E8;
    color: #E03B3B;
    border: 1px solid #FECACA;
}

/* No results */
.ta-no-results {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
}

.ta-no-results-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.ta-no-results-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 4px;
}

.ta-no-results-sub {
    font-size: 12px;
    color: #9AA3BB;
}


/* ═══════════════════════════════════════════
   CANDIDATE CARD STYLES

═══════════════════════════════════════════ */

/* ── CARD WRAPPER ── */
.cand-card {
    background: #fff;
    border: 1px solid #E2E6F0 !important;
    border-radius: 10px !important;
    transition: border-color .15s, box-shadow .15s;
    margin-bottom: 10px;
}

.cand-card:hover {
    border-color: #DDE1EC !important;
    box-shadow: 0 2px 10px rgba(26,43,95,0.10) !important;
}

.cand-card.maybe-card {
    border-left: 3px solid #D97706 !important;
}

/* ── TOP ROW ── */
.cand-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 10px 0;
}

.cand-check {
    flex-shrink: 0;
    margin-top: 3px;
}

.cand-identity {
    flex: 1;
    min-width: 0;
}

/* ── AI SCORE ROW (Option 3) ───────────────── */
.cand-ai-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

/* Score + fit badge group */
.ai-score-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ai-robot-icon {
    color: #6b7280;
}

.ai-score-num {
    font-size: 13px;
    font-weight: 600;
    color: #085041;
}

.ai-fit-badge {
    font-size: 11px;
    border-radius: 20px;
    padding: 2px 8px;
    white-space: nowrap;
    border: 0.5px solid transparent;
}

.ai-fit-strong {
    background: #E1F5EE;
    color: #085041;
    border-color: #5DCAA5;
}

.ai-fit-good {
    background: #D1FAE5;
    color: #065F46;
    border-color: #6EE7B7;
}

.ai-fit-possible {
    background: #FEF9C3;
    color: #A16207;
    border-color: #FDE047;
}

.ai-fit-weak {
    background: #FFEDD5;
    color: #C2410C;
    border-color: #FDBA74;
}

.ai-fit-ineligible {
    background: #FCEBEB;
    color: #991B1B;
    border-color: #FCA5A5;
}

/* Dimension dot bars */
.ai-dims-group {
    display: flex;
    gap: 14px;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}

.ai-dim {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-dim-lbl {
    font-size: 11px;
    color: #6b7280;
}

.ai-dim-dots {
    display: inline-flex;
    gap: 2px;
}

.ai-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.dot-green {
    background: #1D9E75;
}

.dot-amber {
    background: #EF9F27;
}

.dot-red {
    background: #E24B4A;
}

.dot-empty {
    background: #e5e7eb;
}

.ai-dim-val {
    font-size: 11px;
    color: #9ca3af;
}

/* AI Feedback button */
.ai-feedback-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    border: 0.5px solid #d1d5db;
    color: #fff;
    background: #0C447C;
    cursor: pointer;
    white-space: nowrap;
    margin-left: auto;
    transition: background .15s;
}

.ai-feedback-btn:hover {
    background: #f3f4f6;
    color: #6b7280;
}

/* ── AI SCORE MODAL ─────────────────────────── */
.ai-modal-dim {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-modal-dim-bar {
    width: 100%;
    height: 6px;
    background: #f3f4f6;
    border-radius: 3px;
    overflow: hidden;
}

.ai-modal-dim-fill {
    height: 100%;
    border-radius: 3px;
    background: #4f46e5;
    transition: width .3s ease;
}

.ai-modal-summary {
    font-size: 12px;
    color: #374151;
    line-height: 1.6;
    background: #f9fafb;
    border-radius: 6px;
    padding: 10px 12px;
}

/* ════════════════════════════════════════════════
   AI FEEDBACK OFFCANVAS — SAMS-STC theme
   Injected into #dynamicOffcanvasEnd via setContent
   ════════════════════════════════════════════════ */

/* Reset Bootstrap offcanvas padding — our wrapper handles layout */
/*#dynamicOffcanvasEnd:has(.ai-oc-wrap) {
    padding: 0;
}

/* Wrapper — fills the offcanvas, column layout */
.ai-oc-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Inter', sans-serif;
    color: #3d4760;
}

/* ── HEADER (navy gradient) ───────────────────── */
.ai-oc-head {
    background: linear-gradient(135deg, #1a2744 0%, #243056 100%);
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .ai-oc-head::before {
        content: '';
        position: absolute;
        right: -60px;
        top: -60px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(232,114,42,0.18) 0%, transparent 70%);
        border-radius: 50%;
    }

.ai-oc-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    z-index: 2;
}

    .ai-oc-close:hover {
        background: rgba(255,255,255,0.22);
    }

.ai-oc-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(232,114,42,0.2);
    border: 1px solid rgba(232,114,42,0.4);
    color: #ffb07a;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
    position: relative;
}

.ai-oc-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    line-height: 1.3;
}

.ai-oc-scorehero {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    position: relative;
}

.ai-oc-scoreval {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.ai-oc-scoremeta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ai-oc-fit {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    width: fit-content;
}

.ai-oc-scorelabel {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
}

/* Fit badge colors (header + reused anywhere) */
.fit-strong {
    background: #edf7f2;
    color: #2e7d52;
}

.fit-good {
    background: #dff1e7;
    color: #1f6b42;
}

.fit-possible {
    background: #fff8ec;
    color: #b76e00;
}

.fit-weak {
    background: #fdeede;
    color: #b5570f;
}

.fit-ineligible {
    background: #fdf0ef;
    color: #d93025;
}

/* ── BODY ─────────────────────────────────────── */
.ai-oc-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 22px;
}

/* Summary callout */
.ai-oc-summary {
    background: #fff5ef;
    border: 1px solid #f5c9a8;
    border-left: 3px solid #e8722a;
    border-radius: 6px;
    padding: 13px 15px;
    font-size: 13px;
    color: #7a4416;
    line-height: 1.6;
    margin-bottom: 22px;
}

.ai-oc-summary-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #c95f1a;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ── DIMENSION BLOCK ──────────────────────────── */
.ai-dim-block {
    border: 1px solid #dde1ee;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.ai-dim-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: #f7f8fc;
    cursor: pointer;
    user-select: none;
    transition: background .15s;
}

    .ai-dim-head:hover {
        background: #f0f2f8;
    }

.ai-dim-headleft {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-dim-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .ai-dim-icon svg {
        width: 15px;
        height: 15px;
    }

.icon-skills {
    background: #eef3ff;
    border: 1px solid #c9d8f5;
}

    .icon-skills svg {
        stroke: #2f5cc4;
    }

.icon-exp {
    background: #fff5ef;
    border: 1px solid #f5c9a8;
}

    .icon-exp svg {
        stroke: #e8722a;
    }

.icon-domain {
    background: #f0ecfb;
    border: 1px solid #d4c7f0;
}

    .icon-domain svg {
        stroke: #6b3fc4;
    }

.icon-edu {
    background: #edf7f2;
    border: 1px solid #a8d9bc;
}

    .icon-edu svg {
        stroke: #2e7d52;
    }

.ai-dim-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a2744;
}

.ai-dim-weight {
    font-size: 10.5px;
    color: #7a84a0;
}

.ai-dim-headright {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-dim-score {
    font-size: 14px;
    font-weight: 700;
}

.score-green {
    color: #2e7d52;
}

.score-amber {
    color: #b76e00;
}

.score-red {
    color: #d93025;
}

.ai-dim-chev {
    transition: transform .2s;
    color: #c4c9da;
}

.ai-dim-block.open .ai-dim-chev {
    transform: rotate(180deg);
}

/* Progress bar */
.ai-dim-bar {
    height: 4px;
    background: #f0f2f8;
    position: relative;
}

.ai-dim-fill {
    height: 100%;
    transition: width .4s ease;
}

.fill-green {
    background: #2e7d52;
}

.fill-amber {
    background: #b76e00;
}

.fill-red {
    background: #d93025;
}

/* Expand/collapse detail */
.ai-dim-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.ai-dim-block.open .ai-dim-detail {
    max-height: 600px;
}

.ai-dim-detail-inner {
    padding: 14px;
}

.ai-subhead {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-evi {
    margin-bottom: 12px;
}

    .ai-evi .ai-subhead {
        color: #2e7d52;
    }

.ai-gap .ai-subhead {
    color: #b76e00;
}

.ai-evi-text {
    font-size: 12.5px;
    line-height: 1.6;
    color: #3d4760;
    background: #edf7f2;
    border-radius: 6px;
    padding: 9px 11px;
}

.ai-gap-text {
    font-size: 12.5px;
    line-height: 1.6;
    color: #7a4416;
    background: #fff8ec;
    border-radius: 6px;
    padding: 9px 11px;
}

/* ── FOOTER ───────────────────────────────────── */
.ai-oc-foot {
    flex-shrink: 0;
    border-top: 1px solid #dde1ee;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.ai-oc-foot-meta {
    font-size: 11px;
    color: #7a84a0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-oc-foot-time {
    font-size: 11px;
    color: #c4c9da;
}

/* ── NAME ROW ── */
.cand-name-row {
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.cand-name {
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
}

/* Badges */
.cand-badge {
    font-size: 9.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
}

.badge-source {
    background: #EEF1FA;
    color: #1A2B5F;
}

/* Source-specific */
.badge-stc {
    background: #fdf0e8;
    color: #e8702a;
    border: 0.5px solid #fad9c4;
}
/* STC Registered */
.badge-easyapply {
    background: #E6F7F2;
    color: #18A87C;
    border: 0.5px solid #a3dccb;
}
/* Easy Apply */
.badge-imported {
    background: #FDF0E8;
    color: #E8702A;
}
/* Imported */
.badge-linkedin {
    background: #E8F0FB;
    color: #0A66C2;
    border: 0.5px solid #B8D0F0;
}
/* LinkedIn */
.badge-recommended {
    background: #F5EEF8;
    color: #7D3C98;
    border: 0.5px solid #B8D0F0;
}
/* STC Recommended */

.badge-maybe {
    background: #FEF3C7;
    color: #92400E;
    border: 0.5px solid #d3b39f;
}

.btn-li-email {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 1px 5px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    color: #0a66c2;
    background: #e8f0fb;
    border: .5px solid #b8d0f0;
    transition: background .15s, border-color .15s;
    text-decoration: none;
}
.btn-li-email:hover {
    background: #D0E4F7;
    border-color: #0A66C2;
}

/* ── META ROW ── */
.cand-meta-row {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #5C6480;
    margin-bottom: 8px;
}

.cand-meta-item {
    display: flex;
    align-items: center;
    gap: 3px;
}

.cand-meta-sep {
    color: #DDE1EC;
}

/* ── ACTION ROW — icons + buttons inline ── */
.cand-action-row {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 12px;
}

/* ── ICON BUTTONS ── */
.cand-icon-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #E2E6F0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s;
    flex-shrink: 0;
    padding: 0;
}

.cand-icon-btn:hover {
    border-color: #E8702A;
    background: #FDF0E8;
}

.btn-icon-blue {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: #0891B2;
}

    .btn-icon-blue:hover {
        background: #c7eaf6;
        border-color: #0891B2;
    }

.btn-icon-green {
    background: #E6F7F2;
    border-color: #BBF7D0;
    color: #18A87C;
}

.btn-icon-green:hover {
    background: #c2ede1;
    border-color: #18A87C;
}

.btn-icon-peach {
    background: #FDF0E8;
    border-color: #FAD9C4;
    color: #E8702A;
}

.btn-icon-peach:hover {
    background: #FAD9C4;
    border-color: #E8702A;
}

.btn-icon-purple {
    background: #EDE9FE;
    border-color: #DDD6FE;
    color: #7C3AED;
}

.btn-icon-purple:hover {
    background: #d8d0f8;
    border-color: #7C3AED;
}

/* ── DIVIDER between icon buttons and action buttons ── */
.cand-action-divider {
    width: 1px;
    height:15px;
    background: #E2E6F0;
    margin: 0 4px;
    flex-shrink: 0;
}

/* ── SIFTING ACTION BUTTONS ── */
.btn-stage {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid var(--blue-dark);
    background: var(--blue-light);
    color: var(--blue-dark);
    transition: all .15s;
    font-family: 'Inter', sans-serif;
    letter-spacing: .5px;
}

.btn-stage:hover {
    background: var(--blue-mid);
}

.btn-pipeline {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 700;
    border-radius:4px;
    border: 1px solid #18a87c;
    background: #e6f7f2;
    color: #0d7a5a;
    transition: all .15s;
    letter-spacing:.5px;
}

.btn-pipeline:hover {
    background: #c2ede1;
}

.btn-cand-reject {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #E03B3B;
    background: #FEE8E8;
    color: #E03B3B;
    cursor: pointer;
    transition: all .15s;
}

.btn-cand-reject:hover {
    background: #fcd0d0;
}

/* ── Split button ── */
.flg-split {
    display: flex;
    position: relative;
}

.flg-split .flg-dropdown{
    display: flex;
}

.stage-sift .dropdown-toggle {
    border-color: var(--blue-dark);
    background:#fff;
    color: var(--blue-dark);
}

.pipline-sift .dropdown-toggle {
    border-color: #18a87c;
    background: #fff;
    color: #0d6e3f;
}

.flg-split:has(.flg-dropdown) .btn-pipeline {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.flg-split .btn-stage{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

.flg-split .dropdown-toggle {
    align-items: center;
    justify-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px;
    border-style: solid;
}


/* ── DETAIL SECTION ── */
.cand-detail-section {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    border-top: 1px solid #EEF0F5;
    padding: 10px 10px 10px;
}

.cand-detail-lbl {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    color:#5C6480;
    margin-bottom:3px;
}

.cand-exp-row {
    font-size: 11.5px;
    color: #5C6480;
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.5;
}

    .cand-exp-row strong {
        color: #1A2B5F;
        font-weight: 600;
    }

.cand-exp-sep {
    color: #9AA3BB;
}

.cand-exp-role {
    color: #000;
}

.cand-exp-dur {
    color: #9AA3BB;
    font-size: 10.5px;
    white-space: nowrap;
}

.cand-more-link {
    font-size: 10.5px !important;
    color: #E8702A !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin-top: 3px;
    display: inline-block;
}

    .cand-more-link:hover {
        color: #C95D1A !important;
    }

/* ── REJECT DROPDOWN ── */
.rejectDropdown .dropdown-menu {
    min-width: 320px;
    max-height: 380px;
    overflow-y: auto;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,.44) 0 2px 10px 0;
    padding: 0px;
}

.rejectDropdown .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.rejectDropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #F7F8FB;
}

.rejectDropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #DDE1EC;
    border-radius: 4px;
}

/* Accordion item */
.rejectDropdown .accordion-item {
    border: none !important;
    border-radius: 7px !important;
    margin-bottom: 3px !important;
    overflow: hidden;
}

/* Accordion header — closed */
.rejectDropdown .accordion-button {
    font-size: 11.5px;
    font-weight: 700;
    color: #1A2B5F;
    background: #F7F8FB;
    border-radius: 7px !important;
    padding: 8px 10px;
    box-shadow: none !important;
    transition: all .15s;
}

.rejectDropdown .accordion-button:hover {
    background: #EEF0F5;
}

/* Accordion header — open */
.rejectDropdown .accordion-button:not(.collapsed) {
    background: #FEE8E8;
    color: #E03B3B;
    border-radius: 7px 7px 0 0 !important;
    box-shadow: none !important;
}

/* Chevron color when open */
.rejectDropdown .accordion-button:not(.collapsed)::after {
    filter: invert(27%) sepia(90%) saturate(1200%) hue-rotate(330deg);
}

/* Accordion body */
.rejectDropdown .accordion-collapse {
    border: 1px solid #F3F4F6;
    border-top: none;
    border-radius: 0 0 7px 7px;
}

/* Dropdown items */
.rejectDropdown .dropdown-item{
    font-size: 11.5px;
    color: #5C6480;
    padding: 7px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .12s;
}

.rejectDropdown .dropdown-item:hover {
    background: #FEE8E8;
    color: #E03B3B;
}

/* Custom remark input */
.rejectDropdown .custom-remark .form-control {
    font-size: 12px;
    border: 1px solid #E2E6F0;
    border-radius: 7px;
}

.rejectDropdown .custom-remark .form-control:focus {
    border-color: #E03B3B;
    box-shadow: 0 0 0 3px rgba(224,59,59,0.1);
}

.dynamic-content-holder {
    width: 320px;
    max-height: 300px;
    overflow-y: auto;
    margin: 8px 0 8px 8px
}

    .dynamic-content-holder .accordion-button:focus {
        box-shadow: none !important;
        outline: 0 !important
    }

    .dynamic-content-holder .accordion-button {
        padding-top: 5px;
        padding-bottom: 5px
    }


    .dynamic-content-holder::-webkit-scrollbar {
        width: 6px
    }

.drpoption-container::-webkit-scrollbar-track {
    background: transparent
}

.dynamic-content-holder::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px
}


.custom-remark .btn-primary {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    border: none;
    background: #1A2B5F;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.custom-remark .btn-primary:hover {
    background: #E03B3B;
}

.rejectDropdown .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin-left: auto;
    flex-shrink: 0;
}

.collapsible {
    position: relative;
    overflow: hidden;
    transition: height 0.35s ease;
}

.collapsible.collapsed .collapsible-item:nth-child(n+4) {
    display: none;
}

.chat-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 260px;
    display: none
}

.canvas-other-action .chat-popup {
    right: 0 !important;
    left: unset
}

.other-view-action .chat-popup {
    bottom: 0;
    left: 40px
}

.canva-view-action .chat-popup {
    top: 0;
    right: 0
}

.bulk-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #3f3a50;
    z-index: 999;
    border-top: 1px solid rgba(23, 55, 128, .15);
    box-shadow: 0 -1px 10px rgba(23, 55, 128, .25)
}

.bulk-action {
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 15px 50px;
    gap: 15px
}

    .bulk-action .bulk-download,
    .bulk-action .bulk-share {
        padding: 3px 10px;
        color: #fff;
        border-radius: 2px;
        cursor: pointer;
        transition: background-color .3s ease
    }

    .bulk-action .btn.btn-icon {
        width: 34px;
        height: 30px
    }


.tooltip-inner {
    font-size: 11px;
}

/* ═══════════════════════════════════════
   EXPORT MODAL  —  export-* namespace
═══════════════════════════════════════ */

.export-plan-notice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 12px;
    background: #e8f0fe;
    border: 0.5px solid #b3cffa;
    border-radius: 7px;
    font-size: 11px;
    color: #1a56b0;
    margin-bottom: 14px;
    line-height: 1.5;
}

    .export-plan-notice a {
        color: #0f1e3c;
        font-weight: 500;
    }

/* Stage selector row */
.export-stage-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 8px;
    border: 0.5px solid #e2e5ec;
    margin-bottom: 14px;
}

.export-stage-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
    white-space: nowrap;
    flex-shrink: 0;
}

.export-stage-select {
    flex: 1;
    font-size: 12px;
    padding: 6px 10px;
    border: 0.5px solid #e2e5ec;
    border-radius: 6px;
    background: #f4f5f7;
    color: #1a2a4c;
    outline: none;
    cursor: pointer;
}

.export-stage-select:focus {
    border-color: #0f1e3c;
}

.export-stage-badge {
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 4px;
    background: #e8f7f0;
    color: #0d6e3f;
    border: 0.5px solid #9de3c0;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Transfer layout — two columns + arrows */
.export-transfer {
    display: grid;
    grid-template-columns: 1fr 38px 1fr;
    gap: 0;
    align-items: start;
}

/* Column panel */
.export-col-panel {
    background: #fff;
    border: 0.5px solid #e2e5ec;
    border-radius: 8px;
    overflow: hidden;
}

.export-col-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-bottom: 0.5px solid #f0f2f5;
    background: #f4f5f7;
}

.export-col-title {
    font-size: 11px;
    font-weight: 500;
    color: #1a2a4c;
}

.export-col-action {
    font-size: 10px;
    color: #1a56b0;
    cursor: pointer;
    font-weight: 500;
}

    .export-col-action:hover {
        text-decoration: underline;
    }

.export-col-action-red {
    color: #a32d2d;
}

.export-col-list {
    height: 240px;
    overflow-y: auto;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #0f1e3c #f0f2f5;
}

.export-col-list::-webkit-scrollbar {
    width: 3px;
}

.export-col-list::-webkit-scrollbar-track {
    background: #f0f2f5;
}

.export-col-list::-webkit-scrollbar-thumb {
    background: #0f1e3c;
    border-radius: 3px;
}

/* Override Bootstrap list-group inside export */
.export-col-list .list-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0;
    margin: 0;
}

.export-col-list .list-group-item {
    font-size: 12px !important;
    color: #1a2a4c !important;
    padding: 7px 10px !important;
    border-radius: 6px !important;
    border: 0.5px solid #e2e5ec !important;
    background: #fff !important;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
}

.export-col-list .list-group-item:hover:not(.disabled-item):not(.col-item-locked) {
    border-color: #e8702a !important;
    background: #fff8f4 !important;
}

.export-col-list .list-group-item.disabled-item {
    color: #9aa3bb !important;
    background: #f4f5f7 !important;
    border-color: #f0f2f5 !important;
    cursor: default !important;
}

/* Selected panel items — orange tint */
#selectedCols .list-group-item {
    border-color: #f5b48a !important;
    background: #fff8f4 !important;
    cursor: grab !important;
}

    #selectedCols .list-group-item:hover {
        border-color: #e8702a !important;
        background: #fff3ec !important;
    }

/* Lock badge */
.col-item-locked {
    cursor: not-allowed !important;
}

.col-lock-badge {
    font-size: 10px;
    padding: 1px 7px;
    background: #fff3ec;
    color: #c2540a;
    border: 0.5px solid #f5b48a;
    border-radius: 4px;
    font-weight: 500;
    flex-shrink: 0;
}

/* Drag states */
.drag-ghost {
    opacity: 0.4;
    background: #e8f0fe !important;
    border-color: #1a56b0 !important;
}

.sortable-drag {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(15,30,60,0.15) !important;
    border-radius: 6px;
}

.sortable-selected {
    background: #e8f0fe !important;
    border-color: #1a56b0 !important;
}

/* Arrow buttons */
.export-arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 5px;
    padding-top: 34px;
}

.export-arrow-btn {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 0.5px solid #e2e5ec;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s;
}

    .export-arrow-btn:hover {
        background: #0f1e3c;
        border-color: #0f1e3c;
    }

        .export-arrow-btn:hover svg {
            stroke: #fff !important;
        }

    .export-arrow-btn svg {
        stroke: #6c757d;
    }

/* Footer */
.export-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 0.5px solid #e2e5ec;
    flex-wrap: wrap;
    gap: 8px;
}

.export-footer-info {
    font-size: 11px;
    color: #9aa3bb;
}

.export-footer-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.export-btn-cancel {
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 6px;
    border: 0.5px solid #e2e5ec;
    background: transparent;
    color: #6c757d;
    cursor: pointer;
}

    .export-btn-cancel:hover {
        border-color: #9aa3bb;
        color: #1a2a4c;
    }

.export-btn-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 6px;
    border: none;
    background: #e8702a;
    color: #fff;
    cursor: pointer;
    transition: background 0.12s;
}

    .export-btn-download:hover {
        background: #c2540a;
    }

    .export-btn-download.ajaxwait {
        background: #9aa3bb;
        cursor: not-allowed;
        pointer-events: none;
    }

/* col-item-label for available list */
.col-item-label {
    font-size: 12px;
    color: #1a2a4c;
    flex: 1;
}

.col-item-locked .col-item-label {
    color: #9aa3bb;
}

#dynamicModal .modal-header {
    background: #0f1e3c !important;
    border-bottom: none !important;
    color: #fff;
}

/* Checkbox in available list */
.export-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #dee2e6;
    background: #fff;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    transition: background 0.12s, border-color 0.12s;
}

.export-checkbox-checked {
    background: #e8702a !important;
    border-color: #e8702a !important;
}

/* Number in selected list */
.export-item-num {
    font-size: 10px;
    color: #9aa3bb;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 6px;
}

/* Remove button in selected list */
.export-item-remove {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fdecea;
    border: 0.5px solid #f7c1c1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: auto;
    color: #a32d2d;
    transition: background 0.12s;
}

.export-item-remove:hover {
    background: #a32d2d;
    border-color: #a32d2d;
    color: #fff;
}

/* Footer fix — match body background */
.export-footer {
    background: transparent;
}

.col-item-locked .export-checkbox {
    border-color: #dee2e6 !important;
    background: #f4f5f7 !important;
    cursor: not-allowed !important;
}

.dual-range-wrap {
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
}

.dual-range-track {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #dee2e6;
    border-radius: 4px;
}

.dual-range-fill {
    position: absolute;
    height: 4px;
    background: #185FA5;
    border-radius: 4px;
    pointer-events: none;
}

.dual-range-input {
    position: absolute;
    width: 100%;
    height: 4px;
    background: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
}

.dual-range-input::-webkit-slider-thumb {
    pointer-events: auto;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--orange);
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--orange)
}


/* =============================================================================
   STC Recommended Candidate Card — stc-recommended.css
   ============================================================================= */

/* ── Avatar ──────────────────────────────────────────────────────────────────── */
.stc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E6F1FB;
    color: #0C447C;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
}

/* ── Header top row ──────────────────────────────────────────────────────────── */
.stc-rec-top {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px 8px;
}

/* ── STC Recommended badge ───────────────────────────────────────────────────── */
.stc-rec-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #0F6E56;
    background: #E1F5EE;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

/* ── Consent status badges ───────────────────────────────────────────────────── */
.stc-consent-pending {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    background: #FAEEDA;
    color: #854F0B;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

.stc-consent-sent {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    background: #E6F1FB;
    color: #185FA5;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

.stc-consent-approved {
    display: inline-block;
    font-size: 11px;
    font-weight:600;
    background: #E1F5EE;
    color: #0F6E56;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

/* ── Detail section layout ───────────────────────────────────────────────────── */
.stc-detail-section {
    display: flex;
    gap: 24px;
    padding: 8px 16px 14px;
    border-top: 1px solid #f0f0f0;
}

.stc-detail-left {
    flex: 1;
}

.stc-detail-right {
    width: 180px;
    flex-shrink: 0;
}

/* ── Match score ─────────────────────────────────────────────────────────────── */
.stc-match-score {
    font-size: 26px;
    font-weight: 500;
    color: #0F6E56;
    line-height: 1.2;
    margin: 4px 0;
}

.stc-match-bar-wrap {
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 4px;
}

.stc-match-bar {
    height: 100%;
    background: #1D9E75;
    border-radius: 2px;
}

.stc-match-label {
    font-size: 11px;
    color: #9AA3BB;
}

/* ── Footer strips ───────────────────────────────────────────────────────────── */

/* State 0 — pending */
.stc-card-footer {
    position:relative;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #f7f8fb;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 8px 8px;
    gap: 12px;
}

.stc-footer-left {
    font-size: 12px;
    color: #6B7280;
}

.stc-footer-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.btn-stc-consent {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    background: #185FA5;
    color: #fff;
    cursor: pointer;
}

    .btn-stc-consent:hover {
        background: #0C447C;
        color: #fff;
    }

.btn-stc-skip {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: none;
    color: #6B7280;
    cursor: pointer;
}

    .btn-stc-skip:hover {
        background: #f3f4f6;
    }

/* State 1 — sent */
.stc-sent-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #EFF6FF;
    border-top: 1px solid #BFDBFE;
    border-radius: 0 0 8px 8px;
    gap: 12px;
}

.stc-sent-text {
    font-size: 12px;
    color: #185FA5;
    display: flex;
    align-items: center;
    gap: 6px;
}

.stc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
    display: inline-block;
}

.btn-stc-resend {
    padding: 5px 12px;
    font-size: 11px;
    border: 1px solid #185FA5;
    border-radius: 6px;
    background: none;
    color: #185FA5;
    cursor: pointer;
    white-space: nowrap;
}

    .btn-stc-resend:hover {
        background: #dbeafe;
    }

/* State 2 — approved */
.stc-approved-footer {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #F0FDF4;
    border-top: 1px solid #BBF7D0;
    border-radius: 0 0 8px 8px;
    gap: 8px;
}

.stc-approved-text {
    font-size: 12px;
    color: #166534;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}


/* =============================================================================
   Consent Mail Offcanvas — Recruit360 Theme
   ============================================================================= */

/* ── Header ──────────────────────────────────────────────────────────────────── */
.consent-oc-header {
    padding: 14px 18px;
    background: #111E47;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consent-oc-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.consent-oc-title-icon {
    width: 28px;
    height: 28px;
    background: rgba(232,112,42,0.18);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consent-oc-close {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255,255,255,0.6);
    transition: all 0.18s;
}

    .consent-oc-close:hover {
        background: rgba(255,255,255,0.15);
        color: #fff;
    }

/* ── Body ────────────────────────────────────────────────────────────────────── */
.consent-oc-body {
    padding: 18px 20px;
    max-height: fit-content;
    overflow-y: scroll;
}

/* ── Fields ──────────────────────────────────────────────────────────────────── */
.consent-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px;
}

.consent-field-lbl {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #9AA3BB;
}

.consent-field-val {
    font-size: 13px;
    color: #1E2640;
    padding: 8px 12px;
    background: #F7F8FB;
    border-radius: 6px;
    border: 1px solid #E2E6F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.consent-field-val--error {
    border-color: #FECACA;
    background: #FEF2F2;
}

.consent-field-change {
    font-size: 11px;
    font-weight: 600;
    color: #E8702A;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

    .consent-field-change:hover {
        color: #C95D1A;
    }

.consent-no-email {
    font-size: 12px;
    color: #DC2626;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ── Section divider ─────────────────────────────────────────────────────────── */
.consent-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.consent-divider-lbl {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #9AA3BB;
    white-space: nowrap;
}

.consent-divider-line {
    flex: 1;
    height: 1px;
    background: #EEF0F5;
}

/* ── Mail preview ────────────────────────────────────────────────────────────── */
.consent-mail-preview {
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    margin-bottom: 14px;
}

.consent-mail-subject-wrap {
    border-radius: 8px 8px 0px 0px;
    padding: 10px 14px;
    background: #EEF1FA;
    border-bottom: 1px solid #E2E6F0;
}

.consent-mail-subject-lbl {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9AA3BB;
    margin-bottom: 3px;
}

.consent-mail-subject-text {
    font-size: 12.5px;
    font-weight: 600;
    color: #1A2B5F;
}

.consent-mail-body {
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    padding: 14px;
    font-size: 12.5px;
    color: #5C6480;
    line-height: 1.65;
}

    .consent-mail-body p {
        margin-bottom: 9px;
    }

        .consent-mail-body p:last-child {
            margin-bottom: 0;
        }

    .consent-mail-body strong {
        color: #1E2640;
        font-weight: 600;
    }

.consent-mail-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 16px;
    background: #1A2B5F;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    margin: 2px 0;
    transition: background 0.18s;
}

    .consent-mail-btn:hover {
        background: #243672;
        color: #fff;
    }

.consent-mail-decline {
    font-size: 11.5px;
    color: #9AA3BB;
    text-decoration: underline;
    display: inline-block;
    margin-top: 4px;
    cursor: pointer;
}

.consent-mail-expiry {
    font-size: 11px;
    color: #9AA3BB;
    margin-top: 6px !important;
}

/* ── Attachment row ──────────────────────────────────────────────────────────── */
.consent-attach-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    background: #F7F8FB;
    border: 1px solid #E2E6F0;
    border-radius: 6px;
    margin-bottom: 14px;
}

.consent-attach-icon {
    width: 32px;
    height: 32px;
    background: #EEF1FA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.consent-attach-name {
    font-size: 12.5px;
    font-weight: 600;
    color: #1E2640;
}

.consent-attach-size {
    font-size: 11px;
    color: #9AA3BB;
}

/* ── Footer ──────────────────────────────────────────────────────────────────── */
.consent-oc-footer {
    padding: 13px 20px;
    border-top: 1px solid #EEF0F5;
    background: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consent-btn-cancel {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #E2E6F0;
    background: #fff;
    color: #5C6480;
    font-family: 'Inter', sans-serif;
    transition: all 0.18s;
}

.consent-btn-cancel:hover {
    border-color: #9AA3BB;
    color: #1E2640;
}

.consent-btn-send {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #E8702A;
    color: #fff;
    font-family: 'Inter', sans-serif;
    transition: all 0.18s;
}

.consent-btn-send:hover {
    background: #C95D1A;
    box-shadow: 0 4px 14px rgba(232,112,42,0.35);
}

.consent-btn-send:disabled {
    background: #9AA3BB;
    cursor: not-allowed;
    box-shadow: none;
}

.stc-skip-reason-tag {
    font-size: 11px;
    background: #FEE8E8;
    color: #A32D2D;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

/* ── Not Suitable button ─────────────────────────────────────────────────────── */
.btn-stc-not-suitable {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E2E6F0;
    border-radius: 6px;
    background: #fff;
    color: #5C6480;
    cursor: pointer;
    transition: all 0.18s;
}

    .btn-stc-not-suitable:hover {
        border-color: #E03B3B;
        color: #E03B3B;
        background: #FEE8E8;
    }

/* ── Skip dropdown ───────────────────────────────────────────────────────────── */
.stc-skip-dropdown {
    position: absolute;
    bottom:100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(26,43,95,0.12);
    z-index: 999;
    overflow: hidden;
}

.stc-skip-dropdown-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9AA3BB;
    padding: 10px 14px 6px;
    border-bottom: 1px solid #EEF0F5;
}

.stc-skip-reason-item {
    display: block;
    width: 100%;
    padding: 9px 14px;
    font-size: 12.5px;
    color: #1E2640;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid #EEF0F5;
}

    .stc-skip-reason-item:last-child {
        border-bottom: none;
    }

    .stc-skip-reason-item:hover {
        background: #FEE8E8;
        color: #E03B3B;
    }

/* ── Skipped footer ──────────────────────────────────────────────────────────── */
.stc-skipped-footer {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: #FEF2F2;
    border-top: 1px solid #FECACA;
    border-radius: 0 0 10px 10px;
}

.stc-skipped-text {
    font-size: 12px;
    color: #991B1B;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.stc-skip-reason-tag {
    font-size: 11px;
    font-weight: 500;
    background: #FECACA;
    color: #991B1B;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 4px;
}

/* ── Not suitable badge ──────────────────────────────────────────────────────── */
.stc-consent-skipped {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    background: #FEE8E8;
    color: #E03B3B;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}

/* ── Not Suitable button ─────────────────────────────────────────────────────── */
.btn-stc-not-suitable {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #E2E6F0;
    border-radius: 6px;
    background: none;
    color: #5C6480;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all 0.18s;
}

    .btn-stc-not-suitable:hover {
        border-color: #E03B3B;
        color: #E03B3B;
        background: #FEE8E8;
    }

/* ── Skip reason dropdown ────────────────────────────────────────────────────── */
.stc-skip-dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(26,43,95,0.12);
    min-width: 220px;
    padding: 6px 0;
    margin-top: 4px;
}

.stc-skip-dropdown-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9AA3BB;
    padding: 6px 14px 8px;
    border-bottom: 1px solid #EEF0F5;
    margin-bottom: 4px;
}

.stc-skip-reason-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 14px;
    font-size: 13px;
    color: #1E2640;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}

    .stc-skip-reason-item:hover {
        background: #FEE8E8;
        color: #E03B3B;
    }

/* ── Not suitable badge ──────────────────────────────────────────────────────── */
.stc-consent-skipped {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    background: #FEE8E8;
    color: #A32D2D;
    border-radius: 20px;
    padding: 2px 8px;
    margin-left: 6px;
}


.consent-page-wrap {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    background: #F7F8FB;
}

.consent-page-card {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 12px;
    padding: 40px 32px;
    max-width: 480px;
    width: 100%;
    text-align: center;
}

.consent-status-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.consent-icon-green {
    background: #E6F7F2;
}

.consent-icon-red {
    background: #FEE8E8;
}

.consent-icon-amber {
    background: #FEF3C7;
}

.consent-icon-navy {
    background: #EEF1FA;
}

.consent-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.consent-badge-green {
    background: #E6F7F2;
    color: #0D7A5A;
}

.consent-badge-red {
    background: #FEE8E8;
    color: #A32D2D;
}

.consent-badge-amber {
    background: #FEF3C7;
    color: #92400E;
}

.consent-badge-navy {
    background: #EEF1FA;
    color: #1A2B5F;
}

.consent-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 10px;
}

.consent-sub {
    font-size: 13.5px;
    color: #5C6480;
    line-height: 1.65;
    margin-bottom: 18px;
}

.consent-job-card {
    background: #F7F8FB;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    text-align: left;
}

.consent-job-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #1A2B5F;
    margin-bottom: 3px;
}

.consent-job-meta {
    font-size: 12px;
    color: #9AA3BB;
}

.consent-note {
    font-size: 12.5px;
    color: #9AA3BB;
    margin-bottom: 20px;
    line-height: 1.6;
}

.consent-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: #E8702A;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s;
}

.consent-btn-primary:hover {
    background: #C95D1A;
    color: #fff;
}

/* ═══════════════════════════════════════
   LINKEDIN APPLICATIONS  —  li-* namespace
═══════════════════════════════════════ */

.li-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.li-stat {
    background: #fff;
    border: 0.5px solid #E2E6F0;
    border-radius: 10px;
    padding: 14px 14px 12px;
    position: relative;
    overflow: hidden;
}

    .li-stat::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #E2E6F0;
        border-radius: 10px 10px 0 0;
    }

    .li-stat.s-green::before {
        background: #18A87C;
    }

    .li-stat.s-navy::before {
        background: #1A2B5F;
    }

    .li-stat.s-red::before {
        background: #E03B3B;
    }

    .li-stat.s-orange::before {
        background: #E8702A;
    }

.li-stat-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
    background: #EEF0F5;
    color: #5C6480;
}

.li-stat.s-green .li-stat-icon {
    background: #E6F7F2;
    color: #18A87C;
}

.li-stat.s-navy .li-stat-icon {
    background: #EEF1FA;
    color: #1A2B5F;
}

.li-stat.s-red .li-stat-icon {
    background: #FEE8E8;
    color: #E03B3B;
}

.li-stat.s-orange .li-stat-icon {
    background: #FDF0E8;
    color: #E8702A;
}

.li-stat-val {
    font-size: 26px;
    font-weight: 600;
    color: #1E2640;
    line-height: 1;
    margin-bottom: 4px;
}

.li-stat.s-green .li-stat-val {
    color: #18A87C;
}

.li-stat.s-navy .li-stat-val {
    color: #1A2B5F;
}

.li-stat.s-red .li-stat-val {
    color: #E03B3B;
}

.li-stat.s-orange .li-stat-val {
    color: #E8702A;
}

.li-stat-lbl {
    font-size: 10px;
    color: #9AA3BB;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
}

/*filter*/

.li-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.li-filter-left {
    font-size: 13px;
    font-weight: 600;
    color: #1E2640;
}

    .li-filter-left span {
        font-weight: 400;
        color: #9AA3BB;
        margin-left: 3px;
    }

.li-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.li-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    border: 0.5px solid #E2E6F0;
    background: #fff;
    color: #5C6480;
    transition: all 0.15s;
    user-select: none;
}

.li-pill.active {
    background: #1A2B5F;
    color: #fff;
    border-color: #1A2B5F;
}

.li-pill.p-green {
    border-color: #9FE1CB;
    color: #18A87C;
}

.li-pill.p-navy {
    border-color: #B5C4E8;
    color: #1A2B5F;
}

.li-pill.p-red {
    border-color: #F7C1C1;
    color: #E03B3B;
}

.li-pill.p-orange {
    border-color: #FAD4B8;
    color: #E8702A;
}

.li-pill.p-green.active {
    background: #18A87C;
    border-color: #18A87C;
    color: #fff;
}

.li-pill.p-navy.active {
    background: #1A2B5F;
    border-color: #1A2B5F;
    color: #fff;
}

.li-pill.p-red.active {
    background: #E03B3B;
    border-color: #E03B3B;
    color: #fff;
}

.li-pill.p-orange.active {
    background: #E8702A;
    border-color: #E8702A;
    color: #fff;
}

.li-pill-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    padding: 0 4px;
    background: #EEF0F5;
    color: #5C6480;
}

.li-pill.active .li-pill-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

.li-pill.p-green .li-pill-badge {
    background: #E6F7F2;
    color: #18A87C;
}

.li-pill.p-navy .li-pill-badge {
    background: #EEF1FA;
    color: #1A2B5F;
}

.li-pill.p-red .li-pill-badge {
    background: #FEE8E8;
    color: #E03B3B;
}

.li-pill.p-orange .li-pill-badge {
    background: #FDF0E8;
    color: #E8702A;
}

.li-pill.active .li-pill-badge,
.li-pill.p-green.active .li-pill-badge,
.li-pill.p-navy.active .li-pill-badge,
.li-pill.p-red.active .li-pill-badge,
.li-pill.p-orange.active .li-pill-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* List */
.li-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Card */
.li-card {
    background: #fff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.li-card.has-error {
    border-left: 3px solid #a32d2d;
}

.li-card.has-warning {
    border-left: 3px solid #e8702a;
}

.li-card.success {
    border-left: 3px solid #0d6e3f;
}

.li-card.has-duplicate {
    border-left-color: #1A2B5F;
}

/* Avatar */
.li-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0a66c2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Content */
.li-content {
    flex: 1;
    min-width: 0;
}

.li-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.li-name {
    font-size: 13px;
    font-weight: 500;
    color: #1a2a4c;
}

.li-headline {
    font-size: 11px;
    color: #6c757d;
    margin-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.li-date {
    font-size: 10px;
    color: #9aa3bb;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Badges */
.li-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 6px;
    align-items: center;
}

/* Error box */
.li-error {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 7px;
    padding: 6px 10px;
    background: #fdecea;
    border-radius: 6px;
    border: 0.5px solid #f7c1c1;
}

.li-error-text {
    font-size: 11px;
    color: #a32d2d;
    line-height: 1.4;
}

/* Actions */
.li-actions {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-shrink: 0;
}

.li-btn {
    font-size: 11px;
    padding: 5px 11px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: inherit;
    text-decoration: none;
}

.li-btn-cv {
    background: transparent;
    border: 0.5px solid #e2e5ec;
    color: #6c757d;
}

    .li-btn-cv:hover {
        border-color: #0f1e3c;
        color: #0f1e3c;
        text-decoration: none;
    }

.li-btn-retry {
    background: #fff3ec;
    border: 0.5px solid #f5b48a;
    color: #c2540a;
}

    .li-btn-retry:hover {
        background: #e8702a;
        border-color: #e8702a;
        color: #fff;
    }

/* Retry count badge */
.li-retry-count {
    font-size: 9px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 1px 5px;
    font-weight: 600;
}

/* Empty state */
.li-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #fff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    text-align: center;
}

.li-empty-title {
    font-size: 13px;
    font-weight: 500;
    color: #1a2a4c;
    margin: 12px 0 6px;
}

.li-empty-msg {
    font-size: 11px;
    color: #9aa3bb;
    line-height: 1.6;
}

/* LinkedIn chip styles */
.sub-tag.chip-linkedin {
    border-color: #0a66c2;
    color: #0a66c2;
    background: #f0f7ff;
}

    .sub-tag.chip-linkedin.active {
        background: #0a66c2;
        color: #fff;
        border-color: #0a66c2;
    }

.chip-icon-linkedin {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #0a66c2;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sub-tag.chip-linkedin.active .chip-icon-linkedin {
    background: rgba(255, 255, 255, 0.3);
}
/* Retry button loading state */
.li-btn-retry.ajaxwait {
    background: #f4f5f7;
    border-color: #e2e5ec;
    color: #9aa3bb;
    cursor: not-allowed;
    pointer-events: none;
}

.li-btn-retry.disabled {
    pointer-events: none;
}
.li-badges .badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.badge-green {
    background: #e8f7f0;
    color: #0d6e3f;
    border: 0.5px solid #9de3c0;
}

.badge-blue {
    background: #e8f0fe;
    color: #1a56b0;
    border: 0.5px solid #b3cffa;
}

.badge-grey {
    background: #f4f5f7;
    color: #6c757d;
    border: 0.5px solid #dee2e6;
}

.badge-red {
    background: #fdecea;
    color: #a32d2d;
    border: 0.5px solid #f7c1c1;
}


/* ═══════════════════════════════════════
   OFFCANVAS HEADER
═══════════════════════════════════════ */

.candidate-preview-header {
    background: #fff;
    border-bottom: 0 !important;
}

/* Container row */
.candidate-preview-header .candidate-list {
    position:relative;
    display: flex;
    padding: 10px 10px 0px;
}

/* Avatar — replace img with initials via JS */
.candidate-preview-header .img-thumbnail {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    border-radius: 50% !important;
    background: #fff;
    border: none !important;
    object-fit: cover;
    padding: 0 !important;
}

/* Name */
.candidate-preview-header .jobseekerName {
    font-size: 12px;
    font-weight:600;
    margin-bottom: 1px !important;
}

/* Email | Phone */
.candidate-preview-header .candidate-list > div > div > ul {
    font-size: 12px;
    margin-bottom: 0 !important;
}

/* ── Action buttons ── */
.candidate-preview-header .actionButtons {
    margin-top: 5px !important;
}

.candidate-preview-header .actionButtons .btn {
    font-size: 11px !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    border-width: 1px !important;
    line-height: 1 !important;
}

.candidate-preview-header .btn-light-success {
    background: #e8f7f0 !important;
    color: #0d6e3f !important;
    border-color: #0d6e3f !important;
}

.candidate-preview-header .btn-light-success:hover {
    background: #d0f0e0 !important;
}

.candidate-preview-header .btn-light-warning {
    background: #fffbec !important;
    color: #8a6a00 !important;
    border-color: #8a6a00 !important;
}

.candidate-preview-header .btn-light-warning:hover {
    background: #fff3cc !important;
}

.candidate-preview-header .btn-danger,
.candidate-preview-header .rejectBtn {
    background: #fdecea !important;
    color: #a32d2d !important;
    border-color: #a32d2d !important;
    font-size: 11px !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
}

.candidate-preview-header .btn-danger:hover,
.candidate-preview-header .rejectBtn:hover {
    background: #fad5d5 !important;
}

/* ── Icon buttons (download, email, comment) ── */
.canvas-other-action {
    padding-bottom: 0 !important;
    gap: 6px !important;
}

    .canvas-other-action .btn-stage, .canvas-other-action .btn-pipeline{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.canvas-other-action .rejectBtn, .canvas-other-action .btn.btn-sm.btn-light {
    padding-top: 4px !important;
    padding-bottom: 4px !important;

}

.canvas-other-action .btn.btn-sm.btn-light {
    padding-top: 5px !important;
    padding-bottom: 5px !important;

}
/* ═══════════════════════════════════════
   TABS  —  .tabs-candidate-profile
═══════════════════════════════════════ */

section.w-100.bg-light-blue {
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
    height: auto !important;
}

ul.tabs-candidate-profile {
    background:var(--blue-dark);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    padding:0px 15px;
    margin: 0;
}

ul.tabs-candidate-profile::-webkit-scrollbar {
    display: none;
}

ul.tabs-candidate-profile .nav-item {
    flex-shrink: 0;
}

ul.tabs-candidate-profile .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    border-top: 2px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.12s ease;
}

ul.tabs-candidate-profile .nav-link svg {
    flex-shrink: 0;
    opacity: 0.7;
}

ul.tabs-candidate-profile .nav-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

ul.tabs-candidate-profile .nav-link:hover svg {
    opacity: 1;
}

ul.tabs-candidate-profile .nav-link.active {
    position: relative;
    background-color:var(--set-orange-lt);
    color:var(--orange);
    border-top-color: #e8702a;
    border-bottom-color: var(--blue-dark);
}

ul.tabs-candidate-profile .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--blue-dark);
}

ul.tabs-candidate-profile .nav-link.active svg {
    opacity: 1;
}

#pdf-container {
    height:100%;
}

.pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
}

/* ═══════════════════════════════════════════════════
   TIMELINE  —  ats-tl-* namespace
   Isolated — zero conflict with existing BS classes
═══════════════════════════════════════════════════ */
.ats-tl-outer {
    height:100%;
    overflow-y: auto;
    padding: 16px;
}

.ats-tl-grouped {
    display: flex;
    flex-direction: column;
}

/* ── Each stage group ── */
.ats-tl-group {
    display: flex;
    flex-direction: column;
}

/* ── Stage badge header row ── */
.ats-tl-group-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ats-tl-badge {
    width: 110px;
    padding: 7px 8px;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    flex-shrink: 0;
}

.ats-tl-done {
    background: #e8702a;
    color: #fff;
}

.ats-tl-current {
    background: #0f1e3c;
    color: #fff;
    border: 2px solid #e8702a;
}

.ats-tl-pending {
    background: #ffffff;
    color: #9aa3bb;
    border: 1px solid #dee2e6;
}

/* Horizontal divider line extending from badge */
.ats-tl-stage-line {
    flex: 1;
    height: 1px;
    background: #e2e5ec;
}

/* ── Group body: vertical line col + cards col ── */
.ats-tl-group-body {
    display: flex;
    gap: 0;
    margin-bottom: 4px;
}

/* Left vertical line column — width matches badge */
.ats-tl-group-line-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    flex-shrink: 0;
}

.ats-tl-group-vline {
    width: 2px;
    flex: 1;
    min-height: 100%;
}

.ats-tl-vline-done {
    background: #e8702a;
}

.ats-tl-vline-pending {
    background: #dee2e6;
}

/* ── Cards column ── */
.ats-tl-group-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 0 16px 14px;
    min-width: 0;
}

/* ── Individual card ── */
.ats-tl-card {
    background: #ffffff;
    border: 0.5px solid #e2e5ec;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    position: relative;
}

/* Arrow pointer toward the vertical line */
.ats-tl-card::before {
        content: '';
        position: absolute;
        left: -5px;
        top: 12px;
        width: 8px;
        height: 8px;
        background: #ffffff;
        border-left: 0.5px solid #e2e5ec;
        border-bottom: 0.5px solid #e2e5ec;
        transform: rotate(45deg);
    }

.ats-tl-card-current {
    border-color: #e8702a;
}

    .ats-tl-card-current::before {
        border-color: #e8702a;
    }

.ats-tl-card-dashed {
    border-style: dashed;
}

/* ── Dot inside card ── */
.ats-tl-card-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
}

.ats-tl-dot-candidate {
    background: #e8702a;
}

.ats-tl-dot-hr {
    background: #1a56b0;
}

.ats-tl-dot-system {
    background: #9aa3bb;
}

.ats-tl-dot-muted {
    background: #dee2e6;
}

/* ── Card content ── */
.ats-tl-card-content {
    flex: 1;
    min-width: 0;
}

.ats-tl-card-time {
    font-size: 10px;
    color: #9aa3bb;
    display: block;
    margin-bottom: 4px;
}

.ats-tl-card-action {
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
    margin-bottom: 6px;
}

.ats-tl-card-action-current {
    color: #e8702a;
}

.ats-tl-card-action-muted {
    color: #9aa3bb;
    font-weight: 400;
    font-style: italic;
}

/* ── Card footer: actor badge + time chip ── */
.ats-tl-card-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Actor badge */
.ats-tl-actor {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.ats-tl-actor-candidate {
    background: #fff3ec;
    color: #c2540a;
    border: 0.5px solid #f5b48a;
}

.ats-tl-actor-hr {
    background: #e8f0fe;
    color: #1a56b0;
    border: 0.5px solid #b3cffa;
}

.ats-tl-actor-system {
    background: #f4f5f7;
    color: #6c757d;
    border: 0.5px solid #dee2e6;
}

/* Time chip */
.ats-tl-time-chip {
    display: inline-flex;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f4f5f7;
    color: #6c757d;
    border: 0.5px solid #dee2e6;
    font-weight: 500;
}

.ats-tl-time-chip-days {
    background: #fff3ec;
    color: #c2540a;
    border-color: #f5b48a;
}


/* ═══════════════════════════════════════════
   APPLICANT HISTORY  —  ah-* namespace
═══════════════════════════════════════════ */

.ah-outer {
    height:100%;
    overflow-y:auto;
    padding: 16px;
}

.ah-groups {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Job block ── */
.ah-job-block {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

/* ── Left date spine ── */
.ah-spine {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 52px;
    flex-shrink: 0;
}

.ah-date-badge {
    width: 48px;
    border-radius: 8px;
    background: #0f1e3c;
    color: #fff;
    text-align: center;
    padding: 6px 4px;
    flex-shrink: 0;
}

.ah-day {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.ah-mon {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 1px;
}

.ah-yr {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 1px;
}

.ah-spine-line {
    width: 2px;
    flex: 1;
    background: #dee2e6;
    margin-top: 6px;
    min-height: 20px;
}

/* ── Right content ── */
.ah-content {
    flex: 1;
    min-width: 0;
}

/* Job header */
.ah-job-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ah-job-meta {
    display: flex;
    align-items: baseline;
    gap: 5px;
    flex-wrap: wrap;
}

.ah-job-title {
    font-size: 13px;
    font-weight: 500;
    color: #1a2a4c;
}

.ah-job-company {
    font-size: 11px;
    color: #9aa3bb;
}

.ah-job-date {
    font-size: 10px;
    color: #9aa3bb;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ── Stage rows ── */
.ah-stage-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 7px;
    border: 0.5px solid #e2e5ec;
    background: #ffffff;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.ah-stage-current {
    border-color: #e8702a;
}

/* Stage dot */
.ah-stage-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.ah-dot-done {
    background: #9aa3bb;
}

.ah-dot-current {
    background: #e8702a;
}

/* Stage name */
.ah-stage-name {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    flex: 1;
    min-width: 0;
}

.ah-stage-name-current {
    color: #e8702a;
    font-weight: 500;
}

/* Remark */
.ah-stage-remark {
    display: block;
    font-size: 10px;
    color: #a32d2d;
    margin-top: 2px;
}

/* Divider */
.ah-stage-divider {
    width: 1px;
    height: 14px;
    background: #e2e5ec;
    flex-shrink: 0;
}

/* Actor */
.ah-actor {
    font-size: 11px;
    color: #6c757d;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Time chip */
.ah-time-chip {
    display: inline-flex;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f4f5f7;
    color: #6c757d;
    border: 0.5px solid #dee2e6;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

.ah-time-days {
    background: #fff3ec;
    color: #c2540a;
    border-color: #f5b48a;
}

.ah-time-ongoing {
    background: #e8f7f0;
    color: #0d6e3f;
    border-color: #9de3c0;
}

/* ═══════════════════════════════════════════
   SCREENING QUESTIONS  —  sq-* namespace
═══════════════════════════════════════════ */

.sq-outer {
    height:100%;
    overflow-y: auto;
    padding: 16px;
}

/* ── Stats bar ── */
.sq-stats {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.sq-stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #6c757d;
    background: #fff;
    border: 0.5px solid #e2e5ec;
    border-radius: 6px;
    padding: 5px 10px;
}

.sq-stat-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Question list ── */
.sq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ── Card ── */
.sq-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 0.5px solid #e2e5ec;
}

.sq-answered {
    border-left: 3px solid #e8702a;
}

.sq-not-answered {
    border-left: 3px solid #dee2e6;
}

/* ── Question row ── */
.sq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 0.5px solid #f0f2f5;
}

.sq-q-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.sq-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0f1e3c;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.sq-num-empty {
    background: #9aa3bb;
}

.sq-q-text {
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
    line-height: 1.5;
}

.sq-required {
    font-size: 9px;
    color: #a32d2d;
    margin-left: 4px;
    font-weight: 400;
}

/* ── Type badge ── */
.sq-type-badge {
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 500;
    flex-shrink: 0;
    margin-top: 2px;
    white-space: nowrap;
}

.sq-type-dropdown {
    background: #e8f0fe;
    color: #1a56b0;
    border: 0.5px solid #b3cffa;
}

.sq-type-textbox {
    background: #f4f5f7;
    color: #6c757d;
    border: 0.5px solid #dee2e6;
}

.sq-type-preference {
    background: #e8f7f0;
    color: #0d6e3f;
    border: 0.5px solid #9de3c0;
}

/* ── Answer row ── */
.sq-answer {
    padding: 10px 14px 12px 46px;
}

.sq-answer-text {
    font-size: 12px;
    color: #1a2a4c;
    line-height: 1.5;
}

.sq-answer-empty {
    font-size: 11px;
    color: #9aa3bb;
    font-style: italic;
}

/* ── Preference chips ── */
.sq-pref-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.sq-pref-chip {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    background: #fff3ec;
    color: #c2540a;
    border: 0.5px solid #f5b48a;
    font-weight: 500;
}

/* ── Empty state ── */
.sq-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #fff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    text-align: center;
}

.sq-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f4f5f7;
    border: 0.5px solid #e2e5ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.sq-empty-title {
    font-size: 14px;
    font-weight: 500;
    color: #1a2a4c;
    margin-bottom: 8px;
}

.sq-empty-msg {
    font-size: 12px;
    color: #9aa3bb;
    line-height: 1.6;
    max-width: 320px;
}

/* ═══════════════════════════════════════════════════
   PROFILE VIEW  —  pf-* namespace
   Isolated — zero conflict with existing BS classes
═══════════════════════════════════════════════════ */

.pf-outer {
    height: 100%;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ── Section card ── */
.pf-section {
    background: #ffffff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
}

.pf-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 0.5px solid #f0f2f5;
}

.pf-section-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #fff3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pf-section-title {
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
}

.pf-section-body {
    padding: 12px 14px;
}

/* ── About Me stat grid ── */
.pf-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.pf-stat-pill {
    background: #f4f5f7;
    border: 0.5px solid #e2e5ec;
    border-radius: 8px;
    padding: 8px 10px;
}

.pf-stat-label {
    font-size: 10px;
    color: #9aa3bb;
    margin-bottom: 3px;
}

.pf-stat-value {
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
    line-height: 1.4;
}

    .pf-stat-value.pf-empty {
        color: #c5cad8;
        font-weight: 400;
        font-style: italic;
        font-size: 11px;
    }

/* LinkedIn row */
.pf-linkedin {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0.5px solid #f0f2f5;
    font-size: 11px;
    overflow: hidden;
}

    .pf-linkedin a {
        color: #1a56b0;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .pf-linkedin a:hover {
            text-decoration: underline;
        }

/* ── Timeline (Work + Education) ── */
.pf-timeline {
    display: flex;
    flex-direction: column;
}

.pf-tl-item {
    display: flex;
    gap: 10px;
}

.pf-tl-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 16px;
    padding-top: 3px;
}

.pf-tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e8702a;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #e8702a;
    flex-shrink: 0;
    z-index: 1;
}

.pf-tl-dot-edu {
    background: #1a56b0;
    box-shadow: 0 0 0 2px #1a56b0;
}

.pf-tl-line {
    width: 2px;
    flex: 1;
    background: #f5b48a;
    margin-top: 3px;
    min-height: 12px;
}

.pf-tl-line-edu {
    background: #b3cffa;
}

.pf-tl-content {
    flex: 1;
    min-width: 0;
    padding-bottom: 14px;
}

.pf-tl-item:last-child .pf-tl-content {
    padding-bottom: 0;
}

.pf-tl-date {
    font-size: 10px;
    color: #9aa3bb;
    margin-bottom: 3px;
}

.pf-tl-role {
    font-size: 12px;
    font-weight: 500;
    color: #e8702a;
    margin-bottom: 2px;
}

.pf-tl-role-edu {
    color: #1a56b0;
}

.pf-tl-org {
    font-size: 11px;
    color: #6c757d;
}

.pf-tl-empty {
    font-size: 11px;
    color: #9aa3bb;
    font-style: italic;
}

/* ── Chips ── */
.pf-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pf-chip {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f4f5f7;
    color: #1a2a4c;
    border: 0.5px solid #e2e5ec;
}

.pf-chip-blue {
    background: #e8f0fe;
    color: #1a56b0;
    border-color: #b3cffa;
}

.pf-empty-text {
    font-size: 11px;
    color: #9aa3bb;
    font-style: italic;
}

/* ── Language table ── */
.pf-lang-body {
    padding: 0;
}

.pf-lang-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

    .pf-lang-table th {
        background: #f4f5f7;
        color: #6c757d;
        font-weight: 500;
        padding: 7px 12px;
        text-align: left;
        border-bottom: 0.5px solid #e2e5ec;
    }

    .pf-lang-table td {
        padding: 8px 12px;
        border-bottom: 0.5px solid #f0f2f5;
        color: #1a2a4c;
        vertical-align: middle;
    }

    .pf-lang-table tbody tr:last-child td {
        border-bottom: none;
    }

.pf-lang-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.pf-lang-yes {
    background: #e8f7f0;
    color: #0d6e3f;
    border: 0.5px solid #9de3c0;
}

.pf-lang-no {
    background: #f4f5f7;
    color: #dee2e6;
    border: 0.5px solid #e2e5ec;
}

/* ═══════════════════════════════════════════
   COVER LETTER  —  cl-* namespace
═══════════════════════════════════════════ */

.cl-outer {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 16px;
}

/* ── Cover letter card ── */
.cl-card {
    background: #ffffff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    overflow: hidden;
}

.cl-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 0.5px solid #f0f2f5;
}

.cl-header-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #fff3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cl-header-title {
    font-size: 12px;
    font-weight: 500;
    color: #1a2a4c;
}

.cl-body {
    padding: 16px 20px;
    font-size: 13px;
    color: #1a2a4c;
    line-height: 1.7;
}

/* Sanitize any inline styles from the HTML content */
.cl-body p {
    margin-bottom: 10px;
}

.cl-body p:last-child {
    margin-bottom: 0;
}

/* ── Empty state ── */
.cl-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #ffffff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    text-align: center;
}

.cl-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f4f5f7;
    border: 0.5px solid #e2e5ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.cl-empty-title {
    font-size: 14px;
    font-weight: 500;
    color: #1a2a4c;
    margin-bottom: 8px;
}

.cl-empty-msg {
    font-size: 12px;
    color: #9aa3bb;
    line-height: 1.6;
    max-width: 300px;
}

/* ═══════════════════════════════════════════
   RESUME VIEWER EMPTY STATES  —  rv-* namespace
═══════════════════════════════════════════ */

.rv-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #ffffff;
    border: 0.5px solid #e2e5ec;
    border-radius: 10px;
    text-align: center;
    margin: 16px;
}

.rv-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f4f5f7;
    border: 0.5px solid #e2e5ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.rv-empty-icon-error {
    background: #fdecea;
    border-color: #f7c1c1;
}

    .rv-empty-icon-error svg {
        stroke: #a32d2d;
    }

.rv-empty-title {
    font-size: 14px;
    font-weight: 500;
    color: #1a2a4c;
    margin-bottom: 8px;
}

.rv-empty-msg {
    font-size: 12px;
    color: #9aa3bb;
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 0;
}

.rv-retry-btn {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 6px;
    border: 0.5px solid #e8702a;
    background: transparent;
    color: #e8702a;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.12s ease;
}

.rv-retry-btn:hover {
    background: #fff3ec;
}

.table-header {
    display: grid;
    align-items: center;
    grid-template-columns: 50px 1fr 110px 80px;
    gap: 16px;
    padding: 12px 8px;
    color: var(--light-blue);
    font-weight: bold;
    font-size: 12px;
    background: var(--blue-dark);
    border-radius: 5px;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0px 0px 0px;
    padding-bottom: 40px;
}

.tr-row {
    display: grid;
    grid-template-columns: 50px 1fr 110px 80px;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 1px 0 rgba(15,20,25,0.02), inset 0 -1px 0 rgba(0,0,0,0.02);
    border: 1px solid #e8ebee;
    font-size: 12px;
}

/* responsive */
@media (max-width:1100px) {
    .shell {
        width: 95%
    }

    .table-header, .row {
        grid-template-columns: 80px 70px 1fr 100px 60px 60px 100px 60px
    }
}

@media (max-width:760px) {
    .table-header {
        display: none
    }

    .tr-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px
    }

    .tr-row > div {
        padding: 6px 0
    }

    .tr-row .meta {
        display: flex;
        justify-content: space-between;
        color: var(--muted)
    }
}



/* ########################
RECRUITER SETTINGS CSS
######################## */


:root {
    --set-orange: #E8702A;
    --set-orange-dk: #C95D1A;
    --set-orange-lt: #FDF0E8;
    --set-orange-mid: #FAD9C4;
    --set-navy: #1A2B5F;
    --set-navy-dk: #111E47;
    --set-navy-lt: #EEF1FA;
    --set-green: #18A87C;
    --set-green-bg: #E6F7F2;
    --set-green-dk: #0D7A5A;
    --set-red: #E03B3B;
    --set-red-bg: #FEE8E8;
    --set-red-dk: #A32D2D;
    --set-amber: #D97706;
    --set-amber-bg: #FEF3C7;
    --set-amber-dk: #92400E;
    --set-purple: #7C3AED;
    --set-purple-bg: #EDE9FE;
    --set-purple-dk: #5B21B6;
    --set-blue: #1a5faa;
    --set-blue-lt: #e8f1fb;
    --set-blue-dk: #0C447C;
    --set-border: #E2E6F0;
    --set-border-soft: #EEF0F5;
    --set-gray-50: #F7F8FB;
    --set-gray-100: #EEF0F5;
    --set-text: #1E2640;
    --set-text-soft: #5C6480;
    --set-text-muted: #9AA3BB;
    --set-radius: 10px;
    --set-radius-sm: 7px;
    --set-sidebar-w: 224px;
}


/* ═══════════════════════════════════════════════════════════════════════
   2.  SETTINGS LAYOUT
   ═══════════════════════════════════════════════════════════════════════ */
.set-wrap {
    display: flex;
    gap: 0;
    min-height: calc(100vh - 56px);
    background: var(--set-gray-50);
}


/* ═══════════════════════════════════════════════════════════════════════
   3.  SIDEBAR — ORG CARD
   ═══════════════════════════════════════════════════════════════════════ */
.set-lsb {
    width: var(--set-sidebar-w);
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--set-border);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 56px; /* matches top-header height */
    height: calc(100vh - 56px);
    overflow-y: auto;
}

    .set-lsb::-webkit-scrollbar {
        width: 3px;
    }

    .set-lsb::-webkit-scrollbar-thumb {
        background: var(--set-border);
        border-radius: 3px;
    }

/* Org card */
.set-org-card {
    background: var(--set-navy);
    padding: 14px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .set-org-card::after {
        content: '';
        position: absolute;
        right: -20px;
        top: -20px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(232,112,42,.10);
        pointer-events: none;
    }

.set-org-logorow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

.set-org-logo {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1.5px solid rgba(255,255,255,.15);
    overflow: hidden;
}

    .set-org-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.set-org-logo-fallback {
    font-size: 13px;
    font-weight: 800;
    color: var(--set-navy);
}

.set-org-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.2px;
}

.set-org-loc {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    color: rgba(255,255,255,.42);
    margin-top: 2px;
}

    .set-org-loc svg {
        flex-shrink: 0;
    }

.set-org-divider {
    height: 1px;
    background: rgba(255,255,255,.08);
    margin-bottom: 10px;
}

.set-org-stats {
    display: flex;
}

.set-ostat {
    flex: 1;
    text-align: center;
}

    .set-ostat:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,.08);
    }

.set-ostat-v {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.set-ostat-l {
    font-size: 9px;
    color: rgba(255,255,255,.38);
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-top: 3px;
}


/* ═══════════════════════════════════════════════════════════════════════
   4.  SIDEBAR NAVIGATION
   ═══════════════════════════════════════════════════════════════════════ */
.set-sb-section {
    padding: 14px 12px 4px;
}

.set-sb-label {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .9px;
    color: var(--set-text-muted);
    padding: 0 8px;
    margin-bottom: 5px;
    display: block;
}

.set-sbi {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: var(--set-radius-sm);
    cursor: pointer;
    color: var(--set-text-soft);
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 1px;
    transition: all .16s;
    position: relative;
    text-decoration: none;
}

    .set-sbi svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
        opacity: .7;
    }

    .set-sbi:hover,
    .set-sbi:focus {
        background: var(--set-gray-50);
        color: var(--set-text);
        text-decoration: none;
    }

    .set-sbi.active {
        background: var(--set-orange-lt);
        color: var(--set-orange);
    }

        .set-sbi.active svg {
            opacity: 1;
            stroke: var(--set-orange);
        }

        /* Orange left-border indicator on active item */
        .set-sbi.active::before {
            content: '';
            position: absolute;
            left: 0;
            top: 20%;
            height: 60%;
            width: 3px;
            background: var(--set-orange);
            border-radius: 0 3px 3px 0;
        }

.set-sb-badge {
    margin-left: auto;
    font-size: 9.5px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
    background: var(--set-orange-lt);
    color: var(--set-orange);
    flex-shrink: 0;
}

.set-sb-divider {
    height: 1px;
    background: var(--set-border-soft);
    margin: 8px 12px;
}


/* ═══════════════════════════════════════════════════════════════════════
   5.  PAGE HEADER (main content area)
   ═══════════════════════════════════════════════════════════════════════ */
.set-main {
    flex: 1;
    min-width: 0;
    margin-top: 0px;
    overflow-y: auto;
    padding: 26px 28px 60px;
}

.set-pg-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.set-pg-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--set-navy);
    letter-spacing: -.3px;
}

.set-pg-sub {
    font-size: 12px;
    color: var(--set-text-muted);
    margin-top: 3px;
}

/* Loading spinner placeholder */
.set-tab-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}


/* ═══════════════════════════════════════════════════════════════════════
   6.  SUB-TAB PILL BAR
       Used by Email Settings, Notifications, MemberProfile, Organisation…
   ═══════════════════════════════════════════════════════════════════════ */
.es-sub-tabs {
    display: flex;
    gap: 5px;
    background: #fff;
    border: 1px solid var(--set-border);
    border-radius: var(--set-radius);
    padding: 4px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.es-sub-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: var(--set-radius-sm);
    font-size: 12px;
    font-weight: 600;
    color: var(--set-text-soft);
    cursor: pointer;
    transition: all .16s;
    white-space: nowrap;
    border: none;
    background: none;
    font-family: inherit;
}

    .es-sub-tab svg {
        width: 13px;
        height: 13px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
    }

    .es-sub-tab:hover:not(.active):not([class*="active-"]) {
        background: var(--set-gray-50);
        color: var(--set-text);
    }

    /* Default active (navy) — most settings pages */
    .es-sub-tab.active {
        background: var(--set-navy);
        color: #fff;
    }

        .es-sub-tab.active svg {
            stroke: #fff;
        }

/* Sub-panel show/hide */
.es-sub-panel {
    display: none;
}

    .es-sub-panel.active {
        display: block;
    }


/* ═══════════════════════════════════════════════════════════════════════
   7.  SECTION CARDS  (.set-card replaces the old .es-card)
       Both class names work so old views don't break.
   ═══════════════════════════════════════════════════════════════════════ */
.set-card,
.es-card {
    background: #fff;
    border: 1px solid var(--set-border);
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 14px;
}

.set-card-head,
.es-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid var(--set-border-soft);
}

.set-card-title,
.es-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--set-navy);
}

    .set-card-title svg,
    .es-card-title svg {
        width: 15px;
        height: 15px;
        stroke: var(--set-orange);
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
        opacity: 1; /* override old opacity: 0.4 */
    }

.set-card-sub {
    font-size: 11px;
    color: var(--set-text-muted);
    margin-top: 1px;
    font-weight: 400;
}

.set-card-body,
.es-card-body {
    padding: 18px 20px;
}

/* Table header row inside a card */
.set-table-head {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    background: var(--set-gray-50);
    border-bottom: 1px solid var(--set-border);
    gap: 8px;
}

.set-col-head {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--set-text-muted);
}

/* Info banner inside a card */
.set-info-banner {
    display: flex;
    gap: 10px;
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 9px;
    padding: 12px 16px;
    margin: 0 0 16px;
}

    .set-info-banner svg {
        width: 16px;
        height: 16px;
        stroke: #2563EB;
        fill: none;
        stroke-width: 2;
        flex-shrink: 0;
        margin-top: 1px;
    }

.set-info-banner-title {
    font-size: 12px;
    font-weight: 700;
    color: #1D4ED8;
    margin-bottom: 2px;
}

.set-info-banner-desc {
    font-size: 11.5px;
    color: #3B82F6;
    line-height: 1.5;
}


/* ═══════════════════════════════════════════════════════════════════════
   8.  BUTTONS
   ═══════════════════════════════════════════════════════════════════════ */

/* Primary — orange fill */
.set-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--set-orange);
    color: #fff;
    border: none;
    border-radius: var(--set-radius-sm);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s;
    font-family: inherit;
    white-space: nowrap;
}

    .set-btn-primary:hover {
        background: var(--set-orange-dk);
        color: #fff;
        text-decoration: none;
    }

    .set-btn-primary svg {
        stroke: #fff;
        fill: none;
        stroke-width: 2.5px;
        width: 13px;
        height: 13px;
    }

/* Ghost — outlined */
.set-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #fff;
    color: var(--set-navy);
    border: 1.5px solid var(--set-border);
    border-radius: var(--set-radius-sm);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all .18s;
    font-family: inherit;
    white-space: nowrap;
}

    .set-btn-ghost:hover {
        border-color: var(--set-orange);
        color: var(--set-orange);
    }

    .set-btn-ghost svg {
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
        width: 13px;
        height: 13px;
    }

/* Legacy alias — old views use .es-add-btn */
.es-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: var(--set-radius-sm);
    border: 1px solid var(--set-blue-lt);
    background: var(--set-blue-lt);
    color: var(--set-blue-dk);
    cursor: pointer;
    transition: all .12s;
    font-family: inherit;
}

    .es-add-btn:hover {
        background: #dce8f8;
    }

/* Icon action button (edit / delete) */
.set-act-btn {
    width: 32px;
    height: 32px;
    border-radius: var(--set-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--set-border);
    background: #fff;
    cursor: pointer;
    color: var(--set-text-soft);
    transition: all .18s;
    padding: 0;
}

    .set-act-btn:hover {
        border-color: var(--set-orange);
        color: var(--set-orange);
        background: var(--set-orange-lt);
    }

    .set-act-btn.set-act-del:hover {
        border-color: var(--set-red);
        color: var(--set-red);
        background: var(--set-red-bg);
    }

    .set-act-btn svg {
        width: 14px;
        height: 14px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
    }

/* Legacy alias */
.inv-action-btn {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid var(--set-border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .12s;
    padding: 0;
}

    .inv-action-btn:hover {
        background: var(--set-blue-lt);
    }


/* ═══════════════════════════════════════════════════════════════════════
   9.  BADGES / PILLS / STATUS DOTS
   ═══════════════════════════════════════════════════════════════════════ */

/* Coloured pill tags */
.set-tag {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.set-tag-blue {
    background: #DBEAFE;
    color: #1E40AF;
}

.set-tag-green {
    background: var(--set-green-bg);
    color: var(--set-green-dk);
}

.set-tag-amber {
    background: var(--set-amber-bg);
    color: var(--set-amber-dk);
}

.set-tag-red {
    background: var(--set-red-bg);
    color: var(--set-red-dk);
}

.set-tag-purple {
    background: var(--set-purple-bg);
    color: var(--set-purple-dk);
}

.set-tag-gray {
    background: var(--set-gray-100);
    color: var(--set-text-soft);
}

.set-tag-orange {
    background: var(--set-orange-lt);
    color: var(--set-orange-dk);
}

/* Verified / pending inline badge */
.set-verified-badge {
    font-size: 10px;
    font-weight: 700;
    background: var(--set-green-bg);
    color: var(--set-green-dk);
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.set-pending-badge {
    font-size: 10px;
    font-weight: 700;
    background: var(--set-amber-bg);
    color: var(--set-amber-dk);
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Status dot */
.set-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.set-dot-green {
    background: var(--set-green);
    box-shadow: 0 0 0 3px var(--set-green-bg);
}

.set-dot-amber {
    background: var(--set-amber);
    box-shadow: 0 0 0 3px var(--set-amber-bg);
}

.set-dot-muted {
    background: var(--set-text-muted);
    box-shadow: 0 0 0 3px var(--set-gray-100);
}

.set-dot-red {
    background: var(--set-red);
    box-shadow: 0 0 0 3px var(--set-red-bg);
}

/* Subscription status pills (legacy) */
.badge-active,
.badge-exhausted,
.badge-expired {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
}

.badge-active {
    background: var(--set-green-bg);
    color: #3B6D11;
}

.badge-exhausted {
    background: var(--set-amber-bg);
    color: #854F0B;
}

.badge-expired {
    background: var(--set-red-bg);
    color: var(--set-red-dk);
}

    .badge-active::before,
    .badge-exhausted::before,
    .badge-expired::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: block;
        flex-shrink: 0;
    }

.badge-active::before {
    background: #3B6D11;
}

.badge-exhausted::before {
    background: #854F0B;
}

.badge-expired::before {
    background: var(--set-red-dk);
}

/* Category badges (notification page) */
.notif-category-badge {
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 7px;
    border-radius: 20px;
    margin-right: 6px;
}

.badge-action {
    background: var(--set-red-bg);
    color: var(--set-red-dk);
}

.badge-warning {
    background: var(--set-amber-bg);
    color: #854F0B;
}

.badge-info {
    background: var(--set-blue-lt);
    color: var(--set-blue-dk);
}


/* ═══════════════════════════════════════════════════════════════════════
   10.  FORM HELPERS
   ═══════════════════════════════════════════════════════════════════════ */

/* Password requirement checklist */
.req-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    transition: all .15s;
}

.req-icon {
    font-size: 8px;
    color: #dee2e6;
    margin-top: 4px;
    flex-shrink: 0;
    transition: all .15s;
}

.req-text {
    color: var(--set-text-soft);
    transition: all .15s;
}

.req-item.met .req-text {
    color: #3B6D11;
}

.req-item.met .req-icon {
    color: #3B6D11;
    font-size: 0;
}

    .req-item.met .req-icon::before {
        content: '✓';
        font-size: 13px;
    }

.req-item.failed .req-text {
    color: var(--set-red-dk);
}

.req-item.failed .req-icon {
    color: var(--set-red-dk);
    font-size: 0;
}

    .req-item.failed .req-icon::before {
        content: '✗';
        font-size: 13px;
    }

/* org-req- aliases (Organisation.cshtml uses org-req-* IDs) */
#org-req-length, #org-req-upper, #org-req-lower,
#org-req-number, #org-req-special { /* same as .req-item — selector hook only */
}


/* ═══════════════════════════════════════════════════════════════════════
   11.  EMAIL CONFIG ROWS
   ═══════════════════════════════════════════════════════════════════════ */
.ec-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--set-gray-50);
    border: 1.5px solid var(--set-border);
    border-radius: 9px;
    padding: 13px 16px;
    margin-bottom: 9px;
    transition: all .18s;
}

    .ec-row:hover {
        border-color: var(--set-orange);
        background: var(--set-orange-lt);
    }

    .ec-row.is-default {
        border-color: var(--set-orange);
        background: var(--set-orange-lt);
    }

.ec-av {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--set-navy-lt);
    color: var(--set-navy);
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .ec-av.is-orange {
        background: var(--set-orange-lt);
        color: var(--set-orange);
    }

    .ec-av.is-muted {
        background: var(--set-gray-100);
        color: var(--set-text-muted);
    }

.ec-info {
    flex: 1;
    min-width: 0;
}

.ec-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--set-navy);
}

.ec-addr {
    font-size: 11.5px;
    color: var(--set-text-soft);
    margin-top: 1px;
}

.ec-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.ec-status-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ec-smtp {
    font-size: 10px;
    color: var(--set-text-muted);
}

.ec-actions {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.ec-set-default {
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 10px;
    border: 1px solid var(--set-border);
    border-radius: 5px;
    background: #fff;
    color: var(--set-text-soft);
    cursor: pointer;
    transition: all .16s;
    white-space: nowrap;
}

    .ec-set-default:hover {
        border-color: var(--set-orange);
        color: var(--set-orange);
    }

/* Legacy row style from _EmailConfigPartial */
.ec-config-row {
    transition: background .12s;
}

    .ec-config-row:hover {
        background: var(--set-gray-50);
    }


/* ═══════════════════════════════════════════════════════════════════════
   12.  TEAM ASSIGNMENT ROWS
   ═══════════════════════════════════════════════════════════════════════ */
.ta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid var(--set-border-soft);
    gap: 8px;
    transition: background .15s;
}

    .ta-row:last-child {
        border-bottom: none;
    }

    .ta-row:hover {
        background: var(--set-gray-50);
    }

.ta-member {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ta-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--set-navy), var(--set-purple));
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ta-mname {
    font-size: 13px;
    font-weight: 600;
    color: var(--set-text);
}

.ta-mrole {
    font-size: 11px;
    color: var(--set-text-muted);
}

.ta-select {
    max-width: 260px;
}


/* ═══════════════════════════════════════════════════════════════════════
   13.  TEMPLATE GRID
   ═══════════════════════════════════════════════════════════════════════ */
.tpl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    padding: 0 18px 16px;
}

.tpl-item {
    border: 1.5px solid var(--set-border);
    border-radius: 9px;
    padding: 14px;
    background: var(--set-gray-50);
    transition: all .18s;
    cursor: pointer;
}

    .tpl-item:hover {
        border-color: var(--set-orange);
        background: var(--set-orange-lt);
    }

    .tpl-item.is-custom {
        background: #fff;
    }

.tpl-section-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: var(--set-text-muted);
    padding: 14px 20px 8px;
    display: block;
}

.tpl-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--set-navy);
    margin-bottom: 3px;
}

.tpl-subject {
    font-size: 11.5px;
    color: var(--set-text-soft);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tpl-actions {
    display: flex;
    gap: 5px;
}

.tpl-act {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--set-border);
    background: #fff;
    cursor: pointer;
    color: var(--set-text-soft);
    transition: all .18s;
    padding: 0;
}

    .tpl-act:hover {
        border-color: var(--set-orange);
        color: var(--set-orange);
    }

    .tpl-act.tpl-del:hover {
        border-color: var(--set-red);
        color: var(--set-red);
    }

    .tpl-act svg {
        width: 13px;
        height: 13px;
        stroke: currentColor;
        fill: none;
        stroke-width: 2;
    }


/* ═══════════════════════════════════════════════════════════════════════
   14.  NOTIFICATION ROWS & TOGGLES
   ═══════════════════════════════════════════════════════════════════════ */
.notif-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid var(--set-border-soft);
    gap: 16px;
}

    .notif-row:last-child {
        border-bottom: none;
    }

.notif-row-info {
    flex: 1;
    min-width: 0;
}

.notif-row-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--set-text);
    margin-bottom: 2px;
}

.notif-row-desc {
    font-size: 11px;
    color: var(--set-text-soft);
    line-height: 1.5;
}

.notif-section-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--set-text-muted);
    padding: 14px 0 4px;
    display: block;
}

/* Channel label + toggle pair */
.notif-channels {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.notif-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.notif-channel-label {
    font-size: 10px;
    color: var(--set-text-muted);
}

/* Toggle switch */
.notif-toggle {
    width: 38px;
    height: 22px;
    border-radius: 22px;
    background: #dee2e6;
    position: relative;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0;
    border: none;
    padding: 0;
}

.notif-toggle::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: left .2s;
}

.notif-toggle.on {
    background: var(--set-navy);
}

.notif-toggle.on::after {
    left: 18px;
}

.notif-toggle.on-warning {
    background: var(--set-amber-dk);
}

.notif-toggle.on-warning::after {
    left: 18px;
}

.notif-toggle[disabled] {
    opacity: .4;
    cursor: not-allowed;
}


/* ═══════════════════════════════════════════════════════════════════════
   15.  SUBSCRIPTION & INVOICE TABLES
   ═══════════════════════════════════════════════════════════════════════ */
.sub-cols {
    display: grid;
    grid-template-columns: 1.6fr 90px 110px 130px 130px 100px 110px;
    align-items: center;
    gap: 0 10px;
}

.sub-row {
    padding: 15px 24px;
    border-bottom: 1px solid var(--set-border-soft);
    transition: background .12s;
}

    .sub-row:last-child {
        border-bottom: none;
    }

    .sub-row:hover {
        background: var(--set-gray-50);
    }

.sub-head {
    padding: 10px 24px;
    background: var(--set-gray-50);
    border-bottom: 1px solid var(--set-border);
}

    .sub-head span {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: var(--set-text-muted);
    }

.plan-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--set-blue-lt);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.plan-title {
    color: var(--set-text);
    margin: 0;
}

.plan-sub {
    font-size: 11px;
    color: var(--set-text-muted);
    margin: 0;
}

/* Credit usage bar */
.credit-bar {
    height: 4px;
    border-radius: 4px;
    background: var(--set-gray-100);
    overflow: hidden;
    margin-top: 4px;
}

.credit-fill-active {
    height: 100%;
    border-radius: 4px;
    background: var(--set-navy);
}

.credit-fill-warning {
    height: 100%;
    border-radius: 4px;
    background: #EF9F27;
}

.credit-fill-danger {
    height: 100%;
    border-radius: 4px;
    background: var(--set-red);
}

/* Invoice table */
.invoice-row {
    display: grid;
    grid-template-columns: 40px 1fr 140px 110px 90px 90px;
    align-items: center;
    gap: 0 12px;
}

.invoice-head span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--set-text-soft);
}

.invoice-item {
    transition: background .12s;
    cursor: default;
}

    .invoice-item:hover {
        background-color: var(--set-gray-50);
    }

.invoice-ic {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--set-gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.invoice-ref {
    font-size: 13px;
    font-weight: 600;
    color: var(--set-text);
}

.invoice-desc {
    font-size: 11px;
    color: var(--set-text-muted);
}

.invoice-amt {
    font-size: 14px;
    font-weight: 700;
    color: var(--set-navy);
}

.post-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 8px;
    border: 1px solid #b0c4de;
    background: var(--set-blue-lt);
    color: var(--set-blue);
    text-decoration: none;
    transition: background .12s;
}

    .post-btn:hover {
        background: #dce8f8;
        color: var(--set-blue);
    }

.summary-pill {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 20px;
    border: 1px solid;
    background: #fff;
}


/* ═══════════════════════════════════════════════════════════════════════
   16.  INTEGRATIONS — PLATFORM TAB COLOURS
   ═══════════════════════════════════════════════════════════════════════ */
.es-sub-tab.active-li {
    background: #0a66c2;
    color: #fff;
    border-color: #0a66c2;
}

.es-sub-tab.active-nk {
    background: #ff7555;
    color: #fff;
    border-color: #ff7555;
}

.es-sub-tab.active-iim {
    background: #1a2847;
    color: #fff;
    border-color: #1a2847;
}

.es-sub-tab.active-mn {
    background: #6a1c6e;
    color: #fff;
    border-color: #6a1c6e;
}

.es-sub-tab.active-in {
    background: #2557a7;
    color: #fff;
    border-color: #2557a7;
}

.es-coming-soon {
    text-align: center;
    padding: 48px 24px;
}

    .es-coming-soon svg {
        opacity: .15;
        display: block;
        margin: 0 auto 14px;
    }


/* ═══════════════════════════════════════════════════════════════════════
   17.  EMPTY STATES
   ═══════════════════════════════════════════════════════════════════════ */
.set-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.set-empty-ic {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--set-gray-100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

    .set-empty-ic svg {
        width: 24px;
        height: 24px;
        stroke: var(--set-text-muted);
        fill: none;
        stroke-width: 1.5px;
    }

.set-empty-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--set-navy);
    margin-bottom: 6px;
}

.set-empty-desc {
    font-size: 12.5px;
    color: var(--set-text-soft);
    max-width: 300px;
    line-height: 1.55;
}


/* ═══════════════════════════════════════════════════════════════════════
   18.  UTILITIES
   ═══════════════════════════════════════════════════════════════════════ */

/* Initials avatar circle */
.set-av {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
    color: #fff;
}

/* How-it-works step number chip */
.set-step-num {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: var(--set-orange);
    color: #fff;
    font-size: 9.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Inline divider */
.set-divider {
    height: 1px;
    background: var(--set-border-soft);
    margin: 16px 0;
}

/* Muted helper text below form fields */
.set-field-hint {
    font-size: 11px;
    color: var(--set-text-muted);
    margin-top: 3px;
}

/* ═══════════════════════════════════════════
   MANAGE PROJECT PAGE — manageProject.css
   Prefix: mp-  (no clashes)
   Theme: recruit360 variables (hardcoded hex)
═══════════════════════════════════════════ */

/* ── PAGE WRAP ── */
.mp-page {
    background: #F7F8FB;
    min-height: 100vh;
}

.mp-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 28px 32px 48px;
}

/* ── PAGE TOP ── */
.mp-page-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.mp-page-title {
    font-size: 21px;
    font-weight: 700;
    color: #1A2B5F;
    letter-spacing: -.3px;
}

.mp-page-sub {
    font-size: 12px;
    color: #9AA3BB;
    margin-top: 3px;
}

.mp-btn-add {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: #E8702A;
    color: #fff;
    transition: all .18s;
    box-shadow: 0 2px 8px rgba(232,112,42,.3);
    white-space: nowrap;
}

.mp-btn-add:hover {
    background: #C95D1A;
    box-shadow: 0 4px 14px rgba(232,112,42,.4);
}

/* ── KPI BANNER ── */
.mp-kpi-banner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.mp-kpi-item {
    display: flex;
    gap: 12px;
    background-color: #fff;
    padding: 16px;
    position: relative;
    transition: background .2s;
    cursor: default;
    border-radius: 10px;
    box-shadow: 0 6px 28px rgba(26,43,95,.12);
    border: 1px solid rgba(255,255,255,.05);
    border-left: 2px solid #fff;
}

.mp-kpi-item.orange {
    border-left-color: #e8702a;
}

.mp-kpi-item.purple{
    border-left-color:#7C3AED;
}

.mp-kpi-item.green {
    border-left-color: #18A87C;
}

.mp-kpi-item.warning {
    border-left-color:#D97706;
}
.mp-kpi-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.mp-kpi-lbl {
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--blue-dark);
    margin-bottom: 6px;
}

.mp-kpi-val {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    margin-bottom: 5px;
}

.mp-kpi-sub {
    font-size: 11px;
    color: var(--set-green);
}

.mp-kpi-line {
    position: absolute;
    bottom: 0;
    left: 26px;
    right: 26px;
    height: 2px;
    border-radius: 2px 2px 0 0;
    opacity: .65;
}

/* ── TOOLBAR ── */
.mp-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mp-search-box {
    min-width: 220px;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid #e2e6f0;
    border-radius: 7px;
    padding: 6px 12px;
    transition: border-color .2s;
    color: #5c6480;
}

    .mp-search-box:focus-within {
        border-color: #1A2B5F;
    }

    .mp-search-box input {
        border: none;
        outline: none;
        font-size: 13px;
        flex: 1;
        color: #1E2640;
        background: transparent;
    }

    .mp-search-box input::placeholder {
        color: #9AA3BB;
    }

.mp-tb-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid #E2E6F0;
    background: #fff;
    color: #5C6480;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(26,43,95,.07);
    transition: all .18s;
}

    .mp-tb-btn:hover {
        border-color: #1A2B5F;
        color: #1A2B5F;
    }

.mp-count {
    font-size: 12px;
    font-weight: 600;
    color: #9AA3BB;
    white-space: nowrap;
    margin-left: auto;
}

    .mp-count b {
        color: #E8702A;
        font-weight: 700;
    }

/* ── PROJECT LIST ── */
#mpProjectList {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

/* ── PROJECT ROW ── */
.mp-row {
    position:relative;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    transition: box-shadow .2s, border-color .2s, transform .15s;
    padding: 15px;
    margin-bottom: 10px;
}

.mp-row:hover {
    box-shadow: 0 8px 30px rgba(26,43,95,.15);
    border-color: #DDE1EC;
}

/* Strip */
.mp-strip {
    width: 4px;
    flex-shrink: 0;
}

/* Logo */
.mp-logo-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp-logo-img {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #E2E6F0;
    object-fit: contain;
    padding: 5px;
}

/* Info */
.mp-info {
    flex: 1;
    padding:0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.mp-org-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.mp-conf-tag {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    background: #FEE8E8;
    color: #E03B3B;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid rgba(224,59,59,.15);
    flex-shrink: 0;
}

.mp-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mp-meta-item {
    display: flex;
    align-items: center;
    gap:2px;
    font-size: 11.5px;
    color: #9AA3BB;
}

/* Column divider */
.mp-col-div {
    width: 1px;
    background: #EEF0F5;
    flex-shrink: 0;
    margin: 12px 0;
}

/* Jobs */
.mp-jobs-col {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.mp-jobs-num {
    font-size: 25px;
    font-weight: 700;
    color: #E8702A;
    line-height: 1;
    letter-spacing: -1px;
}

.mp-jobs-lbl {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #9AA3BB;
    margin-top: 2px;
}

/* Stats */
.mp-stats-col {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}

.mp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.mp-stat-val {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
}

.mp-stat-lbl {
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #9AA3BB;
}

/* Progress */
.mp-prog-col {
    width: 130px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 18px;
    border-left: 1px solid #EEF0F5;
}

.mp-prog-label {
    font-size: 10px;
    font-weight: 600;
    color: #5C6480;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}

.mp-prog-track {
    height: 5px;
    background: #EEF0F5;
    border-radius: 4px;
    overflow: hidden;
}

.mp-prog-fill {
    height: 100%;
    border-radius: 4px;
    transition: width .4s;
}

/* Actions */
.mp-actions-col {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 0px 0px 15px;
}

.mp-btn-edit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    border: 1.5px solid #E2E6F0;
    background: #fff;
    color: #5C6480;
    cursor: pointer;
    transition: all .18s;
    white-space: nowrap;
}

    .mp-btn-edit:hover {
        border-color: #E8702A;
        color: #E8702A;
        background: #FDF0E8;
    }

/* ── EMPTY STATE ── */
.mp-empty {
    text-align: center;
    padding: 56px 20px;
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 12px;
}

.mp-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #F7F8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.mp-empty-title {
    font-size: 15px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 5px;
}

.mp-empty-sub {
    font-size: 12.5px;
    color: #9AA3BB;
}

/* ── PAGINATION ── */
.mp-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 4px;
}

.mp-pg {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    border: 1px solid #E2E6F0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 600;
    color: #5C6480;
    cursor: pointer;
    transition: all .18s;
    box-shadow: 0 1px 3px rgba(26,43,95,.07);
}

    .mp-pg:hover {
        border-color: #1A2B5F;
        color: #1A2B5F;
    }

    .mp-pg.active {
        background: #1A2B5F;
        color: #fff;
        border-color: #1A2B5F;
        box-shadow: 0 2px 8px rgba(26,43,95,.25);
    }

.mp-pg-sep {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #9AA3BB;
}

/* ── LOADING SKELETON ── */
.mp-skeleton {
    animation: mp-pulse 1.4s ease-in-out infinite;
}

@keyframes mp-pulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .45
    }
}

.mp-skeleton-row {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 12px;
    height: 72px;
    margin-bottom: 8px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .mp-kpi-banner {
        grid-template-columns: repeat(2,1fr);
    }

    .mp-prog-col {
        display: none;
    }

    .mp-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .mp-kpi-banner {
        grid-template-columns: 1fr 1fr;
    }

    .mp-stats-col {
        display: none;
    }

    .mp-inner {
        padding: 16px;
    }
}

.nr-2 {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}

    .nr-2 .img-side {
        width: 120px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nr-2 .img-placeholder {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #EEF1FA;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nr-2 .text-side h5 {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #1A2B5F;
        margin: 0 0 6px;
    }

    .nr-2 .text-side p {
        font-size: 12.5px;
        color: #5C6480;
        margin: 0 0 10px;
    }

    .nr-2 .text-side ul {
        padding-left: 16px;
        font-size: 12px;
        color: #9AA3BB;
        margin: 0 0 16px;
    }

        .nr-2 .text-side ul li {
            margin-bottom: 3px;
        }

    .nr-2 .btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 16px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 7px;
        border: none;
        background: #1A2B5F;
        color: #fff;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
    }



/* =============================================================================
   notifications.css — Recruit360
   Covers: bell badge, dropdown, full page, notification cards
   All colours hardcoded — no CSS variable dependencies
   ============================================================================= */


/* ─── Bell badge ───────────────────────────────────────────────────────────── */

.notif-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 9px;
    background: #E8702A;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(0,0,0,.1);
    line-height: 1;
    pointer-events: none;
}


/* ─── Dropdown panel ───────────────────────────────────────────────────────── */

.dropdown-notification {
    width: 400px !important;
    padding: 0 !important;
    border: 1px solid #E2E6F0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 32px rgba(26,43,95,0.16) !important;
    overflow: hidden;
}

.notif-dropdown__head {
    background: #111E47;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E8702A;
}

.notif-dropdown__title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
}

.notif-dropdown__mark-all {
    background: none;
    border: none;
    color: rgba(255,255,255,0.45);
    font-size: 11px;
    cursor: pointer;
    padding: 0;
    font-family: 'Inter', sans-serif;
    transition: color 0.18s;
}

    .notif-dropdown__mark-all:hover {
        color: #E8702A;
    }


/* ─── Dropdown tabs ────────────────────────────────────────────────────────── */

.notif-dropdown__tabs {
    display: flex;
    background: #F7F8FB;
    border-bottom: 1px solid #E2E6F0;
}

.notif-tab {
    flex: 1;
    padding: 9px 6px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 11.5px;
    font-weight: 600;
    color: #9AA3BB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Inter', sans-serif;
    transition: all 0.18s;
}

    .notif-tab:hover {
        color: #5C6480;
    }

    .notif-tab.is-active {
        color: #1A2B5F;
        border-bottom-color: #E8702A;
        background: #ffffff;
    }

.notif-tab__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.notif-tab__dot--action {
    background: #E03B3B;
}

.notif-tab__dot--warning {
    background: #D97706;
}

.notif-tab__dot--info {
    background: #0891B2;
}

.notif-tab__count {
    color: #9AA3BB;
    font-size: 10.5px;
}


/* ─── Dropdown lists ───────────────────────────────────────────────────────── */

.notif-list {
    display: none;
    max-height: 360px;
    overflow-y: auto;
}

    .notif-list.is-visible {
        display: block;
    }

    .notif-list::-webkit-scrollbar {
        width: 3px;
    }

    .notif-list::-webkit-scrollbar-thumb {
        background: #DDE1EC;
        border-radius: 3px;
    }


/* ─── Dropdown footer ──────────────────────────────────────────────────────── */

.notif-dropdown__footer {
    padding: 11px 18px;
    text-align: center;
    border-top: 1px solid #E2E6F0;
    background: #F7F8FB;
}

    .notif-dropdown__footer a {
        font-size: 12px;
        font-weight: 600;
        color: #E8702A;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        transition: color 0.18s;
    }

        .notif-dropdown__footer a:hover {
            color: #C95D1A;
        }


/* ─── Notification item (dropdown) ────────────────────────────────────────── */

.notif-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #EEF0F5;
    cursor: pointer;
    transition: background 0.15s;
    position: relative;
    background: #ffffff;
}

    .notif-item:last-child {
        border-bottom: none;
    }

    .notif-item:hover {
        background: #F7F8FB;
    }

    .notif-item.is-unread {
        background: #FFFBF8;
    }

        .notif-item.is-unread::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            border-radius: 0 2px 2px 0;
        }

.notif-item--action.is-unread::before {
    background: #E03B3B;
}

.notif-item--warning.is-unread::before {
    background: #D97706;
}

.notif-item--info.is-unread::before {
    background: #0891B2;
}

.notif-item__icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notif-icon--action {
    background: #FEE2E2;
}

.notif-icon--warning {
    background: #FEF3C7;
}

.notif-icon--info {
    background: #EEF1FA;
}

.notif-item__body {
    flex: 1;
    min-width: 0;
}

.notif-item__title {
    font-size: 12.5px;
    font-weight: 600;
    color: #1E2640;
    margin-bottom: 2px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Inter', sans-serif;
}

.notif-item__desc {
    font-size: 11px;
    color: #5C6480;
    line-height: 1.45;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
}

.notif-item__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.notif-item__time {
    font-size: 10px;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}

.notif-item__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E8702A;
    flex-shrink: 0;
    margin-top: 5px;
}

.notif-action-btn {
    font-size: 11px;
    font-weight: 600;
    color: #E8702A;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: 'Inter', sans-serif;
    transition: color 0.18s;
}

    .notif-action-btn:hover {
        color: #C95D1A;
    }


/* ─── Aggregated block (dropdown + page) ──────────────────────────────────── */

.notif-agg-block {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #EEF1FA;
    border-radius: 5px;
    padding: 4px 9px;
    margin: 4px 0;
}

.notif-agg-num {
    font-size: 15px;
    font-weight: 800;
    color: #1A2B5F;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.notif-agg-label {
    font-size: 10.5px;
    color: #5C6480;
    font-family: 'Inter', sans-serif;
}


/* ─── Empty state (dropdown) ───────────────────────────────────────────────── */

.notif-empty {
    padding: 28px 20px;
    text-align: center;
}

.notif-empty__icon {
    font-size: 22px;
    color: #9AA3BB;
    margin-bottom: 8px;
}

.notif-empty__text {
    font-size: 12.5px;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}


/* =============================================================================
   FULL PAGE — /recruiter/notifications
   ============================================================================= */

.notif-page-wrap {
    display: flex;
    gap: 20px;
    padding: 24px 28px 40px;
}


/* ─── Main column ──────────────────────────────────────────────────────────── */

.notif-main-col {
    flex: 1;
    min-width: 0;
}

.notif-page-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}

.notif-page-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A2B5F;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.notif-page-new-badge {
    background: #E8702A;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
}

.notif-page-sub {
    font-size: 11.5px;
    color: #9AA3BB;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.notif-page-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notif-pact-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 6px;
    border: 1.5px solid #DDE1EC;
    background: #ffffff;
    font-size: 11.5px;
    font-weight: 600;
    color: #5C6480;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.18s;
    text-decoration: none;
}

    .notif-pact-btn:hover {
        border-color: #E8702A;
        color: #E8702A;
    }


/* ─── KPI Cards ────────────────────────────────────────────────────────────── */

.notif-kpis {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.notif-kpi {
    background: #ffffff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    padding: 16px 18px;
    cursor: pointer;
    transition: box-shadow 0.15s;
    text-decoration: none;
    display: block;
}

    .notif-kpi:hover {
        box-shadow: 0 2px 12px rgba(26,43,95,0.1);
    }

.notif-kpi--featured {
    background: #1A2B5F;
    border-color: #1A2B5F;
}

.notif-kpi__ico {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.notif-kpi__ico--unread {
    background: rgba(255,255,255,0.15);
}

.notif-kpi__ico--action {
    background: #FEE2E2;
}

.notif-kpi__ico--warning {
    background: #FEF3C7;
}

.notif-kpi__ico--info {
    background: #EEF1FA;
}

.notif-kpi__num {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    color: #1A2B5F;
    margin: 0;
}

.notif-kpi--featured .notif-kpi__num {
    color: #ffffff;
}

.notif-kpi__label {
    font-size: 11px;
    color: #9AA3BB;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
}

.notif-kpi--featured .notif-kpi__label {
    color: rgba(255,255,255,0.6);
}


/* ─── Tab bar ──────────────────────────────────────────────────────────────── */

.notif-tabs {
    display: flex;
    background: #ffffff;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 16px;
    width: fit-content;
    gap: 10px;
}

.notif-tab-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border-radius: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: #9AA3BB;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    border: none;
    background: none;
}

    .notif-tab-item:hover {
        color: #5C6480;
    }

    .notif-tab-item.is-active {
        background: #1A2B5F;
        color: #ffffff;
    }

.notif-tab-item__count {
    font-size: 10px;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 6px;
}

.notif-tab-item.is-active .notif-tab-item__count {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
}

.notif-tab-item:not(.is-active) .notif-tab-item__count {
    background: #F0F2F7;
    color: #9AA3BB;
}


/* ─── Date group label ─────────────────────────────────────────────────────── */

.notif-date-group {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9AA3BB;
    margin: 14px 0 8px;
    padding-left: 2px;
    font-family: 'Inter', sans-serif;
}


/* ─── Notification card (full page) ───────────────────────────────────────── */

.notif-card {
    background: #ffffff;
    border: 1px solid #E2E6F0;
    border-left: 3px solid transparent;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: box-shadow 0.15s;
    position: relative;
}

    .notif-card:hover {
        box-shadow: 0 2px 10px rgba(26,43,95,0.08);
    }

.notif-card--action {
    border-left-color: #E03B3B;
    background: #FFFBF8;
}

.notif-card--warning {
    border-left-color: #D97706;
    background: #FFFDF5;
}

.notif-card--info {
    border-left-color: #0891B2;
    background: #F8FBFF;
}

.notif-card--success {
    border-left-color: #18A87C;
    background: #F8FFFC;
}

.notif-card__top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

.notif-card__ico {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notif-card__ico--action {
    background: #FEE2E2;
}

.notif-card__ico--warning {
    background: #FEF3C7;
}

.notif-card__ico--info {
    background: #EEF1FA;
}

.notif-card__ico--success {
    background: #E6F7F2;
}

.notif-card__body {
    flex: 1;
    min-width: 0;
}

.notif-card__title {
    font-size: 12.5px;
    font-weight: 500;
    color: #1E2640;
    line-height: 1.4;
    margin-bottom: 2px;
    font-family: 'Inter', sans-serif;
}

    .notif-card__title strong {
        font-weight: 700;
    }

.notif-card__desc {
    font-size: 11px;
    color: #9AA3BB;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}

.notif-card__time {
    font-size: 10px;
    color: #C4CAD9;
    flex-shrink: 0;
    margin-top: 2px;
    font-family: 'Inter', sans-serif;
}

.notif-card__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E8702A;
    flex-shrink: 0;
    margin-top: 4px;
}

.notif-card__bottom {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 40px;
    flex-wrap: wrap;
}

.notif-card__btns {
    display: flex;
    gap: 6px;
    margin-left: auto;
}


/* ─── Chips ────────────────────────────────────────────────────────────────── */

.notif-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.notif-chip--job {
    background: #EEF1FA;
    color: #243672;
}

.notif-chip--urgent {
    background: #FEF3C7;
    color: #92400E;
}

.notif-chip--success {
    background: #E6F7F2;
    color: #065F46;
}

.notif-chip--orange {
    background: #FDF0E8;
    color: #C95D1A;
}


/* ─── Buttons ──────────────────────────────────────────────────────────────── */

.notif-btn-primary {
    padding: 5px 13px;
    border-radius: 5px;
    background: #1A2B5F;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.15s;
    white-space: nowrap;
}

    .notif-btn-primary:hover {
        background: #243672;
    }

.notif-btn-orange {
    padding: 5px 13px;
    border-radius: 5px;
    background: #E8702A;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background 0.15s;
    white-space: nowrap;
}

    .notif-btn-orange:hover {
        background: #C95D1A;
    }

.notif-btn-ghost {
    padding: 5px 13px;
    border-radius: 5px;
    background: none;
    color: #5C6480;
    font-size: 10.5px;
    font-weight: 600;
    border: 1.5px solid #DDE1EC;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.15s;
    white-space: nowrap;
}

    .notif-btn-ghost:hover {
        border-color: #E8702A;
        color: #E8702A;
    }


/* ─── Right panel ──────────────────────────────────────────────────────────── */

.notif-right-col {
    width: 220px;
    flex-shrink: 0;
}

.notif-rpanel {
    background: #ffffff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
}

.notif-rpanel__title {
    font-size: 12px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
}

.notif-rpanel__manage {
    font-size: 10px;
    font-weight: 600;
    color: #E8702A;
    cursor: pointer;
    text-decoration: none;
}

.notif-cat-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 0;
    border-bottom: 1px solid #F0F2F7;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s;
}

    .notif-cat-row:last-child {
        border-bottom: none;
    }

    .notif-cat-row:hover .notif-cat-name {
        color: #E8702A;
    }

.notif-cat-ico {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notif-cat-ico--action {
    background: #FEE2E2;
}

.notif-cat-ico--warning {
    background: #FEF3C7;
}

.notif-cat-ico--info {
    background: #EDE9FE;
}

.notif-cat-ico--all {
    background: #EEF1FA;
}

.notif-cat-body {
    flex: 1;
    min-width: 0;
}

.notif-cat-name {
    font-size: 11.5px;
    font-weight: 600;
    color: #2D3452;
    font-family: 'Inter', sans-serif;
    transition: color 0.15s;
}

.notif-cat-sub {
    font-size: 9.5px;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}

.notif-cat-count {
    font-size: 11px;
    font-weight: 700;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}

.notif-pref-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #F0F2F7;
}

    .notif-pref-row:last-child {
        border-bottom: none;
    }

.notif-pref-name {
    font-size: 11.5px;
    font-weight: 600;
    color: #2D3452;
    font-family: 'Inter', sans-serif;
}

.notif-pref-sub {
    font-size: 9.5px;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}


.notif-qf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.notif-qf {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #DDE1EC;
    background: #ffffff;
    color: #5C6480;
    font-family: 'Inter', sans-serif;
    transition: all 0.15s;
    text-decoration: none;
    display: inline-block;
}

    .notif-qf.is-active {
        background: #1A2B5F;
        border-color: #1A2B5F;
        color: #ffffff;
    }

    .notif-qf:hover:not(.is-active) {
        border-color: #E8702A;
        color: #E8702A;
    }


/* ─── Empty state (full page) ──────────────────────────────────────────────── */

.notif-page__empty {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
}

.notif-page__empty-icon {
    margin-bottom: 14px;
    opacity: 0.4;
}

.notif-page__empty-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1A2B5F;
    margin-bottom: 5px;
}

.notif-page__empty-desc {
    font-size: 12px;
    color: #9AA3BB;
    font-family: 'Inter', sans-serif;
}


/*Dashboard*/
.panel {
    background: #fff;
    border: 1px solid #E2E6F0;
    border-radius: 10px;
    overflow: hidden;
}

.panel-head {
    padding: 11px 16px;
    border-bottom: 1px solid #EEF0F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.panel-title {
    font-family: 'Poppins',sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #1A2B5F;
}

.project-btn {
    height: 20px;
    font-size: 9px;
    border-radius: 5px;
    border: 1px solid #E2E6F0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    padding: 0 5px;
    font-weight: 600;
}

    .project-btn.sky-blue {
        background: #eff6ff;
        border-color: #bbcaf3;
        color: #1d4ed8;
    }

    .project-btn.red {
        background: #fff1f2;
        border-color: #f6bbc8;
        color: #e11d48;
    }

    .project-btn.green {
        background: #f0fdf4;
        border-color: #a2dab7;
        color: #16a34a;
    }


    /*CHAT BOX*/
.chat-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 260px;
    display: none
}

.canvas-other-action .chat-popup {
    right: 0 !important;
    left: unset
}

.other-view-action .chat-popup {
    bottom: 0;
    left: 40px
}

.canva-view-action .chat-popup {
    top: 0;
    right: 0
}

.form-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 400px;
    background: #fff;
    border-radius: 10px 10px 6px 6px;
    box-shadow: rgba(17, 17, 26, .1) 0 4px 16px 0, rgba(17, 17, 26, .05) 0 8px 32px 0
}

.chat-window-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #7d72e4;
    padding: 6px 8px;
    border-radius: 10px 10px 0 0;
    color: #fff
}

.close-btn {
    color: #fff;
    cursor: pointer
}

.msg-container {
    height: 150px;
    margin: 5px;
    overflow-y: scroll
}

.msg {
    background-color: #e4e3ee;
    padding: 6px 10px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 6px
}

    .msg p {
        font-size: 11px;
        line-height: 1.2;
        margin-bottom: 2px
    }

    .msg span {
        font-size: 10px;
        color: #808080
    }

.chat-box-container {
    display: flex;
    height: 35px;
    margin-bottom: 8px;
    padding: 0 5px
}

.chat-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: #f5f5f5;
    border: 1px solid #808080
}

.form-container input {
    width: 80%;
    padding: 4px;
    height: 35px;
    padding-left: 16px;
    border: 0;
    background: #f1f1f1;
    border-radius: 4px;
    font-size: 11px
}

.form-container input:focus {
    outline: 0;
    background: #f5f5f5
}

.send-btn {
    width: 40px;
    background: #7d72e4;
    color: #fff;
    height: 100%;
    border-radius: 0 10px 10px 0;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    transition: all 300ms
}

/*Job Posting*/
.job-posting-stepper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

/* Step */

.posting-step {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
    min-width: 0;
}

/* Number */

.step-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ccd7e5;
    background: #ffffff;
    color: #718096;
    font-size: 15px;
    font-weight: 700;
}

/* Active */

.posting-step.active .step-number {
    border-color: #1f4f8c;
    background: #1f4f8c;
    color: #ffffff;
    box-shadow: 0 0 0 5px rgba(31, 79, 140, 0.08);
}

/* Text */

.step-info {
    min-width: 0;
}

    .step-info strong {
        display: block;
        color: #263f62;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .step-info span {
        display: block;
        margin-top: 3px;
        color: #8795a8;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Connector */

.step-line {
    height: 1px;
    flex: 1 1 30px;
    min-width: 20px;
    max-width: 80px;
    margin: 0 10px;
    background: #dbe3ed;
}

@media (max-width: 768px) {

    .job-posting-stepper {
        padding: 22px 15px;
    }

    .step-info span {
        display: none;
    }

    .step-info strong {
        font-size: 12px;
    }

    .step-line {
        margin: 0 10px;
        min-width: 15px;
    }
}


@media (max-width: 576px) {

    .job-posting-stepper {
        padding:0 10px;
    }

    .posting-step {
        gap: 0;
    }

    .step-number {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    /* Hide text for future steps */
    .posting-step:not(.active) .step-info {
        display: none;
    }

    .posting-step.active .step-info {
        display: block;
        margin-left: 8px;
    }

    .step-line {
        margin: 0 8px;
        min-width: 12px;
    }
}

/* =============================================
   JOB POSTING SIDEBAR
============================================= */
.bg-card-job-post {
    position: sticky;
    top:85px;
    align-self: flex-start;
    margin-bottom: 50px;
}

.job-post-sidebar {
    height: calc(100vh - 100px);
    min-height:490px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(25, 50, 85, 0.08);
}


/* =============================================
   COMMON HEADING
============================================= */

.sidebar-heading {
    margin-bottom: 12px;
}

    .sidebar-heading h6 {
        margin: 0;
        color: #253b5c;
        font-size: 14px;
        font-weight: 700;
    }

.heading-line {
    width: 34px;
    height: 2px;
    margin-top:3px;
    background: #f58220;
}


/* =============================================
   INSTRUCTIONS
============================================= */

.job-sidebar-instructions {
    flex-shrink: 0;
    padding:12px;
    border-bottom: 1px solid #e9edf3;
}

.instruction-row {
    display: flex;
    align-items: flex-start;
    gap:5px;
    margin-bottom:10px;
}

.instruction-row:last-child {
    margin-bottom: 0;
}

.instruction-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.instruction-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-danger {
    color: #e65a6d;
    background: #fff0f3;
}

.icon-warning {
    color: #db5d76;
    background: #fff1f4;
}

.icon-primary {
    color: #477bc3;
    background: #edf5ff;
}

.instruction-text {
    padding-top: 1px;
}

.instruction-text strong {
    display: block;
    color: #34445d;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
}

.instruction-text span {
    display: block;
    margin-top: 2px;
    color: #6d7b8e;
    font-size: 11px;
    line-height: 1.3;
}


/* =============================================
   FEATURES AREA
============================================= */

.job-sidebar-features {
    flex: 1;
    min-height: 0;
    padding:12px;
}

.feature-carousel {
    position: relative;
    flex: 1;
    min-height: 140px;
    overflow: hidden;
    border: 1px solid #dfe7f2;
    border-radius: 12px;
    background: linear-gradient( 145deg, #f8fbff 0%, #eef5ff 60%, #ffffff 100% );
}

.feature-carousel .carousel-inner,
.feature-carousel .carousel-item {
    height: 100%;
}


/* =============================================
   FEATURE CONTENT
============================================= */

.feature-content {
    position: relative;
    display: flex;
    gap: 10px;
    z-index: 2;
    height: 100%;
    padding: 10px;
}

.feature-content h5 {
    margin: 0 0 8px;
    color: #243c60;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.feature-content p {
    max-width: 205px;
    margin: 0;
    color: var(--blue-super-dark);
    font-size: 12px;
    line-height: 1.3;
}


/* =============================================
   FEATURE ICON
============================================= */

.feature-icon {
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #E7F0FD;
    overflow: hidden;
}


/* =============================================
   BOOTSTRAP CAROUSEL INDICATORS
============================================= */

.feature-carousel .carousel-indicators {
    bottom: 8px;
    margin: 0;
}

.feature-carousel .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border: 0;
    border-radius: 10px;
    background-color: #b9c5d5;
    opacity: 1;
}

.feature-carousel .carousel-indicators .active {
    width: 16px;
    background-color: #2d70c4;
}


/* =============================================
   FIXED SECURITY SECTION
============================================= */

.sidebar-security {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap:5px;
    margin: 0 14px 14px;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient( 135deg, #eef5ff, #e5effd );
}

.security-shield {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfd3ef;
    border-radius: 50%;
    color: #2d70c4;
    background: #ffffff;
}

.security-shield svg {
    width:32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.security-text strong {
    display: block;
    margin-bottom: 3px;
    color: #294f82;
    font-size: 13px;
    font-weight: 700;
}

.security-text span {
    display: block;
    color: #65758a;
    font-size: 11px;
    line-height: 1.2;
}


/* =========================================================
   RECRUIT360 FEATURES — PER-SLIDE THEMED MOTIFS + ICON ANIM
   APPEND this block to your CSS.
   FIRST delete the old shared shape rules:
     .feature-shape, .feature-shape-circle, .feature-shape-dots,
     .feature-shape-wave, .feature-shape-ring,
     .feature-shape-dot-one/-two/-three, @keyframes featFloat
   (Keep .feature-carousel base gradient + everything else.)
========================================================= */

/* motif layer sits behind content, clipped to the card */
.feature-content {
    position: relative;
    overflow: hidden;
}

.fx-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 12px;
}
/* keep real content above the motif */
.feature-content > .feature-number,
.feature-content > .feature-icon,
.feature-content > div {
    position: relative;
    z-index: 2;
}

/* icons animate their own parts */
.feature-icon svg {
    overflow: visible;
}

/* ---------------------------------------------------------
   SLIDE 1 — POST : job cards drift up + plus pulses
--------------------------------------------------------- */
.fx-post .fx-card {
    position: absolute;
    bottom: -24px;
    border-radius: 3px;
    background: rgba(45,112,196,.10);
    border: 1px solid rgba(45,112,196,.18);
}

.fx-post .fx-card-a {
    width: 26px;
    height: 18px;
    left: 58%;
    animation: fxRise 6s linear infinite;
}

.fx-post .fx-card-b {
    width: 20px;
    height: 14px;
    left: 74%;
    animation: fxRise 7.5s linear infinite 1.6s;
}

.fx-post .fx-card-c {
    width: 30px;
    height: 20px;
    left: 86%;
    animation: fxRise 6.8s linear infinite 3.2s;
}

@keyframes fxRise {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 0;
    }

    15% {
        opacity: .85;
    }

    85% {
        opacity: .85;
    }

    100% {
        transform: translateY(-150px) rotate(6deg);
        opacity: 0;
    }
}

.fx-plus {
    transform-origin: 12px 14px;
    animation: fxPop 2.2s ease-in-out infinite;
}

@keyframes fxPop {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.22);
    }
}

/* ---------------------------------------------------------
   SLIDE 4 — INTERVIEW : faint calendar grid + date dot pulse
--------------------------------------------------------- */
.fx-interview .fx-grid {
    position: absolute;
    right: 16px;
    top: 30px;
    width: 96px;
    height: 80px;
    opacity: .5;
    background-image: linear-gradient(to right, rgba(128,92,200,.16) 1px, transparent 1px), linear-gradient(to bottom, rgba(128,92,200,.16) 1px, transparent 1px);
    background-size: 16px 16px;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

.fx-dateDot {
    transform-origin: 12px 15px;
    animation: fxDot 2.4s ease-in-out infinite;
}

@keyframes fxDot {
    0%,100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.9);
        opacity: .4;
    }
}

/* ---------------------------------------------------------
   SLIDE 5 — ONBOARDING : welcoming ripple + check pops
--------------------------------------------------------- */
.fx-onboard .fx-ripple {
    position: absolute;
    left: 34px;
    top: 38px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(50,150,110,.35);
    animation: fxRipple 2.8s ease-out infinite;
}

@keyframes fxRipple {
    0% {
        transform: scale(.6);
        opacity: .7;
    }

    100% {
        transform: scale(2.6);
        opacity: 0;
    }
}

/* ---------------------------------------------------------
   SLIDE 6 — REFERENCE : shield verify glow + check
--------------------------------------------------------- */
.fx-reference .fx-shieldglow {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(35,142,152,.20), transparent 68%);
    animation: fxGlow 2.6s ease-in-out infinite;
}

@keyframes fxGlow {
    0%,100% {
        opacity: .35;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.15);
    }
}

.jd-wait {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jd-wait-box {
    width: 100%;
    min-height: 230px;
    border-radius: 12px;
    background:#fff;
    border: 1px solid #e6e9f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px 22px;
}

.jd-wait-title {
    font-size: 15px;
    font-weight: 700;
    color: #12235a;
    margin-top: 14px;
}

.jd-wait-sub {
    font-size: 12.5px;
    color: #5b6b8c;
    margin-top: 6px;
    max-width: 260px;
}

.jd-wait-error-icon {
    font-size: 30px;
}

/* spinner */
.jd-wait-spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #e0e5f0;
    border-top-color: #5a3fd6;
    animation: jd-spin 0.8s linear infinite;
}

@keyframes jd-spin {
    to {
        transform: rotate(360deg);
    }
}

/* AI "thinking" dots loader */
.jd-ai-loader {
    display: flex;
    gap: 8px;
    margin-bottom: 4px;
}

    .jd-ai-loader span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #5a3fd6;
        animation: jd-ai-bounce 1.2s infinite ease-in-out both;
    }

        .jd-ai-loader span:nth-child(1) {
            animation-delay: -0.24s;
        }

        .jd-ai-loader span:nth-child(2) {
            animation-delay: -0.12s;
        }

        .jd-ai-loader span:nth-child(3) {
            animation-delay: 0s;
        }

@keyframes jd-ai-bounce {
    0%, 80%, 100% {
        transform: scale(0.5);
        opacity: 0.4;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.jp-save-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jp-save-box {
    text-align: center;
    padding: 40px;
}

.jp-save-title {
    font-size: 18px;
    font-weight: 700;
    color: #12235a;
    margin-top: 18px;
}

.jp-save-sub {
    font-size: 13px;
    color: #5b6b8c;
    margin-top: 6px;
}

/* ============================================================
   PREVIEW SIDEBAR — Action Card
   ============================================================ */
.preview-action-card {
    border-radius: 16px;
    padding:15px;
    margin-bottom: 18px;
    color: #fff;
}
/* skins per ActionType */
.preview-action-card.is-submit,
.preview-action-card.is-payment {
    background: linear-gradient(150deg, #173780, #0f2550);
}

.preview-action-card.is-live {
    background: linear-gradient(150deg, #15803d, #166534);
}

.pac-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    padding:3px 10px;
    border-radius: 20px;
    margin-bottom:7px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.preview-action-card.is-submit .pac-badge, .preview-action-card.is-payment .pac-badge {
    background: #ef4444;
}


.pac-badge.bg-success {
    background: rgba(255,255,255,.2);
}

.pac-badge.bg-secondary {
    background: rgba(255,255,255,.16);
}

.pac-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
    color: #fff;
}

.pac-msg {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #c7d2fe; /* soft blue on navy */
}

.preview-action-card.is-live .pac-msg {
    color: #bbf7d0; /* soft green on green */
}

/* amount box (payment states) */
.pac-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .1);
    border-radius:5px;
    padding:2px 10px;
    margin-bottom: 10px;
}

.pac-amount span {
    font-size: 12px;
    color: #c7d2fe;
}

.pac-amount strong {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

/* buttons */
.preview-action-card .btn {
    display: block;
    width: 100%;
    border: none;
    border-radius:5px;
    padding:6px 10px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

.preview-action-card .btn:last-child {
    margin-top:10px;
    margin-bottom: 0;
}

.pac-btn-primary {
    background: #ff8a00;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 138, 0, .32);
}

    .pac-btn-primary:hover {
        background: #ff7a00;
        color: #fff;
    }

/* on the green (live) card, make primary white so it pops */
.preview-action-card.is-live .pac-btn-primary {
    background: #fff;
    color: #166534;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

    .preview-action-card.is-live .pac-btn-primary:hover {
        background: #f0fdf4;
        color: #166534;
    }

.pac-btn-ghost {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
}

.pac-btn-ghost:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

/* the payment/submit <form> shouldn't add spacing */
.preview-action-card form {
    margin: 0;
}


/* ============================================================
   PREVIEW SIDEBAR — Selected Plan Card
   ============================================================ */
.preview-plan-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(20, 40, 90, .06);
    overflow: hidden;
    margin-bottom: 18px;
}
.ppc-head{
    padding:10px 15px;
}

.ppc-label {
    font-size: 11.5px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.ppc-main {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #eef1f7;
    padding:0px 15px;
}

.ppc-name {
    font-size:18px;
    font-weight: 800;
    color: #173780;
    line-height: 1;
}

/* credits display variants */
.ppc-credits.free,
.ppc-credits.active {
    font-size: 13px;
    font-weight: 800;
    color: #16a34a;
    background: #dcfce7;
    border-radius: 20px;
    padding: 4px 12px;
}

.ppc-credits-box {
    text-align: right;
}

.ppc-credits-box .n {
    display: flex;
    justify-content:center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.ppc-credits-box.has .n {
    color: #16a34a;
}

.ppc-credits-box.none .n {
    color: #dc2626;
}

.ppc-credits-box .t {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
}

.ppc-rows {
    padding: 5px 15px;
}

.ppc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 0;
    border-bottom: 1px dashed #eef1f7;
}

.ppc-row:last-child {
    border-bottom: none;
}

.ppc-row .k {
    font-size: 13px;
    color: #64748b;
}

.ppc-row .v {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
}

.ppc-row .v.credit {
    color: #ff8a00;
}

.ppc-row .v.free {
    color: #16a34a;
}

.ppc-foot {
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    padding:10px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #b45309;
}

.ppc-foot.warn {
    background: #fef2f2;
    border-top-color: #fecaca;
    color: #b91c1c;
}

/* ====================================================================
   MOBILE COMBINED CARD
   ==================================================================== */
.m-action {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(23,55,128,.2);
}

.m-top {
    padding:10px;
    color: #fff;
}

.m-action.is-submit .m-top,
.m-action.is-payment .m-top {
    background: linear-gradient(150deg, #173780, #0f2550);
}

.m-action.is-live .m-top {
    background: linear-gradient(150deg, #15803d, #166534);
}

.m-row1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:6px;
}

.m-badge {
    font-size:8px;
    font-weight: 800;
    letter-spacing: .5px;
    padding:4px 6px;
    border-radius: 20px;
}

.m-action.is-submit .m-badge,
.m-action.is-payment .m-badge {
    background: #ef4444;
}

.m-action.is-live .m-badge {
    background: #22c55e;
}

.m-title {
    font-size: 15px;
    font-weight: 800;
}

.m-msg {
    font-size: 12px;
    margin-bottom: 10px;
    color: #c7d2fe;
}

.m-action.is-live .m-msg {
    color: #bbf7d0;
}

.m-plan {
    background: rgba(255,255,255,.08);
    border-radius: 12px;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.m-plan-l {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.m-plan-name {
    font-size: 14px;
    font-weight: 800;
}

.m-plan-sub {
    font-size: 11.5px;
    color: #a5b4e0;
}

.m-action.is-live .m-plan-sub {
    color: #a7f3d0;
}

.m-plan-r {
    text-align: right;
}

.m-plan-cost {
    font-size: 15px;
    font-weight: 800;
    color: #ffb866;
}

    .m-plan-cost.sm {
        font-size: 13px;
        color: #fff;
    }

.m-action.is-payment .m-plan-cost {
    color: #fff;
    font-size: 18px;
}

.m-plan-cred {
    font-size: 11px;
    color: #a5b4e0;
}

.m-btns {
    display: flex;
    gap: 10px;
}

.m-btn {
    flex: 1;
    border: none;
    border-radius:5px;
    padding:6px;
    font-size: 12px;
    font-weight:800;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.m-btn-primary {
    background: #ff8a00;
    color: #fff;
    flex: 1.4;
}

.m-action.is-live .m-btn-primary {
    background: #fff;
    color: #166534;
}

.m-btn-ghost {
    background: rgba(255,255,255,.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
}

.m-btn-form {
    flex: 1.4;
    margin: 0;
}

.m-btn-form .m-btn {
    width: 100%;
}

.pu-wrap {
    position: relative;
    padding-bottom:15px;
    background: linear-gradient(180deg, #173780 0%, #173780 40%, #ffffff 40%, #ffffff 100%);
    overflow: hidden;
}

.pu-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
}

.pu-head {
    padding:10px;
}

.pu-head h2 {
    font-size:18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 8px;
}

.pu-head p {
    font-size: 13px;
    color: #c7d2fe;
}

.pu-stage {
    position: relative;
    min-height: 360px;
    margin-top: 8px;
}

.pu-card {
    position: absolute;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(15,37,80,.28);
}

.pu-standard {
    top: 34px;
    left:10px;
    width:45%;
    padding:10px;
    z-index: 5;
}

.pu-premium {
    top: 4px;
    right: 10px;
    width: 55%;
    padding: 10px;
    border: 2px solid #ff8a00;
    z-index: 10;
}

.pu-tag {
    position: absolute;
    top: -14px;
    left: 18px;
    background: #ff8a00;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .4px;
    padding: 4px 11px;
    border-radius: 20px;
}

.pu-card .plan-card-head {
    margin-bottom:6px;
}

.pu-feat{
    display: block;
    font-size: 12px;
    color: #334155;
    padding:3px 0;
}
.pu-card.pu-premium .pu-feat ~ .pu-feat {
    border-top: 1px solid #f4f6fb;
}

.pu-feat:first-of-type {
    border-top: none;
}

.pu-feat b {
    color: #0f2550;
}

.pu-btn-prem, .pu-btn-std {
    margin-top: 16px;
    border: none;
    border-radius: 24px;
    padding:6px 15px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.pu-btn-prem {
    background: #ff8a00;
    color: #fff;
}

.pu-btn-std {
    background: #fff;
    color: #173780;
    border: 1.5px solid #cbd5e1;
}

.pu-continue {
    display: block;
    width: 100%;
    margin-top: 18px;
    background: transparent;
    border: none;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 576px) {
    .pu-stage {
        min-height: auto;
    }

    .pu-card {
        position: static;
        width: 100%;
        margin-bottom: 16px;
    }

    .pu-premium {
        order: -1;
    }
}


/* ── Flag chips in the name row ── */

/* ── Add-flag control, beside the chips in the name row ── */

.cand-flag-add {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    background: transparent;
    border: .5px dashed #c3c9d4;
    color: #9aa3bb;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
}

.cand-flag-add:hover {
    border-style: solid;
    border-color: #e8702a;
    color: #e8702a;
}

.cand-flag-add.show {
    border-style: solid;
    border-color: #e8702a;
    color: #e8702a;
    background: #fff8f4;
}

/* the dropdown caret Bootstrap adds is noise at this size */
.cand-flag-add.dropdown-toggle::after {
    display: none;
}

.cand-name-row {
    flex-wrap: wrap;
}

.cand-flag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    padding: 2px 4px 2px 8px;
    border-radius: 4px;
    background: var(--blue-light);
    border: .5px solid var(--blue-dark);
    color: var(--blue-dark);
    white-space: nowrap;
}

.cand-flag-x {
    border: none;
    background: transparent;
    padding: 0 2px;
    line-height: 1;
    font-size: 13px;
    color: #c3c9d4;
    cursor: pointer;
}

    .cand-flag-x:hover {
        color: #a32d2d;
    }


/* ── Panel ── */
.flg-panel {
    width: 240px;
    padding:0px;
    background: #fff;
    border: .5px solid #e2e5ec;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(15,30,60,.14);
}



.flg-panel.flg-flip-up {
    box-shadow: 0 -8px 24px rgba(15,30,60,.14);
}

.flg-panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 9px 12px 7px;
    border-bottom: .5px solid #f0f2f5;
}

.flg-panel-title {
    font-size: 11.5px;
    font-weight: 600;
    color: #1a2a4c;
}

.flg-panel-hint {
    font-size: 10px;
    color: #9aa3bb;
}

.flg-list {
    list-style: none;
    margin: 0;
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.flg-list::-webkit-scrollbar {
    width: 3px;
}

.flg-list::-webkit-scrollbar-thumb {
    background: #0f1e3c;
    border-radius: 3px;
}

.flg-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 5px;
    cursor: pointer;
}

.flg-item:hover:not(.assigned) {
    background: #f4f5f7;
}

.flg-item.checked {
    background: #fff8f4;
}

.flg-item input {
    accent-color: #e8702a;
    cursor: pointer;
    flex-shrink: 0;
}

.flg-item label {
    font-size: 11.5px;
    color: #1a2a4c;
    margin: 0;
    flex: 1;
    cursor: pointer;
}

.flg-item.assigned {
    opacity: .55;
    cursor: default;
}

    .flg-item.assigned label {
        cursor: default;
    }

.flg-assigned-tag {
    font-size: 9px;
    color: #9aa3bb;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.flg-empty {
    font-size: 11px;
    color: #9aa3bb;
    font-style: italic;
    padding: 10px 8px;
    text-align: center;
}

/* ── Create ── */
.flg-create {
    display: flex;
    gap: 5px;
    padding: 7px 10px;
    border-top: .5px solid #f0f2f5;
}

    .flg-create input {
        flex: 1;
        min-width: 0;
        font-size: 11px;
        padding: 5px 8px;
        border: .5px solid #e2e5ec;
        border-radius: 5px;
        outline: none;
        color: #1a2a4c;
        font-family: inherit;
    }

        .flg-create input:focus {
            border-color: #0f1e3c;
        }

.flg-create-btn {
    flex-shrink: 0;
    font-size: 11px;
    padding: 5px 11px;
    border: .5px solid #e2e5ec;
    border-radius: 5px;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    font-family: inherit;
}

    .flg-create-btn:hover {
        border-color: #0f1e3c;
        color: #1a2a4c;
    }

/* ── Footer ── */
.flg-foot {
    display: flex;
    gap: 6px;
    padding: 8px 10px;
    border-top: .5px solid #f0f2f5;
    background: #f4f5f7;
}

.flg-cancel {
    font-size: 11px;
    padding: 5px 12px;
    border: .5px solid #e2e5ec;
    border-radius: 5px;
    background: transparent;
    color: #6c757d;
    cursor: pointer;
    font-family: inherit;
}

.flg-submit {
    flex: 1;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    background: #e8702a;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
}

.flg-submit:hover {
    background: #c2540a;
}

.flg-item-x {
    border: none;
    background: transparent;
    padding: 0 3px;
    line-height: 1;
    font-size: 14px;
    color: #c3c9d4;
    cursor: pointer;
    flex-shrink: 0;
}

    .flg-item-x:hover {
        color: #a32d2d;
    }

.flg-submit:disabled {
    background: #c3c9d4;
    cursor: not-allowed;
}

.cands-pager {
    display: inline-flex;
    gap: 3px;
    margin-left: 8px;
}

.cands-pager-btn {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #e2e5ec;
    border-radius:3px;
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
}

    .cands-pager-btn:hover:not(:disabled) {
        border-color: #0f1e3c;
        color: #0f1e3c;
    }

    .cands-pager-btn:disabled {
        opacity: .35;
        cursor: default;
    }

.pipline-action-btn .dropdown-menu {
    min-width:200px;
    font-size: 14px;
    border: 0;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, .18);
    padding: 8px;
}

.pipline-action-btn .dropdown-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .12s;
    text-decoration: none !important;
    color: inherit;
}

.pipline-action-btn .dropdown-menu .dropdown-item .icon-holder{
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pipline-action-btn .dropdown-menu .dropdown-item .action-btn-title{
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
    transition: color .12s;
}

.pipline-action-btn .dropdown-menu .dropdown-item .action-btn-detail {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 1px;
}

.pipline-action-btn .dropdown-menu .dropdown-item:hover {
    background: #E2E6F0;
}


/* ═══════════════════════════════════════════════
   SAMS-STC RECOMMENDED — banner above the list
   ═══════════════════════════════════════════════ */

.stc-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: linear-gradient(100deg, #fef3ec 0%, #fdeadd 100%);
    border: 1.5px solid #f7d9c6;
    position: relative;
}

/* ── Icon ── */

.stc-banner-icon {
    width: 46px;
    height: 46px;
    padding:10px;
    flex-shrink: 0;
    border-radius: 50%;
    background:var(--set-orange-mid);
    color: #e8702a;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Text ── */

.stc-banner-text {
    flex: 1;
    min-width: 0;
}

.stc-banner-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
}

.stc-banner-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f1e3c;
    letter-spacing: -.01em;
}

.stc-banner-plan {
    font-size:8px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #fff;
    background: #e8702a;
    border-radius: 20px;
    padding: 3px 10px;
    flex-shrink: 0;
}

.stc-banner-sub {
    margin: 0;
    font-size: 11px;
    color: #7a6a5f;
    line-height: 1.25;
}

/* ── Call to action ── */

.stc-banner-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    padding:5px 10px;
    margin-right: 18px; /* clears the close button */
    border-radius:5px;
    background: #e8702a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(200, 90, 30, .28);
}

    .stc-banner-cta:hover {
        background: #d0611f;
        color: #fff;
    }

    .stc-banner-cta svg {
        transition: transform .15s ease;
    }

    .stc-banner-cta:hover svg {
        transform: translateX(2px);
    }

/* ── Dismiss ── */

.stc-banner-close {
    position: absolute;
    top: 3px;
    right:3px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #c09b82;
    cursor: pointer;
    padding: 0;
}

    .stc-banner-close:hover {
        background: rgba(232, 112, 42, .12);
        color: #b8541a;
    }

/* ── Narrow screens ── */

@media (max-width: 1100px) {
    .stc-banner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .stc-banner-cta {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
}


/* ═══════════════════════════════════════════════
   ADVANCED FILTERS — offcanvas
   afp = advanced filter panel
   ═══════════════════════════════════════════════ */

/* The offcanvas body owns the layout, so its own padding goes */
.offcanvas .afp-main {
    display: flex;
    flex: 1;
    min-height: 0;
}


/* ── Header ── */

.afp-head {
    display: flex;
    align-items: center;
    gap: 13px;
    background-color:#fff;
    padding: 15px 20px;
    border-bottom: .5px solid #e6eaf3;
    flex-shrink: 0;
}

.afp-head-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #eef2fa;
    color: #1b3a7a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afp-head-text {
    flex: 1;
    min-width: 0;
}

.afp-title {
    font-size: 15.5px;
    font-weight: 600;
    color: #14295a;
    margin: 0 0 1px;
}

.afp-sub {
    font-size: 11.5px;
    color: #98a3bb;
    margin: 0;
}


/* ── Section rail ──
   Same active treatment as the screening sidebar, so the two
   panels read as one family. */

.afp-rail {
    width: 178px;
    flex-shrink: 0;
    padding: 14px 9px;
    background: linear-gradient(160deg, #1b3a7a 0%, #14295a 100%);
    overflow-y: auto;
}

.afp-rail-lbl {
    font-size: 9.5px;
    font-weight: 600;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 0 11px 8px;
}

.afp-rail-i {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    border-radius: 8px;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .62);
    margin-bottom: 2px;
    position: relative;
    text-decoration: none;
}

    .afp-rail-i svg {
        flex-shrink: 0;
        color: rgba(255, 255, 255, .42);
    }

    .afp-rail-i span:not(.afp-rail-n) {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .afp-rail-i:hover {
        background: rgba(255, 255, 255, .06);
        color: rgba(255, 255, 255, .85);
    }

    .afp-rail-i.active {
        background: rgba(232, 112, 42, .18);
        color: #fff;
        font-weight: 500;
    }

        .afp-rail-i.active::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            bottom: 7px;
            width: 3px;
            border-radius: 0 3px 3px 0;
            background: #e8702a;
        }

        .afp-rail-i.active svg {
            color: #e8702a;
        }

.afp-rail-n {
    flex-shrink: 0;
    font-size: 9.5px;
    font-weight: 700;
    color: #fff;
    background: #e8702a;
    border-radius: 9px;
    padding: 0 6px;
    line-height: 16px;
}


/* ── Field pane ── */

.afp-pane {
    flex: 1;
    background:#fff;
    overflow-y: auto;
    padding: 4px 22px 24px;
    scrollbar-width: thin;
    scrollbar-color: #e2e6f0 transparent;
}

    /* the final section can never reach the top without this,
   so the rail could never mark it active */
    .afp-pane::after {
        content: '';
        display: block;
        height: 55vh;
    }

    .afp-pane::-webkit-scrollbar {
        width: 4px;
    }

    .afp-pane::-webkit-scrollbar-thumb {
        background: #e2e6f0;
        border-radius: 4px;
    }

.afp-sec {
    padding: 18px 0 4px;
    scroll-margin-top: 8px; /* rail jumps land below the top edge */
}

    .afp-sec + .afp-sec {
        border-top: .5px solid #eef1f7;
    }

.afp-sec-head {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.afp-sec-ico {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #eef2fa;
    color: #1b3a7a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afp-sec-title-holder {
    display:flex;
    flex-direction:column;
}

.afp-sec-title {
    display:block;
    font-size: 13px;
    font-weight: 600;
    color: #14295a;
}

.afp-sec-info {
    font-size: 11px;
    color: #14295a;
}

.afp-sec-head .ats-filter-badge {
    margin-left: auto;
}


/* ── Fields ── */

.afp-fld {
    margin-bottom: 14px;
}

    .afp-fld:last-child {
        margin-bottom: 2px;
    }

.afp-lbl {
    display: block;
    font-size: 11.5px;
    color: #5a6478;
    margin-bottom: 5px;
}

.afp-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* a lone short field should not span the pane */
.afp-half {
    max-width: calc(50% - 6px);
}


/* ── Ranges ── */

.afp-range-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.afp-range-vals {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 4px;
}

/* boxed values read as inputs, so an untouched range is
   obviously unset rather than looking like a real zero */
.afp-range-box {
    min-width: 56px;
    height: 31px;
    padding: 0 8px;
    border: .5px solid #c8d0e0;
    border-radius: 6px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 500;
    color: #14295a;
}

.afp-range-sep,
.afp-range-unit {
    font-size: 11.5px;
    color: #98a3bb;
}


/* ── Footer ── */

.afp-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 20px;
    border-top: .5px solid #e6eaf3;
    background: #f9fafd;
    flex-shrink: 0;
}

.afp-foot-count {
    font-size: 11.5px;
    color: #98a3bb;
}

.afp-foot .ats-btn-apply-bottom {
    margin-left: auto;
}


/* ── Narrow screens: rail becomes a scrolling strip ── */

@media (max-width: 768px) {
    .afp-main {
        flex-direction: column;
    }

    .afp-rail {
        width: 100%;
        display: flex;
        gap: 4px;
        overflow-x: auto;
        padding: 10px;
    }

    .afp-rail-lbl {
        display: none;
    }

    .afp-rail-i {
        flex-shrink: 0;
        margin-bottom: 0;
        white-space: nowrap;
    }

        .afp-rail-i.active::before {
            display: none;
        }

    .afp-two {
        grid-template-columns: 1fr;
    }

    .afp-half {
        max-width: 100%;
    }
}
.afp-close {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: #f2f4f9;
    color: #98a3bb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.afp-close:hover {
    background: #e6eaf3;
    color: #14295a;
}


/* ═══════════════════════════════════════════════
   CANDIDATE ACTIVITY — offcanvas
   act = activity
   ═══════════════════════════════════════════════ */

/* the panel owns its own layout */
.offcanvas-body:has(.act-pane) {
    padding: 0;
    display: flex;
    flex-direction: column;
}


/* ── Header ── */

.act-head {
    display: flex;
    align-items: center;
    gap: 11px;
    padding:5px 18px;
    border-bottom: .5px solid #e6eaf3;
    flex-shrink: 0;
}

.act-av {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1b3a7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.act-head-text {
    flex: 1;
    min-width: 0;
}

.act-name {
    font-size: 14px;
    font-weight: 600;
    color: #14295a;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.act-meta {
    font-size: 11px;
    color: #98a3bb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.act-close {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: #f2f4f9;
    color: #98a3bb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .act-close:hover {
        background: #e6eaf3;
        color: #14295a;
    }


/* ── Tabs ── */

.act-tabs {
    display: flex;
    gap: 2px;
    padding: 0 18px;
    border-bottom: .5px solid #e6eaf3;
    flex-shrink: 0;
}

.act-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding:7px 13px;
    font-size: 12.5px;
    color: #7a8399;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
}

    .act-tab:hover {
        color: #14295a;
    }

    .act-tab.active {
        color: #14295a;
        font-weight: 600;
        border-bottom-color: #e8702a;
    }

.act-tab-n {
    font-size: 9.5px;
    font-weight: 700;
    color: #5a6478;
    background: #eef1f7;
    border-radius: 9px;
    padding: 0 5px;
    line-height: 15px;
}

.act-tab.active .act-tab-n {
    background: #fdeade;
    color: #b8541a;
}


/* ── Panes ── */

.act-pane {
    display: none;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

    .act-pane.active {
        display: flex;
    }

.act-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px 18px;
    background: #fafbfd;
    scrollbar-width: thin;
    scrollbar-color: #e2e6f0 transparent;
}

    .act-body::-webkit-scrollbar {
        width: 4px;
    }

    .act-body::-webkit-scrollbar-thumb {
        background: #e2e6f0;
        border-radius: 4px;
    }


/* ── Pinned note ── */

.act-pin {
    display: flex;
    gap: 9px;
    padding: 10px 12px;
    border-radius: 9px;
    background: #fff8ec;
    border: .5px solid #f3ddb8;
    margin-bottom: 14px;
    position: relative;
}

.act-pin-ico {
    color: #c98a1e;
    flex-shrink: 0;
    margin-top: 1px;
}

.act-pin-body {
    flex: 1;
    min-width: 0;
}

.act-pin-text {
    font-size: 12px;
    color: #7a5d24;
    line-height: 1.5;
    word-break: break-word;
}

.act-pin-meta {
    font-size: 10px;
    color: #ad9260;
    margin-top: 3px;
}

.act-pin-x {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #d3b47e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .act-pin-x:hover {
        background: rgba(201, 138, 30, .14);
        color: #8a6416;
    }


/* ── Notes ── */

.act-note {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.act-note-av {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1b3a7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10.5px;
    font-weight: 600;
}

.act-note-body {
    flex: 1;
    min-width: 0;
}

.act-note-head {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin-bottom: 3px;
}

.act-note-who {
    font-size: 12px;
    font-weight: 600;
    color: #14295a;
}

.act-note-when {
    font-size: 10.5px;
    color: #a8b0c2;
}

.act-note-edited {
    font-size: 10px;
    color: #a8b0c2;
    font-style: italic;
}

/* tools appear on hover so the thread stays quiet */
.act-note-tools {
    margin-left: auto;
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity .12s;
}

.act-note:hover .act-note-tools {
    opacity: 1;
}

.act-note-tool {
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #a8b0c2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .act-note-tool:hover {
        background: #eef1f7;
        color: #14295a;
    }

.act-del-btn:hover {
    background: #fdeaea;
    color: #a32d2d;
}

.act-note-text {
    font-size: 12.5px;
    color: #3d4759;
    line-height: 1.55;
    background: #fff;
    border: .5px solid #e6eaf3;
    border-radius: 9px;
    border-top-left-radius: 3px;
    padding: 9px 11px;
    word-break: break-word;
    white-space: pre-wrap;
}

.act-mention {
    color: #1b3a7a;
    background: #eef2fa;
    border-radius: 3px;
    padding: 0 3px;
    font-weight: 500;
}


/* ── System events ── */

.act-ev {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    padding-left: 3px;
}

.act-ev-dot {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #eef1f7;
    color: #7a8399;
    display: flex;
    align-items: center;
    justify-content: center;
}

.act-ev-flagadd .act-ev-dot {
    background: #fdeade;
    color: #b8541a;
}

.act-ev-flagremove .act-ev-dot {
    background: #f4f5f7;
    color: #a8b0c2;
}

.act-ev-text {
    font-size: 11.5px;
    color: #7a8399;
    line-height: 1.45;
}

    .act-ev-text b {
        color: #3d4759;
        font-weight: 500;
    }


/* ── Empty ── */

.act-empty {
    text-align: center;
    padding: 40px 20px;
}

    .act-empty p {
        margin: 12px 0 4px;
        font-size: 13px;
        font-weight: 500;
        color: #7a8399;
    }

    .act-empty span {
        font-size: 11.5px;
        color: #a8b0c2;
        line-height: 1.5;
    }


/* ── Composer ── */

.act-composer {
    flex-shrink: 0;
    border-top: .5px solid #e6eaf3;
    padding: 11px 14px;
    background: #fff;
}

.act-input-wrap {
    position: relative;
}

.act-input {
    width: 100%;
    border: .5px solid #dfe4ee;
    border-radius: 9px;
    padding: 9px 11px;
    font-size: 12.5px;
    color: #3d4759;
    line-height: 1.5;
    resize: none;
    outline: none;
    font-family: inherit;
    min-height: 54px;
    max-height: 140px;
}

    .act-input:focus {
        border-color: #1b3a7a;
    }

    .act-input::placeholder {
        color: #a8b0c2;
    }

/* mention dropdown sits above the composer, not below it */
.act-mention-list {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 180px;
    overflow-y: auto;
    margin: 0;
    padding: 4px;
    list-style: none;
    background: #fff;
    border: .5px solid #e2e5ec;
    border-radius: 9px;
    box-shadow: 0 -6px 20px rgba(15, 30, 60, .12);
    z-index: 20;
}

.act-mention-i {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 6px;
    font-size: 12px;
    color: #3d4759;
    cursor: pointer;
}

    .act-mention-i:hover,
    .act-mention-i.active {
        background: #eef2fa;
    }

.act-mention-av {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #1b3a7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9.5px;
    font-weight: 600;
}

.act-composer-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 9px;
}

.act-composer-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    color: #a8b0c2;
}

.act-composer-count {
    font-size: 10.5px;
    color: #c3c9d4;
    margin-left: auto;
}

.act-post {
    background: #e8702a;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-family: inherit;
}

    .act-post:hover:not(:disabled) {
        background: #d0611f;
    }

    .act-post:disabled {
        background: #dfe4ee;
        color: #a8b0c2;
        cursor: not-allowed;
    }


/* ── Coming soon ── */

.act-soon {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 34px;
    background: #fafbfd;
}

.act-soon-ico {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #eef2fa;
    color: #8fa0c4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.act-soon-title {
    font-size: 14px;
    font-weight: 600;
    color: #14295a;
    margin: 0 0 6px;
}

.act-soon-text {
    font-size: 12.5px;
    color: #7a8399;
    line-height: 1.6;
    max-width: 290px;
    margin: 0 0 16px;
}

.act-soon-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #b8541a;
    background: #fdeade;
    border-radius: 20px;
    padding: 5px 13px;
}
/* ── Inline edit ── */

.act-edit {
    margin-top: 2px;
}

.act-edit-input {
    width: 100%;
    border: .5px solid #1b3a7a;
    border-radius: 9px;
    border-top-left-radius: 3px;
    padding: 9px 11px;
    font-size: 12.5px;
    color: #3d4759;
    line-height: 1.55;
    resize: none;
    outline: none;
    font-family: inherit;
    min-height: 62px;
    background: #fff;
}

.act-edit-foot {
    display: flex;
    gap: 7px;
    margin-top: 7px;
}

.act-edit-cancel,
.act-edit-save {
    font-size: 11.5px;
    padding: 5px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
}

.act-edit-cancel {
    border: .5px solid #dfe4ee;
    background: #fff;
    color: #5a6478;
}

    .act-edit-cancel:hover {
        border-color: #c8d0e0;
        color: #14295a;
    }

.act-edit-save {
    border: none;
    background: #e8702a;
    color: #fff;
    font-weight: 600;
}

    .act-edit-save:hover {
        background: #d0611f;
    }

/* ── Mention dropdown ── */

.act-mention-desig {
    margin-left: auto;
    font-size: 10px;
    color: #a8b0c2;
    white-space: nowrap;
}

.act-composer-count.at-limit {
    color: #e8702a;
    font-weight: 500;
}


/* ── Inline edit ── */

.act-edit {
    margin-top: 2px;
}

.act-edit-input {
    width: 100%;
    border: .5px solid #1b3a7a;
    border-radius: 9px;
    border-top-left-radius: 3px;
    padding: 9px 11px;
    font-size: 12.5px;
    color: #3d4759;
    line-height: 1.55;
    resize: none;
    outline: none;
    font-family: inherit;
    min-height: 62px;
    background: #fff;
}

.act-edit-foot {
    display: flex;
    gap: 7px;
    margin-top: 7px;
}

.act-edit-cancel,
.act-edit-save {
    font-size: 11.5px;
    padding: 5px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
}

.act-edit-cancel {
    border: .5px solid #dfe4ee;
    background: #fff;
    color: #5a6478;
}

    .act-edit-cancel:hover {
        border-color: #c8d0e0;
        color: #14295a;
    }

.act-edit-save {
    border: none;
    background: #e8702a;
    color: #fff;
    font-weight: 600;
}

    .act-edit-save:hover {
        background: #d0611f;
    }


.facet-count {
    margin-left: auto;
    font-size: 10.5px;
    color: #9aa3bb;
    flex-shrink: 0;
}

/* nobody in the current pool has this — still tickable if it was
   already chosen, so it can be removed */
.facet-empty label,
.facet-empty .facet-count {
    color: #c3c9d4;
}



/* ═══════════════════════════════════════════════
   OFFCANVAS FACETED FIELDS
   Same list as the filter-bar chips, behind a button.
   ═══════════════════════════════════════════════ */

.afp-facet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.afp-facet-clear {
    border: none;
    background: none;
    padding: 0;
    font-size: 10.5px;
    color: #e8702a;
    cursor: pointer;
    font-family: inherit;
}

    .afp-facet-clear:hover {
        text-decoration: underline;
    }


/* ── Pills ── */

.afp-facet-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 7px;
}

    .afp-facet-pills:empty {
        display: none;
    }

.afp-facet-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 25px;
    max-width: 100%;
    padding: 0 6px 0 9px;
    border-radius: 5px;
    font-size: 11.5px;
    background: #eef2fa;
    color: #1b3a7a;
    border: .5px solid transparent;
}

    .afp-facet-pill span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* ticked here but not saved — Cancel drops it, Apply keeps it */
    .afp-facet-pill.is-pending {
        background: #fff4ec;
        color: #b8541a;
        border: .5px dashed #f0c3a2;
    }

.afp-facet-pill-x {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #8fa0c4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}

.afp-facet-pill.is-pending .afp-facet-pill-x {
    color: #d9956a;
}

.afp-facet-pill-x:hover {
    background: rgba(20, 41, 90, .1);
}


/* ── Add button and its dropdown ── */

.afp-facet-anchor {
    position: relative;
}

.afp-facet-add {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    border: .5px dashed #c8d0e0;
    border-radius: 7px;
    background: #fbfcfe;
    color: #5a6478;
    font-size: 12px;
    cursor: pointer;
    font-family: inherit;
}

    .afp-facet-add:hover,
    .afp-facet-add.is-open {
        border-style: solid;
        border-color: #1b3a7a;
        color: #14295a;
        background: #fff;
    }

.afp-facet-dd {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 320px;
    max-width: 100%;
    background: #fff;
    border: .5px solid #e2e5ec;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 30, 60, .16);
    z-index: 30;
}

.afp-facet-search {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border-bottom: .5px solid #eef1f7;
}

.afp-facet-input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 12px;
    color: #3d4759;
    font-family: inherit;
}

    .afp-facet-input::placeholder {
        color: #a8b0c2;
    }

.afp-facet-list {
    max-height: 220px;
    overflow-y: auto;
    padding: 5px;
    scrollbar-width: thin;
    scrollbar-color: #e2e6f0 transparent;
}

.afp-facet-opt {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 9px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    color: #3d4759;
}

    .afp-facet-opt:hover {
        background: #f6f8fc;
    }

    .afp-facet-opt input {
        flex-shrink: 0;
        margin: 0;
        cursor: pointer;
    }

.afp-facet-opt-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.afp-facet-opt-n {
    flex-shrink: 0;
    font-size: 10.5px;
    color: #98a3bb;
    font-variant-numeric: tabular-nums;
}

/* nobody left in the pool has it — still there if already ticked */
.afp-facet-opt.is-empty .afp-facet-opt-text,
.afp-facet-opt.is-empty .afp-facet-opt-n {
    color: #c3c9d4;
}

.afp-facet-msg {
    padding: 14px 8px;
    text-align: center;
    font-size: 11.5px;
    color: #a8b0c2;
}


/* ── Footer ── */

.afp-foot-pending {
    font-size: 11px;
    color: #b8541a;
    background: #fff4ec;
    border-radius: 10px;
    padding: 2px 9px;
}
