body, .logo-box {
    background-color: #F6FAFF !important;
    font-size: 1.15rem!important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BCBDBD;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

div#notificationBody::-webkit-scrollbar {
    display: none;
}

div#notificationBody {
    height: 90vh;
    overflow-y: scroll;
}

.navbar {
    background-color: #F6FAFF !important;
}

.main-sidebar {
    background-color: #F6FAFF !important;
    width: 65px !important;
}

.main-header .navbar {
    min-height: unset !important; 
    height: 60px !important;
}

.content {
    /*padding: 0px !important;*/
    background-color: white !important;
    padding-right: 1.5rem !important;
    border-radius: 2.0rem;
    margin-right: 1.5rem;
    min-height: 88vh;
    margin-top: 0rem!important;
}

.content-wrapper {
    background-color: #F9FBFF !important;
}

.navbar .navbar-static-top {
    height: 50px !important;
}


.main-header {
    height: 60px !important;
}

.navbar-custom-menu .navbar-nav > li {
    height: 60px !important;
}

.multinav {
    width: 70px !important;
}

.treeview a {
    margin-left: 4px;
}

.sidebar-menu > li > a {
    margin-top: 30px;
}

.new-job-btn {
    margin-left: 2.0rem;
}

.app-menu {
    display: none;
}

.nav-link.svg-bt-icon, .nav-link.push-btn {
    color: #343d46;
    background-color: transparent;
}

.nav-link.svg-bt-icon:hover, .nav-link.svg-bt-icon:focus, .nav-link.push-btn:hover, .nav-link.push-btn:focus {
    color: #9B6FE3 !important;
}

.text-body {
    color: #9E9E9E!important;
}
.text-orange {
    color: #F37745;
}

@media (max-width: 768px) {
    .logo-lg {
        display: none !important;
    }

    .logo-mini {
        width: 60px !important;
        padding: 0.25rem !important;
        display: none;
    }

    .main-header {
        display: flex;
        align-items: center;
    }

    .logo {
        text-align: left !important;
    }

    .content {
        margin-right: 0px;
    }

    .sidebar-mini.sidebar-collapse {
        margin-right: 10px;
    }

    .app-menu {
        display: block;
    }

    .new-job-btn {
        display: none;
    }

    .logo-box {
        display: none !important;
    }

    .main-sidebar {
        width: 250px !important;
        margin-top: 60px !important;
    }

    .fixed .multinav {
        width: 250px !important;
        height: 90%;
    }
    .tab-content:not(.job-pills + .tab-content) {
        width: 100%!important;
    }
}

/** ======= Login/Signup ======= */
.auth-page {
    min-height: 100vh;
    background: #f4f6fb;
    overflow: hidden;
}

.auth-page,
.auth-page * {
    box-sizing: border-box;
}

.auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.auth-hero {
    position: relative;
    background: #343d46;
    color: #fff;
    padding: clamp(1.5rem, 2.4vw, 2.75rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
}

.auth-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.08), transparent 32%), radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.05), transparent 30%);
    pointer-events: none;
}

.auth-brand,
.auth-hero-content,
.auth-hero-footer {
    position: relative;
    z-index: 1;
}

.auth-brand {
    display: flex;
    align-items: flex-start;
}

.auth-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
}

.auth-logo img {
    display: block;
    width: auto;
    height: 3.1rem;
}

.auth-logo:hover {
    color: #fff;
}

.auth-hero-content {    
    margin: auto 0;
    padding: 2rem 0;
    display: grid;
    justify-content: center;
}

.auth-hero-copy {
    display: none;
}

.auth-page.is-login .auth-hero-copy--login,
.auth-page.is-signup .auth-hero-copy--signup {
    display: block;
}

.auth-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.auth-pill-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #ffffff;
    opacity: 0.9;
}

.auth-headline {
    margin: 1.25rem 0 1rem;
    color: #c0c5ca !important;
    font-size: clamp(2.3rem, 4.2vw, 4.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    max-width: 12ch;
}

.auth-copy {
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 1rem;
    line-height: 1.75;
    max-width: 38rem;
    margin: 0;
}

.auth-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.15rem;
    max-width: 30rem;
}

.auth-stat strong {
    display: block;
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1;
}

.auth-stat span {
    display: block;
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-hero-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.62);
}

.auth-back-link,
.auth-location {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.auth-back-link:hover {
    color: #fff;
}

.auth-panel {
    background: #f4f6fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 3.5rem);
}

.auth-card {
    width: min(100%, 30rem);
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0.2rem;
    border: 1px solid #d9e2ef;
    border-radius: 1rem;
    background: #fff;
    margin-bottom: 2rem;
}

.auth-tabs .nav-item {
    display: block !important;
}

.auth-tab {
    width: 100%;
    border: 0;
    border-radius: 0.8rem;
    background: transparent;
    color: #53637d;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.95rem 1rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.auth-tab.active {
    background: #343d46;
    color: #fff;
}

.auth-pane {
    display: none;
}

.auth-pane.active {
    display: block;
}

.auth-title {
    color: #343d46 !important;
    font-size: clamp(1.9rem, 2.4vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;    
}

.auth-subtitle {
    color: #54627c !important;
    font-size: 1rem;
    line-height: 1.7;
}

.auth-form {
    display: grid;    
}

.auth-field {
    display: grid;    
}

.auth-label {
    color: #53637dcf !important;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
}

.auth-control-wrap {
    position: relative;
}

.auth-control {
    width: 100%;
    min-height: 3.4rem;
    border: 1px solid #d9e2ef;
    border-radius: 0.8rem !important;
    background: #fff !important;
    color: #343d46 !important;
    font-size: 1rem;
    padding: 0.95rem 1rem 0.95rem 2.9rem !important;
    box-shadow: none !important;
}

.auth-control::placeholder {
    color: #93a1b8 !important;
}

.auth-control:focus {
    border-color: #7f97ba;
    box-shadow: 0 0 0 0.2rem rgba(52, 61, 70, 0.08) !important;
}

.auth-control-icon,
.auth-password-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #93a1b8;
    pointer-events: none;
}

.auth-control-icon {
    left: 0.95rem;
    width: 1.1rem;
    height: 1.1rem;
}

.auth-password-toggle {
    right: 0.6rem;
    width: 2.15rem;
    height: 2.15rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 180ms ease, color 180ms ease;
}

.auth-password-toggle:hover {
    background: #eef2f7;
    color: #343d46;
}

.auth-password-toggle svg {
    width: 1rem;
    height: 1rem;
}

.auth-password-toggle .icon-hide {
    display: none;
}

.auth-password-toggle.is-visible .icon-show {
    display: none;
}

.auth-password-toggle.is-visible .icon-hide {
    display: inline-flex;
}

.auth-split-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #54627c;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

.auth-check input[type="checkbox"] {
    position: static !important;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    opacity: 1 !important;
    flex: 0 0 auto;
    accent-color: #343d46;
    appearance: auto;
    -webkit-appearance: checkbox;
}

.auth-check > span {
    color: #54627c !important;
}


.auth-link {
    color: #343d46;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.auth-link:hover {
    color: #1f2530;
    text-decoration: underline;
}

.auth-submit {
    width: 100%;
    min-height: 3.5rem;
    border: 0;
    border-radius: 0.9rem;
    background: #343d46;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.auth-submit:hover {
    background: #2b323a;
    transform: translateY(-1px);
}

.auth-submit:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(52, 61, 70, 0.1);
}

.auth-footer-note {
    color: #7a879d;
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
}

.auth-footer-note a {
    color: #343d46;
    font-weight: 700;
    text-decoration: none;
}

.auth-footer-note a:hover {
    text-decoration: underline;
}

.signup-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.auth-page .tab-content {
    width: 100% !important;
    padding: 0 !important;
}

.auth-page .tab-pane {
    padding: 0;
}

.auth-page .form-group {
    margin-bottom: 0;
}

.auth-page .text-danger {
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/** ======= Dashboard Shell ======= */
body.dashboard-shell-mode {
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Candidate job application */
.application-page { background: #f5f7f6; color: #15251d; min-height: 100vh; }
.application-hero { background: #143c2b; color: #fff; padding: 42px 0 56px; }
.application-hero .career-breadcrumb { margin-bottom: 34px; }
.application-hero .career-breadcrumb a,
.application-hero .career-breadcrumb span { color: rgba(255,255,255,.78); }
.application-hero .career-breadcrumb svg { color: rgba(255,255,255,.45); }
.application-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; margin: 12px 0; max-width: 850px; }
.application-hero > .career-container > p { color: rgba(255,255,255,.75); font-size: 1.05rem; margin: 0; }
.application-body { padding: 48px 0 80px; }
.application-layout { align-items: start; display: grid; gap: 32px; grid-template-columns: 250px minmax(0, 1fr); }
.application-progress { background: #fff; border: 1px solid #dfe6e2; border-radius: 14px; padding: 24px; position: sticky; top: 108px; }
.application-progress > strong { display: block; font-size: 1rem; margin-bottom: 18px; }
.application-progress ol { list-style: none; margin: 0; padding: 0; }
.application-progress li + li { margin-top: 8px; }
.application-progress a { align-items: center; border-radius: 8px; color: #526159; display: flex; font-size: .9rem; gap: 10px; padding: 8px; transition: background-color .2s, color .2s; }
.application-progress a:hover { background: #f0f6f2; color: #176540; }
.application-progress a span { align-items: center; background: #e9f2ed; border-radius: 50%; color: #176540; display: inline-flex; flex: 0 0 28px; height: 28px; justify-content: center; font-weight: 700; }
.application-progress > p { align-items: flex-start; border-top: 1px solid #e6ebe8; color: #68766f; display: flex; font-size: .8rem; gap: 8px; line-height: 1.45; margin: 20px 0 0; padding-top: 18px; }
.application-progress > p svg { flex: 0 0 16px; height: 16px; margin-top: 2px; width: 16px; }
.application-form { display: grid; gap: 22px; min-width: 0; }
.application-section { background: #fff; border: 1px solid #dfe6e2; border-radius: 14px; padding: clamp(22px, 4vw, 38px); scroll-margin-top: 105px; }
.application-section__heading { align-items: flex-start; border-bottom: 1px solid #e6ebe8; display: flex; gap: 16px; margin-bottom: 26px; padding-bottom: 22px; }
.application-section__heading > span { color: #d27845; font-size: .8rem; font-weight: 800; letter-spacing: .08em; padding-top: 6px; }
.application-section__heading h2 { color: #183e2c; font-size: 1.45rem; margin: 0 0 5px; }
.application-section__heading p,
.application-subheading p { color: #68766f; margin: 0; }
.application-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.application-field { min-width: 0; }
.application-field--full { grid-column: 1 / -1; }
.application-field label,
.application-field--dates label { color: #253b30; display: block; font-size: .86rem; font-weight: 700; margin-bottom: 8px; }
.application-field input:not([type=checkbox]),
.application-field textarea,
.application-field select { background: #fbfcfb; border: 1px solid #cbd6d0; border-radius: 8px; color: #1c2d24; min-height: 46px; padding: 11px 13px; transition: border-color .2s, box-shadow .2s; width: 100%; }
.application-field textarea { resize: vertical; }
.application-field input:focus,
.application-field textarea:focus,
.application-field select:focus { border-color: #287452; box-shadow: 0 0 0 3px rgba(40,116,82,.13); outline: none; }
.application-field input[readonly] { background: #f0f3f1; color: #68766f; }
.application-field > span,
.application-field--dates span { color: #b42318; display: block; font-size: .8rem; margin-top: 5px; }
.application-field--dates { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.application-check { align-items: center; background: #f7faf8; border: 1px solid #dfe6e2; border-radius: 8px; display: flex; gap: 10px; padding: 15px; }
.application-check input { accent-color: #176540; height: 18px; width: 18px; }
.application-check label { margin: 0; }
.application-subheading { align-items: center; display: flex; justify-content: space-between; margin: 30px 0 16px; }
.application-subheading h3,
.application-experience__heading h3 { color: #253b30; font-size: 1rem; margin: 0 0 3px; }
.application-secondary { align-items: center; background: #fff; border: 1px solid #287452; border-radius: 8px; color: #176540; cursor: pointer; display: inline-flex; font-weight: 700; gap: 7px; padding: 9px 14px; }
.application-secondary svg { height: 16px; width: 16px; }
.application-experience { background: #f8faf9; border: 1px solid #dfe6e2; border-radius: 10px; padding: 20px; }
.application-experience + .application-experience { margin-top: 14px; }
.application-experience__heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 18px; }
.remove-experience { background: transparent; border: 0; color: #a33b32; cursor: pointer; padding: 6px; }
.remove-experience svg { height: 18px; width: 18px; }
.application-upload { align-items: center; background: #f8faf9; border: 1.5px dashed #9db4a8; border-radius: 12px; cursor: pointer; display: flex; flex-direction: column; padding: 34px 20px; text-align: center; transition: background-color .2s, border-color .2s; }
.application-upload:hover { background: #f0f6f2; border-color: #287452; }
.application-upload svg { color: #287452; height: 30px; margin-bottom: 12px; width: 30px; }
.application-upload strong { color: #183e2c; }
.application-upload span { color: #68766f; font-size: .82rem; margin-top: 5px; }
.application-upload input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }
.application-file-error,
.application-validation { color: #b42318; display: block; font-size: .85rem; margin-top: 8px; }
.application-validation:empty { display: none; }
.application-consent { align-items: flex-start; background: #f3f7f5; border-radius: 8px; color: #526159; display: flex; gap: 12px; margin-top: 24px; padding: 15px; }
.application-consent svg { color: #287452; flex: 0 0 19px; height: 19px; width: 19px; }
.application-consent p { font-size: .85rem; line-height: 1.5; margin: 0; }
.application-actions { align-items: center; display: flex; justify-content: space-between; margin-top: 26px; }
.application-cancel { color: #526159; font-weight: 700; }
.application-submit { align-items: center; background: #d27845; border: 0; border-radius: 8px; color: #fff; cursor: pointer; display: inline-flex; font-weight: 800; gap: 9px; padding: 13px 20px; transition: background-color .2s; }
.application-submit:hover { background: #b96135; }
.application-submit svg { height: 18px; width: 18px; }

@media (max-width: 900px) {
    .application-layout { grid-template-columns: 1fr; }
    .application-progress { position: static; }
    .application-progress ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .application-hero { padding: 28px 0 40px; }
    .application-body { padding: 24px 0 48px; }
    .application-grid { grid-template-columns: 1fr; }
    .application-field--full { grid-column: auto; }
    .application-progress ol { grid-template-columns: 1fr; }
    .application-subheading,
    .application-actions { align-items: stretch; flex-direction: column; gap: 14px; }
    .application-secondary,
    .application-submit { justify-content: center; }
    .application-cancel { text-align: center; }
}

/* Keep the dashboard footer at the viewport bottom on short pages. */
body.dashboard-shell-mode > .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
}

body.dashboard-shell-mode > .wrapper > .content-wrapper {
    flex: 1 0 auto;
    min-height: 0 !important;
    margin-left: 240px;
    margin-right: 0;
    border-radius: 0;
}

body.dashboard-shell-mode > .wrapper > .main-footer {
    flex: 0 0 auto;
    margin-top: auto;
}

.dashboard-shell {
    min-height: 100vh;
    height: auto;
    background: #f5f7fb;
    display: flex;
    overflow-x: hidden;
    overflow-y: visible;
}

.sidebar-panel {
    position: fixed;
    inset: 0 auto 0 0;
    width: 240px;
    background: #343d46;
    color: #fff;
    padding: 1.25rem 0.85rem 1rem;
    z-index: 30;
}

.sidebar-panel__brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem 0.55rem 1.2rem;
}

.sidebar-brand-link img {
    display: block;
    height: 3rem;
    width: auto;
}

.sidebar-brand-tag {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sidebar-usercard {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 0.8rem;
    margin-bottom: 0.6rem;
}

.sidebar-usercard--mobile {
    margin: 0 0 1rem;
}

.sidebar-avatar {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    flex: 0 0 auto;
}

.sidebar-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topbar-avatar {
    width: 2.35rem;
    height: 2.35rem;
    background: #343d46;
}

.sidebar-usercard__name {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-usercard__meta {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.sidebar-usercard__dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #39c27d;
    flex: 0 0 auto;
}

.sidebar-divider {
    margin: 0.35rem 0.2rem 0.65rem;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 0.75rem;
}

.sidebar-nav__spacer {
    height: 1rem;
}

.sidebar-nav__link {
    display: flex;
    align-items: center;
    gap: 0.78rem;
    padding: 0.72rem 0.9rem;
    margin: 0 0.1rem;
    border-radius: 0.8rem;
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    font-size: 0.94rem;    
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sidebar-nav__link:hover {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.045);
}

.sidebar-nav__link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-nav__link i {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.sidebar-nav__link small {
    margin-left: auto;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.36);
}

.sidebar-panel__footer {
    margin-top: auto;
    padding: 0.9rem 0.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-strength {
    padding: 0 0.7rem 1rem;
}

.sidebar-strength span,
.sidebar-strength strong {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
}

.sidebar-strength strong {
    color: rgba(255, 255, 255, 0.62);
}

.sidebar-progress {
    height: 0.3rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.sidebar-progress .progress-bar {
    background: rgba(255, 255, 255, 0.52);
    border-radius: 999px;
}

.sidebar-complete-link,
.sidebar-signout {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.3rem 0.7rem;
}

.sidebar-complete-link:hover,
.sidebar-signout:hover {
    color: #fff;
}

.sidebar-signout i {
    width: 0.9rem;
    height: 0.9rem;
}

.sidebar-offcanvas {
    width: 290px;
    background: #343d46;
    color: #fff;
}

.sidebar-offcanvas__header {
    padding: 1rem 1rem 0.35rem;
    border-bottom: 0;
}

.sidebar-offcanvas__body {
    padding: 0.2rem 1rem 1rem;
}

.dashboard-main {
    flex: 1;
    margin-left: 240px;
    min-width: 0;
    min-height: 100vh;
    padding: 2rem;
    overflow: visible;
}

.dashboard-page.container-fluid {
    padding: 30px;
}

body.dashboard-shell-mode .topbar-shell {
    position: sticky;
    top: 0;
}

.topbar-shell {
    z-index: 20;
    background: transparent;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #dbe4f0;
}

.topbar-shell__inner {
    min-height: 56px;
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-menu-btn {
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    border: 1px solid #dbe4f0;
    background: #fff;
    color: #475569;
}

.topbar-menu-btn i {
    width: 1rem;
    height: 1rem;
}

.topbar-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 600;
}

.topbar-breadcrumb i {
    width: 0.85rem;
    height: 0.85rem;
}

.topbar-breadcrumb strong {
    color: #1e293b;
}

.topbar-shell__actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.topbar-notification-btn {
    position: relative;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border: 1px solid #dbe4f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.topbar-notification-btn:hover {
    border-color: #c3cfdd;
    background: #f8fafc;
    color: #334155;
}

.topbar-notification-btn:focus-visible,
.topbar-avatar:focus-visible {
    outline: 3px solid rgba(70, 106, 158, 0.3);
    outline-offset: 2px;
}

.topbar-notification-btn .notificationCount {
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
    z-index: 1;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.22rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    pointer-events: none;
}

.topbar-notification-btn .notificationCount:empty {
    display: none;
}

.topbar-notification-btn > svg,
.topbar-notification-btn > i {
    width: 1.05rem;
    height: 1.05rem;
    pointer-events: none;
}

.topbar-avatar {
    text-decoration: none;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #dbe4f0;
}

.topbar-avatar:hover {
    box-shadow: 0 0 0 2px #c3cfdd;
}

.dashboard-statusline {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #39b872;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
}

.dashboard-statusline__dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: #39b872;
    flex: 0 0 auto;
}

.dashboard-hero__title {
    color: #253044;
    font-size: clamp(2rem, 3.1vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 500;
    margin: 0;
}

.dashboard-hero__subtitle {
    margin-top: 0.75rem;
    color: #94a3b8;
    font-size: 1rem;
}

.dashboard-btn {
    min-height: 2.8rem;
    padding: 0.78rem 1.05rem;
    border-radius: 0.75rem;
    font-size: 0.94rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: none;
    justify-content:center;
}

.dashboard-btn i {
    width: 0.95rem;
    height: 0.95rem;
}

.dashboard-btn--light {
    background: #464e57;
    color: #ffffff;
}

.dashboard-btn--dark {
    background: #1e293b;
    color: #fff;
    border: 1px solid #1e293b;
}

.dashboard-btn--outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-statcard.card {
    border-radius: 0.95rem;
    border: 1px solid #dbe4f0;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    padding: 1.25rem 1.25rem 1rem;
}

.dashboard-statcard__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #94a3b8;
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.dashboard-statcard__head i {
    width: 0.9rem;
    height: 0.9rem;
}
.feather {
    width: 18px !important;
    height: 18px !important;
}

    .dashboard-statcard__value {
        color: #253044;
        font-size: clamp(2.35rem, 3vw, 3.2rem);
        line-height: 0.95;
        letter-spacing: -0.06em;
        font-weight: 300;
    }

    .dashboard-statcard__sub {
        margin-top: 0.65rem;
        color: #c4cede;
        font-size: 0.82rem;
    }

    .dashboard-statcard--hot {
        position: relative;
    }

        .dashboard-statcard--hot::after {
            content: "";
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 0.45rem;
            height: 0.45rem;
            border-radius: 999px;
            background: #39b872;
        }

    .dashboard-tablecard.card,
    .dashboard-recommendedcard.card {
        border-radius: 0.95rem;
        border: 1px solid #dbe4f0;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
        overflow: hidden;
    }

    .dashboard-tablecard__head {
        padding: 1rem 1.25rem;
        border-bottom: 1px solid #dbe4f0;
    }

    .dashboard-sectiontitle {
        margin: 0;
        color: #253044;
        font-size: 1rem;
        font-weight: 700;
    }

    .dashboard-sectionsubtitle {
        margin: 0.2rem 0 0;
        color: #94a3b8;
        font-size: 0.82rem;
    }

    .dashboard-mini-btn {
        min-height: 2.25rem;
        padding: 0.48rem 0.8rem;
        border: 1px solid #dbe4f0;
        background: #fff;
        color: #475569;
        border-radius: 0.65rem;
        font-size: 0.82rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
    }

        .dashboard-mini-btn i {
            width: 0.85rem;
            height: 0.85rem;
        }

    .dashboard-viewall {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        color: #475569;
        font-size: 0.82rem;
        font-weight: 600;
        text-decoration: none;
    }

        .dashboard-viewall:hover {
            color: #1e293b;
        }

        .dashboard-viewall i {
            width: 0.8rem;
            height: 0.8rem;
        }

    .dashboard-table thead th {
        border: 0;
        padding: 0.95rem 1.25rem 0.85rem;
        color: #c4cede;
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .dashboard-table tbody td {
        padding: 1rem 1.25rem;
        border-top: 1px solid #e6edf5;
        vertical-align: middle;
    }

    .dashboard-rowdot {
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 999px;
        display: inline-block;
        margin-top: 0.4rem;
        flex: 0 0 auto;
    }

    .dashboard-rowdot--success {
        background: #39b872;
    }

    .dashboard-rowdot--warning {
        background: #f59e0b;
    }

    .dashboard-rowdot--dark {
        background: #5b6b82;
    }

    .dashboard-rowdot--neutral {
        background: #8b5cf6;
    }

    .dashboard-rowtitle {
        color: #253044;
        font-size: 0.97rem;
        font-weight: 700;
    }

    .dashboard-rowmeta {
        color: #94a3b8;
        font-size: 0.8rem;
        margin-top: 0.2rem;
    }

    .dashboard-stagebars {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        margin-bottom: 0.35rem;
    }

    .dashboard-stagebar {
        width: 1.1rem;
        height: 0.34rem;
        border-radius: 999px;
        background: #e6edf5;
    }

        .dashboard-stagebar.is-active {
            background: #3f4a55;
        }

    .dashboard-stagetext {
        color: #64748b;
        font-size: 0.78rem;
    }

    .dashboard-statuspill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 0.78rem;
        border-radius: 0.55rem;
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1;
    }

    .dashboard-statuspill--success {
        background: #d1fae5;
        color: #047857;
    }

    .dashboard-statuspill--warning {
        background: #fef3c7;
        color: #b45309;
    }

    .dashboard-statuspill--dark {
        background: #1e293b;
        color: #fff;
    }

    .dashboard-statuspill--neutral {
        background: #e8eef6;
        color: #475569;
    }

    .dashboard-date {
        color: #475569;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .dashboard-eye {
        width: 2rem;
        height: 2rem;
        border-radius: 0.65rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        text-decoration: none;
        transition: background-color 180ms ease, color 180ms ease;
    }

        .dashboard-eye:hover {
            background: #eef2f7;
            color: #1e293b;
        }

        .dashboard-eye i {
            width: 0.95rem;
            height: 0.95rem;
        }

    .dashboard-emptystate {
        padding: 2.75rem 1.5rem 3rem;
        text-align: center;
    }

    .dashboard-emptystate__icon {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 1rem;
        margin: 0 auto 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eef2f7;
        color: #94a3b8;
    }

    .dashboard-emptystate h3 {
        color: #253044;
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.45rem;
    }

    .dashboard-emptystate p {
        color: #94a3b8;
        font-size: 0.92rem;
        margin-bottom: 1.25rem;
    }

    .dashboard-interviewcard.card {
        background: #343d46;
        color: #fff;
        border: 0;
        border-radius: 0.95rem;
        padding: 1.25rem;
    }

    .dashboard-interviewcard__label {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        color: rgba(255, 255, 255, 0.42);
        font-size: 0.67rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .dashboard-interviewcard__dot {
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: #60a5fa;
    }

    .dashboard-interviewcard__date {
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }

        .dashboard-interviewcard__date strong {
            font-size: clamp(2.7rem, 4vw, 4rem);
            line-height: 1;
            font-weight: 300;
            letter-spacing: -0.06em;
        }

        .dashboard-interviewcard__date span {
            display: block;
            color: #fff;
            font-size: 0.95rem;
            font-weight: 600;
        }

        .dashboard-interviewcard__date small {
            display: block;
            color: rgba(255, 255, 255, 0.45);
            font-size: 0.78rem;
        }

    .dashboard-interviewcard__role {
        color: #fff;
        font-size: 0.98rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }

    .dashboard-interviewcard__place {
        color: rgba(255, 255, 255, 0.55);
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .dashboard-participants {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

        .dashboard-participants span {
            width: 1.35rem;
            height: 1.35rem;
            border-radius: 999px;
            border: 2px solid #343d46;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.58rem;
            font-weight: 700;
        }

        .dashboard-participants p {
            margin: 0;
            color: rgba(255, 255, 255, 0.45);
            font-size: 0.78rem;
        }

    .dashboard-recommendedcard__head,
    .dashboard-recommendedcard__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 1rem 1.25rem;
    }

    .dashboard-recommendedcard__head {
        border-bottom: 1px solid #dbe4f0;
    }

        .dashboard-recommendedcard__head h3 {
            margin: 0;
            color: #253044;
            font-size: 0.98rem;
            font-weight: 700;
        }

        .dashboard-recommendedcard__head i {
            width: 0.95rem;
            height: 0.95rem;
            color: #94a3b8;
        }

    .dashboard-recommendeditem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 1.25rem;
        border-top: 1px solid #e6edf5;
        text-decoration: none;
        transition: background-color 180ms ease;
    }

        .dashboard-recommendeditem:hover {
            background: #f8fbff;
        }

        .dashboard-recommendeditem strong {
            display: block;
            color: #253044;
            font-size: 0.96rem;
            font-weight: 500;
        }

        .dashboard-recommendeditem span {
            display: block;
            margin-top: 0.2rem;
            color: #94a3b8;
            font-size: 0.8rem;
        }

        .dashboard-recommendeditem b {
            color: #39b872;
            font-size: 0.95rem;
            font-weight: 700;
        }

    .dashboard-recommendedcard__footer {
        border-top: 1px solid #dbe4f0;
    }

    @media (max-width: 1199.98px) {
        .dashboard-main {
            margin-left: 0;
        }

        body.dashboard-shell-mode > .wrapper > .content-wrapper {
            margin-left: 0;
            margin-right: 0;
        }

        .sidebar-panel {
            display: none !important;
        }
    }

    @media (max-width: 991.98px) {
        .dashboard-hero__title {
            font-size: clamp(1.85rem, 5vw, 2.7rem);
        }

        .dashboard-statcard__value {
            font-size: clamp(2rem, 7vw, 2.8rem);
        }
    }

    @media (max-width: 767.98px) {
        .topbar-shell__inner {
            padding-inline: 0.85rem;
        }

        .dashboard-page.container-fluid {
            padding: 1.25rem 0.85rem;
        }

        .dashboard-hero {
            gap: 1rem !important;
        }

        .dashboard-btn {
            width: 100%;
            justify-content: center;
        }

        .dashboard-statcard.card {
            padding: 1rem;
        }

        .dashboard-tablecard__head,
        .dashboard-recommendedcard__head,
        .dashboard-recommendedcard__footer,
        .dashboard-table thead th,
        .dashboard-table tbody td {
            padding-left: 0.95rem;
            padding-right: 0.95rem;
        }
    }

    .light-skin .sidebar li a:hover {
        color: #343d46 !important;
    }

    .prow {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    label {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
        input:focus {
            background-color: #f6f9fb !important;
        }

    .select2-search__field {
        border: 1px solid #BCBDBD !important;
    }

    .select2-container--default .select2-selection--single {
        background-color: #f6f9fb !important;
    }

    .select2-dropdown {
        z-index: 999999;
    }
    .form-control {
        font-size: 1.1rem;
    }

    .input-group.date {
        padding: 4.5px !important;
    }

    .input-group, .input-group-addon {
        background-color: #f6f9fb !important;        
    }
    /** ======= Cards, Badges, Icon containers ======= */
    .card {
        border-radius: 20px;
        box-shadow: 0px 5px 25px rgb(52, 61, 70, 0.04) !important;
        border: none;
    }

    .container-icon {
        padding: 0.65rem;
        border-radius: 10px;
    }

    .dark-icon {
        background-color: #343d46;
        color: #fff !important;
    }

    .gray-icon-container {
        color: #9B6FE3;
        background-color: #F4F4F4;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

    .light-icon {
        color: #343d46;
        background-color: #F1F4F6;
    }

    .primary-icon {
        color: #9B6FE3;
        background-color: #af84f538;
    }

    .warning-icon {
        color: rgba(84, 71, 38, 0.50);
        background-color: #F8F0CE;
    }

    .success-icon {
        color: #51ce8a;
        background-color: #51ce8a38;
    }

    .badge {
        background-color: #F1F4F6 !important;        
        border-radius: 1.0rem;
        border-bottom-left-radius: 0px;
        font-size: 14px;
    }

    .badge-warning {
        background-color: #F9DC56 !important;
        color: #fff !important;
    }

    .badge-success {
        background-color: #51ce8a !important;
        color: #fff !important;
    }

    .badge-danger {
        background-color: #FF4133 !important;
        color: #fff !important;
    }

    .badge-orange {
        background-color: #F37745 !important;
        color: #fff !important;
    }

    .white-circle {
        background-color: white;
        padding: 10px;
        border-radius: 50%;
    }

    .right-margin {
        margin-right: 1.0rem;
    }

    .underlined-link {
        text-decoration: underline;
    }

    .fade-icon {
        color: #BDBDBD;
    }

    .text-right {
        text-align: right;
    }

    .primary-icon-no-bg {
        color: #9B6FE3;
    }

    .btn-transparent-success {
        background-color: rgba(143,211,144,0.19);
        color: #8fd390;
    }

    .table-pill {
        padding: 0.5rem 1.0rem;
        border-radius: 10px;
        font-weight: 500;
        cursor: pointer;
    }

        .table-pill.dark {
            background-color: #343d46;
            color: #fff;
        }

        .table-pill.light {
            background-color: #F4F4F4;
            color: #343d46;
        }

    .vertical-dashed-line {
        border: none;
        border: 1px dashed #9B6FE3;
        color: #fff;
        background-color: #fff;
        height: 105px !important;
        width: 2px;
        position: absolute;
        bottom: -20px;
        left: 1.5px;
    }

    .left-career-hero {
        background-color: #343d46;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding: 1.0rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 400px;
        position: relative;
    }

    .right-career-hero {
        background-color: #F1F4F6;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        padding: 1.0rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stars2 {
        position: absolute;
        top: 20px;
        left: 50px;
    }

    .stars1 {
        position: absolute;
        bottom: 30px;
        right: 300px;
    }

    .text-success {
        color: #51ce8a;
        /*background-color: #EAF7EA;*/
    }

    .text-danger {
        color: #FF4133;
        /*background-color: #FFE6E5;*/
    }

    .ul-margin-left ul {
        margin-left: 1.1rem;
    }
    /* ==== Job Overlay ==== */
    .job-preview {
        position: fixed;
        right: -2000px;
        top: 0px;
        width: 50%;
        height: 100vh;
        padding: 1.5rem;
        transition: all 0.5s;
        background-color: #fff;
        z-index: 99999;
        overflow-y: scroll;
    }

    .overlay-wrapper {
        position: fixed;
        width: 0vw;
        height: 0vh;
        top: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 9999;
        left: 0px;
    }

    .close-prev {
        background-color: #343d46;
        padding: 0.5rem;
        border-radius: 10px;
        position: absolute;
        top: 1.5rem;
        right: 15px;
        cursor: pointer;
        color: #fff;
    }

    @media screen and (max-width: 1150px) {
        .job-preview {
            width: 70%;
        }

        #job-div-chart {
            width: 100%;
        }
    }

    @media screen and (max-width: 860px) {
        .job-preview {
            width: 100%;
        }
    }

    .job-pills button.active {
        background-color: #343d46 !important;
        color: #fff !important;
    }

    .job-pills button {
        background-color: #F4F4F4 !important;
        color: #343d46 !important;
        border-radius: 10px !important;
    }

    .nav-warning {
        position: absolute;
        top: 6px;
        right: -30px;
    }

        .nav-warning i {
            width: 10px !important;
            height: 10px !important;
        }

    .job-pills .nav-item {
        position: relative;
    }

    textarea {
        width: 100%;
        background-color: #f6f9fb;
        border: none;
        outline: none;
        border-radius: 15px;
        padding: 0.95rem 1.2rem;
        resize: none;
    }
    /** ===== tinymce editor ===== */
    .tox-tinymce {
        border: none !important;
        border-radius: 15px !important;
    }

    .tox .tox-edit-area__iframe, .tox-editor-header, .tox-toolbar-overlord, .tox-toolbar__primary {
        background-color: #f6f9fb !important;
    }

    .tox:not(.tox-tinymce-inline) .tox-editor-header {
        border-bottom: 1px solid #9E9E9E15;
        box-shadow: none !important;
    }

    .tox .tox-tbtn--bespoke {
        background-color: #fff !important;
    }

    .exp-btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 1.0rem;
    }

    .light-icon-sm {
        width: 35px;
        height: 35px;
        padding: 0.5rem;
        border-radius: 5px;
        background-color: #f4f4f4;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .circle-avatar {
        width: 70px;
        height: 70px;
        border-radius: 40px;
        background-image: url(/images/user3-128x128.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /* ====== Accordion ====== */
    .accordion-item {
        border: none !important;
    }

    .accordion-button {
        background-color: transparent !important;
        color: #343d46;
    }

    .accordion-button {
        border: none !important;
    }

        .accordion-button:focus, .accordion-buttona:active {
            color: unset !important;
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            box-shadow: none !important;
            color: unset !important;
        }

    button.accordion-button {
        font-size: 18px !important;
    }

    .job-headline ul {
        margin-left: 20px;
    }

    .bordered-box {
        border: 1px solid #F1F4F6;
        border-radius: 12px;
        padding: 1.0rem;
    }

    .bordered-bottom {
        color: #F1F4F6;
        background-color: #F1F4F6;
        opacity: 1;
    }

    .nav-item {
        display: inline-flex !important;
    }

    @media (max-width: 1200px) {
        .fullscreen-item {
            display: none !important;
        }

        .auth-shell {
            grid-template-columns: 1fr;
        }

        .auth-hero {
            min-height: auto;
            padding-bottom: 2rem;
        }

        .auth-panel {
            padding-top: 0;
            padding-bottom: 2.5rem;
        }
    }

    .datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before {
        content: none !important
    }

    @media (max-width: 768px) {
        .auth-page {
            overflow-x: hidden;
            overflow-y: auto;
        }

        .auth-shell,
        .auth-panel,
        .auth-card,
        .auth-form,
        .auth-control-wrap {
            min-width: 0;
        }

        .auth-hero {
            min-height: auto;
            padding: 1.2rem 1.25rem 1.4rem;
        }

        .auth-logo img {
            height: 2.45rem;
        }

        .auth-hero-content {
            padding: 1.1rem 0 1.3rem;
        }


        .auth-stats {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem 1.75rem;
            margin-top: 0;
            max-width: 18rem;
        }

        .auth-stat strong {
            font-size: 1.35rem;
        }

        .auth-stat span {
            font-size: 0.58rem;
        }

        .auth-hero-footer {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.8rem;
        }

        .auth-back-link,
        .auth-location {
            font-size: 0.82rem;
        }

        .auth-panel {
            width: 100%;
            max-width: 100vw;
            padding: 0 1.25rem 2rem;
            overflow: hidden;
        }

        .auth-card {
            width: 100%;
            max-width: 100%;
            margin-top:10px;
        }

        .auth-tabs {
            width: 100%;
            margin: 0 0 1.55rem;
            border-radius: 0.85rem;
        }

        .auth-tab {
            min-height: 3rem;
            padding: 0.72rem 0.55rem;
            border-radius: 0.68rem;
            font-size: 0.86rem;
            white-space: normal;
        }

        .auth-title {
            font-size: 1.62rem;
            letter-spacing: -0.025em;
        }

        .auth-subtitle {
            font-size: 0.88rem;
            line-height: 1.45;
        }

        .auth-label {
            font-size: 0.78rem;
        }

        .auth-control {
            min-height: 3rem;
            padding: 0.78rem 2.7rem 0.78rem 2.35rem !important;
            font-size: 0.9rem;
        }

        .auth-control-icon {
            left: 0.78rem;
            width: 1rem;
            height: 1rem;
        }

        .auth-password-toggle {
            right: 0.35rem;
        }

        .auth-check {
            align-items: flex-start;
            font-size: 0.78rem;
            line-height: 1.45;
        }

        .auth-check > span {
            min-width: 0;
            white-space: normal;
            overflow-wrap: anywhere;
        }

        .auth-submit {
            min-height: 3.15rem;
            font-size: 0.88rem;
        }
    }

/* ===== Careers / public job listings ===== */
body.career-page-mode {
    margin: 0;
    width: 100%;
    height: auto !important;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: auto;
    background: #fff !important;
    color: #1f2a3d;
}

.career-shell {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: visible;
    border-radius: 0;
    background: #fff;
}

.career-shell > .career-page {
    flex: 1 0 auto;
    width: 100%;
    min-width: 0;
}

.career-container {
    width: min(100% - 3rem, 1280px);
    margin-inline: auto;
}

.career-nav {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
    height: 88px;
    margin-top: 10px;
}

.career-nav__inner {
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.career-brand {
    display: inline-flex;
    align-items: center;
}

.career-brand img {
    width: auto;
    height: 52px;
    object-fit: contain;
}

.career-user {
    min-height: 50px;
    min-width: 178px;
    max-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 32px rgba(5, 12, 22, 0.18);
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.career-user-menu {
    position: relative;
    margin-left: auto;
}

.career-user-menu > summary {
    list-style: none;
    cursor: pointer;
}

.career-user-menu > summary::-webkit-details-marker {
    display: none;
}

.career-login {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease;
}

.career-user:hover {
    color: #1f2a3d;
    border-color: rgba(255, 255, 255, 0.82);
    background: #fff;
    box-shadow: 0 14px 34px rgba(5, 12, 22, 0.2);
    transform: translateY(-1px);
}

.career-user:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.82);
    outline-offset: 3px;
}

.career-user-menu[open] .career-user {
    color: #1f2a3d;
    border-color: rgba(255, 255, 255, 0.82);
    background: #fff;
    box-shadow: 0 14px 34px rgba(5, 12, 22, 0.2);
}

.career-login:hover {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.career-user {
    gap: 0.65rem;
    padding: 0.43rem 0.5rem 0.43rem 0.43rem;
}

.career-user__avatar {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    color: #263243;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(5, 12, 22, 0.12);
}

.career-user:hover .career-user__avatar {
    background: #263243;
    color: #fff;
}

.career-user-menu[open] .career-user__avatar {
    background: #263243;
    color: #fff;
}

.career-user__copy {
    display: grid;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.08;
}

.career-user__copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.career-user__copy small {
    margin-top: 0.18rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.66rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.career-user:hover .career-user__copy small {
    color: #667085;
}

.career-user-menu[open] .career-user__copy small {
    color: #667085;
}

.career-user > svg {
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    padding: 6px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.14);
    color: currentColor;
}

.career-user:hover > svg {
    background: #eef2f7;
}

.career-user-menu[open] .career-user > svg {
    background: #eef2f7;
    transform: rotate(180deg);
}

.career-user-menu__dropdown {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    z-index: 40;
    min-width: 196px;
    padding: 0.45rem;
    border: 1px solid #e4e9f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(5, 12, 22, 0.2);
}

.career-user-menu__dropdown a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0.75rem;
    border-radius: 10px;
    color: #263243;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease;
}

.career-user-menu__dropdown a:hover,
.career-user-menu__dropdown a:focus-visible {
    color: #1f2a3d;
    background: #eef2f7;
    outline: none;
}

.career-user-menu__dropdown a + a {
    margin-top: 0.18rem;
    border-top: 1px solid #eef1f5;
}

.career-user-menu__dropdown .career-user-menu__logout {
    color: #b42318;
}

.career-user-menu__dropdown .career-user-menu__logout:hover,
.career-user-menu__dropdown .career-user-menu__logout:focus-visible {
    color: #912018;
    background: #fff1f0;
}

.career-user-menu__dropdown svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.career-hero {
    position: relative;
    isolation: isolate;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #222c37;
}

.career-hero::before,
.career-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
}

.career-hero::before {
    background:
        linear-gradient(90deg, rgba(22, 29, 37, 0.93), rgba(37, 48, 60, 0.7)),
        radial-gradient(circle at 74% 32%, rgba(255, 255, 255, 0.22), transparent 22%),
        linear-gradient(135deg, #19232e 0%, #52606d 52%, #202a35 100%);
}

.career-hero::after {
    z-index: -1;
    opacity: 0.22;
    background-image: linear-gradient(115deg, transparent 0 49%, rgba(255,255,255,.25) 49.4% 50%, transparent 50.4%), linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px);
    background-size: 340px 100%, 100% 82px;
}

.career-hero__content {
    padding-top: 80px;
    text-align: center;
}

.career-eyebrow {
    display: inline-block;
    color: rgba(255,255,255,.62);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.career-hero h1 {
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4rem);
}

.career-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.65;
}

.career-hero__notch {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 52px;
    height: 27px;
    transform: translateX(-50%);
    background: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.career-search-section {
    padding: 2.4rem 0 2.25rem;
    border-bottom: 1px solid #e2e7ee;
    background: #fff;
}

.career-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 2rem;
    color: #1f2a3d;
    font-size: 0.86rem;
}

.career-breadcrumb a {
    color: #7d899b;
    text-decoration: none;
}

.career-breadcrumb svg {
    width: 14px;
    height: 14px;
    color: #a1aab8;
}

.career-searchbar {
    min-height: 62px;
    display: flex;
    align-items: stretch;
    border: 1px solid #dbe2eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(24, 35, 52, 0.07);
    position: relative;
    overflow: visible;
}

.career-searchbar__field {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0 !important;
    padding: 0 1.35rem;
    border-left: 1px solid #e1e7ef;
}

.career-searchbar__field--grow {
    min-width: 0;
    flex: 1;
    border-left: 0;
}

.career-searchbar__field--select {
    width: 250px;
    min-width: 250px;
}

.career-searchbar__field--date {
    width: 250px;
    min-width: 250px;
}

.career-searchbar__field svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #91a1b7;
}

.career-searchbar__field input {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: 0;
    outline: 0;
    background: #fff !important;
    color: #1f2a3d;
    font-size: 0.9rem;
    box-shadow: none !important;
}

.career-searchbar__field input::placeholder {
    color: #929db0;
}

.career-searchbar__field select {
    width: 100%;
    height: 100%;
    padding: 0.2rem 1.5rem 0.2rem 0 !important;
    border: 0;
    outline: 0;
    background-color: #fff !important;
    color: #5f6f86;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: none !important;
}

.career-division-dropdown {
    width: 100%;
    height: 100%;
    min-width: 0;
}

.career-division-dropdown__toggle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5f6f86;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
}

.career-division-dropdown__toggle:focus-visible {
    outline: 2px solid #8798b6;
    outline-offset: 5px;
    border-radius: 4px;
}

.career-division-dropdown__chevron {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    margin-right: 0.2rem;
    border-right: 2px solid #8795aa;
    border-bottom: 2px solid #8795aa;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 180ms ease;
}

.career-division-dropdown__toggle[aria-expanded="true"] .career-division-dropdown__chevron {
    transform: rotate(225deg) translate(-1px, -1px);
}

.career-division-dropdown__menu.dropdown-menu {
    width: 250px;
    min-width: 250px;
    box-sizing: border-box;
    padding: 0.45rem;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(24, 35, 52, 0.14);
    overflow: hidden;
    transform: translate(-45px, 62px) !important
}

.career-division-dropdown__option {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.8rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #53637a;
    font-size: 0.84rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.career-division-dropdown__option:hover,
.career-division-dropdown__option:focus-visible {
    outline: 0;
    background: #eef2f7;
    color: #202c40;
}

.career-division-dropdown__option.is-selected {
    background: #202c40;
    color: #fff;
}

.career-division-dropdown__option svg {
    width: 14px;
    height: 14px;
    visibility: hidden;
}

.career-division-dropdown__option.is-selected svg {
    visibility: visible;
}

body.career-page-mode .datepicker-dropdown {
    width: 250px;
    min-width: 250px;
    max-width: calc(100vw - 2rem);
    box-sizing: border-box;
    padding: 0.85rem !important;
    border: 1px solid #dbe3ec;
    border-radius: 14px !important;
    background: #fff;
    box-shadow: 0 18px 45px rgba(24, 35, 52, 0.16);
    color: #253044;
    font-size: 0.82rem;
    z-index: 1080 !important;
}

body.career-page-mode .datepicker-dropdown table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

body.career-page-mode .datepicker-dropdown th,
body.career-page-mode .datepicker-dropdown td {
    width: 36px;
    height: 34px;
    padding: 0;
    border-radius: 8px !important;
    font-weight: 500;
}

body.career-page-mode .datepicker-dropdown .datepicker-switch {
    color: #202c40;
    font-weight: 700;
}

body.career-page-mode .datepicker-dropdown .dow {
    color: #8997aa;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

body.career-page-mode .datepicker-dropdown .prev,
body.career-page-mode .datepicker-dropdown .next {
    color: #5f6f86;
    font-size: 1.05rem;
}

body.career-page-mode .datepicker-dropdown .datepicker-switch:hover,
body.career-page-mode .datepicker-dropdown .prev:hover,
body.career-page-mode .datepicker-dropdown .next:hover,
body.career-page-mode .datepicker-dropdown table tr td.day.focused,
body.career-page-mode .datepicker-dropdown table tr td.day:hover {
    background: #eef2f7 !important;
    color: #202c40;
}

body.career-page-mode .datepicker-dropdown table tr td.old,
body.career-page-mode .datepicker-dropdown table tr td.new {
    color: #b3bdca;
}

body.career-page-mode .datepicker-dropdown table tr td.today,
body.career-page-mode .datepicker-dropdown table tr td.today:hover {
    border: 1px solid #cfd8e5;
    background: #f4f7fb !important;
    background-image: none !important;
    color: #202c40 !important;
}

body.career-page-mode .datepicker-dropdown table tr td.active,
body.career-page-mode .datepicker-dropdown table tr td.active:hover,
body.career-page-mode .datepicker-dropdown table tr td.today.active {
    border-color: #202c40 !important;
    background: #202c40 !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: none !important;
}

body.career-page-mode .datepicker-dropdown:before,
body.career-page-mode .datepicker-dropdown:after {
    display: none !important;
    content: none !important;
}

.career-searchbar__field select:focus-visible {
    outline: 2px solid #8798b6;
    outline-offset: 3px;
}

.career-searchbar__button {
    min-width: 110px;
    margin: 8px;
    border: 0;
    border-radius: 9px;
    background: #202c40;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 180ms ease;
}

.career-searchbar__button:hover {
    background: #34435a;
}

.career-listing {
    padding: 4.8rem 0 6rem;
    background: #f4f7fb;
}

.career-listing__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.25rem;
}

.career-eyebrow--dark {
    color: #8698b8;
}

.career-listing__heading h2 {
    margin: 0.55rem 0 0.8rem;
    color: #1f2a3d;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.04em;
}

.career-listing__heading p {
    margin: 0;
    color: #5f6f86;
    font-size: 0.96rem;
}

.career-all-jobs {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    background: #343d46;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 180ms ease;
}

.career-all-jobs:hover {
    background: #202832;
    color: #fff;
}

.career-all-jobs svg {
    width: 15px;
    height: 15px;
}

.career-job-list {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #fff;
}

.career-job-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.45fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 1.65rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    transition: background-color 180ms ease;
}

.career-job-card:last-child {
    border-bottom: 0;
}

.career-job-card:hover {
    background: #fbfcfe;
}

.career-job-card__category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8798b6;
    font-size: 11px;
    font-weight: 600;
}

.career-job-card__category > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e3a326;
}

.career-job-card__title {
    display: inline-block;
    margin-top: 0.5rem;
    color: #172337;
    text-decoration: none;
}

.career-job-card__title h3 {
    margin: 0;
    color: inherit;
    font-size: 1.16rem;
    font-weight: 500;
}

.career-job-card__title:hover {
    color: #596d8d;
}

.career-job-card__description {
    max-height: 2.8em;
    margin-top: 0.45rem;
    overflow: hidden;
    color: #5f6f86;
    font-size: 1rem;
    line-height: 1.4;
}

.career-job-card__description p,
.career-job-card__description ul {
    margin: 0;
}

.career-job-card__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.career-job-card__skills span {
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #66758b;
    font-size: 0.68rem;
}

.career-job-card__details {
    display: grid;
    gap: 0.55rem;
    color: #5f6f86;
    font-size: 11px;
}

.career-job-card__details span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.career-job-card__details svg {
    width: 14px;
    height: 14px;
    color: #91a1b7;
}

.career-job-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
}

.career-job-card__actions form {
    margin: 0;
}

.career-job-card__actions small {
    margin-right: 0.25rem;
    color: #99a7bb;
    font-size: 11px;
    white-space: nowrap;
}

.career-job-card__open,
.career-job-card__save {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: #eef2f7;
    color: #5c6b80;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.career-job-card__open:hover,
.career-job-card__save:hover {
    background: #202c40;
    color: #fff;
}

.career-job-card__open svg,
.career-job-card__save svg {
    width: 16px;
    height: 16px;
}

.career-empty {
    padding: 5rem 1.5rem;
    text-align: center;
}

.career-empty > svg {
    width: 38px;
    height: 38px;
    color: #91a1b7;
}

.career-empty h3 {
    margin: 1rem 0 0.4rem;
    color: #1f2a3d;
}

.career-empty p {
    color: #6b778c;
}

.career-empty a {
    color: #26364c;
    font-weight: 700;
}

body.career-page-mode .main-footer {
    margin: 0 !important;
    padding: 1.35rem max(1.5rem, calc((100% - 1280px) / 2));
    border: 0;
    background: #202a35;
    color: rgba(255,255,255,.6);
    font-size: 0.8rem;
}

body.career-page-mode .main-footer a {
    color: #fff;
}

@media (max-width: 991.98px) {
    .career-job-card {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .career-job-card__details {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-job-card__actions {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 767.98px) {
    .career-container {
        width: min(100% - 2rem, 1280px);
    }

    .career-nav,
    .career-nav__inner {
        height: 74px;
    }

    .career-brand img {
        height: 42px;
    }

    .career-user {
        min-height: 44px;
        min-width: 46px;
        max-width: 46px;
        gap: 0;
        padding: 0.34rem;
        border-radius: 14px;
    }

    .career-user__avatar {
        width: 32px;
        height: 32px;
    }

    .career-user__copy {
        display: none;
    }

    .career-user > svg {
        display: none;
    }

    .career-hero {
        min-height: 220px;
    }

    .career-hero__content {
        padding-top: 42px;
    }

    .career-hero p {
        font-size: 0.9rem;
    }

    .career-search-section {
        padding-top: 1.6rem;
    }

    .career-breadcrumb {
        margin-bottom: 1.4rem;
    }

    .career-searchbar {
        display: grid;
        overflow: visible;
        border: 0;
        box-shadow: none;
        background: transparent;
        gap: 0.75rem;
    }

    .career-searchbar__field {
        min-width: 0;
        min-height: 54px;
        border: 1px solid #dbe2eb;
        border-radius: 10px;
        background: #fff;
    }

    .career-searchbar__field--select,
    .career-searchbar__field--date {
        width: 100%;
        min-width: 0;
    }

    .career-searchbar__button {
        min-height: 52px;
        margin: 0;
    }

    .career-listing {
        padding: 3.2rem 0 4rem;
    }

    .career-listing__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.25rem;
    }

    .career-job-card {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding: 1.35rem 1.15rem;
    }

    .career-job-card__details,
    .career-job-card__actions {
        grid-column: auto;
        grid-row: auto;
    }

    .career-job-card__details {
        grid-template-columns: 1fr;
    }

    .career-job-card__actions {
        justify-content: flex-start;
    }

    .career-job-card__actions small {
        margin-right: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .career-page *,
    .career-nav * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== Public job detail ===== */
.job-detail-page {
    color: #17233a;
    background: #f4f7fb;
}

.career-shell:has(.job-detail-page) .career-nav {
    height: 88px;
    margin-top: 0;
    background: #303943;
}

.job-detail-hero {
    padding: 120px 0 54px;
    border-bottom: 1px solid #dbe3ec;
    background: #fff;
}

.job-detail-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 3.25rem;
    color: #17233a;
    font-size: 12px;
}

.job-detail-breadcrumb a {
    color: #8494af;
    text-decoration: none;
}

.job-detail-breadcrumb a:hover { color: #17233a; }
.job-detail-breadcrumb svg { width: 14px; height: 14px; color: #9aa8bd; }
.job-detail-breadcrumb strong { font-weight: 600; }

.job-detail-breadcrumb__all {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.job-detail-hero__content { max-width: 1050px; }

.job-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.job-detail-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #40516e;
    font-size: 12px;
    font-weight: 600;
}

.job-detail-tag--division { background: #fff5e5; color: #e88b00; }
.job-detail-tag--code { border-radius: 7px; color: #8494af; }

.job-detail-hero h1 {
    margin: 0;
    color: #132542;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

.job-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-top: 1.8rem;
    color: #899ab5;
    font-size: 12px;
}

.job-detail-meta span,
.job-detail-apply-card p {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.job-detail-meta svg,
.job-detail-apply-card p svg { width: 16px; height: 16px; }

.job-detail-body { padding: 3.25rem 0 5.5rem; }

.job-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(300px, 0.95fr);
    gap: 2.1rem;
    align-items: start;
}

.job-detail-main { display: grid; gap: 1.4rem; }

.job-detail-card,
.job-detail-glance {
    padding: 2.15rem 2.25rem;
    border: 1px solid #dbe3ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(22, 35, 56, 0.02);
}

.job-detail-card h2,
.job-detail-glance h2 {
    margin: 0 0 1.35rem;
    color: #91a0b8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.job-detail-lead {
    color: #102342;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.5;
}

.job-detail-lead p:first-child { margin-top: 0; }
.job-detail-lead p:last-child { margin-bottom: 0; }

.job-detail-copy,
.job-detail-richtext {
    margin-top: 1rem;
    color: #455673;
    font-size: 12px;
    line-height: 1.7;
}

.job-detail-richtext:first-child { margin-top: 0; }
.job-detail-richtext ul, .job-detail-richtext ol { padding-left: 1.3rem; }
.job-detail-richtext li { margin-bottom: 0.65rem; padding-left: 0.35rem; }

.job-detail-checklist {
    display: grid;
    gap: 0.8rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    color: #40516e;
    font-size: 12px;
}

.job-detail-checklist li,
.job-detail-certification {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.job-detail-checklist svg { width: 16px; height: 16px; margin-top: 0.15rem; color: #18b981; }

.job-detail-certification {
    margin-top: 1rem;
    color: #40516e;
}

.job-detail-certification svg { width: 17px; height: 17px; color: #e8a32b; }

.job-detail-offers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.job-detail-offers:has(> div:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.job-detail-offers > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 0.8rem;
    min-height: 76px;
    padding: 0.95rem 1rem;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
    box-shadow: 0 1px 0 rgba(16, 35, 66, 0.02);
}

.job-detail-offers > div > svg {
    width: 38px;
    height: 38px;
    padding: 10px;
    border: 1px solid #e2e9f2;
    border-radius: 9px;
    background: #fff;
    color: #6f819c;
}

.job-detail-offers span { display: grid; gap: 0.22rem; min-width: 0; }
.job-detail-offers strong { color: #102342; font-size: 0.84rem; line-height: 1.2; }
.job-detail-offers small { color: #73829b; font-size: 0.74rem; line-height: 1.4; }

.job-detail-aside {
    position: sticky;
    top: 1.5rem;
    display: grid;
    gap: 1.2rem;
}

.job-detail-apply-card {
    padding: 2rem;
    border-radius: 16px;
    background: #343f4a;
    color: #fff;
}

.job-detail-apply-card > span {
    color: #98a8c1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-detail-apply-card h2 {
    margin: 0.45rem 0 0.35rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}

.job-detail-apply-card p { margin: 0 0 1.5rem; color: #a9b6c9; font-size: 12px; }
.job-detail-apply-card form { margin: 0; }

.job-detail-apply,
.job-detail-save,
.job-detail-share {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.job-detail-apply { background: #fff; color: #17233a; }
.job-detail-apply:hover { background: #edf1f6; color: #17233a; }
.job-detail-apply svg { width: 17px; height: 17px; }

.job-detail-save {
    margin-top: 0.65rem;
    border: 1px solid #606b76;
    background: #4a5560;
    color: #fff;
}

.job-detail-save:hover { border-color: #7d8995; background: #5a6570; color: #fff; }
.job-detail-save svg { width: 15px; height: 15px; }

.job-detail-glance dl { margin: 0; }
.job-detail-glance dl > div {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 1rem;
    padding: 0.72rem 0;
    border-bottom: 1px solid #e3e8ef;
    font-size: 12px;
}

.job-detail-glance dl > div:last-child { border-bottom: 0; }
.job-detail-glance dt { color: #8b9ab1; font-weight: 500; }
.job-detail-glance dd { margin: 0; color: #17233a; text-align: right; overflow-wrap: anywhere; }

.job-detail-share {
    border: 1px solid #d8e0ea;
    background: #fff;
    color: #263750;
}

.job-detail-share:hover { background: #edf2f7; color: #17233a; }
.job-detail-share svg { width: 15px; height: 15px; }

.job-detail-breadcrumb a:focus-visible,
.job-detail-apply:focus-visible,
.job-detail-save:focus-visible,
.job-detail-share:focus-visible {
    outline: 3px solid rgba(70, 106, 158, 0.35);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .job-detail-layout { grid-template-columns: 1fr; }
    .job-detail-aside { position: static; grid-template-columns: 1fr 1fr; }
    .job-detail-share { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
    .career-shell:has(.job-detail-page) .career-nav,
    .career-shell:has(.job-detail-page) .career-nav__inner {
        height: 74px;
    }

    .job-detail-hero {
        padding: 98px 0 2rem;
    }

    .job-detail-breadcrumb {
        gap: 0.5rem;
        margin-bottom: 1.3rem;
        flex-wrap: wrap;
        font-size: 11px;
    }

    .job-detail-breadcrumb svg {
        width: 13px;
        height: 13px;
    }

    .job-detail-breadcrumb__all {
        width: 100%;
        margin: 0.2rem 0 0;
        color: #6f819c !important;
        font-size: 12px;
    }

    .job-detail-tags {
        gap: 0.45rem;
        margin-bottom: 1rem;
    }

    .job-detail-tag {
        min-height: 28px;
        padding: 0.32rem 0.68rem;
        font-size: 11px;
    }

    .job-detail-hero h1 {
        font-size: clamp(2rem, 10vw, 2.75rem);
        letter-spacing: -0.035em;
    }

    .job-detail-meta {
        display: grid;
        gap: 0.72rem;
        margin-top: 1.25rem;
        font-size: 12px;
    }

    .job-detail-meta span {
        align-items: flex-start;
        line-height: 1.35;
    }

    .job-detail-body {
        padding: 1.55rem 0 3rem;
    }

    .job-detail-main {
        gap: 1rem;
    }

    .job-detail-card,
    .job-detail-glance,
    .job-detail-apply-card {
        padding: 1.25rem;
        border-radius: 12px;
    }

    .job-detail-card h2,
    .job-detail-glance h2 {
        margin-bottom: 1rem;
        font-size: 11px;
    }

    .job-detail-lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .job-detail-copy,
    .job-detail-richtext {
        font-size: 12px;
        line-height: 1.65;
    }

    .job-detail-offers, .job-detail-aside { grid-template-columns: 1fr; }
    .job-detail-share { grid-column: auto; }
}

/* ===== Candidate application — public careers theme ===== */
.career-shell:has(.application-page) .career-nav {
    height: 88px;
    margin-top: 0;
    background: #303943;
}

.application-page {
    flex: 1 0 auto;
    width: 100%;
    min-width: 0;
    color: #17233a;
    background: #f4f7fb;
}

.application-hero {
    padding: 120px 0 54px;
    border-bottom: 1px solid #dbe3ec;
    background: #fff;
    color: #17233a;
}

.application-hero .job-detail-breadcrumb { margin-bottom: 3.25rem; }
.application-hero__content { max-width: 1050px; }
.application-hero .job-detail-tags { margin-bottom: 1.35rem; }

.application-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: #132542;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.05;
}

.application-hero > .career-container > p,
.application-hero__content > p {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: #899ab5;
    font-size: 12px;
    line-height: 1.7;
}

.application-body { padding: 3.25rem 0 5.5rem; }

.application-layout {
    gap: 2.1rem;
    grid-template-columns: minmax(245px, 0.68fr) minmax(0, 2.75fr);
}

.application-progress,
.application-section {
    border: 1px solid #dbe3ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(22, 35, 56, 0.02);
}

.application-progress {
    padding: 1.8rem;
    top: 1.5rem;
}

.application-progress > strong {
    margin-bottom: 1.35rem;
    color: #91a0b8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.application-progress a {
    color: #52627b;
    font-size: 12px;
}

.application-progress a:hover {
    background: #f2f5f9;
    color: #17233a;
}

.application-progress a span {
    background: #eef2f7;
    color: #40516e;
}

.application-progress > p {
    border-color: #e3e8ef;
    color: #8494af;
    font-size: 11px;
}

.application-form { gap: 1.4rem; }
.application-section { padding: 2.15rem 2.25rem; }

.application-section__heading {
    border-color: #e3e8ef;
    margin-bottom: 1.75rem;
    padding-bottom: 1.35rem;
}

.application-section__heading > span {
    color: #e88b00;
    font-size: 11px;
}

.application-section__heading h2 {
    color: #132542;
    font-size: 1.35rem;
    font-weight: 650;
}

.application-section__heading p,
.application-subheading p {
    color: #8494af;
    font-size: 12px;
}

.application-field label,
.application-field--dates label {
    color: #40516e;
    font-size: 12px;
    font-weight: 600;
}

.application-field input:not([type=checkbox]),
.application-field textarea,
.application-field select {
    border-color: #d5dee9;
    border-radius: 9px;
    background: #fbfdff;
    color: #17233a;
    font-size: 13px;
}

.application-field input:hover:not([readonly]),
.application-field textarea:hover,
.application-field select:hover { border-color: #aebbd0; }

.application-field input:focus,
.application-field textarea:focus,
.application-field select:focus {
    border-color: #71839d;
    box-shadow: 0 0 0 3px rgba(70, 106, 158, 0.15);
}

.application-field input[readonly] {
    background: #f1f4f7;
    color: #65758d;
}

.application-field > span,
.application-field--dates span,
.application-file-error,
.application-validation { color: #c34235; }

.application-check {
    border-color: #dbe3ec;
    background: #f7f9fc;
}

.application-check input { accent-color: #202c40; }
.application-subheading h3,
.application-experience__heading h3 { color: #263750; }

.application-secondary {
    border-color: #cfd8e5;
    background: #fff;
    color: #263750;
    font-size: 12px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.application-secondary:hover {
    border-color: #202c40;
    background: #202c40;
    color: #fff;
}

.application-experience {
    border-color: #dbe4ef;
    background: linear-gradient(180deg, #fbfdff 0%, #f6f9fd 100%);
}

.remove-experience { color: #b84b42; }
.remove-experience:hover { background: #fff0ef; border-radius: 7px; }

.application-upload {
    border-color: #b8c5d6;
    background: #f8fafd;
}

.application-upload:hover {
    border-color: #71839d;
    background: #f1f5f9;
}

.application-upload svg { color: #607591; }
.application-upload strong { color: #17233a; }
.application-upload span { color: #8494af; }

.application-consent {
    background: #f3f6fa;
    color: #65758d;
}

.application-consent svg { color: #607591; }
.application-cancel { color: #65758d; font-size: 12px; }
.application-cancel:hover { color: #17233a; }

.application-submit {    
    border-radius: 11px;
    background: #202c40;
    font-size: 12px;
    transition: background-color 180ms ease;
}

.application-submit:hover { background: #34435a; }

.application-progress a:focus-visible,
.application-secondary:focus-visible,
.remove-experience:focus-visible,
.application-upload:focus-within,
.application-cancel:focus-visible,
.application-submit:focus-visible {
    outline: 3px solid rgba(70, 106, 158, 0.35);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .application-layout { grid-template-columns: 1fr; }
    .application-progress { position: static; }
}

@media (max-width: 767.98px) {
    .application-hero { padding: 92px 0 40px; }
    .application-hero .job-detail-breadcrumb { margin-bottom: 2.2rem; flex-wrap: wrap; }
    .application-hero h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
    .application-body { padding: 2rem 0 3.5rem; }
    .application-section, .application-progress { padding: 1.5rem; }
}
