:root { --primary-color: #1a73e8; --secondary-color: #1b294b; --button-color: #e86c3a; --white-color: #fff; --text-color: #4c4c4c; } 
.wpjb-candidate-register-steps { max-width: 980px; margin: 40px auto; padding: 0 15px; }
.wpjb-candidate-register-steps .wpjb-form { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04); margin-top: 50px; }
.cand-reg-stepper { display: flex; justify-content: space-between; gap: 16px; position: relative; }
.cand-stepper-item { position: relative; z-index: 1; text-align: center; color: #8a8f98; }
.cand-stepper-count { width: 40px; height: 40px; margin: 0 auto 8px; border-radius: 50%; background: #eef1f5; color: #6b7280; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; border: 2px solid #d9dee5; }
.cand-stepper-label { display: block; font-size: 20px; font-weight: 600; text-align: left; color: var(--secondary-color); }
.cand-stepper-item.is-active .cand-stepper-count { background: var(--button-color); color: #fff; }
.cand-stepper-item.is-active .cand-stepper-label { color: var(--secondary-color); }
.cand-stepper-item.is-complete .cand-stepper-count { background: var(--button-color); color: var(--white-color); }
.cand-stepper-item.is-complete .cand-stepper-label { color: var(--secondary-color); }
.cand-step-panel { display: none; }
.cand-step-panel.is-active { display: flex; flex-direction: column; gap: 30px; }
.cand-step-panel.cand-step-panel-3.is-active { gap: 0; }
.cand-step-panel.is-active input, .cand-step-panel.is-active select { margin-bottom: 0 !important; margin-top: 0 !important; }
.cand-two-col > div { width: 100%; }
.wpjb-candidate-register-steps fieldset { border: 0; margin: 0 0 22px; padding: 0; }
.cand-step-heading { text-align: center; margin-bottom: 24px; }
.cand-step-heading-title { margin: 0 0 8px; font-size: 42px; line-height: 1.1; font-weight: 700; color: #1f2b57; }
.cand-step-heading-desc { margin-bottom: 24px !important; font-size: 16px; line-height: 1.5; color: #6b7280; }
.wpjb-element-name-eng_level .wpjb-label { width: 100% !important; }
.wpjb-candidate-register-steps fieldset > legend { display: inline; font-size: 20px !important; font-weight: 600 !important; border: none !important; color: var(--secondary-color); margin-bottom: 41px !important; padding: 0 !important; }
.wpjb-element-input-password.wpjb-element-name-user_password .wpjb-fieldset-auth .wpjb-element-name-user_password2 { display: flex; flex-direction: column; }
.wpjb-candidate-register-steps .wpjb-label, .wpjb .cand-section-heading h3 { display: block; margin: 0 0 10px !important; font-size: 14px !important; font-weight: 600 !important; color: var(--text-color); padding: 0 !important; }
/* .wpjb-candidate-register-steps .wpjb-element-input-text .wpjb-field input { margin: 0 0 30px !important; }
*/
.wpjb .cand-section-heading h3 {margin: 0 0 -20px 0 !important; text-transform: capitalize;}
.wpjb-candidate-register-steps .cand-sub-label { margin-bottom: 8px; }
.wpjb-candidate-register-steps .wpjb-field input[type="text"], .wpjb-candidate-register-steps .wpjb-field input[type="password"], .wpjb-candidate-register-steps .wpjb-field input[type="email"], .wpjb-candidate-register-steps .wpjb-field input[type="date"], .wpjb-candidate-register-steps .wpjb-field select, .wpjb-candidate-register-steps .wpjb-field textarea { width: 100%; min-height: 48px; font-size: 13px; border: 1px solid #d8dde3; border-radius: 8px !important; padding: 12px 35px 12px 14px !important; background: #fff; color: #1f2937 !important; transition: all 0.2s ease; }
.wpjb-candidate-register-steps .wpjb-field input[type="text"]::placeholder, .wpjb-candidate-register-steps .wpjb-field input[type="password"]::placeholder, .wpjb-candidate-register-steps .wpjb-field input[type="email"]::placeholder, .wpjb-candidate-register-steps .wpjb-field input[type="date"]::placeholder, .wpjb-candidate-register-steps .wpjb-field select, .wpjb-candidate-register-steps .wpjb-field textarea::placeholder { color: #1f2937 !important; }
.wpjb .wpjb-form div.wpjb-field:has(input#cand_age) { position: relative; }
.wpjb .wpjb-form div.wpjb-field:has(input#cand_age)::after { content: ""; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background-image: url(../images/calender.png) !important; }
.wpjb .wpjb-form div.wpjb-field ul.wpjb-errors { position: absolute; bottom: -20px; top: auto; }
.wpjb-candidate-register-steps .wpjb-field textarea { min-height: 130px; resize: vertical; }
.wpjb-candidate-register-steps .wpjb-field input:focus, .wpjb-candidate-register-steps .wpjb-field select:focus, .wpjb-candidate-register-steps .wpjb-field textarea:focus { outline: none; border-color: #0d6efd; box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.08); }
.wpjb-candidate-register-steps .wpjb-required { color: #dc3545; margin-left: 4px; }
.page-template-default .wpjb.wpjb-candidate-register-steps .wpjb-hint { display: block; margin-top: 0; font-size: 14px; color: #6b7280; opacity: 1; }
.page-template-default .wpjb .cand-field-invalid + span.wpjb-hint { display: none !important; }
.wpjb-candidate-register-steps .wpjb-errors, .wpjb-candidate-register-steps .wpjb-error, .wpjb-candidate-register-steps .wpjb-field-error, .cand-error-text { color: #dc3545; font-size: 13px; margin-top: 6px; }
.cand-step-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 8px; margin-top: 8px; }
.cand-step-actions .wpjb-button, .cand-step-actions .wpjb-submit, .cand-step-actions button { min-width: 140px; min-height: 48px; border-radius: 12px; padding: 11px 22px; font-size: 15px; font-weight: 600; border: 0; cursor: pointer; transition: all 0.2s ease; }
.cand-step-actions input.wpjb-submit { min-height: 48px; padding: 10px 17px; }
.cand-step-actions .cand-step-next:hover, .cand-step-actions .wpjb-submit:hover { opacity: 0.8; }
.cand-step-actions .cand-step-next, .cand-step-actions .wpjb-submit, .wpjb-form-resume-experience a.wpjb-form-nested-close { background: var(--button-color); color: var(--white-color); width: 100%; }
.cand-step-actions .cand-step-back { background: #eef2f6; color: #374151; }
.cand-step-actions .cand-step-back:hover { background: #e2e8f0; }
.cand-department-job-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cand-department-field, .cand-jobtitle-field { width: 100%; }
.wpjb-fieldset-auth .wpjb-element-name-user_login { display: none !important; width: 50%; float: left; }
.wpjb-element-input-password { width: 50%; float: left; }
.wpjb-field { width: 100% !important; }
.wpjb-fieldset-auth { margin-bottom: 10px; }
.wpjb-fieldset-auth .wpjb-element-name-user_password, .wpjb-fieldset-auth .wpjb-element-name-user_password2 { width: 100%; }
.wpjb-fieldset-default .wpjb-options-list, .wpjb-fieldset-work_history .wpjb-options-list, .wpjb-fieldset-privacy_profile .wpjb-options-list { list-style: none; padding: 0; margin: 0; }
/* .wpjb-fieldset-work_history .wpjb-element-name-prop_types .wpjb-options-list { display: flex; flex-wrap: wrap; gap: 10px; }
*/ .wpjb-fieldset-work_history .wpjb-element-name-prop_types li { margin: 0; }
.wpjb-fieldset-work_history .wpjb-element-name-prop_types label span.wpjb-input-description { display: flex; align-items: center; gap: 8px; padding: 10px 14px !important; border: 1px solid #d8dde3; border-radius: 999px; background: #fff; cursor: pointer; transition: all 0.2s ease; margin: 10px 0; }
.wpjb-fieldset-work_history .wpjb-element-name-prop_types input[type="checkbox"] { margin: 0; }
.wpjb-fieldset-privacy_profile .wpjb-element-name-profile_visibility .wpjb-options-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wpjb-fieldset-privacy_profile .wpjb-element-name-profile_visibility label { display: block; border: 1px solid #d8dde3; border-radius: 14px; padding: 16px; cursor: pointer; background: #fff; transition: all 0.2s ease; }
.wpjb-fieldset-privacy_profile .wpjb-element-name-profile_visibility label:hover { border-color: #0d6efd; box-shadow: 0 6px 18px rgba(13, 110, 253, 0.08); }
.wpjb-fieldset-privacy_profile .wpjb-element-name-profile_visibility input[type="radio"] { margin-right: 8px; }
.wpjb-fieldset-privacy_profile .wpjb-element-name-pdpa_consent label { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.wpjb-fieldset-privacy_profile .wpjb-element-name-pdpa_consent input[type="checkbox"] { margin-top: 3px; }
.wpjb-resume-detail .wpjb-fieldset-null { border: 1px dashed #cfd6de; border-radius: 14px; padding: 20px; text-align: center; background: #fafbfd; }
.wpjb-resume-detail .wpjb-fieldset-null .wpjb-button { background: var(--button-color); color: var(--white-color) !important; border-radius: 12px; padding: 10px 18px; display: inline-block; }
.wpjb-resume-detail legend a.wpjb-myresume-detail-add { font-size: 14px; color: #0d6efd; text-decoration: none; }
.cand-field-invalid input, .cand-field-invalid select, .cand-field-invalid textarea { border-color: #dc3545 !important; box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.08) !important; }
.wpjb .cand-form-message { background: #e86c3a36; color: #1b294b; border: 1px solid #e86c3a36; border-radius: 12px; padding: 12px 14px; margin-bottom: 18px; font-size: 14px; font-weight: 500; }
/* Two-column grid for paired fields */ 
.cand-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 18px; }
.cand-phone-prefix { width: 110px !important; min-width: 110px !important; flex-shrink: 0; border-radius: 12px 0 0 12px !important; border-right: 0 !important; background: #f3f5f7; }
.cand-phone-wrap input { border-radius: 0 12px 12px 0 !important; flex: 1; }
/* Password field with toggle */
.wpjb .wpjb-form .cand-password-wrap { position: relative; float: unset !important; }
.cand-password-wrap input { padding-right: 42px !important; }
.cand-pw-toggle { position: absolute; right: 14px; top: 54px; transform: translateY(-50%); cursor: pointer; color: #9ca3af; font-size: 14px; line-height: 1; }
.cand-pw-toggle:hover { color: #374151; }
/* Department + Job Title side by side */ 
.cand-department-job-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
/* desired_role as select — full width inside its column */
.cand-jobtitle-field select, .cand-jobtitle-field input { width: 100%; }
/* Login link below continue button */ 
.cand-login-link { text-align: center; margin-top: 14px; font-size: 14px; color: #6b7280; }
.cand-login-link a { color: var(--button-color); text-decoration: none; font-weight: 400; font-size: 14px; text-decoration: underline; }
/* Hide the auth fieldset legend — passwords are now inline */ .wpjb-fieldset-auth > legend, .wpjb-fieldset-default > legend { display: none; }
.wpjb .wpjb-form .wpjb-element-name-user_password div.wpjb-field { float: none !important; }
.cand-privacy-main-title { font-size: 20px; font-weight: 700; color: #1f2937; margin-bottom: 6px; border: none; padding: 0; }
.cand-privacy-subtitle { font-size: 14px; color: #6b7280; margin-bottom: 24px; }
/* Card shell */ 
.page-template-default .wpjb .cand-privacy-card { border: 1.5px solid #e5e7eb; border-radius: 16px; padding: 20px !important; margin-bottom: 16px !important; cursor: pointer; transition: border-color 0.2s ease, box-shadow 0.2s ease; background: #fff; }
.page-template-default .wpjb .cand-privacy-card:hover { border-color: #e86c3a; box-shadow: 0 4px 16px rgba(232, 108, 58, 0.08); }
.page-template-default .wpjb .cand-privacy-card.is-selected { border-color: #e86c3a; box-shadow: 0 4px 20px rgba(232, 108, 58, 0.1); background: #e86c3a1a; }
/* Private card selected state — warm tinted background */ 
.page-template-default .wpjb .cand-privacy-private.is-selected { background: #fff8f5; }
/* Card header row */ 
.page-template-default .wpjb .cand-privacy-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.page-template-default .wpjb .cand-privacy-card-title { font-size: 16px; font-weight: 700; color: #1f2937; }
.page-template-default .wpjb .cand-privacy-badge { font-size: 13px; font-weight: 600; color: #e86c3a; margin-left: 6px; }
/* Check circle — shows only when selected */ 
.page-template-default .wpjb .cand-privacy-card-check { width: 26px; height: 26px; border-radius: 50%; background: #e5e7eb; color: transparent; display: flex; align-items: center; justify-content: center; font-size: 12px; transition: all 0.2s ease; flex-shrink: 0; }
.page-template-default .wpjb .cand-privacy-card.is-selected .cand-privacy-card-check { background: #e86c3a; color: #fff; }
.page-template-default .wpjb .cand-privacy-card-desc { font-size: 13px; color: #6b7280; margin-bottom: 16px; line-height: 1.5; }
/* Detail box inside card */ 
.wpjb .cand-privacy-detail-box { background: #fff; border: 1px solid #4c4c4c; border-radius: 12px; padding: 16px; margin-top: 10px; }
.cand-privacy-private.is-selected .cand-privacy-detail-box { background: #fff8f5; border-color: rgba(232, 108, 58, 0.22); }
.page-template-default .wpjb .cand-privacy-card.is-selected .cand-privacy-detail-box { background: #e86c3a1a; }
.wpjb .cand-privacy-block-title { font-size: 18px; font-weight: 600; color: #1b294b; margin-bottom: 10px; display: flex; align-items: center; gap: 7px; }
.wpjb .cand-privacy-visible-block { margin-bottom: 30px; }
.cand-privacy-visible-block, .cand-privacy-hidden-block { margin-bottom: 14px; }
.wpjb .cand-privacy-detail-box ul { list-style: disc; padding-left: 18px; margin: 0; }
.wpjb .cand-privacy-detail-box ul li { font-size: 13px; color: #374151; line-height: 1.7; max-width: none; list-style: disc; }
/* Trust note (Private) */ 
.wpjb .cand-privacy-trust-note { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(232, 108, 58, 0.15); font-size: 13px; font-weight: 600; color: #e86c3a; }
.wpjb .cand-privacy-trust-note i { margin-top: 2px; flex-shrink: 0; }
/* Warning note (Public) */ 
.wpjb .cand-privacy-warning-note { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; font-size: 16px; color: #000000; font-weight: 500; margin-bottom: 30px; }
.wpjb .cand-privacy-warning-note i { margin-top: 2px; flex-shrink: 0; color: #f59e0b; }
.wpjb .cand-privacy-public-desc { font-size: 13px; color: #374151; line-height: 1.5; margin: 0; max-width: none; }
/* PDPA checkbox */ 
.wpjb .cand-pdpa-wrap { margin-top: 20px; }
.wpjb .cand-pdpa-label { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: #374151; line-height: 1.6; cursor: pointer; }
.wpjb .cand-pdpa-label input[type="checkbox"] { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; accent-color: #e86c3a; cursor: pointer; }
.wpjb .cand-pdpa-label a { color: #e86c3a; text-decoration: underline; font-weight: 600; }
.wpjb .cand-pdpa-label a:hover { color: #c95a28; }
.cand-pdpa-required { display: none; /* inline in label already */ }
/* Final submit fieldset — remove old double border */ 
.wpjb .cand-final-submit { margin-top: 24px !important; padding-top: 16px !important; border-top: 1px solid #e5e7eb !important; }
/* Public profile confirmation modal */ .cand-public-confirm-overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 9999; align-items: center; justify-content: center; }
.cand-public-confirm-overlay.is-open { display: flex; }
.cand-public-confirm-modal { background: #fff; border-radius: 18px; padding: 32px 28px; max-width: 420px; width: 90%; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18); text-align: left; }
.cand-public-confirm-modal h3 { font-size: 18px; font-weight: 700; color: #1f2937; margin-bottom: 10px; }
.cand-public-confirm-modal p { font-size: 14px; color: #6b7280; margin-bottom: 20px; line-height: 1.6; max-width: none; }
.cand-public-confirm-actions { display: flex; gap: 12px; }
.cand-public-confirm-actions button { flex: 1; min-height: 44px; border-radius: 10px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; padding: 8px 8px 8px 8px; }
.cand-confirm-yes { background: #e86c3a; color: #fff; }
.cand-confirm-yes:hover { background: #c95a28; }
.cand-confirm-cancel { background: #f3f4f6; color: #374151; }
.cand-confirm-cancel:hover { background: #e5e7eb; }
/* ── Skills Tag Input ── */ 
.cand-skills-wrap:focus-within { border-color: #e86c3a; box-shadow: 0 0 0 4px rgba(232, 108, 58, 0.08); }
/* Individual tag */ 
.wpjb .cand-skill-tag { display: inline-flex; align-items: center; gap: 6px; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 999px; padding: 4px 10px 4px 12px; font-size: 13px; font-weight: 500; color: #1f2937; white-space: nowrap; /* max-width: 260px; */ height: auto; border-radius: 4px; flex-direction: row-reverse; }
.wpjb .cand-skill-tag span { overflow: hidden; text-overflow: ellipsis; }
.cand-skills-wrap span.cand-skill-tag button { display: flex; align-items: center; justify-content: center; background: transparent; color: #1B294B; font-size: 12px; cursor: pointer; flex-shrink: 0; transition: background 0.15s ease, color 0.15s ease; border: none; padding: 0; line-height: 1; }
.wpjb .cand-skill-tag-remove:hover { background: #e86c3a; color: #fff; }
/* Invisible type-in input inside tag box */ 
.wpjb .cand-skills-input { border: none !important; outline: none !important; box-shadow: none !important; padding: 4px 2px !important; min-width: 160px !important; flex: 1; font-size: 14px; color: #1f2937; background: transparent !important; min-height: unset !important; border-radius: 0 !important; }
/* Suggestions dropdown */ 
.wpjb .cand-skills-suggestions { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); max-height: 220px; overflow-y: auto; z-index: 999; padding: 6px 0; display: none; }
.wpjb .cand-skills-suggestions.is-open { display: block; }
.wpjb .cand-skill-suggestion { padding: 9px 16px; font-size: 14px; color: #374151; cursor: pointer; transition: background 0.12s ease; }
.cand-skill-suggestion:hover, .cand-skill-suggestion.is-highlighted { background: #fff5f1; color: #e86c3a; }
.cand-skill-suggestion strong { color: #e86c3a; font-weight: 700; }
/* Group heading inside suggestions */ 
.wpjb .cand-skill-suggestion-group, .wpjb .cand-skill-group-title { padding: 6px 16px 3px; font-size: 12px; color: #000000ab; text-transform: uppercase; letter-spacing: 0.05em; pointer-events: none; font-weight: 800; }
/* Wrapper needs relative for dropdown positioning */ 
.wpjb .cand-skills-outer { position: relative; }
.wpjb .cand-skills-wrap { border: 1px solid #d8dde3; border-radius: 12px; padding: 10px 12px; min-height: auto; background: #fff; display: flex; flex-wrap: wrap; gap: 8px; cursor: text; transition: border-color 0.2s ease, box-shadow 0.2s ease; position: relative; }
/* Hide the real textarea */ 
.wpjb-element-name-field_3 textarea { display: none !important; }
.wpjb-candidate-register-steps .cand-skills-outer input.cand-skills-input { height: auto!important; border: unset!important; padding: 4px 35px 4px 14px !important; }
.wpjb-form-resume-experience .wpjb-element-name-is_current .wpjb-options-list { list-style: none; padding: 0; margin: 0 0 4px; }
.wpjb-form-resume-experience .wpjb-element-name-is_current label { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #1f2937; cursor: pointer; } 
.wpjb-form-resume-experience .wpjb-element-name-is_current input[type="checkbox"] { width: 18px; height: 18px; accent-color: #e86c3a; flex-shrink: 0; }
.wpjb-element-name-prop_types ul.wpjb-options-list { display: flex; align-items: center; gap: 10px; }
.wpjb-element-name-prop_types ul.wpjb-options-list label { width: 100%; justify-content: center; }
/* --------- */ .wpjb-element-name-prop_types .wpjb-input-description { border-radius: 5px !important; justify-content: center; }
.wpjb-element-name-prop_types ul.wpjb-options-list li input[type="checkbox"]:checked + .wpjb-input-description { background: #1b294b !important; color: var(--white-color); }
.wpjb-element-name-prop_types label { border: none !important; }
/* ===================== 12/06/2026 ==================== */ 
.cand-stepper-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; }
.cand-stepper-item:before { content: ""; position: absolute; top: 50%; left: 280px; width: 140px; background: #1b294b; height: 2px; transform: translate(-50%, -50%); }
.cand-reg-stepper .cand-stepper-item:last-child::before { content: unset; }
.cand-stepper-item.is-active::before, .cand-stepper-item.is-complete::before { background: var(--button-color); }
.page .wpjb.wpjb-candidate-register-steps .cand-phone-wrap select { position: absolute; background: #f0f0f0 !important; padding: 5px !important; width: 55px !important; min-width: 55px !important; min-height: unset; top: 50%; left: 16px; transform: translatey(-50%); border-radius: 5px !important; border: unset; background-repeat: no-repeat !important; background-position: 83% 58% !important; background-size: 6px !important; background-image: url(../images/Vector-1.png) !important; }
.cand-phone-wrap { position: relative; }
.cand-phone-wrap input#phone { padding-left: 81px !important; }
.wpjb-element-input-select::after, .wpjb-element-input-text::after, .wpjb-element-input-checkbox::after { content: ""; display: block; clear: both; }
.wpjb .wpjb-element-name-cand_age { margin: 30px 0; background: transparent !important; }
.cand-field-invalid select { top: 34% !important; }
.cand-field-invalid .cand-error-text { margin-top: 5px; }
.wpjb .wpjb-element-name-is_current .wpjb-input-cols-1 { width: auto; }
.wpjb-form-resume-experience .wpjb-element-name-is_current ul.wpjb-options-list label input { width: 23px !important; height: 23px; }
.wpjb-form-resume-experience form.wpjb-form { background: #f0f0f0; border: 1px solid #e0e0e0; }
.wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-completed_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-started_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-grantor, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-detail_title, .wpjb-fieldset-work_history .wpjb-element-name-total_hosp_exp, .wpjb-fieldset-work_history .wpjb-element-name-cand_age { width: 49%; box-sizing: border-box; clear: unset; margin: 0; }
.wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-started_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-grantor, .wpjb-fieldset-work_history .wpjb-element-name-total_hosp_exp { float: left; }
.wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-completed_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-detail_title, .wpjb-fieldset-work_history .wpjb-element-name-cand_age { float: right; }
.wpjb-candidate-register-steps .cand-step-actions button, .wpjb-candidate-register-steps .cand-step-actions input.wpjb-submit { flex: 1; }
.wpjb-candidate-register-steps .cand-step-actions button.cand-step-back { border: 1px solid #e86c3a; background: transparent; color: #e86c3a; }
.cand-step-panel-2 fieldset.wpjb-fieldset-experience a.wpjb-myresume-detail-add { display: none; }
fieldset.wpjb-fieldset-skills_languages .wpjb-element-name-add_lang_spoken { margin-bottom: 30px; }
.wpjb .cand-pdpa-wrap .wpjb-field input { width: auto !important; }
.wpjb .cand-step-panel .wpjb-myresume-detail { position: relative; border: 1px solid #e0e0e0 !important; background: #f0f0f0; border-radius: 12px; padding: 20px; margin-top: 20px; }
.wpjb .cand-step-panel .wpjb-myresume-detail .wpjb-motif { color: #e86c3a; }
.wpjb .cand-step-panel .wpjb-myresume-detail .wpjb-myresume-detail-actions a { border: 1px solid #e0e0e0; background: transparent; color: #1b294b !important; border-radius: 4px; aspect-ratio: 1; width: 35px; padding: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.wpjb .cand-step-panel .wpjb-myresume-detail .wpjb-myresume-detail-actions { gap: 10px; display: flex; align-items: center; }
.wpjb .wpjb-form-resume-experience a.wpjb-form-nested-save { background: var(--button-color); color: var(--white-color) !important; border: 1px solid var(--button-color); }
.wpjb .wpjb-form-resume-experience a.wpjb-form-nested-save, .wpjb .wpjb-form-resume-experience a.wpjb-form-nested-close { font-family: "Plus Jakarta Sans"; font-size: 14px; line-height: 21px; padding: 8px 20px; border-radius: 5px; transition: all 0.2s ease; }
.wpjb .wpjb-form-resume-experience .wpjb-form-actions, .wpjb .wpjb-form-resume-experience .wpjb-form-actions div { display: flex; align-items: center; gap: 10px; }
.wpjb .wpjb-form-resume-experience a.wpjb-form-nested-save:hover, .wpjb-resume-detail .wpjb-fieldset-null .wpjb-button:hover { background: #1b294b; color: var(--white-color) !important; }
.wpjb .wpjb-form-resume-experience a.wpjb-form-nested-close:hover { background: var(--button-color); color: var(--white-color) !important; }
span.cand-pw-toggle i { color: #4c4c4c; }
.wpjb .wpjb-form .wpjb-input-cols-1 { width: auto !important; }
.wpjb .wpjb-fieldset-work_history .wpjb-element-name-total_hosp_exp label.wpjb-label { width: 100%; }
.wpjb .wpjb-element-name-prop_types { display: inline-block; margin-top: 30px; }
 .wpjb .wpjb-form .cand-password-wrap span.cand-pw-toggle {top: 55px;}
/* ============================ media screen start here ============================= */ 
@media (max-width: 1199px) { 
.wpjb-candidate-register-steps { max-width: 100%; }
.wpjb-candidate-register-steps .wpjb-form { padding: 20px; }
.page .wpjb.wpjb-candidate-register-steps .cand-phone-wrap select { top: 38%; }
.wpjb .cand-privacy-warning-note { margin-bottom: 10px; }
.wpjb .cand-privacy-visible-block { margin-bottom: 0; }
.wpjb-candidate-register-steps .wpjb-form { margin-top: 30px; }
}
@media (max-width: 991px) {
.cand-stepper-item:before { left: 218px; width: 100px; }
.cand-stepper-label { font-size: 18px; }
.cand-step-panel.is-active { gap: 15px; }
.wpjb-candidate-register-steps fieldset.wpjb-fieldset-job .wpjb-field input, .wpjb-candidate-register-steps .wpjb-element-input-select .wpjb-field select, .wpjb-candidate-register-steps .wpjb-element-input-text .wpjb-field input, .wpjb-candidate-register-steps .form-group .control-form-wrapper input { margin-bottom: 10px !important; }
.wpjb-candidate-register-steps .wpjb-label { width: 100% !important; }
.cand-two-col { gap: 15px; }
.page .wpjb.wpjb-candidate-register-steps .cand-phone-wrap select { top: 42%; }
.cand-step-heading-title { font-size: 28px; }
.wpjb-candidate-register-steps fieldset > legend { margin-bottom: 20px!important; }
.page-template-default .wpjb .cand-privacy-card { padding: 15px !important; margin-bottom: 10px !important; }
}
@media (max-width: 767px) { 
.cand-privacy-card { padding: 16px; }
.wpjb-candidate-register-steps { margin: 20px auto; position: relative; }
.wpjb-candidate-register-steps .wpjb-form { padding: 10px; border-radius: 14px; margin-top: 15px; }
.cand-reg-stepper { gap: 8px; margin-bottom: 20px; }
.wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-completed_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-started_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-grantor, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-detail_title, .wpjb-fieldset-work_history .wpjb-element-name-total_hosp_exp, .wpjb-fieldset-work_history .wpjb-element-name-cand_age { padding: 0; }
.cand-stepper-count { width: 25px; height: 25px; font-size: 12px; margin-bottom: 6px; }
.cand-stepper-label { font-size: 12px; }
.cand-department-job-wrap, .wpjb-fieldset-privacy_profile .wpjb-element-name-profile_visibility .wpjb-options-list { grid-template-columns: 1fr; }
.cand-step-actions { flex-direction: column; align-items: stretch; }
.cand-step-actions .wpjb-button, .cand-step-actions .wpjb-submit, .cand-step-actions button { width: 100%; }
.cand-two-col, .cand-department-job-wrap { grid-template-columns: 1fr; }
.cand-phone-prefix { width: 90px !important; min-width: 90px !important; }
.cand-two-col, .cand-step-panel.is-active { gap: 5px; }
.wpjb-candidate-register-steps fieldset.wpjb-fieldset-job .wpjb-field input, .wpjb-candidate-register-steps .wpjb-element-input-select .wpjb-field select, .wpjb-candidate-register-steps .wpjb-element-input-text .wpjb-field input, .wpjb-candidate-register-steps .form-group .control-form-wrapper input { margin-bottom: 10px !important; height: 48px; }
.wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-completed_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-started_at, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-grantor, .wpjb-form-resume-experience form.wpjb-form .wpjb-element-name-detail_title, .wpjb-fieldset-work_history .wpjb-element-name-total_hosp_exp, .wpjb-fieldset-work_history .wpjb-element-name-cand_age { width: 100%; }
.wpjb-candidate-register-steps fieldset > legend { margin-bottom: 20px !important; font-size: 18px !important; }
.wpjb .wpjb-form div.wpjb-field:has(input#cand_age)::after { top: 42%; width: 20px; height: 20px; }
.wpjb .wpjb-element-name-prop_types { margin-top: 10px; }
.wpjb-element-name-prop_types ul.wpjb-options-list { gap: 0px 10px; flex-wrap: wrap; }
.wpjb-fieldset-work_history .wpjb-element-name-prop_types label span.wpjb-input-description { margin: 5px 0; padding: 7px 12px !important; }
.wpjb fieldset.wpjb-fieldset-skills_languages { margin-top: 20px; }
fieldset.wpjb-fieldset-skills_languages .wpjb-element-name-add_lang_spoken { margin-bottom: 10px; }
.cand-step-panel .cand-step-actions { margin-top: 20px; }
.wpjb .wpjb-form input { height: 48px; }
.wpjb .cand-department-job-wrap, .wpjb .wpjb-element-name-user_password, .wpjb .wpjb-element-name-user_password2 { margin-bottom: 10px; }
.wpjb .cand-step-panel .wpjb-myresume-detail { padding: 10px; margin-top: 15px; }
.wpjb .cand-privacy-detail-box { padding: 10px; }
.page-template-default .wpjb .cand-privacy-card-check { width: 24px; height: 24px; }
.wpjb .cand-privacy-block-title { font-size: 16px; gap: 5px; }
.wpjb .cand-privacy-block-title img { width: 18px; height: 18px; object-fit: cover; }
.cand-public-confirm-modal { padding: 20px 10px; width: 96%; }
.cand-public-confirm-actions { gap: 5px; }
.wpjb .cand-section-heading h3 {margin: 0 0 0px 0 !important;}
.wpjb-candidate-register-steps .wpjb-field input[type="text"], 
.wpjb-candidate-register-steps .wpjb-field input[type="password"], 
.wpjb-candidate-register-steps .wpjb-field input[type="email"], 
.wpjb-candidate-register-steps .wpjb-field input[type="date"], 
.wpjb-candidate-register-steps .wpjb-field select, .wpjb-candidate-register-steps .wpjb-field textarea {padding: 12px 14px 12px 14px !important;}
.wpjb .wpjb-form .cand-password-wrap span.cand-pw-toggle {top: 52px;}
.wpjb .cand-skills-wrap {padding: 0;}
.wpjb-candidate-register-steps .wpjb-field input[type="text"], .wpjb-candidate-register-steps .wpjb-field input[type="password"], .wpjb-candidate-register-steps .wpjb-field input[type="email"], .wpjb-candidate-register-steps .wpjb-field input[type="date"], .wpjb-candidate-register-steps .wpjb-field select, .wpjb-candidate-register-steps .wpjb-field textarea { font-size: 14px!important;}
}
@media (max-width: 575px) { 
.cand-stepper-item { gap: 9px; min-width: 100px; }
.cand-stepper-label { font-size: 10px; min-width: 65px; text-align: center; }
.cand-stepper-item:before { left: 100px; width: 40px; }
.page-template-default .wpjb.wpjb-candidate-register-steps .wpjb-hint { font-size: 12px; line-height: 16px; }
.cand-step-heading-desc { margin-bottom: 20px !important; font-size: 14px; }
.cand-step-heading-title { font-size: 22px; } }