:root {
    --ne-portal-ink: #162033;
    --ne-portal-muted: #667085;
    --ne-portal-line: #e4e7ec;
    --ne-portal-soft: #f5f8fc;
    --ne-portal-blue: #155eef;
    --ne-portal-blue-dark: #0d47a1;
    --ne-portal-green: #087a5b;
    --ne-portal-white: #fff;
    --ne-portal-shadow: 0 16px 40px rgba(16, 24, 40, .09);
}

#body_portal_2026 {
    background: #f3f6fa;
}

.ne-portal-shell,
.ne-portal-shell *,
.ne-portal-shell *::before,
.ne-portal-shell *::after {
    box-sizing: border-box;
}

.ne-portal-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 28px auto 58px;
    color: var(--ne-portal-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.ne-portal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr);
    gap: clamp(26px, 5vw, 64px);
    align-items: center;
    overflow: hidden;
    padding: clamp(30px, 5vw, 64px);
    border-radius: 24px;
    color: var(--ne-portal-white);
    background:
        radial-gradient(circle at 90% 5%, rgba(92, 184, 255, .38), transparent 30%),
        linear-gradient(135deg, #0b3d91 0%, #155eef 54%, #087a5b 125%);
    box-shadow: var(--ne-portal-shadow);
}

.ne-portal-employer .ne-portal-hero {
    background:
        radial-gradient(circle at 92% 4%, rgba(254, 215, 93, .32), transparent 29%),
        linear-gradient(135deg, #102a56 0%, #155eef 58%, #087a5b 130%);
}

.ne-portal-eyebrow,
.ne-portal-section-kicker,
.ne-portal-card-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ne-portal-eyebrow {
    margin-bottom: 12px;
    color: #d7e6ff;
}

.ne-portal-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.ne-portal-hero-copy > p {
    max-width: 690px;
    margin: 20px 0 0;
    color: #e9f0ff;
    font-size: 17px;
    line-height: 1.6;
}

.ne-portal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    margin-top: 28px;
}

.ne-portal-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.ne-portal-button:hover {
    transform: translateY(-1px);
}

.ne-portal-button-primary {
    color: var(--ne-portal-blue-dark);
    background: #fff;
}

.ne-portal-shell a.ne-portal-button-primary:link,
.ne-portal-shell a.ne-portal-button-primary:visited {
    color: var(--ne-portal-blue-dark) !important;
}

.ne-portal-button-primary:hover {
    background: #eaf2ff;
}

.ne-portal-button-ghost {
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.ne-portal-shell a.ne-portal-button-ghost:link,
.ne-portal-shell a.ne-portal-button-ghost:visited {
    color: #fff !important;
}

.ne-portal-button-ghost:hover {
    background: rgba(255, 255, 255, .18);
}

.ne-portal-button-light {
    border-color: var(--ne-portal-line);
    color: var(--ne-portal-blue);
    background: #fff;
}

.ne-portal-shell a.ne-portal-button-light:link,
.ne-portal-shell a.ne-portal-button-light:visited {
    color: var(--ne-portal-blue) !important;
}

.ne-portal-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.ne-portal-metrics div {
    display: grid;
    gap: 3px;
}

.ne-portal-metrics strong {
    color: #fff;
    font-size: 19px;
}

.ne-portal-metrics span {
    color: #dbe8ff;
    font-size: 12px;
}

.ne-portal-search-card,
.ne-portal-action-card {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    color: var(--ne-portal-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 36px rgba(7, 29, 72, .18);
}

.ne-portal-card-kicker {
    color: var(--ne-portal-blue);
}

.ne-portal-search-card h2,
.ne-portal-action-card h2 {
    margin: 8px 0 18px;
    color: var(--ne-portal-ink);
    font-size: 24px;
    line-height: 1.16;
}

.ne-portal-search-card form {
    display: grid;
    gap: 13px;
}

.ne-portal-search-card label {
    display: grid;
    gap: 6px;
}

.ne-portal-search-card label span {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.ne-portal-search-card input {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ccd4df;
    border-radius: 9px;
    outline: none;
    color: var(--ne-portal-ink);
    background: #fff;
    font: inherit;
}

.ne-portal-search-card input:focus {
    border-color: #78a5ff;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .12);
}

.ne-portal-search-card button,
.ne-portal-card-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--ne-portal-blue);
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.ne-portal-shell a.ne-portal-card-button:link,
.ne-portal-shell a.ne-portal-card-button:visited {
    color: #fff !important;
}

.ne-portal-search-card button:hover,
.ne-portal-card-button:hover {
    background: var(--ne-portal-blue-dark);
}

.ne-portal-text-link {
    display: inline-flex;
    gap: 7px;
    margin-top: 15px;
    color: var(--ne-portal-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ne-portal-shell a.ne-portal-text-link:link,
.ne-portal-shell a.ne-portal-text-link:visited {
    color: var(--ne-portal-blue) !important;
}

.ne-portal-text-link:hover {
    text-decoration: underline;
}

.ne-portal-action-card ul {
    display: grid;
    gap: 11px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.ne-portal-action-card li {
    position: relative;
    padding-left: 24px;
    color: #475467;
    line-height: 1.45;
}

.ne-portal-action-card li::before {
    position: absolute;
    top: 1px;
    left: 0;
    content: "✓";
    color: var(--ne-portal-green);
    font-weight: 900;
}

.ne-portal-card-button {
    width: 100%;
}

.ne-portal-section {
    margin-top: 24px;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--ne-portal-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--ne-portal-shadow);
}

.ne-portal-section-heading {
    max-width: 700px;
    margin-bottom: 28px;
}

.ne-portal-section-kicker {
    color: var(--ne-portal-blue);
}

.ne-portal-section h2,
.ne-portal-split h2,
.ne-portal-trust h2,
.ne-portal-final-cta h2 {
    margin: 8px 0 0;
    color: var(--ne-portal-ink);
    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.1;
    letter-spacing: -.03em;
}

.ne-portal-section-heading p,
.ne-portal-split > div > p {
    margin: 12px 0 0;
    color: var(--ne-portal-muted);
    font-size: 16px;
    line-height: 1.6;
}

.ne-portal-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.ne-portal-feature-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--ne-portal-line);
    border-radius: 15px;
    background: var(--ne-portal-soft);
}

.ne-portal-feature-number {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: var(--ne-portal-blue-dark);
    background: #dfeaff;
    font-size: 12px;
    font-weight: 900;
}

.ne-portal-feature-card h3 {
    margin: 18px 0 8px;
    color: var(--ne-portal-ink);
    font-size: 21px;
}

.ne-portal-feature-card p {
    margin: 0 0 20px;
    color: var(--ne-portal-muted);
    line-height: 1.55;
}

.ne-portal-feature-card a {
    display: inline-flex;
    gap: 7px;
    margin-top: auto;
    color: var(--ne-portal-blue);
    font-weight: 800;
    text-decoration: none;
}

.ne-portal-shell .ne-portal-feature-card a:link,
.ne-portal-shell .ne-portal-feature-card a:visited {
    color: var(--ne-portal-blue) !important;
}

.ne-portal-feature-card a:hover {
    text-decoration: underline;
}

.ne-portal-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
    margin-top: 24px;
    padding: clamp(30px, 5vw, 58px);
    border-radius: 20px;
    background: #eaf1ff;
}

.ne-portal-steps {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ne-portal-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
    border: 1px solid rgba(21, 94, 239, .14);
    border-radius: 13px;
    background: rgba(255, 255, 255, .76);
}

.ne-portal-steps li > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ne-portal-blue);
    font-weight: 900;
}

.ne-portal-steps strong {
    color: var(--ne-portal-ink);
    font-size: 16px;
}

.ne-portal-steps p {
    margin: 4px 0 0;
    color: var(--ne-portal-muted);
    line-height: 1.45;
}

.ne-portal-trust {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
    gap: 40px;
    align-items: center;
    margin-top: 24px;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid #bfe3d7;
    border-radius: 20px;
    background: #effaf6;
}

.ne-portal-trust p {
    margin: 0;
    color: #326153;
    font-size: 16px;
    line-height: 1.65;
}

.ne-portal-final-cta {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid var(--ne-portal-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--ne-portal-shadow);
}

.ne-portal-final-cta .ne-portal-actions {
    flex-shrink: 0;
    margin-top: 0;
}

.ne-portal-final-cta .ne-portal-button-primary {
    color: #fff;
    background: var(--ne-portal-blue);
}

.ne-portal-shell .ne-portal-final-cta a.ne-portal-button-primary:link,
.ne-portal-shell .ne-portal-final-cta a.ne-portal-button-primary:visited {
    color: #fff !important;
}

@media (max-width: 900px) {
    .ne-portal-hero,
    .ne-portal-split,
    .ne-portal-trust {
        grid-template-columns: 1fr;
    }

    .ne-portal-card-grid {
        grid-template-columns: 1fr;
    }

    .ne-portal-feature-card {
        min-height: auto;
    }
}

@media (max-width: 640px) {
    .ne-portal-shell {
        width: min(100% - 18px, 1180px);
        margin-top: 10px;
    }

    .ne-portal-hero,
    .ne-portal-section,
    .ne-portal-split,
    .ne-portal-trust,
    .ne-portal-final-cta {
        border-radius: 15px;
    }

    .ne-portal-hero h1 {
        font-size: 36px;
    }

    .ne-portal-actions,
    .ne-portal-final-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ne-portal-button {
        width: 100%;
    }

    .ne-portal-metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


/* NetEmprego access, registration and contact pages — 2026 */
:root {
    --ne-access-ink: #162033;
    --ne-access-muted: #667085;
    --ne-access-line: #e4e7ec;
    --ne-access-soft: #f5f8fc;
    --ne-access-blue: #155eef;
    --ne-access-blue-dark: #0d47a1;
    --ne-access-green: #087a5b;
    --ne-access-red: #b42318;
    --ne-access-white: #fff;
    --ne-access-shadow: 0 16px 42px rgba(16, 24, 40, .09);
}

#body_access_2026 {
    background: #f3f6fa;
}

.ne-access-shell,
.ne-access-shell *,
.ne-access-shell *::before,
.ne-access-shell *::after {
    box-sizing: border-box;
}

.ne-access-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto 58px;
    color: var(--ne-access-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.ne-access-shell h1,
.ne-access-shell h2,
.ne-access-shell p {
    font-family: Arial, Helvetica, sans-serif;
}

.ne-access-shell a,
.ne-access-shell a:link,
.ne-access-shell a:visited {
    color: var(--ne-access-blue) !important;
}

.ne-access-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 2%, rgba(92, 184, 255, .38), transparent 30%),
        linear-gradient(135deg, #0b3d91 0%, #155eef 56%, #087a5b 128%);
    box-shadow: var(--ne-access-shadow);
}

.ne-access-company-registration .ne-access-hero,
.ne-login-employer .ne-access-hero {
    background:
        radial-gradient(circle at 92% 4%, rgba(254, 215, 93, .32), transparent 29%),
        linear-gradient(135deg, #102a56 0%, #155eef 58%, #087a5b 130%);
}

.ne-access-eyebrow,
.ne-access-card-kicker,
.ne-access-form-heading span {
    display: inline-block;
    color: #d7e6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ne-access-hero h1 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(31px, 4.5vw, 52px);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.ne-access-hero p {
    max-width: 720px;
    margin: 15px 0 0;
    color: #e9f0ff;
    font-size: 16px;
    line-height: 1.65;
}

.ne-access-hero-compact {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    padding: clamp(28px, 5vw, 50px);
}

.ne-access-hero-compact > div {
    min-width: 0;
}

.ne-access-hero-link {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 46px;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    font-weight: 800;
    text-decoration: none;
}

.ne-access-shell a.ne-access-hero-link:link,
.ne-access-shell a.ne-access-hero-link:visited {
    color: #fff !important;
}

.ne-access-hero-link:hover {
    background: rgba(255, 255, 255, .2);
}

.ne-access-form-panel,
.ne-contact-form-card {
    margin-top: 22px;
    padding: clamp(23px, 4vw, 42px);
    border: 1px solid var(--ne-access-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--ne-access-shadow);
}

.ne-access-form-heading {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ne-access-line);
}

.ne-access-form-heading span,
.ne-access-card-kicker {
    color: var(--ne-access-blue);
}

.ne-access-form-heading h2 {
    margin: 5px 0 0;
    color: var(--ne-access-ink);
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.16;
}

.ne-access-form-heading p {
    flex: 0 0 auto;
    margin: 0;
    color: var(--ne-access-muted);
    font-size: 12px;
}

.ne-access-form-heading p strong {
    color: var(--ne-access-red);
}

/* Moderniza os formulários PHPJobs sem alterar os nomes nem a lógica dos campos. */
.ne-modern-form-element,
.ne-modern-form-element table,
.ne-modern-form-element tbody {
    width: 100%;
}

.ne-modern-form-element table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--ne-access-ink);
    font-size: 14px;
}

.ne-modern-form-element td {
    padding: 8px 6px;
    border: 0;
    color: var(--ne-access-ink);
    line-height: 1.5;
}

.ne-modern-form-element td:first-child:not([colspan]) {
    padding-top: 17px;
    color: #344054;
}

.ne-modern-form-element .desctext {
    color: var(--ne-access-muted);
    font-size: 14px;
}

.ne-modern-form-element .default_text,
.ne-modern-form-element small {
    color: var(--ne-access-muted);
}

.ne-modern-form-element input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.ne-modern-form-element select,
.ne-modern-form-element textarea {
    width: min(100%, 650px) !important;
    min-height: 46px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #cbd5e1 !important;
    border-radius: 9px !important;
    outline: none;
    color: var(--ne-access-ink);
    background: #fff;
    font: inherit;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.ne-modern-form-element textarea {
    min-height: 112px;
    resize: vertical;
}

.ne-modern-form-element input[type="file"] {
    padding: 7px !important;
    background: var(--ne-access-soft) !important;
}

.ne-modern-form-element input:focus,
.ne-modern-form-element select:focus,
.ne-modern-form-element textarea:focus {
    border-color: #78a5ff !important;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .12);
}

.ne-modern-form-element input[type="checkbox"],
.ne-modern-form-element input[type="radio"] {
    width: 17px !important;
    height: 17px;
    margin: 2px 7px 2px 0;
    vertical-align: middle;
    accent-color: var(--ne-access-blue);
}

.ne-modern-form-element label {
    color: #344054;
}

.ne-modern-form-element .bx_jsecseparator,
.ne-modern-form-element .bx_esecseparator {
    margin-top: 15px;
    padding: 12px 0 9px;
    border: 0;
    border-bottom: 2px solid #dce8fa;
    color: var(--ne-access-blue-dark);
    background: transparent;
    font-size: 16px;
    font-weight: 800;
}

.ne-modern-form-element .isubmit,
.ne-modern-form-element input[type="submit"],
.ne-modern-form-element input[type="button"] {
    min-height: 44px;
    margin: 8px 0 0 8px;
    padding: 0 18px !important;
    border: 1px solid var(--ne-access-blue) !important;
    border-radius: 9px !important;
    color: #fff !important;
    background: var(--ne-access-blue) !important;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ne-modern-form-element input[type="button"] {
    border-color: #cbd5e1 !important;
    color: #344054 !important;
    background: #fff !important;
}

.ne-modern-form-element .isubmit:hover,
.ne-modern-form-element input[type="submit"]:hover {
    border-color: var(--ne-access-blue-dark) !important;
    background: var(--ne-access-blue-dark) !important;
}

.ne-modern-form-element .verror_top,
#company-form-errors:not(:empty),
.ne-access-alert {
    margin: 0 0 22px;
    padding: 14px 16px;
    border: 1px solid #f3b6b2;
    border-radius: 10px;
    color: #7a271a;
    background: #fff1f0;
}

.ne-modern-form-element .verror_top p,
#company-form-errors p {
    margin-top: 0;
    font-weight: 800;
}

.ne-modern-form-element .verror_top ul,
#company-form-errors ul,
.ne-access-alert ul {
    margin: 7px 0 0;
    padding-left: 20px;
}

.ne-modern-form-element .error_text {
    color: var(--ne-access-red);
}

.ne-modern-form-element .cf-turnstile {
    display: flex;
    justify-content: flex-end;
    margin: 9px 0;
}

/* Login */
.ne-login-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .72fr);
    gap: clamp(30px, 6vw, 72px);
    align-items: center;
    padding: clamp(30px, 6vw, 66px);
}

.ne-login-switch {
    display: inline-flex;
    gap: 4px;
    margin-top: 25px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 11px;
    background: rgba(7, 29, 72, .18);
}

.ne-login-switch a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 15px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none;
}

.ne-login-switch a:link,
.ne-login-switch a:visited {
    color: #e7efff !important;
}

.ne-login-switch a.active {
    color: var(--ne-access-blue-dark) !important;
    background: #fff;
}

.ne-login-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.ne-login-benefits li {
    position: relative;
    padding-left: 21px;
    color: #e9f0ff;
    font-size: 13px;
}

.ne-login-benefits li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: #8ff0ce;
    content: "✓";
    font-weight: 900;
}

.ne-login-card {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 18px;
    color: var(--ne-access-ink);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 38px rgba(7, 29, 72, .2);
}

.ne-login-card h2 {
    margin: 7px 0 20px;
    color: var(--ne-access-ink);
    font-size: 25px;
    line-height: 1.18;
}

.ne-login-card form,
.ne-login-card form > label:not(.ne-access-check) {
    display: grid;
    gap: 7px;
}

.ne-login-card form {
    gap: 14px;
}

.ne-login-card label > span {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.ne-login-card input[type="email"],
.ne-login-card input[type="password"] {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    outline: none;
    color: var(--ne-access-ink);
    background: #fff;
    font: inherit;
}

.ne-login-card input:focus {
    border-color: #78a5ff;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .12);
}

.ne-access-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 2px 0;
    color: var(--ne-access-muted);
    font-size: 12px;
}

.ne-access-check input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--ne-access-blue);
}

.ne-login-card button,
.ne-contact-form button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--ne-access-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ne-login-card button:hover,
.ne-contact-form button:hover {
    background: var(--ne-access-blue-dark);
}

.ne-login-card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--ne-access-line);
    font-size: 13px;
    font-weight: 800;
}

.ne-login-support {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0;
    color: var(--ne-access-muted);
    font-size: 13px;
}

.ne-login-support p {
    margin: 0;
}

.ne-login-support a {
    font-weight: 800;
    text-decoration: none;
}

.ne-access-alert-info {
    border-color: #b2ccff;
    color: #1849a9;
    background: #eff4ff;
}

.ne-access-alert-success {
    border-color: #a6f4c5;
    color: #05603a;
    background: #ecfdf3;
}

.ne-access-alert-error {
    border-color: #f3b6b2;
    color: #7a271a;
    background: #fff1f0;
}

/* Contacto */
.ne-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr);
    gap: clamp(28px, 6vw, 70px);
    align-items: center;
    padding: clamp(30px, 5vw, 56px);
}

.ne-contact-promise {
    display: grid;
    gap: 7px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 16px;
    background: rgba(255, 255, 255, .11);
}

.ne-contact-promise strong {
    color: #fff;
    font-size: 17px;
}

.ne-contact-promise span {
    color: #e7efff;
    font-size: 13px;
}

.ne-contact-layout {
    display: grid;
    grid-template-columns: minmax(250px, .54fr) minmax(0, 1.46fr);
    gap: 22px;
    align-items: start;
    margin-top: 22px;
}

.ne-contact-options {
    padding: 28px;
    border: 1px solid var(--ne-access-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ne-access-shadow);
}

.ne-contact-options h2 {
    margin: 7px 0 12px;
    color: var(--ne-access-ink);
    font-size: 23px;
    line-height: 1.22;
}

.ne-contact-options > p {
    margin: 0 0 20px;
    color: var(--ne-access-muted);
}

.ne-contact-option {
    display: grid;
    gap: 2px;
    padding: 15px 0;
    border-top: 1px solid var(--ne-access-line);
}

.ne-contact-option strong {
    color: var(--ne-access-ink);
}

.ne-contact-option span {
    color: var(--ne-access-muted);
    font-size: 13px;
}

.ne-contact-options > a {
    display: inline-flex;
    gap: 7px;
    margin-top: 15px;
    font-weight: 800;
    text-decoration: none;
}

.ne-contact-form-card {
    margin-top: 0;
}

.ne-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.ne-contact-form label {
    display: grid;
    gap: 7px;
}

.ne-contact-form label > span {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.ne-contact-field-wide {
    grid-column: 1 / -1;
}

.ne-contact-form input,
.ne-contact-form textarea {
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    outline: none;
    color: var(--ne-access-ink);
    background: #fff;
    font: inherit;
}

.ne-contact-form input {
    height: 46px;
}

.ne-contact-form textarea {
    min-height: 165px;
    resize: vertical;
}

.ne-contact-form input:focus,
.ne-contact-form textarea:focus {
    border-color: #78a5ff;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .12);
}

.ne-contact-form small {
    color: var(--ne-access-muted);
}

.ne-contact-form .cf-turnstile {
    margin: 20px 0 12px;
}

.ne-contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .ne-login-hero,
    .ne-contact-hero,
    .ne-contact-layout {
        grid-template-columns: 1fr;
    }

    .ne-login-card {
        max-width: 560px;
    }

    .ne-contact-promise {
        max-width: 520px;
    }
}

@media (max-width: 700px) {
    .ne-access-shell {
        width: min(100% - 20px, 1120px);
        margin-top: 14px;
    }

    .ne-access-hero,
    .ne-access-form-panel,
    .ne-contact-form-card,
    .ne-contact-options {
        border-radius: 15px;
    }

    .ne-access-hero-compact {
        display: grid;
        padding: 26px 22px;
    }

    .ne-access-hero-link {
        justify-self: start;
    }

    .ne-access-form-heading {
        display: grid;
        gap: 10px;
        align-items: start;
    }

    .ne-modern-form-element table,
    .ne-modern-form-element tbody,
    .ne-modern-form-element tr,
    .ne-modern-form-element td {
        display: block;
        width: 100% !important;
    }

    .ne-modern-form-element td:first-child:not([colspan]) {
        padding: 13px 0 3px;
    }

    .ne-modern-form-element td:not(:first-child) {
        padding-right: 0;
        padding-left: 0;
    }

    .ne-modern-form-element td[colspan] {
        padding-right: 0;
        padding-left: 0;
    }

    .ne-modern-form-element .isubmit,
    .ne-modern-form-element input[type="submit"],
    .ne-modern-form-element input[type="button"] {
        width: 100%;
        margin-left: 0;
    }

    .ne-modern-form-element .cf-turnstile {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .ne-login-hero,
    .ne-contact-hero {
        padding: 28px 22px;
    }

    .ne-login-card {
        padding: 22px;
    }

    .ne-login-benefits,
    .ne-login-support {
        display: grid;
    }

    .ne-login-support {
        gap: 5px;
        justify-items: center;
    }

    .ne-contact-fields {
        grid-template-columns: 1fr;
    }

    .ne-contact-field-wide {
        grid-column: auto;
    }
}


/* NetEmprego Home 2026 */
:root {
    --ne-home-ink: #162033;
    --ne-home-muted: #667085;
    --ne-home-line: #e4e7ec;
    --ne-home-soft: #f5f8fc;
    --ne-home-blue: #155eef;
    --ne-home-blue-dark: #0d47a1;
    --ne-home-green: #087a5b;
    --ne-home-white: #fff;
    --ne-home-shadow: 0 16px 42px rgba(16, 24, 40, .09);
}

#body_home_2026 {
    background: #f3f6fa;
}

.ne-home-shell,
.ne-home-shell *,
.ne-home-shell *::before,
.ne-home-shell *::after {
    box-sizing: border-box;
}

.ne-home-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 28px auto 58px;
    color: var(--ne-home-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.ne-home-shell h1,
.ne-home-shell h2,
.ne-home-shell h3,
.ne-home-shell p {
    font-family: Arial, Helvetica, sans-serif;
}

.ne-home-shell a,
.ne-home-shell a:link,
.ne-home-shell a:visited {
    color: var(--ne-home-blue) !important;
}

.ne-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(350px, .7fr);
    gap: clamp(30px, 6vw, 72px);
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 6vw, 68px);
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 91% 4%, rgba(92, 184, 255, .4), transparent 30%),
        linear-gradient(135deg, #0b3d91 0%, #155eef 55%, #087a5b 130%);
    box-shadow: var(--ne-home-shadow);
}

.ne-home-eyebrow,
.ne-home-card-kicker,
.ne-home-section-kicker {
    display: inline-block;
    color: #d7e6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ne-home-hero h1 {
    max-width: 700px;
    margin: 9px 0 0;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.ne-home-hero-copy > p {
    max-width: 670px;
    margin: 20px 0 0;
    color: #e9f0ff;
    font-size: 17px;
    line-height: 1.65;
}

.ne-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.ne-home-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease;
}

.ne-home-button:hover {
    transform: translateY(-1px);
}

.ne-home-shell a.ne-home-button-light:link,
.ne-home-shell a.ne-home-button-light:visited {
    color: var(--ne-home-blue-dark) !important;
    background: #fff;
}

.ne-home-shell a.ne-home-button-ghost:link,
.ne-home-shell a.ne-home-button-ghost:visited {
    border-color: rgba(255, 255, 255, .48);
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
}

.ne-home-button-ghost:hover {
    background: rgba(255, 255, 255, .19) !important;
}

.ne-home-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.ne-home-stats div {
    display: grid;
    gap: 3px;
}

.ne-home-stats strong {
    color: #fff;
    font-size: 20px;
}

.ne-home-stats span {
    color: #dbe8ff;
    font-size: 12px;
}

.ne-home-search-card {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 18px;
    color: var(--ne-home-ink);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 42px rgba(7, 29, 72, .22);
}

.ne-home-card-kicker,
.ne-home-section-kicker {
    color: var(--ne-home-blue);
}

.ne-home-search-card h2 {
    margin: 7px 0 19px;
    color: var(--ne-home-ink);
    font-size: 25px;
    line-height: 1.18;
}

.ne-home-search-card form,
.ne-home-search-card label {
    display: grid;
    gap: 7px;
}

.ne-home-search-card form {
    gap: 14px;
}

.ne-home-search-card label span {
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.ne-home-search-card input,
.ne-home-search-card select {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    outline: none;
    color: var(--ne-home-ink);
    background: #fff;
    font: inherit;
}

.ne-home-search-card input:focus,
.ne-home-search-card select:focus {
    border-color: #78a5ff;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .12);
}

.ne-home-search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ne-home-search-card button {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 17px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--ne-home-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ne-home-search-card button:hover {
    background: var(--ne-home-blue-dark);
}

.ne-home-search-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--ne-home-line);
    font-size: 12px;
    font-weight: 800;
}

.ne-home-search-links a {
    text-decoration: none;
}

.ne-home-audiences {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.ne-home-audiences article {
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid var(--ne-home-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ne-home-shadow);
}

.ne-home-audiences article:first-child {
    background: linear-gradient(140deg, #fff 0%, #eef5ff 100%);
}

.ne-home-audiences .ne-home-audience-employer {
    background: linear-gradient(140deg, #fff 0%, #eefbf6 100%);
}

.ne-home-audiences h2 {
    max-width: 480px;
    margin: 7px 0 11px;
    color: var(--ne-home-ink);
    font-size: clamp(23px, 3vw, 31px);
    line-height: 1.18;
    letter-spacing: -.02em;
}

.ne-home-audiences p {
    max-width: 500px;
    margin: 0;
    color: var(--ne-home-muted);
}

.ne-home-audiences article > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 800;
}

.ne-home-audiences a {
    text-decoration: none;
}

.ne-home-jobs {
    margin-top: 22px;
    padding: clamp(25px, 4vw, 40px);
    border: 1px solid var(--ne-home-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--ne-home-shadow);
}

.ne-home-section-heading {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ne-home-section-heading h2,
.ne-home-discover h2 {
    margin: 6px 0 0;
    color: var(--ne-home-ink);
    font-size: clamp(25px, 3.4vw, 36px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.ne-home-section-heading > a {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ne-home-job-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ne-home-job-card {
    display: flex;
    min-height: 200px;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--ne-home-line);
    border-radius: 14px;
    background: #fff;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.ne-home-job-card:hover {
    transform: translateY(-2px);
    border-color: #b9cdf7;
    box-shadow: 0 12px 24px rgba(16, 24, 40, .08);
}

.ne-home-job-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    color: var(--ne-home-muted);
    font-size: 11px;
    font-weight: 700;
}

.ne-home-job-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-home-job-meta em {
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 999px;
    color: #05603a;
    background: #dcfae6;
    font-size: 10px;
    font-style: normal;
}

.ne-home-job-card h3 {
    margin: 16px 0 8px;
    color: var(--ne-home-ink);
    font-size: 18px;
    line-height: 1.3;
}

.ne-home-job-card h3 a,
.ne-home-job-card h3 a:link,
.ne-home-job-card h3 a:visited {
    color: var(--ne-home-ink) !important;
    text-decoration: none;
}

.ne-home-job-card h3 a:hover {
    color: var(--ne-home-blue) !important;
}

.ne-home-job-company {
    margin: 0;
    color: var(--ne-home-muted);
    font-size: 13px;
}

.ne-home-job-footer {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 18px;
    color: var(--ne-home-muted);
    font-size: 11px;
}

.ne-home-job-footer span {
    max-width: 72%;
}

.ne-home-empty {
    padding: 28px;
    border-radius: 12px;
    color: var(--ne-home-muted);
    background: var(--ne-home-soft);
    text-align: center;
}

.ne-home-discover {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 22px;
    align-items: stretch;
    margin-top: 22px;
}

.ne-home-discover > div,
.ne-home-discover aside {
    padding: clamp(25px, 4vw, 38px);
    border: 1px solid var(--ne-home-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--ne-home-shadow);
}

.ne-home-location-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 16px;
    margin-top: 23px;
}

.ne-home-location-links a {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    border: 1px solid var(--ne-home-line);
    border-radius: 9px;
    background: var(--ne-home-soft);
    font-weight: 800;
    text-decoration: none;
}

.ne-home-discover aside {
    color: #fff;
    background: linear-gradient(145deg, #102a56 0%, #155eef 72%, #087a5b 140%);
}

.ne-home-discover aside .ne-home-card-kicker {
    color: #d7e6ff;
}

.ne-home-discover aside h2 {
    color: #fff;
}

.ne-home-discover aside p {
    margin: 15px 0 21px;
    color: #e9f0ff;
}

.ne-home-discover aside a,
.ne-home-discover aside a:link,
.ne-home-discover aside a:visited {
    display: inline-flex;
    gap: 8px;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 940px) {
    .ne-home-hero,
    .ne-home-discover {
        grid-template-columns: 1fr;
    }

    .ne-home-search-card {
        max-width: 660px;
    }

    .ne-home-job-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .ne-home-shell {
        width: min(100% - 20px, 1120px);
        margin-top: 14px;
    }

    .ne-home-hero,
    .ne-home-jobs,
    .ne-home-audiences article,
    .ne-home-discover > div,
    .ne-home-discover aside {
        border-radius: 15px;
    }

    .ne-home-hero {
        padding: 29px 22px;
    }

    .ne-home-search-card {
        padding: 22px;
    }

    .ne-home-search-grid,
    .ne-home-audiences,
    .ne-home-job-grid,
    .ne-home-location-links {
        grid-template-columns: 1fr;
    }

    .ne-home-section-heading {
        display: grid;
        gap: 12px;
        align-items: start;
    }

    .ne-home-section-heading > a {
        justify-self: start;
    }

    .ne-home-job-card {
        min-height: 175px;
    }
}


/* NetEmprego global navigation 2026 */
/* NetEmprego global header and navigation — 2026 */
#full-menu {
    background: #fff;
}

.ne-site-header,
.ne-site-header * {
    box-sizing: border-box;
}

.ne-site-header {
    position: relative;
    z-index: 40;
    width: 100%;
    color: #15213b;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid #dbe5f2;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-shadow: 0 10px 28px rgba(15, 35, 68, .08);
}

.ne-site-header-bar {
    min-height: 112px;
    padding: 11px 22px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.ne-site-brand {
    min-width: 235px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #122347 !important;
    text-decoration: none !important;
    line-height: 1;
}

.ne-site-brand:hover,
.ne-site-brand:focus {
    color: #122347 !important;
    text-decoration: none !important;
}

.ne-site-brand-mark {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    filter: drop-shadow(0 8px 13px rgba(31, 91, 214, .18));
}

.ne-site-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ne-site-brand-name {
    display: inline-flex;
    align-items: baseline;
    font-size: 29px;
    letter-spacing: -1.45px;
    white-space: nowrap;
}

.ne-site-brand-name em,
.ne-site-brand-name strong {
    font-style: normal;
    font-weight: 800;
}

.ne-site-brand-name em {
    color: #f43f72;
}

.ne-site-brand-name strong {
    color: #122347;
}

.ne-site-brand-tagline {
    color: #64748b;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .115em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ne-site-header-ad {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.ne-site-session {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
}

.ne-site-session > span {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne-site-session a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 11px;
    color: #fff !important;
    background: #1e63e9;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.ne-site-session a:hover,
.ne-site-session a:focus {
    color: #fff !important;
    background: #174fbe;
}

.ne-site-session .ne-site-session-logout {
    color: #475569 !important;
    background: #eef3f9;
}

.ne-site-session .ne-site-session-logout:hover,
.ne-site-session .ne-site-session-logout:focus {
    color: #15213b !important;
    background: #dfe8f3;
}

.ne-site-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid #cedaea;
    border-radius: 11px;
    color: #18345f;
    background: #f8fafc;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ne-site-menu-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.ne-site-navigation {
    padding: 8px 15px 10px;
    border-top: 1px solid #e8eef6;
    background: #fff;
}

.ne-site-navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    list-style: none;
}

.ne-site-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ne-site-navigation a {
    min-height: 39px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #334155 !important;
    background: transparent;
    font-size: 12px;
    font-weight: 760;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.ne-site-navigation a:hover,
.ne-site-navigation a:focus-visible {
    color: #174fbe !important;
    background: #edf4ff;
    border-color: #d9e7ff;
    transform: translateY(-1px);
}

.ne-site-navigation a.is-active,
.ne-site-navigation a[aria-current="page"] {
    color: #fff !important;
    background: linear-gradient(135deg, #2468ee, #1456d7);
    border-color: #1456d7;
    box-shadow: 0 7px 15px rgba(29, 95, 220, .2);
}

.ne-site-navigation .ne-site-nav-reactivate {
    margin-left: 3px;
}

.ne-site-navigation .ne-site-nav-reactivate a {
    color: #08785f !important;
    background: #eafaf4;
    border-color: #bfe9db;
}

.ne-site-navigation .ne-site-nav-reactivate a:hover,
.ne-site-navigation .ne-site-nav-reactivate a:focus-visible {
    color: #05634e !important;
    background: #d9f5ea;
    border-color: #94dac5;
}

.ne-site-navigation .ne-site-nav-reactivate a.is-active {
    color: #fff !important;
    background: linear-gradient(135deg, #0d9272, #08715a);
    border-color: #08715a;
    box-shadow: 0 7px 15px rgba(8, 113, 90, .2);
}

.ne-site-brand:focus-visible,
.ne-site-menu-toggle:focus-visible,
.ne-site-session a:focus-visible,
.ne-site-navigation a:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .3);
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .ne-site-header-bar {
        min-height: 82px;
        padding: 12px 18px;
    }

    .ne-site-header-ad {
        display: none;
    }

    .ne-site-brand {
        min-width: 0;
    }

    .ne-site-navigation a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11.5px;
    }
}

@media (max-width: 900px) {
    .ne-site-header-bar {
        gap: 12px;
    }

    .ne-site-menu-toggle {
        margin-left: auto;
        display: inline-flex;
    }

    .ne-site-session {
        margin-left: auto;
    }

    .ne-site-session > span,
    .ne-site-session .ne-site-session-logout {
        display: none;
    }

    .ne-site-session a {
        min-height: 40px;
        padding: 0 13px;
    }

    .ne-site-session + .ne-site-menu-toggle {
        margin-left: 0;
    }

    .ne-site-navigation {
        display: none;
        padding: 9px 14px 15px;
        border-top: 1px solid #e5edf7;
        box-shadow: inset 0 9px 18px rgba(27, 49, 85, .035);
    }

    .ne-site-header.is-menu-open .ne-site-navigation {
        display: block;
    }

    .ne-site-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .ne-site-navigation a {
        width: 100%;
        min-height: 44px;
        padding: 7px 12px;
        justify-content: flex-start;
        font-size: 13px;
        text-align: left;
        white-space: normal;
    }

    .ne-site-navigation .ne-site-nav-reactivate {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .ne-site-header-bar {
        min-height: 72px;
        padding: 9px 12px;
    }

    .ne-site-brand {
        gap: 9px;
    }

    .ne-site-brand-mark {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .ne-site-brand-name {
        font-size: 24px;
        letter-spacing: -1.15px;
    }

    .ne-site-brand-tagline {
        display: none;
    }

    .ne-site-menu-toggle {
        min-width: 44px;
        width: 44px;
        padding: 0;
    }

    .ne-site-menu-toggle span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .ne-site-session {
        display: none;
    }

    .ne-site-session + .ne-site-menu-toggle {
        margin-left: auto;
    }

    .ne-site-navigation ul {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ne-site-navigation a {
        transition: none;
    }
}


/* NetEmprego global footer 2026 */
/* NetEmprego global footer — 2026 */
#full-menu-linha_11.ne-site-footer-frame {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #dce7f6;
    background: #0d1b35;
    border-top: 1px solid rgba(148, 163, 184, .18);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ne-site-footer,
.ne-site-footer * {
    box-sizing: border-box;
}

.ne-site-footer {
    width: 100%;
    padding: 48px 42px 24px;
    color: #dce7f6;
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 99, 235, .2), transparent 28%),
        linear-gradient(145deg, #0d1b35, #0a162b 72%);
}

.ne-site-footer-main {
    display: grid;
    grid-template-columns: minmax(210px, .8fr) minmax(0, 2.2fr);
    gap: 58px;
    align-items: start;
}

.ne-site-footer-intro {
    max-width: 260px;
}

.ne-site-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff !important;
    text-decoration: none !important;
}

.ne-site-footer-brand:hover,
.ne-site-footer-brand:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.ne-site-footer-brand svg {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .22));
}

.ne-site-footer-brand > span {
    display: inline-flex;
    align-items: baseline;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.ne-site-footer-brand em,
.ne-site-footer-brand strong {
    font-style: normal;
    font-weight: 800;
}

.ne-site-footer-brand em {
    color: #fb5b88;
}

.ne-site-footer-intro p {
    margin: 18px 0 0;
    color: #9fb0c8;
    font-size: 14px;
    line-height: 1.65;
}

.ne-site-footer-navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.ne-site-footer-navigation section {
    min-width: 0;
}

.ne-site-footer-navigation h2 {
    margin: 0 0 17px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.ne-site-footer-navigation ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

.ne-site-footer-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ne-site-footer-navigation a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #b8c6d9 !important;
    font-size: 13px;
    font-weight: 580;
    line-height: 1.42;
    text-decoration: none !important;
    transition: color .18s ease, transform .18s ease;
}

.ne-site-footer-navigation a::before {
    width: 0;
    height: 1px;
    margin-right: 0;
    content: "";
    background: #5ee2bd;
    transition: width .18s ease, margin-right .18s ease;
}

.ne-site-footer-navigation a:hover,
.ne-site-footer-navigation a:focus-visible {
    color: #fff !important;
    transform: translateX(2px);
}

.ne-site-footer-navigation a:hover::before,
.ne-site-footer-navigation a:focus-visible::before {
    width: 12px;
    margin-right: 7px;
}

.ne-site-footer-bottom {
    margin-top: 40px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(148, 163, 184, .18);
    color: #8294ae;
    font-size: 12px;
}

.ne-site-footer-bottom p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.ne-site-footer-bottom a {
    color: #d8e5f6 !important;
    font-weight: 750;
    text-decoration: none !important;
}

.ne-site-footer-bottom a:hover,
.ne-site-footer-bottom a:focus-visible {
    color: #fff !important;
    text-decoration: underline !important;
}

.ne-site-footer-bottom > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ne-site-footer-bottom > span::before {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background: #29c99a;
    box-shadow: 0 0 0 4px rgba(41, 201, 154, .12);
}

.ne-site-footer a:focus-visible {
    outline: 3px solid rgba(96, 165, 250, .42);
    outline-offset: 4px;
    border-radius: 4px;
}

@media (max-width: 920px) {
    .ne-site-footer {
        padding: 40px 30px 22px;
    }

    .ne-site-footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ne-site-footer-intro {
        max-width: 440px;
    }

    .ne-site-footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 42px;
    }
}

@media (max-width: 560px) {
    .ne-site-footer {
        padding: 34px 20px 20px;
    }

    .ne-site-footer-main {
        gap: 32px;
    }

    .ne-site-footer-navigation {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ne-site-footer-bottom {
        margin-top: 32px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ne-site-footer-navigation a,
    .ne-site-footer-navigation a::before {
        transition: none;
    }
}

/* The legacy page wrapper is floated; clear it so the footer starts below the page. */
#full-menu-linha_11.ne-site-footer-frame {
    clear: both;
}

/* ========================================================================== */
/* Portal pages 2026: progressive visual layer for the remaining PHPJobs UI. */
/* ========================================================================== */

.ne-modern-legacy-page {
    color: #172033;
    background:
        radial-gradient(circle at 7% 18%, rgba(37, 99, 235, .08), transparent 24rem),
        radial-gradient(circle at 94% 32%, rgba(14, 116, 144, .07), transparent 22rem),
        #f4f7fb !important;
}

.ne-modern-legacy-page #full-width > table {
    width: 100% !important;
    max-width: 1180px !important;
    background: transparent !important;
    box-shadow: 0 22px 70px rgba(15, 23, 42, .08);
}

.ne-modern-legacy-page #full-width > table > tbody > tr > td:first-child,
.ne-modern-legacy-page #full-width > table > tbody > tr > td:last-child {
    width: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.ne-modern-legacy-page #full-width > table > tbody > tr > td:nth-child(2) {
    width: 100% !important;
    background: #f4f7fb;
}

.ne-route-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    min-height: 210px;
    margin: 28px 28px 22px;
    padding: 38px 42px;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 26px;
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .18), transparent 16rem),
        linear-gradient(135deg, #172554 0%, #1d4ed8 58%, #0e7490 100%);
    box-shadow: 0 20px 50px rgba(29, 78, 216, .22);
    isolation: isolate;
}

.ne-route-hero::before,
.ne-route-hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.ne-route-hero::before {
    top: -145px;
    right: -70px;
    width: 340px;
    height: 340px;
}

.ne-route-hero::after {
    right: 122px;
    bottom: -150px;
    width: 260px;
    height: 260px;
}

.ne-route-hero--employer {
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .18), transparent 16rem),
        linear-gradient(135deg, #12343b 0%, #0f766e 58%, #0e7490 100%);
    box-shadow: 0 20px 50px rgba(15, 118, 110, .2);
}

.ne-route-hero--general {
    background:
        radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .16), transparent 16rem),
        linear-gradient(135deg, #27204c 0%, #5145a0 56%, #2563eb 100%);
    box-shadow: 0 20px 50px rgba(81, 69, 160, .2);
}

.ne-route-hero-copy {
    max-width: 720px;
}

.ne-route-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ne-route-eyebrow::before {
    width: 22px;
    height: 2px;
    content: "";
    border-radius: 999px;
    background: #67e8f9;
}

.ne-route-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(30px, 4vw, 47px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.ne-route-hero p {
    max-width: 650px;
    margin: 15px 0 0;
    color: rgba(239, 246, 255, .9);
    font-size: 17px;
    line-height: 1.65;
}

.ne-route-hero-icon {
    position: relative;
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 30px;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 20px 45px rgba(3, 7, 18, .18);
    backdrop-filter: blur(12px);
    transform: rotate(3deg);
}

.ne-route-hero-icon svg {
    width: 58px;
    height: 58px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Remove the obsolete anonymous login/status rail on modernized content pages. */
.ne-modern-legacy-page .adel_tabela_main_esq,
.ne-modern-legacy-page .adel_tabela_main_sep,
.ne-modern-legacy-page #phpjob_rightsection {
    display: none !important;
}

.ne-modern-legacy-page table.adel_tabela_main {
    width: calc(100% - 56px) !important;
    margin: 0 28px 34px !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page table.adel_tabela_main > tbody > tr > td.adel_tabela_main_mid {
    display: table-cell !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page .main_header_geral,
.ne-modern-legacy-page .main_header_geral_borda {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page .main_header > table,
.ne-modern-legacy-page .main_header_1 > table {
    width: 100% !important;
    overflow: hidden;
    border: 1px solid #e4eaf2 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
}

.ne-modern-legacy-page .main_header > table > tbody > tr:first-child > td,
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child > td {
    height: auto !important;
    background: #fff !important;
}

.ne-modern-legacy-page .main_header > table > tbody > tr:first-child > td:first-child,
.ne-modern-legacy-page .main_header > table > tbody > tr:first-child > td:last-child,
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child > td:first-child,
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child > td:last-child {
    display: none !important;
}

.ne-modern-legacy-page .main_header > table > tbody > tr:first-child > td:nth-child(2),
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child > td:nth-child(2) {
    padding: 22px 28px 14px !important;
}

.ne-modern-legacy-page .main_header > table > tbody > tr:first-child h2,
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child h2 {
    margin: 0 !important;
    color: #172033 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -.015em;
    text-transform: none !important;
}

.ne-modern-legacy-page .main_header > table > tbody > tr:nth-child(2) > td,
.ne-modern-legacy-page .main_header_1 > table > tbody > tr:nth-child(2) > td {
    padding: 8px 28px 30px !important;
    color: #3d485c !important;
    border: 0 !important;
    background: #fff !important;
    font-size: 15px;
    line-height: 1.68;
}

.ne-modern-legacy-page .phpjob_box1,
.ne-modern-legacy-page .phpjob_box2 {
    color: #3d485c;
    font-size: 15px;
    line-height: 1.72;
}

.ne-modern-legacy-page .phpjob_box1 h2,
.ne-modern-legacy-page .phpjob_box2 h2,
.ne-modern-legacy-page .phpjob_box1 h3,
.ne-modern-legacy-page .phpjob_box2 h3 {
    margin: 30px 0 12px;
    color: #172033;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.3;
}

.ne-modern-legacy-page .phpjob_box1 h2:first-child,
.ne-modern-legacy-page .phpjob_box2 h2:first-child {
    margin-top: 4px;
}

.ne-modern-legacy-page .phpjob_box1 p,
.ne-modern-legacy-page .phpjob_box2 p {
    margin: 0 0 18px;
}

.ne-modern-legacy-page .phpjob_box1 a,
.ne-modern-legacy-page .phpjob_box2 a,
.ne-modern-legacy-page .main_header a {
    color: #1d4ed8;
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Forms keep their legacy actions and field names, with a modern layout. */
.ne-modern-legacy-page fieldset.frmfieldset {
    display: grid;
    gap: 12px;
    max-width: 760px;
    margin: 0;
    padding: 0;
    border: 0;
}

.ne-modern-legacy-page label,
.ne-modern-legacy-page .texto_menu,
.ne-modern-legacy-page #idsupportfrm td:first-child {
    color: #253047;
    font-weight: 700;
}

.ne-modern-legacy-page input.itext,
.ne-modern-legacy-page input[type="text"],
.ne-modern-legacy-page input[type="email"],
.ne-modern-legacy-page input[type="password"],
.ne-modern-legacy-page input[type="number"],
.ne-modern-legacy-page input[type="url"],
.ne-modern-legacy-page select,
.ne-modern-legacy-page textarea {
    box-sizing: border-box;
    min-height: 46px;
    max-width: 100%;
    padding: 10px 13px !important;
    color: #172033 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 11px !important;
    outline: none;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    font: inherit;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.ne-modern-legacy-page textarea {
    min-height: 145px;
    resize: vertical;
}

.ne-modern-legacy-page input.itext:focus,
.ne-modern-legacy-page input[type="text"]:focus,
.ne-modern-legacy-page input[type="email"]:focus,
.ne-modern-legacy-page input[type="password"]:focus,
.ne-modern-legacy-page input[type="number"]:focus,
.ne-modern-legacy-page input[type="url"]:focus,
.ne-modern-legacy-page select:focus,
.ne-modern-legacy-page textarea:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12) !important;
}

.ne-modern-legacy-page input[type="checkbox"],
.ne-modern-legacy-page input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0 7px;
    accent-color: #2563eb;
    vertical-align: middle;
}

.ne-modern-legacy-page input.isubmit,
.ne-modern-legacy-page input[type="submit"],
.ne-modern-legacy-page button[type="submit"],
.ne-modern-legacy-page .button,
.ne-modern-legacy-page a.button {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .2);
    font: inherit;
    font-weight: 800 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
}

.ne-modern-legacy-page input.isubmit:hover,
.ne-modern-legacy-page input[type="submit"]:hover,
.ne-modern-legacy-page button[type="submit"]:hover,
.ne-modern-legacy-page .button:hover {
    box-shadow: 0 11px 26px rgba(37, 99, 235, .28);
    transform: translateY(-1px);
}

/* Support and recovery forms. */
.ne-modern-legacy-page #idsupportfrm {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.ne-modern-legacy-page #idsupportfrm td {
    padding: 5px 8px !important;
    vertical-align: top;
}

.ne-modern-legacy-page #idsupportfrm td:first-child {
    width: 190px;
    padding-top: 16px !important;
}

.ne-modern-legacy-page #idsupportfrm input[type="text"],
.ne-modern-legacy-page #idsupportfrm textarea {
    width: min(100%, 680px) !important;
}

.ne-page-forgot-candidate .frmfieldset,
.ne-page-forgot-employer .frmfieldset {
    max-width: 650px;
}

.ne-page-forgot-candidate .frmfieldset > p,
.ne-page-forgot-employer .frmfieldset > p {
    margin: 0 0 8px;
    color: #526078;
    font-weight: 500;
    line-height: 1.65;
}

.ne-page-forgot-candidate #pers_email,
.ne-page-forgot-employer #comp_email {
    width: min(100%, 480px);
}

/* Quick search pages are decorative nested tables in the legacy skin. */
.ne-page-quick-job-search form[name="search_job"] > table {
    width: calc(100% - 56px) !important;
    margin: 0 28px 34px !important;
    border: 0 !important;
    background: transparent !important;
}

.ne-page-quick-job-search form[name="search_job"] > table > tbody > tr > td {
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page #phpjob_quick_jsearch,
.ne-modern-legacy-page #phpjob_quick_rsearch {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 !important;
    padding: 30px !important;
    overflow: hidden;
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
}

.ne-page-quick-resume-search #phpjob_quick_rsearch {
    padding: 0 !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowleft {
    display: block;
    margin: 24px 0 9px !important;
    color: #253047;
    text-align: left !important;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowleft:first-child {
    margin-top: 0 !important;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowleft span {
    display: block;
    float: none !important;
    width: auto !important;
    text-align: left !important;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowleft .phpjob_boldtext {
    margin-bottom: 3px;
    color: #172033;
    font-size: 15px;
    font-weight: 800;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowleft .smalltext {
    color: #64748b;
    font-size: 13px;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch .rowright {
    margin: 0 0 18px !important;
    text-align: left !important;
}

.ne-page-quick-resume-search #quick_resume_categories,
.ne-page-quick-resume-search #quick_resume_locations {
    box-sizing: border-box;
    width: 100% !important;
    height: 210px !important;
    padding: 11px 12px !important;
    border: 1px solid #d7e0eb !important;
    border-radius: 12px;
    background: #f8fafc !important;
}

.ne-page-quick-resume-search #quick_resume_categories label,
.ne-page-quick-resume-search #quick_resume_locations label {
    padding: 4px 3px;
    color: #344057;
    font-weight: 600;
}

.ne-page-quick-resume-search #phpjob_quick_rsearch input[name="bx_criteria"] {
    width: 100% !important;
}

.ne-modern-legacy-page input[type="reset"].isubmit {
    color: #1d4ed8 !important;
    border: 1px solid #bfdbfe !important;
    background: #eff6ff !important;
    box-shadow: none;
}

.ne-modern-legacy-page #phpjob_quick_jsearch .col,
.ne-modern-legacy-page #phpjob_quick_jsearch .rowleft,
.ne-modern-legacy-page #phpjob_quick_rsearch .col,
.ne-modern-legacy-page #phpjob_quick_rsearch .rowleft,
.ne-modern-legacy-page #phpjob_quick_rsearch .rowright {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.ne-modern-legacy-page #phpjob_quick_jsearch table,
.ne-modern-legacy-page #phpjob_quick_rsearch table {
    width: 100% !important;
    margin: 0 !important;
}

.ne-modern-legacy-page #phpjob_quick_jsearch td,
.ne-modern-legacy-page #phpjob_quick_rsearch td {
    display: block;
    width: 100% !important;
    padding: 4px 0 8px !important;
    text-align: left !important;
}

.ne-modern-legacy-page #phpjob_quick_jsearch select,
.ne-modern-legacy-page #phpjob_quick_jsearch input[type="text"],
.ne-modern-legacy-page #phpjob_quick_rsearch select,
.ne-modern-legacy-page #phpjob_quick_rsearch input[type="text"] {
    width: 100% !important;
}

.ne-modern-legacy-page .pesquisax {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid #e5eaf1;
}

.ne-modern-legacy-page .pesquisax a {
    color: #1d4ed8 !important;
    font-weight: 700;
}

/* Job and company result collections. */
.ne-modern-legacy-page .divlistcontainer,
.ne-modern-legacy-page .divlistcontainer1 {
    box-sizing: border-box;
    width: calc(100% - 56px) !important;
    margin: 0 28px 34px !important;
    padding: 26px !important;
    overflow: hidden;
    border: 1px solid #e4eaf2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
}

.ne-modern-legacy-page table.adel_tabela_main + .divlistcontainer1 {
    margin-top: -10px !important;
}

.ne-modern-legacy-page .divlistcontainer > table,
.ne-modern-legacy-page .divlistcontainer1 > table {
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page .divlistcontainer > table > tbody > tr:first-child > td:first-child,
.ne-modern-legacy-page .divlistcontainer > table > tbody > tr:first-child > td:last-child,
.ne-modern-legacy-page .divlistcontainer1 > table > tbody > tr:first-child > td:first-child,
.ne-modern-legacy-page .divlistcontainer1 > table > tbody > tr:first-child > td:last-child {
    display: none;
}

.ne-modern-legacy-page .divlistcontainer > table > tbody > tr:first-child > td:nth-child(2),
.ne-modern-legacy-page .divlistcontainer1 > table > tbody > tr:first-child > td:nth-child(2) {
    height: auto !important;
    padding: 0 0 18px !important;
    background: transparent !important;
}

.ne-modern-legacy-page .divlistcontainer > table > tbody > tr:first-child h2,
.ne-modern-legacy-page .divlistcontainer1 > table > tbody > tr:first-child h2 {
    margin: 0 !important;
    color: #172033 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.3;
    text-transform: none !important;
}

.ne-modern-legacy-page .divlistcontainer > table > tbody > tr:nth-child(2) > td,
.ne-modern-legacy-page .divlistcontainer1 > table > tbody > tr:nth-child(2) > td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.ne-modern-legacy-page .phpjob_listbgcolor1,
.ne-modern-legacy-page .phpjob_listbgcolor2 {
    margin: 0 0 12px !important;
    border: 1px solid #e5eaf1 !important;
    border-radius: 14px;
    background: #fff !important;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ne-modern-legacy-page .phpjob_listbgcolor1:hover,
.ne-modern-legacy-page .phpjob_listbgcolor2:hover {
    border-color: #bfdbfe !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.ne-modern-legacy-page .phpjob_listbgcolor1 .details,
.ne-modern-legacy-page .phpjob_listbgcolor2 .details {
    margin: 0 !important;
    padding: 16px 18px !important;
    border: 0 !important;
    line-height: 1.55 !important;
}

.ne-modern-legacy-page .adel_title {
    color: #173b76 !important;
    font-size: 16px;
    font-weight: 800 !important;
    line-height: 1.4;
}

.ne-modern-legacy-page .tablelist {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: transparent !important;
}

.ne-modern-legacy-page .tablelist td,
.ne-modern-legacy-page .tablelist th {
    padding: 13px 15px !important;
    border-top: 1px solid #e5eaf1;
    border-bottom: 1px solid #e5eaf1;
    background: #fff !important;
}

.ne-modern-legacy-page .tablelist tr > :first-child {
    border-left: 1px solid #e5eaf1;
    border-radius: 12px 0 0 12px;
}

.ne-modern-legacy-page .tablelist tr > :last-child {
    border-right: 1px solid #e5eaf1;
    border-radius: 0 12px 12px 0;
}

.ne-modern-legacy-page #id_bxlistcomp {
    display: flow-root;
}

.ne-modern-legacy-page #id_bxlistcomp > .adel_x01 {
    display: inline-flex;
    margin: 0 8px 10px 0;
}

.ne-modern-legacy-page #id_bxlistcomp > .adel_x01 a {
    padding: 9px 13px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f8fafc;
    text-decoration: none;
}

.ne-modern-legacy-page #id_bxlistcomp > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 12px 0 22px !important;
    padding: 0 !important;
    list-style: none;
}

.ne-modern-legacy-page #id_bxlistcomp > ul li {
    margin: 0 !important;
}

.ne-modern-legacy-page #id_bxlistcomp > ul li a {
    display: grid;
    min-width: 30px;
    min-height: 30px;
    place-items: center;
    border-radius: 8px;
    background: #eff6ff;
    text-decoration: none;
}

.ne-modern-legacy-page .bxlistcomp {
    box-sizing: border-box;
    margin: 0 0 10px !important;
    padding: 15px 17px !important;
    border: 1px solid #e5eaf1 !important;
    border-radius: 13px;
    background: #fff !important;
}

.ne-modern-legacy-page .bx_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
}

.ne-modern-legacy-page .bx_pagination .pgleft,
.ne-modern-legacy-page .bx_pagination .pgright {
    float: none !important;
}

/* FAQ rows become readable question-and-answer blocks. */
.ne-page-faq .phpjob_box1 > table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.ne-page-faq .phpjob_box1 > table td {
    padding: 8px 4px !important;
    color: #4b586f;
    border: 0 !important;
    background: transparent !important;
    line-height: 1.65;
}

.ne-page-faq .phpjob_box1 > table td strong {
    color: #172033;
    font-size: 16px;
}

.ne-page-faq .phpjob_box1 > table hr {
    height: 1px;
    margin: 18px 0;
    border: 0;
    background: #e5eaf1;
}

.ne-modern-legacy-page .error,
.ne-modern-legacy-page .errors,
.ne-modern-legacy-page .warning,
.ne-modern-legacy-page .message {
    padding: 14px 16px !important;
    border: 1px solid #fed7aa !important;
    border-radius: 12px !important;
    background: #fff7ed !important;
}

.ne-modern-legacy-page #full-menu-linha_11.ne-site-footer-frame {
    margin-top: 8px;
}

@media (max-width: 760px) {
    .ne-route-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        margin: 18px 14px;
        padding: 28px 24px;
        border-radius: 20px;
    }

    .ne-route-hero h1 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .ne-route-hero p {
        font-size: 15px;
    }

    .ne-route-hero-icon {
        display: none;
    }

    .ne-modern-legacy-page table.adel_tabela_main,
    .ne-page-quick-job-search form[name="search_job"] > table,
    .ne-modern-legacy-page .divlistcontainer,
    .ne-modern-legacy-page .divlistcontainer1 {
        width: calc(100% - 28px) !important;
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .ne-modern-legacy-page .main_header > table > tbody > tr:first-child > td:nth-child(2),
    .ne-modern-legacy-page .main_header_1 > table > tbody > tr:first-child > td:nth-child(2) {
        padding: 19px 18px 12px !important;
    }

    .ne-modern-legacy-page .main_header > table > tbody > tr:nth-child(2) > td,
    .ne-modern-legacy-page .main_header_1 > table > tbody > tr:nth-child(2) > td {
        padding: 6px 18px 23px !important;
    }

    .ne-modern-legacy-page #phpjob_quick_jsearch,
    .ne-modern-legacy-page #phpjob_quick_rsearch,
    .ne-modern-legacy-page .divlistcontainer,
    .ne-modern-legacy-page .divlistcontainer1 {
        padding: 20px !important;
        border-radius: 16px;
    }

    .ne-modern-legacy-page #idsupportfrm,
    .ne-modern-legacy-page #idsupportfrm tbody,
    .ne-modern-legacy-page #idsupportfrm tr,
    .ne-modern-legacy-page #idsupportfrm td {
        display: block;
        width: 100% !important;
    }

    .ne-modern-legacy-page #idsupportfrm td:first-child {
        padding: 9px 0 2px !important;
    }

    .ne-modern-legacy-page .tablelist {
        display: block;
        overflow-x: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ne-modern-legacy-page .phpjob_listbgcolor1,
    .ne-modern-legacy-page .phpjob_listbgcolor2,
    .ne-modern-legacy-page input.isubmit,
    .ne-modern-legacy-page input[type="submit"],
    .ne-modern-legacy-page button[type="submit"] {
        transition: none;
    }
}

/* ========================================================================== */
/* Portal-wide completion: directories, details, result pages and pop-ups.   */
/* ========================================================================== */

.ne-modern-legacy-page #full-menu,
.ne-modern-legacy-page #full-menu *,
.ne-popup-2026,
.ne-popup-2026 * {
    box-sizing: border-box;
}

.ne-modern-legacy-page #full-menu > .phpjob_box1,
.ne-modern-legacy-page #full-menu > .phpjob_box2,
.ne-modern-legacy-page #full-menu > .main_box {
    width: calc(100% - 56px) !important;
    margin: 0 28px 34px !important;
    padding: 30px !important;
    color: #3d485c !important;
    border: 1px solid #e4eaf2 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
    font-size: 15px;
    line-height: 1.72;
}

.ne-modern-legacy-page #full-menu > .main_box h1,
.ne-modern-legacy-page #full-menu > .main_box h2,
.ne-modern-legacy-page #full-menu > .phpjob_box1 h1,
.ne-modern-legacy-page #full-menu > .phpjob_box2 h1 {
    margin: 0 0 18px !important;
    color: #172033 !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(24px, 3vw, 32px) !important;
    line-height: 1.2;
}

.ne-modern-legacy-page .breadcrumbs {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #64748b;
    font-size: 13px;
}

.ne-modern-legacy-page .breadcrumbs ul,
.ne-modern-legacy-page ul.hlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ne-modern-legacy-page .breadcrumbs li,
.ne-modern-legacy-page ul.hlist li {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ne-modern-legacy-page .breadcrumbs a,
.ne-modern-legacy-page ul.hlist a {
    color: #1d4ed8 !important;
    font-weight: 700;
}

/* Professional category and location directories. */
.ne-modern-legacy-page #phpjob_catlist,
.ne-modern-legacy-page #phpjob_loclist1 {
    width: 100% !important;
    margin: 8px 0 0 !important;
}

.ne-modern-legacy-page #phpjob_catlist > .vvvv,
.ne-modern-legacy-page #phpjob_loclist1 > .vvvv {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100% !important;
    margin: 0 0 14px !important;
}

.ne-modern-legacy-page #phpjob_catlist .rowleft,
.ne-modern-legacy-page #phpjob_loclist1 .rowleft {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 16px 17px !important;
    border: 1px solid #e1e8f1;
    border-radius: 13px;
    background: #f8fafc;
}

.ne-modern-legacy-page #phpjob_catlist .rowleft:empty,
.ne-modern-legacy-page #phpjob_loclist1 .rowleft:empty {
    display: none;
}

.ne-modern-legacy-page #phpjob_catlist .rowleft p {
    margin: 0 0 10px;
}

.ne-modern-legacy-page #phpjob_catlist .rowleft > p:last-child {
    margin-bottom: 0;
}

.ne-modern-legacy-page #phpjob_catlist .rowleft > p > a:first-child,
.ne-modern-legacy-page #phpjob_loclist1 .rowleft > a:first-child {
    color: #173b76 !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.ne-modern-legacy-page #phpjob_loclist1 .rowleft > div[id^="id_loclist_"] {
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid #dce5ef;
    line-height: 1.75;
}

.ne-modern-legacy-page #phpjob_loclist1 img[src*="plus"],
.ne-modern-legacy-page #phpjob_loclist1 img[src*="minus"] {
    width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 5px;
    background: #dbeafe;
}

/* Search filters, sorting and card-based legacy results. */
.ne-modern-legacy-page #filter {
    margin: 0 0 20px;
    padding: 17px 18px;
    border: 1px solid #dbe5f0;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff, #f0fdfa);
}

.ne-modern-legacy-page #filter h3 {
    margin: 0;
    color: #173b76;
    font-size: 16px;
}

.ne-modern-legacy-page #refine,
.ne-modern-legacy-page #refine_full {
    margin-top: 15px;
}

.ne-modern-legacy-page #refine ul.group,
.ne-modern-legacy-page #refine_full ul.group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.ne-modern-legacy-page #refine li.col,
.ne-modern-legacy-page #refine_full li.col {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.ne-modern-legacy-page #refine li.col > span,
.ne-modern-legacy-page #refine_full li.col > span {
    display: block;
    margin-bottom: 7px;
    color: #172033;
    font-weight: 800;
}

.ne-modern-legacy-page #refine li.col > a,
.ne-modern-legacy-page #refine_full li.col > a {
    display: block;
    margin: 5px 0;
    color: #475569 !important;
    font-weight: 600;
    text-decoration: none;
}

.ne-modern-legacy-page #idjobsearchresults {
    width: 100%;
}

.ne-modern-legacy-page #idjobsearchresults > ul.hlist {
    margin: 0 0 16px !important;
    padding: 12px 15px !important;
    border-radius: 12px;
    background: #f8fafc;
}

.ne-modern-legacy-page #idjobsearchresults > table {
    width: 100% !important;
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid #e3e9f1 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
}

.ne-modern-legacy-page #idjobsearchresults > table > tbody > tr > td {
    position: relative;
    padding: 0 !important;
}

.ne-modern-legacy-page #idjobsearchresults .rownumber {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
}

.ne-modern-legacy-page #idjobsearchresults .rownumber .bkm {
    display: inline-flex;
}

.ne-modern-legacy-page #idjobsearchresults .results {
    min-height: 128px;
    margin: 0 !important;
    padding: 18px 20px 18px 66px !important;
    border: 0 !important;
    background: #fff !important;
}

.ne-modern-legacy-page #idjobsearchresults .results h2 {
    margin: 0 0 9px !important;
    font-size: 19px !important;
    line-height: 1.35;
}

.ne-modern-legacy-page #idjobsearchresults .results h2 a {
    color: #173b76 !important;
    font-weight: 800;
    text-decoration: none;
}

.ne-modern-legacy-page #idjobsearchresults .results .desc {
    margin: 0 0 10px;
    color: #445168;
    line-height: 1.6;
}

.ne-modern-legacy-page #idjobsearchresults .results .posted {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.ne-modern-legacy-page .bx_pagination .pgright ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.ne-modern-legacy-page .bx_pagination .pgright li {
    float: none !important;
    margin: 0 !important;
}

.ne-modern-legacy-page .bx_pagination .pgright a,
.ne-modern-legacy-page .bx_pagination .pgright strong {
    display: grid;
    min-width: 34px;
    min-height: 34px;
    place-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 9px;
    background: #fff;
    text-decoration: none;
}

/* Job detail and company profile pages. */
.ne-modern-legacy-page #idviewjob,
.ne-modern-legacy-page #idviewcomp {
    color: #364258;
    font-size: 15px;
    line-height: 1.72;
}

.ne-modern-legacy-page #idviewjob > h3,
.ne-modern-legacy-page .compdesc h3 {
    margin: 0 0 22px !important;
    color: #172033 !important;
    font-size: clamp(22px, 3vw, 30px) !important;
    line-height: 1.22;
}

.ne-modern-legacy-page #idviewjob > h4 {
    margin: 28px 0 11px;
    color: #173b76;
    font-size: 17px;
}

.ne-modern-legacy-page #idviewjob .job-description {
    max-width: 850px;
    color: #334155;
    font-size: 16px;
    line-height: 1.78;
}

.ne-modern-legacy-page #idviewjob .job-description p {
    margin: 0 0 17px;
}

.ne-modern-legacy-page #idviewjob .job-description ul,
.ne-modern-legacy-page #idviewjob .job-description ol {
    margin: 10px 0 20px;
    padding-left: 24px;
}

.ne-modern-legacy-page #joboptions,
.ne-modern-legacy-page #idviewcomp {
    width: 100% !important;
    margin: 28px 0 22px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 15px;
    background: #fff;
}

.ne-modern-legacy-page #joboptions td,
.ne-modern-legacy-page #idviewcomp td {
    padding: 13px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
    background: #fff !important;
    vertical-align: top;
}

.ne-modern-legacy-page #joboptions tr:last-child td,
.ne-modern-legacy-page #idviewcomp tr:last-child td {
    border-bottom: 0 !important;
}

.ne-modern-legacy-page #joboptions td:first-child,
.ne-modern-legacy-page #idviewcomp td:first-child {
    width: 32% !important;
    color: #475569;
    background: #f8fafc !important;
    font-weight: 800;
}

.ne-modern-legacy-page #joboptions .bx_jsecseparator {
    margin: -13px -16px;
    padding: 14px 16px;
    color: #173b76;
    background: #eff6ff;
    font-size: 15px;
    font-weight: 800;
}

.ne-modern-legacy-page #idviewjob a.isubmit {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    padding: 11px 22px !important;
    color: #fff !important;
    border-color: #166534;
    border-radius: 11px;
    background: linear-gradient(135deg, #15803d, #166534);
    box-shadow: 0 9px 22px rgba(21, 128, 61, .28);
    font-weight: 800;
    text-decoration: none;
}

.ne-modern-legacy-page #idviewjob a.isubmit:hover,
.ne-modern-legacy-page #idviewjob a.isubmit:focus-visible {
    border-color: #14532d;
    background: linear-gradient(135deg, #166534, #14532d);
    box-shadow: 0 10px 24px rgba(20, 83, 45, .32);
}

.ne-modern-legacy-page #idviewjob a.isubmit:focus-visible {
    outline: 3px solid rgba(34, 197, 94, .35);
    outline-offset: 3px;
}

.ne-modern-legacy-page #idviewjob > ul.hlist {
    margin-top: 22px !important;
    padding: 16px !important;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #f8fafc;
}

.ne-modern-legacy-page .compdesc {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0 0 22px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8fbff, #f0fdfa);
}

.ne-modern-legacy-page .compdesc img:not([src=""]) {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
}

.ne-modern-legacy-page .compdesc img[src=""] {
    display: none;
}

.ne-modern-legacy-page .compdesc h3,
.ne-modern-legacy-page .compdesc p {
    grid-column: 2;
    margin: 0 !important;
}

.ne-modern-legacy-page .compdesc img[src=""] + h3 {
    grid-column: 1 / -1;
}

.ne-page-company-detail .tablelist > tbody > tr > td {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e4eaf2 !important;
    border-radius: 14px !important;
}

.ne-page-company-detail .tablelist td table {
    width: 100% !important;
    border-collapse: collapse;
}

.ne-page-company-detail .tablelist td table td,
.ne-page-company-detail .tablelist td table th {
    padding: 11px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
    border-radius: 0 !important;
}

/* Registration choice, notices and validation states. */
.ne-modern-legacy-page #idregister {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: calc(100% - 56px) !important;
    margin: 0 28px 34px !important;
    padding: 0 !important;
}

.ne-modern-legacy-page #idregister > p,
.ne-modern-legacy-page #idregister > .sep {
    display: none;
}

.ne-modern-legacy-page #idregister > .jobseeker,
.ne-modern-legacy-page #idregister > .employer {
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 28px !important;
    border: 1px solid #dfe7f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .08);
}

.ne-modern-legacy-page #idregister > .employer {
    background: linear-gradient(145deg, #fff, #f0fdfa);
}

.ne-modern-legacy-page #idregister h2 {
    margin: 0 0 11px;
    color: #172033;
    font-size: 23px;
    line-height: 1.3;
}

.ne-modern-legacy-page #idregister ul {
    min-height: 190px;
    margin: 18px 0 24px;
    padding-left: 22px;
    color: #475569;
    line-height: 1.7;
}

.ne-modern-legacy-page #idregister > div > a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 10px 19px;
    color: #fff !important;
    border-radius: 11px;
    background: #1d4ed8;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .2);
    font-weight: 800;
    text-decoration: none;
}

.ne-modern-legacy-page #bxerror,
.ne-modern-legacy-page .verror_top,
.ne-modern-legacy-page .verror,
.ne-modern-legacy-page .vsuccess,
.ne-modern-legacy-page .main_error {
    margin: 12px 0 20px !important;
    padding: 15px 17px !important;
    color: #9a3412 !important;
    border: 1px solid #fed7aa !important;
    border-radius: 12px !important;
    background: #fff7ed !important;
    line-height: 1.55;
}

.ne-modern-legacy-page .vsuccess {
    color: #166534 !important;
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
}

/* Modern shell for the small legacy popup documents. */
.ne-popup-2026 {
    min-height: 100vh;
    margin: 0;
    padding: 24px;
    color: #172033;
    background:
        radial-gradient(circle at 10% 10%, rgba(37, 99, 235, .1), transparent 24rem),
        radial-gradient(circle at 90% 30%, rgba(14, 116, 144, .09), transparent 22rem),
        #f4f7fb;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ne-popup-shell {
    width: min(780px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e1e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .12);
}

.ne-popup-heading {
    padding: 26px 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .17), transparent 13rem),
        linear-gradient(135deg, #172554, #1d4ed8 62%, #0e7490);
}

.ne-popup-brand {
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ne-popup-heading h1 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(25px, 5vw, 35px);
    line-height: 1.18;
}

.ne-popup-content {
    padding: 28px 30px 32px;
    color: #3d485c;
    font-size: 15px;
    line-height: 1.7;
}

.ne-popup-content h1,
.ne-popup-content h2,
.ne-popup-content h3 {
    color: #172033;
    line-height: 1.3;
}

.ne-popup-content table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 9px !important;
}

.ne-popup-content td,
.ne-popup-content th {
    padding: 10px 12px !important;
    border: 0 !important;
    vertical-align: top;
}

.ne-popup-content input[type="text"],
.ne-popup-content input[type="email"],
.ne-popup-content input[type="password"],
.ne-popup-content select,
.ne-popup-content textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px !important;
    color: #172033;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font: inherit;
}

.ne-popup-content input[type="submit"],
.ne-popup-content input[type="button"],
.ne-popup-content button,
.ne-popup-content .isubmit {
    min-height: 44px;
    padding: 10px 18px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .2);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.ne-popup-content a {
    color: #1d4ed8;
    font-weight: 700;
}

@media (max-width: 760px) {
    .ne-modern-legacy-page #full-menu > .phpjob_box1,
    .ne-modern-legacy-page #full-menu > .phpjob_box2,
    .ne-modern-legacy-page #full-menu > .main_box,
    .ne-modern-legacy-page #idregister {
        width: calc(100% - 28px) !important;
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .ne-modern-legacy-page #full-menu > .phpjob_box1,
    .ne-modern-legacy-page #full-menu > .phpjob_box2,
    .ne-modern-legacy-page #full-menu > .main_box {
        padding: 21px !important;
        border-radius: 16px !important;
    }

    .ne-modern-legacy-page #phpjob_catlist > .vvvv,
    .ne-modern-legacy-page #phpjob_loclist1 > .vvvv,
    .ne-modern-legacy-page #refine ul.group,
    .ne-modern-legacy-page #refine_full ul.group,
    .ne-modern-legacy-page #idregister {
        grid-template-columns: 1fr;
    }

    .ne-modern-legacy-page #idjobsearchresults .results {
        padding: 58px 17px 17px !important;
    }

    .ne-modern-legacy-page #joboptions,
    .ne-modern-legacy-page #joboptions tbody,
    .ne-modern-legacy-page #joboptions tr,
    .ne-modern-legacy-page #joboptions td,
    .ne-modern-legacy-page #idviewcomp,
    .ne-modern-legacy-page #idviewcomp tbody,
    .ne-modern-legacy-page #idviewcomp tr,
    .ne-modern-legacy-page #idviewcomp td {
        display: block;
        width: 100% !important;
    }

    .ne-modern-legacy-page #joboptions td:first-child,
    .ne-modern-legacy-page #idviewcomp td:first-child {
        width: 100% !important;
        padding-bottom: 5px !important;
        border-bottom: 0 !important;
    }

    .ne-modern-legacy-page #joboptions td + td,
    .ne-modern-legacy-page #idviewcomp td + td {
        padding-top: 5px !important;
    }

    .ne-modern-legacy-page .bx_pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .ne-popup-2026 {
        padding: 12px;
    }

    .ne-popup-shell {
        border-radius: 16px;
    }

    .ne-popup-heading,
    .ne-popup-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}
