﻿
/* ==========================================================================
   JustJob Jobseeker Registration Wizard
   Theme reference: justjob.co.in  (primary brand blue #005B87)
   ========================================================================== */
:root {
    --jj-primary: #005B87;
    --jj-primary-dark: #00405f;
    --jj-primary-darker: #00304a;
    --jj-primary-light: #EAF4F8;
    --jj-primary-lighter: #F5FAFC;
    --jj-accent: #FDB813;
    --jj-success: #1F9D55;
    --jj-text: #152733;
    --jj-text-light: #5c7182;
    --jj-border: #dbe6ec;
    --jj-bg: #eef3f6;
    --jj-white: #ffffff;
    --jj-radius: 10px;
    --jj-shadow: 0 4px 18px rgba(0,60,90,0.08);
}

.panel {
    background: transparent;
}

.jjw-field > span:last-child {
    font-size: 10px;
    ;
    color: red !important;
}

.jjw-pill-group > span:last-child {
    font-size: 10px;
    color: red !important;
}

.jjw-btn-row .col-lg-6 > span:last-child {
    font-size: 10px;
    color: red !important;
}

input[type="radio"] + label:after {
    display: none;
}

.padngL-zero {
    padding-left: 0px;
}

.paddingR-zero {
    padding-left: 0px;
}

.header {
    height: 54px
}

    .header img {
        width: 120px !important;
        padding-top: 3px !important;
    }

.header-item-right {
    display: none;
}

.header-item-center {
    display: none;
}

.footerNew {
    display: none;
}

input[type=checkbox], input[type=radio] {
    margin: 1px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

p, a, span, label {
    font-family: font-family: "Inter", sans-serif !important;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    display: none !important
}

input[type="checkbox"] + label:after {
    display: none !important
}

.jjw * {
    box-sizing: border-box;
}

.jjw {
    background: var(--jj-bg);
    padding: 31px 16px 48px;
    font-family: font-family: "Inter", sans-serif !important;
    color: var(--jj-text);
}

.jjw-container {
    max-width: 83%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 312px 1fr;
    gap: 24px;
    align-items: start;
    width: 83%;
}

/* -------------------- LEFT PROMO / SIDE PANEL -------------------- */
.jjw-side {
    position: sticky;
    top: 20px;
}

.jjw-side-card {
    background: linear-gradient(160deg,var(--jj-primary) 0%,var(--jj-primary-darker) 100%);
    border-radius: var(--jj-radius);
    padding: 28px 16px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .jjw-side-card h2 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 500;
        margin: 0 0 18px;
        font-family: 'Inter';
        text-align: center;
        color: #fff;
        display: none;
    }

.jjw-checklist {
    background: #fff;
    border-radius: 8px;
    padding: 16px 13px;
    color: var(--jj-text);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

    .jjw-checklist div {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12.5px;
        font-weight: 400;
        padding: 6px 0;
    }

    .jjw-checklist .tick {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--jj-primary);
        color: #fff;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

.jjw-side-figure {
    position: relative;
    height: 20px;
    margin-top: 14px;
}

    .jjw-side-figure .jjw-avatar {
        display: none;
        position: absolute;
        right: -6px;
        bottom: 0;
        width: 150px;
        height: 170px;
        background: rgba(255,255,255,0.12);
        border-radius: 50% 50% 0 0;
        display: flex;
        align-items: flex-end;
        display: none;
        justify-content: center;
        overflow: hidden;
    }

        .jjw-side-figure .jjw-avatar .jjw-person {
            font-size: 80px;
            line-height: 1;
        }

.jjw-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.55);
}

.jjw-trust {
    background: #fff;
    border-radius: var(--jj-radius);
    margin-top: 18px;
    padding: 13px 17px 13px 13px;
    text-align: center;
    box-shadow: var(--jj-shadow);
}

    .jjw-trust p {
        margin: 0 0 12px;
        font-size: 11px;
        color: var(--jj-text-light);
        font-weight: 400;
        text-align: center;
    }

.jjw-trust-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
}

    .jjw-trust-logos span {
        background: var(--jj-primary-light);
        color: var(--jj-primary-dark);
        font-weight: 500;
        font-size: 11.5px;
        padding: 5px 7px;
        border-radius: 6px;
        letter-spacing: .2px;
    }

/* -------------------- RIGHT FORM CARD -------------------- */
.jjw-form-card {
    background: #fff;
    border-radius: var(--jj-radius);
    box-shadow: var(--jj-shadow);
    overflow: hidden;
    min-height: 352px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 429px; */
}

.jjw-form-header {
    padding: 15px 14px 13px 20px;
    border-bottom: 1px solid var(--jj-border);
    display: flex;
    align-items: center;
    gap: 12px;
}

.jjw-back-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--jj-text);
    font-size: 22px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 6px;
}

    .jjw-back-btn:hover {
        background: var(--jj-primary-light);
    }

.jjw-step-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--jj-text);
    flex-shrink: 0;
}

.jjw-progress-track {
    flex: 1;
    height: 7px;
    background: var(--jj-border);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 6px;
}

.jjw-progress-fill {
    height: 100%;
    background: linear-gradient(90deg,var(--jj-primary),var(--jj-accent));
    border-radius: 6px;
    transition: width .3s ease;
}

.jjw-step-count {
    font-size: 12px;
    color: var(--jj-text-light);
    font-weight: 700;
    white-space: nowrap;
    display: none;
}

.jjw-form-body {
    padding: 10px 20px 0px 20px;
    flex: 1;
    overflow-y: auto;
}

.jjw-form-footer {
    padding: 18px 0px 24px;
    border-top: 1px solid var(--jj-border);
    display: flex;
    gap: 10px;
}


.jjw-step-panel {
    animation: jjwFade .25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@keyframes jjwFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.jjw-field {
    margin-bottom: 20px;
}

    .jjw-field label.jjw-label {
        display: block;
        font-weight: 600;
        font-size: 12px;
        color: var(--jj-text);
        margin-bottom: 7px;
        font-family: 'Inter';
    }

.jjw-hint {
    font-size: 12px;
    color: #152733;
    margin: -6px 0 10px;
    display: block;
    font-weight: 600;
}

.jjw-input, .jjw-select {
    width: 100%;
    padding: 8px 14px;
    border: 1.5px solid var(--jj-border);
    border-radius: 8px;
    font-size: 12.5px;
    color: var(--jj-text);
    background: #fff;
    outline: none;
    transition: border-color .15s;
}

    .jjw-input:focus, .jjw-select:focus {
        border-color: var(--jj-primary);
    }

.jjw-date-wrap {
    position: relative;
}

    .jjw-date-wrap .jjw-cal-ico {
        position: absolute;
        right: 14px;
        top: 14px;
        transform: translateY(-50%);
        color: var(--jj-text-light);
        pointer-events: none;
        font-size: 15px;
    }

/* pill / chip buttons */
.jjw-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jjw-pill {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 24px;
    border: 1.5px solid var(--jj-border);
    background: #fff;
    color: var(--jj-text);
    font-size: 12.5px;
    font-weight: 400 !important;
    cursor: pointer;
    text-decoration: none;
}

    .jjw-pill:hover {
        border-color: var(--jj-primary);
        color: #005b87;
    }

    .jjw-pill.selected {
        border-color: var(--jj-primary);
        color: var(--jj-primary);
        background: var(--jj-primary-light);
    }

.jjw-chip.selected {
    border-color: var(--jj-primary);
    color: #fff;
    background: var(--jj-primary);
}

.jjw-chip .rm {
    margin-left: 6px;
    font-weight: 900;
}

/* radio-card group (english proficiency) */
.jjw-radiocard-group {
    border: 1.5px solid var(--jj-primary);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.jjw-radiocard {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--jj-border);
    cursor: pointer;
    background: #fff;
    color: red;
}

    .jjw-radiocard:last-child {
        border-bottom: none;
    }

    .jjw-radiocard .dot {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #b7c4cc;
        margin-top: 2px;
        flex-shrink: 0;
        position: relative;
    }

    .jjw-radiocard.selected .dot {
        border-color: var(--jj-primary);
    }

        .jjw-radiocard.selected .dot:after {
            content: '';
            position: absolute;
            inset: 3px;
            border-radius: 50%;
            background: var(--jj-primary);
        }

    .jjw-radiocard .rc-title {
        font-weight: 600;
        font-size: 13.5px;
        color: #000;
    }

    .jjw-radiocard .rc-sub {
        font-size: 13.5px;
        color: #000;
        margin-top: 2px;
        font-weight: 600;
        margin-left: 3px;
    }

    .jjw-radiocard.selected .rc-title {
        color: var(--jj-primary);
    }

/* language / job-role chip picker box */
.jjw-chipbox {
    background: var(--jj-primary-lighter);
    border: 1px solid var(--jj-border);
    border-radius: 8px;
    padding: 14px;
}

.jjw-ai-tag {
    color: var(--jj-primary);
    font-weight: 700;
    font-size: 12.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.jjw-chip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.jjw-chip {
    padding: 6px 12px;
    border-radius: 20px;
    border: 1.5px solid var(--jj-border);
    background: #fff;
    font-size: 12.5px;
    font-weight: 400;
    color: var(--jj-text);
    cursor: pointer;
}

    .jjw-chip:hover {
        border-color: var(--jj-primary);
        color: #005b87;
        background: #fff;
    }

.jjw-search {
    position: relative;
    margin-bottom: 14px;
}

    .jjw-search .ico {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--jj-text-light);
    }

    .jjw-search .jjw-input {
        padding-left: 38px;
    }

.jjw-suggest-block {
    margin-top: 14px;
}

    .jjw-suggest-block h4 {
        font-size: 12px;
        text-transform: none;
        color: var(--jj-text);
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 12px 0 8px;
    }

        .jjw-suggest-block h4:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--jj-primary);
        }

/* info / promo banner (resume fast-track banner on step 1) */
.jjw-banner {
    border: 1.5px solid var(--jj-primary);
    background: var(--jj-primary-light);
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0 0 0;
    cursor: pointer;
    display: none;
}

    .jjw-banner .ico-box {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background: var(--jj-primary);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
    }

    .jjw-banner .txt strong {
        display: block;
        font-size: 14.5px;
        color: var(--jj-text);
    }

    .jjw-banner .txt span {
        font-size: 12.5px;
        color: var(--jj-text-light);
    }

    .jjw-banner .chev {
        margin-left: auto;
        color: var(--jj-primary);
        font-size: 18px;
    }

.jjw-badge-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFF6E0;
    color: #a9700c;
    border: 1px solid #FDE3A7;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    display: none;
}

/* buttons */
.jjw-btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.jjw-btn-primary {
    background: var(--jj-primary);
    color: #fff;
}

    .jjw-btn-primary:hover {
        background: var(--jj-primary-dark);
    }

    .jjw-btn-primary[disabled] {
        background: #9fc2d2;
        cursor: not-allowed;
    }

.jjw-btn-dark {
    background: #152733;
    color: #fff;
}

.jjw-btn-outline {
    background: #fff;
    color: var(--jj-primary);
    border: 1.5px solid var(--jj-primary);
    margin-top: 10px;
}

.jjw-btn-row {
    display: flex;
    gap: 12px;
}

    .jjw-btn-row .jjw-btn {
        flex: 1;
    }

.jjw-checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 15px;
}

    .jjw-checkbox-row input {
        width: 16px;
        height: 16px;
        accent-color: var(--jj-primary);
    }

    .jjw-checkbox-row label {
        font-size: 12.5px;
        color: var(--jj-text);
        font-weight: 400;
        padding-left: 0px !important;
        margin-bottom: 0px;
    }

/* resume upload dropzone */
.jjw-upload-zone {
    background: var(--jj-primary-lighter);
    border: 2px dashed var(--jj-primary);
    border-radius: 12px;
    margin-bottom: 12px;
    text-align: center;
    padding: 23px 20px;
}

    .jjw-upload-zone .upl-ico {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .jjw-upload-zone h3 {
        margin: 0px 0px 5px;
        font-size: 16px;
        color: var(--jj-text);
        padding-top: 9px;
        font-weight: 600;
    }

    .jjw-upload-zone p.sub {
        margin: 0 0 0px;
        color: var(--jj-text-light);
        font-size: 13.5px;
        text-align: center;
        font-weight: 500;
    }

    .jjw-upload-zone .hint {
        font-size: 12.5px;
        color: var(--jj-text-light);
        margin-top: 0px;
    }

.jjw-file-input {
    display: block;
    margin: 0 auto;
    display: flex !important;
}

.jjw-benefit-list {
    margin: 8px 0 22px;
}

    .jjw-benefit-list div {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 8px 0;
        font-size: 14px;
    }

    .jjw-benefit-list .tick {
        color: var(--jj-primary);
        font-weight: 900;
    }

/* success screen */
.jjw-success {
    text-align: center;
    padding: 30px 10px;
}

    .jjw-success .circle {
        width: 74px;
        height: 74px;
        border-radius: 50%;
        background: var(--jj-success);
        color: #fff;
        font-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
    }

    .jjw-success h2 {
        /* color: var(--jj-accent); */
        font-size: 20px;
        margin: 10px 0 6px;
        background: linear-gradient(90deg, #ea6f39, #ffd97d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Inter';
        font-weight: 600;
        font-size: 22px;
    }

    .jjw-success h3 {
        font-size: 14px;
        margin: 0 0 20px;
        color: var(--jj-text);
        font-family: 'Inter';
        font-weight: 600;
    }

    .jjw-success .tip {
        font-size: 13px;
        color: #003c5b;
        background: #004e740d;
        display: inline-block;
        padding: 10px 16px;
        font-weight: 600;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

.jjw-form-footer {
    justify-content: space-between;
}



.jjw-profile-progress-wrap {
    text-align: center;
    margin: 10px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-bar.countGet {
    position: relative;
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.regcomprofileimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    height: 84%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.jjw-percent-badge {
    position: absolute;
    bottom: 1px;
    right: 24px;
    background: #005c87;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.jjw-profile-progress-caption {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
/* responsive */
@media (max-width:900px) {


    .jjw-container {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 69px;
        width: 100%;
        align-items: stretch;
    }

    .jjw-side {
        position: static;
    }

    .jjw-side-card {
        min-height: auto;
        padding-bottom: 20px;
    }

    .jjw-side-figure {
        display: none;
    }

    .jjw-btn {
        font-size: 12px;
    }

    .mMarbottom-zero {
        margin-bottom: 0px;
    }
}

@media (max-width:600px) {

    .mbRow-cstm {
        flex-direction: column;
    }

    .jjw {
        padding: 14px 10px 32px;
    }

    .jjw-form-header {
        padding: 16px 16px 12px;
        flex-wrap: wrap;
    }

    .jjw-form-body {
        padding: 18px;
        max-height: none;
    }

    .jjw-form-footer {
        padding: 14px 0px 0px;
    }

    .jjw-pill {
        padding: 8px 14px;
        font-size: 13px;
    }

    .jjw-step-title {
        font-size: 15.5px;
    }

    .jjw-side-card h2 {
        font-size: 19px;
    }

    table.jjw-english-list td {
        height: 100% !important;
        padding: 13px 4px 10px 8px !important;
        vertical-align: middle !important;
        border: 0 !important;
        border-bottom: 1px solid #d9e0e5 !important;
        display: flex;
    }

    table.jjw-english-list input[type="radio"] {
        width: 12px !important;
        height: 12px !important;
        min-width: 12px !important;
    }

    table.jjw-english-list tr {
        height: 100% !important;
    }
}

/* ==========================================================================
   ADD-ON STYLES for the new Experience Details section
   Append this block to the END of css/jobseekerRegis.css
   ========================================================================== */

/* ---- Work status branch cards (Fresher vs Experienced) ---- */
.jjw-workstatus-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.jjw-workstatus-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1.5px solid var(--jj-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    color: var(--jj-text);
}

    .jjw-workstatus-card:hover {
        border-color: var(--jj-primary);
    }

    .jjw-workstatus-card .ws-ico {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        background: var(--jj-primary-light);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
    }

    .jjw-workstatus-card .ws-body {
        display: flex;
        flex-direction: column;
        text-align: left;
        flex: 1;
    }

    .jjw-workstatus-card .ws-title {
        font-weight: 700;
        font-size: 14px;
        color: var(--jj-text);
    }

    .jjw-workstatus-card .ws-sub {
        font-size: 12px;
        color: var(--jj-text-light);
        margin-top: 2px;
    }

    .jjw-workstatus-card .ws-dot {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #b7c4cc;
        flex-shrink: 0;
        position: relative;
    }

    .jjw-workstatus-card.selected {
        border-color: var(--jj-primary);
        background: var(--jj-primary-lighter);
    }

        .jjw-workstatus-card.selected .ws-title {
            color: var(--jj-primary);
        }

        .jjw-workstatus-card.selected .ws-dot {
            border-color: var(--jj-primary);
        }

            .jjw-workstatus-card.selected .ws-dot:after {
                content: '';
                position: absolute;
                inset: 3px;
                border-radius: 50%;
                background: var(--jj-primary);
            }

/* ---- Progressive "experience summary" card ---- */
.jjw-exp-summary {
    border: 1px solid var(--jj-border);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 18px;
    background: #fff;
}

    .jjw-exp-summary .es-head {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .jjw-exp-summary .es-head .es-ico {
            width: 34px;
            height: 34px;
            border-radius: 8px;
            background: var(--jj-primary-light);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            flex-shrink: 0;
        }

        .jjw-exp-summary .es-head strong {
            display: block;
            font-size: 14px;
            color: var(--jj-text);
        }

        .jjw-exp-summary .es-head span {
            font-size: 12.5px;
            color: var(--jj-text-light);
        }

    .jjw-exp-summary .es-badge {
        display: inline-block;
        margin-top: 10px;
        font-size: 11.5px;
        color: var(--jj-primary);
        background: var(--jj-primary-light);
        border: 1px solid var(--jj-border);
        border-radius: 14px;
        padding: 3px 10px;
    }

    .jjw-exp-summary .es-row {
        margin-top: 10px;
    }

    .jjw-exp-summary .es-lbl {
        display: block;
        font-size: 11.5px;
        color: var(--jj-text-light);
    }

    .jjw-exp-summary .es-val {
        display: block;
        font-size: 13px;
        color: var(--jj-text);
        font-weight: 600;
        margin-top: 2px;
    }

/* ---- Info banner (salary tip etc.) ---- */
.jjw-info-banner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--jj-primary-lighter);
    border: 1px solid var(--jj-border);
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 12.5px;
    color: var(--jj-primary-dark);
    margin-top: 6px;
}

    .jjw-info-banner .ib-ico {
        flex-shrink: 0;
    }

@media (max-width:600px) {
    .jjw-workstatus-card {
        padding: 14px;
    }

        .jjw-workstatus-card .ws-title {
            font-size: 13px;
        }
}

@media (min-width:991px) {
}


/* ---- Resume Step: Have Resume / Build Resume toggle ---- */
.jjw-resume-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.jjw-resume-toggle-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 14px;
    border: 1.5px solid var(--jj-border);
    border-radius: 10px;
    background: #fff;
    color: var(--jj-text-light);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .15s;
}

    .jjw-resume-toggle-btn .rt-ico {
        font-size: 15px;
    }

    .jjw-resume-toggle-btn:hover {
        border-color: var(--jj-primary);
        color: var(--jj-primary);
    }

    .jjw-resume-toggle-btn.selected {
        border-color: var(--jj-primary);
        background: var(--jj-primary-light);
        color: var(--jj-primary);
    }

/* ---- Upload zone: custom file button + filename ---- */
.jjw-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 7px 0 6px;
    position: relative;
}

.jjw-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--jj-primary);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s;
}

    .jjw-upload-btn .ub-ico {
        font-size: 14px;
    }

    .jjw-upload-btn:hover {
        background: var(--jj-primary-dark);
    }

.jjw-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.jjw-file-name {
    font-size: 12.5px;
    color: var(--jj-text-light);
    font-weight: 500;
}

    .jjw-file-name.has-file {
        color: var(--jj-success);
        font-weight: 600;
    }



/* Education radio buttons */
.jjw-education-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

    /* Hide actual radio button */
    .jjw-education-list input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    /* Normal pill */
    .jjw-education-list label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 22px;
        min-height: 48px;
        border: 1px solid #d8e1e7;
        border-radius: 28px;
        background: #fff;
        color: #263746;
        font-size: 18px;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

        /* Hover */
        .jjw-education-list label:hover {
            border-color: #006da8;
        }

        /* SELECTED */
        .jjw-education-list label:has(input[type="radio"]:checked) {
            background: #eef7fc;
            border: 2px solid #006da8;
            color: #006da8;
            padding: 9px 21px;
        }
/* Education Radio List */
.jjw-education-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    background: transparent !important;
    border: none !important;
}

    /* Radio button completely hide */
    .jjw-education-list input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        margin: 0;
    }

    /* Normal button */
    .jjw-education-list label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 1px 18px 4px 20px;
        min-height: 22px;
        border: 1px solid #d8e1e7;
        border-radius: 28px;
        background: #fff;
        color: #263746;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s ease;
        box-sizing: border-box;
        padding-left: 14px !important;
        height: 27px;
    }

    /* Selected button */
    .jjw-education-list input[type="radio"]:checked + label {
        border-color: var(--jj-primary);
        color: var(--jj-primary);
        background: var(--jj-primary-light);
        border-width: 1px;
        padding: 5px 18px;
    }
    /* Green selected dot completely remove */
    .jjw-education-list input[type="radio"],
    .jjw-education-list input[type="radio"]:checked,
    .jjw-education-list input[type="radio"] + label::before,
    .jjw-education-list input[type="radio"] + label::after {
        display: none !important;
        content: none !important;
    }

    /* Checkbox completely hide */
    .jjw-education-list input[type="checkbox"],
    .jjw-education-list input[type="checkbox"]:checked,
    .jjw-education-list input[type="checkbox"] + label::before,
    .jjw-education-list input[type="checkbox"] + label::after {
        display: none !important;
        content: none !important;
    }

    /* ASP.NET ka actual checkbox hide */
    .jjw-education-list input[type="checkbox"] {
        position: absolute !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        /* Selected checkbox pill */
        .jjw-education-list input[type="checkbox"]:checked + label {
            border-color: #006f9f;
            color: #006f9f;
            background: #f3f9fc;
        }


.jjw-gender-pills {
    display: flex;
    align-items: center;
    gap: 14px;
}

.jjw-radio-pill {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

    /* ASP.NET ka actual radio hide */
    .jjw-radio-pill input[type="radio"] {
        position: absolute !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Pill */
    .jjw-radio-pill label {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 69px;
        height: 32px;
        padding: 0 9px !important;
        margin: 0 !important;
        border: 2px solid #dce5eb;
        border-radius: 28px;
        background: #fff;
        color: #35424c;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        cursor: pointer;
        box-sizing: border-box;
    }

    /* Selected pill */
    .jjw-radio-pill input[type="radio"]:checked + label {
        border-color: #006f9f;
        color: #006f9f;
        background: #f3f9fc;
    }


/* Keep existing jjw-select design */
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 35.33px !important;
        border: 1px solid #d9e1e7 !important;
        border-radius: 8px !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            padding-left: 14px !important;
            padding-right: 35px !important;
            color: #333 !important;
            line-height: 42px !important;
            font-size: 12px !important;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 42px !important;
            right: 8px !important;
        }

.select2-dropdown {
    border: 1px solid #d9e1e7 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.select2-search--dropdown {
    padding: 8px !important;
}

    .select2-search--dropdown .select2-search__field {
        height: 38px !important;
        border: 1px solid #d9e1e7 !important;
        border-radius: 6px !important;
        padding: 6px 10px !important;
        outline: none !important;
    }

.select2-results__option {
    padding: 9px 12px !important;
    font-size: 12px !important;
}


.jjw-chip-check {
    display: inline-flex;
    align-items: center;
    border: 2px solid #dce7ee;
    border-radius: 25px;
    padding: 5px 18px;
    margin: 0 8px 10px 0;
    background: #fff;
    color: #344454;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .jjw-chip-check input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .jjw-chip-check:hover {
        border-color: #006b9c;
    }

    .jjw-chip-check:has(input[type="checkbox"]:checked) {
        border-color: #006b9c;
        color: #006b9c;
        background: #f4fbff;
    }


.jjw-workstatus-list {
    width: 100%;
    display: block;
}


    /* Each RadioButtonList item */
    .jjw-workstatus-list > span {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }


    /* Hide actual radio button */
    .jjw-workstatus-list input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
    }


    /* Main Card */
    .jjw-workstatus-list label {
        width: 100%;
        box-sizing: border-box;
        display: block;
        position: relative;
        padding: 18px 75px 17px 23px;
        border: 2px solid #d9e3e8;
        border-radius: 18px;
        background: #ffffff;
        cursor: pointer;
        font-family: inherit;
        font-size: 21px;
        line-height: 1.3;
        font-weight: 700;
        color: #102f43;
        transition: all 0.2s ease;
        display: flex;
    }









    /* Right Unselected Circle */
    .jjw-workstatus-list label {
        margin-bottom: 12px;
    }


    /* Selected Card */
    .jjw-workstatus-list input[type="radio"]:checked + label {
        border-color: #006b98;
        background-color: #f5fbfd;
        background-image: radial-gradient( circle at calc(100% - 40px) 50%, #006b98 0, #006b98 6px, transparent 6px, transparent 10px, #006b98 10px, #006b98 13px, transparent 13px );
    }


    /* Hover */
    .jjw-workstatus-list label:hover {
        border-color: #8fb8ca;
    }


/* Mobile */
@media (max-width: 600px) {

    .jjw-workstatus-list label {
        min-height: 83px;
        padding: 20px 10px 20px 10px;
        border-radius: 15px;
        font-size: 16px;
    }

        .jjw-workstatus-list label::before {
            left: 18px;
            width: 48px;
            height: 48px;
            font-size: 23px;
        }

        .jjw-workstatus-list label::after {
            left: 82px;
            top: 53px;
            font-size: 14px;
        }
}



..jjw-workstatus-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jjw-workstatus-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.ws-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ws-ico {
    font-size: 27px;
    line-height: 1;
}

.ws-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ws-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.ws-sub {
    font-size: 13px;
    color: #777;
}

/* IMPORTANT */
.jjw-workstatus-card .ws-radio {
    display: block !important;
    margin: 0;
}

    /* ASP.NET RadioButton ke andar input */
    .jjw-workstatus-card .ws-radio input[type="radio"] {
        appearance: auto !important;
        -webkit-appearance: radio !important;
        display: inline-block !important;
        width: 18px;
        height: 18px;
        margin: 0;
        cursor: pointer;
    }

.jjw-workstatus-card input[type="radio"] {
    appearance: auto !important;
    -webkit-appearance: radio !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}



/* =========================================
   ENGLISH RADIO BUTTON LIST
   ========================================= */

table.jjw-english-list {
    width: 100% !important;
    border-radius: 15px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff !important;
    overflow: hidden !important;
    margin: 0 !important;
}

    /* Each row */
    table.jjw-english-list tr {
        height: 52px !important;
    }

    /* Each cell */
    table.jjw-english-list td {
        height: 50px;
        padding: 0 14px;
        vertical-align: middle !important;
        border: 0 !important;
        border-bottom: 1px solid #d9e0e5 !important;
    }

    /* Last row */
    table.jjw-english-list tr:last-child td {
        border-bottom: none !important;
    }

    /* Actual ASP.NET radio */
    table.jjw-english-list input[type="radio"] {
        display: inline-block !important;
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        margin: 0 10px 0 0 !important;
        padding: 0 !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        border: 1px solid #b9c7d0 !important;
        border-radius: 50% !important;
        background: #fff !important;
        vertical-align: middle !important;
        cursor: pointer !important;
        box-sizing: border-box !important;
    }

        /* Selected radio */
        table.jjw-english-list input[type="radio"]:checked {
            border-color: #006cae !important;
            background: radial-gradient( circle, #006cae 0, #006cae 6px, #fff 7px, #fff 100% ) !important;
        }

    /* Text */
    table.jjw-english-list label {
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        font-family: "Inter", sans-serif !important;
        font-size: 12px;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        color: #111 !important;
        cursor: pointer !important;
        vertical-align: middle !important;
    }

    /* Selected text */
    table.jjw-english-list input[type="radio"]:checked + label {
        color: #006cae !important;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    padding-bottom: 0px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px !important;
}

input[type="radio"] + label {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -4px !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #dddddd59 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #003753 !important;
}

.form-control:not(.note-image-input) {
    height: 35.33px;
    padding: 0px 10px 5px 24px;
    width: 100% !important;
}

/* Custom dropdown wrapper */
.jjw-custom-select {
    position: relative;
    width: 100%;
}

    /* Original ASP.NET select hide */
    .jjw-custom-select > select.jjw-select {
        display: none !important;
    }

/* Closed dropdown */
.jjw-custom-select-box {
    width: 100%;
    min-height: 35.33px;
    padding: 0 42px 0 14px;
    border: 1px solid #d6e1e7;
    border-radius: 10px;
    background: #fff;
    color: #162b3a;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

/* Selected/active border */
.jjw-custom-select.open .jjw-custom-select-box {
    border-color: #006f9f;
}

/* Arrow */
.jjw-custom-select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #172b3a;
    border-bottom: 2px solid #172b3a;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.jjw-custom-select.open .jjw-custom-select-arrow {
    transform: translateY(-25%) rotate(225deg);
}

/* Dropdown popup */
.jjw-custom-options {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 5px);
    background: #fff;
    border: 1px solid #d6e1e7;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    z-index: 9999;
    max-height: 132px; /* approx 4-5 options */
    overflow-y: auto;
    font-size: 12px;
    display: none;
    box-sizing: border-box;
}

/* Open */
.jjw-custom-select.open .jjw-custom-options {
    display: block;
}

/* Option */
.jjw-custom-option {
    min-height: 24px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #162b3a;
    font-size: 12px;
    background: #fff;
}

    /* Hover */
    .jjw-custom-option:hover {
        background: #f3f9fc;
    }

    /* Selected */
    .jjw-custom-option.selected {
        background: #f3f9fc;
        color: #006f9f;
        font-weight: 500;
    }

/* Scrollbar */
.jjw-custom-options::-webkit-scrollbar {
    width: 7px;
}

.jjw-custom-options::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.jjw-custom-options::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    border-radius: 10px;
}

    .jjw-custom-options::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.jjw-date-wrap .jjw-custom-select-box {
    padding-left: 30px;
}

.divflex-50 {
    display: flex;
    gap: 12px;
}

    .divflex-50 button {
        width: 48%;
    }

.jjw-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
    animation: fadeInOverlay 0.3s ease-in-out;
}

@keyframes fadeInOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.jjw-loading-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease-out;
    min-width: 220px;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.jjw-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #4a90e2;
    border-radius: 50%;
    animation: jjwSpin 1s linear infinite;
    margin: 0 auto 16px;
}

@keyframes jjwSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.jjw-loading-text {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

.jjw-form-footer input:first-child, .divflex-50 input:first-child {
    background: #01bbfd !important;
}

@media only screen and (min-width: 1400px) {
    .header {
        height: 70px !important;
    }

        .header img {
            width: 140px !important;
            padding-top: 7px !important;
        }

    .jjw {
        padding: 130px 16px 48px;
    }

    .jjw-side-card h2 {
        font-size: 18px;
    }

    .jjw-container {
        grid-template-columns: 330px 1fr;
    }

    .jjw-checklist div {
        font-size: 14px !important;
    }

    .jjw-field label.jjw-label {
        font-size: 14px !important;
    }

    .jjw-radio-pill label {
        font-size: 14px !important;
    }

    .jjw-input, .jjw-select {
        font-size: 13.5px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 13.5px !important;
    }

    .jjw-education-list label {
        font-size: 14px !important;
    }

    .jjw-input, .jjw-select {
        font-size: 14px !important;
    }

    .jjw-hint {
        font-size: 14px !important;
    }

    .jjw-workstatus-card .ws-sub {
        font-size: 13px !important;
    }

    .jjw-field label.jjw-label {
        font-size: 14px !important;
    }

    label {
        font-size: 14px !important;
    }

    table.jjw-english-list label {
        font-size: 14px !important;
    }

    .jjw-ai-tag {
        font-size: 13.5px;
    }

    .jjw-suggest-block h4 {
        font-size: 14px;
    }

    .jjw-file-name {
        font-size: 13.5px;
    }

    .jjw-upload-zone .hint {
        font-size: 13.5px;
    }
}
