/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jfjdh8ot3i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jfjdh8ot3i] {
    flex: 1;
}

.sidebar[b-jfjdh8ot3i] {
    background-image: linear-gradient(165deg, var(--color-primary-teal-dark) 0%, var(--color-primary-teal) 45%, #0f5132 100%);
}

.top-row[b-jfjdh8ot3i] {
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    justify-content: flex-start;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jfjdh8ot3i]  a, .top-row[b-jfjdh8ot3i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jfjdh8ot3i]  a:hover, .top-row[b-jfjdh8ot3i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jfjdh8ot3i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jfjdh8ot3i] {
        justify-content: space-between;
    }

    .top-row[b-jfjdh8ot3i]  a, .top-row[b-jfjdh8ot3i]  .btn-link {
        margin-left: 0;
    }

}

@media (min-width: 641px) {
    .page[b-jfjdh8ot3i] {
        flex-direction: row;
    }

    .sidebar[b-jfjdh8ot3i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.2s ease;
    }

    .sidebar.sidebar-collapsed[b-jfjdh8ot3i] {
        width: 78px;
    }

    .top-row[b-jfjdh8ot3i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jfjdh8ot3i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jfjdh8ot3i], article[b-jfjdh8ot3i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cjkzuzamip] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-cjkzuzamip] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-cjkzuzamip] {
    font-size: 1.1rem;
}

.brand-toggle[b-cjkzuzamip] {
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
}

.brand-chevron[b-cjkzuzamip] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.brand-label[b-cjkzuzamip] {
    white-space: nowrap;
}

.brand-toggle:hover[b-cjkzuzamip] {
    color: #fff;
    opacity: 0.9;
}

.nav-glyph[b-cjkzuzamip] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    margin-right: 0.65rem;
    border-radius: 0.4rem;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.nav-glyph[b-cjkzuzamip]  .nav-glyph-svg {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    flex-shrink: 0;
}

.nav-glyph-home[b-cjkzuzamip] {
    background: linear-gradient(145deg, #3b82f6 0%, #1d4ed8 55%, #1e3a8a 100%);
}

.nav-glyph-journey[b-cjkzuzamip] {
    background: linear-gradient(145deg, #a78bfa 0%, #7c3aed 50%, #5b21b6 100%);
}

.nav-glyph-manpower[b-cjkzuzamip] {
    background: linear-gradient(145deg, #2dd4bf 0%, #0d9488 55%, #0f766e 100%);
}

.nav-glyph-vacancies[b-cjkzuzamip] {
    background: linear-gradient(145deg, #14b8a6 0%, #0f766e 50%, #115e59 100%);
}

.nav-glyph-applicants[b-cjkzuzamip] {
    background: linear-gradient(145deg, #4ade80 0%, #16a34a 50%, #15803d 100%);
}

.nav-glyph-appointments[b-cjkzuzamip] {
    background: linear-gradient(145deg, #fbbf24 0%, #d97706 50%, #b45309 100%);
}

.nav-glyph-audit[b-cjkzuzamip] {
    background: linear-gradient(145deg, #64748b 0%, #334155 55%, #1e293b 100%);
}

.nav-glyph-org[b-cjkzuzamip] {
    background: linear-gradient(145deg, #94a3b8 0%, #475569 50%, #334155 100%);
}

.nav-glyph-position[b-cjkzuzamip] {
    background: linear-gradient(145deg, #60a5fa 0%, #2563eb 50%, #1e40af 100%);
}

.nav-glyph-person[b-cjkzuzamip] {
    background: linear-gradient(145deg, #c084fc 0%, #9333ea 55%, #6b21a8 100%);
}

.nav-glyph-qs[b-cjkzuzamip] {
    background: linear-gradient(145deg, #34d399 0%, #059669 50%, #047857 100%);
}

.nav-item[b-cjkzuzamip] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cjkzuzamip] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cjkzuzamip] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cjkzuzamip]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        gap: 0.15rem;
        line-height: 3rem;
        text-decoration: none;
    }

.nav-item[b-cjkzuzamip]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cjkzuzamip]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Mobile: slide-in drawer over content (not in-document collapse / push-down). */
@media (max-width: 640.98px) {
    .brand-chevron[b-cjkzuzamip] {
        display: none;
    }

    .nav-mobile-backdrop[b-cjkzuzamip] {
        position: fixed;
        z-index: 1040;
        inset: 3.5rem 0 0 0;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        background: rgba(15, 23, 42, 0.45);
        cursor: pointer;
        animation: navBackdropFade-b-cjkzuzamip 0.2s ease-out;
    }

    .nav-scrollable.collapse[b-cjkzuzamip] {
        display: none !important;
    }

    .nav-scrollable:not(.collapse)[b-cjkzuzamip] {
        position: fixed;
        z-index: 1050;
        top: 3.5rem;
        left: 0;
        bottom: 0;
        width: min(300px, 88vw);
        max-width: 320px;
        display: block !important;
        height: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-image: linear-gradient(165deg, var(--color-primary-teal-dark) 0%, var(--color-primary-teal) 45%, #0f5132 100%);
        box-shadow: 6px 0 28px rgba(15, 23, 42, 0.35);
        animation: navDrawerSlide-b-cjkzuzamip 0.22s ease-out;
    }

    .nav-scrollable:not(.collapse).is-collapsed .nav-label[b-cjkzuzamip] {
        display: inline;
    }

    .nav-scrollable:not(.collapse).is-collapsed .nav-item[b-cjkzuzamip]  a {
        justify-content: flex-start;
        margin: 0;
    }

    .top-row[b-cjkzuzamip] {
        position: relative;
        z-index: 1060;
    }

    .navbar-toggler[b-cjkzuzamip] {
        position: relative;
        z-index: 1060;
    }
}

@keyframes navDrawerSlide-b-cjkzuzamip {
    from {
        transform: translateX(-100%);
        opacity: 0.85;
    }

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

@keyframes navBackdropFade-b-cjkzuzamip {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-cjkzuzamip] {
        display: none;
    }

    .collapse[b-cjkzuzamip] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-cjkzuzamip] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .is-collapsed .nav-item[b-cjkzuzamip] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .is-collapsed .nav-item[b-cjkzuzamip]  a {
        justify-content: center;
        margin: 0.2rem 0.5rem;
    }

    .is-collapsed .nav-label[b-cjkzuzamip] {
        display: none;
    }

    .is-collapsed .nav-glyph[b-cjkzuzamip] {
        margin-right: 0;
    }

    .is-collapsed .brand-label[b-cjkzuzamip] {
        min-width: 0.7rem;
        text-align: center;
    }
}
/* /Pages/Applicant/ApplicantProfile.razor.rz.scp.css */
.applicant-profile-shell[b-9ivpn9sxdb] {
    max-width: 1120px;
}

.applicant-profile-hero-card[b-9ivpn9sxdb] {
    overflow: visible;
}

.applicant-profile-cover[b-9ivpn9sxdb] {
    height: 220px;
    border-radius: 0.85rem 0.85rem 0 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2847 55%, #1f7aa8 100%);
    background-size: cover;
    background-position: center;
    position: relative;
}

.applicant-profile-hero-content[b-9ivpn9sxdb] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-top: -88px;
    padding: 0 1.35rem 1.15rem;
}

.applicant-profile-hero-text[b-9ivpn9sxdb] {
    padding-bottom: 0.35rem;
}

.applicant-profile-title[b-9ivpn9sxdb] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.applicant-profile-note[b-9ivpn9sxdb] {
    font-size: 0.92rem;
}

.applicant-profile-identity-card[b-9ivpn9sxdb] {
    min-height: 0;
}

.applicant-profile-avatar-wrap[b-9ivpn9sxdb] {
    position: relative;
    width: 176px;
    height: 176px;
    flex: 0 0 auto;
}

.applicant-profile-avatar[b-9ivpn9sxdb] {
    width: 176px;
    height: 176px;
    border: 6px solid #fff !important;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.22);
}

.applicant-profile-avatar-text[b-9ivpn9sxdb] {
    font-size: 3rem;
    line-height: 1;
}

.applicant-profile-avatar-image[b-9ivpn9sxdb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.applicant-upload-btn[b-9ivpn9sxdb] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 3px solid #fff;
    background: #e5e7eb;
    color: #111827;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.applicant-upload-btn:hover[b-9ivpn9sxdb] {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.24);
    background: #f3f4f6;
}

.applicant-upload-btn svg[b-9ivpn9sxdb] {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.applicant-upload-btn--avatar[b-9ivpn9sxdb] {
    right: -6px;
    bottom: 10px;
}

.applicant-upload-btn--cover[b-9ivpn9sxdb] {
    right: 16px;
    bottom: 14px;
    width: 42px;
    height: 42px;
}

.applicant-upload-btn--cover svg[b-9ivpn9sxdb] {
    width: 20px;
    height: 20px;
}

.applicant-profile-name[b-9ivpn9sxdb] {
    font-size: 1.28rem;
    font-weight: 700;
}

.applicant-profile-caption[b-9ivpn9sxdb] {
    font-size: 0.95rem;
}

.applicant-profile-summary-card .dash-card__body[b-9ivpn9sxdb],
.applicant-profile-detail-card .dash-card__body[b-9ivpn9sxdb] {
    padding-top: 0.85rem;
    padding-bottom: 0.95rem;
}

.applicant-kv-list[b-9ivpn9sxdb] {
    margin: 0;
}

.applicant-kv-row[b-9ivpn9sxdb] {
    display: grid;
    grid-template-columns: minmax(130px, 200px) minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.35);
}

.applicant-kv-row:last-child[b-9ivpn9sxdb] {
    border-bottom: 0;
}

.applicant-kv-row dt[b-9ivpn9sxdb],
.applicant-kv-row dd[b-9ivpn9sxdb] {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.4;
}

.applicant-kv-row dt[b-9ivpn9sxdb] {
    color: var(--color-text-muted);
    font-weight: 600;
}

.applicant-kv-row dd[b-9ivpn9sxdb] {
    color: var(--color-text);
    font-weight: 500;
}

.applicant-profile-empty[b-9ivpn9sxdb] {
    font-size: 0.95rem;
}

@media (max-width: 767.98px) {
    .applicant-profile-title[b-9ivpn9sxdb] {
        font-size: 1.75rem;
    }

    .applicant-profile-cover[b-9ivpn9sxdb] {
        height: 190px;
    }

    .applicant-profile-hero-content[b-9ivpn9sxdb] {
        margin-top: -72px;
        padding: 0 1rem 1rem;
        gap: 0.8rem;
        align-items: center;
    }

    .applicant-profile-avatar-wrap[b-9ivpn9sxdb] {
        width: 144px;
        height: 144px;
    }

    .applicant-profile-avatar[b-9ivpn9sxdb] {
        width: 144px;
        height: 144px;
    }

    .applicant-profile-avatar-text[b-9ivpn9sxdb] {
        font-size: 2.35rem;
    }

    .applicant-upload-btn[b-9ivpn9sxdb] {
        width: 42px;
        height: 42px;
    }

    .applicant-upload-btn svg[b-9ivpn9sxdb] {
        width: 19px;
        height: 19px;
    }

    .applicant-upload-btn--avatar[b-9ivpn9sxdb] {
        right: -4px;
        bottom: 6px;
    }

    .applicant-upload-btn--cover[b-9ivpn9sxdb] {
        right: 12px;
        bottom: 12px;
    }

    .applicant-kv-row[b-9ivpn9sxdb] {
        grid-template-columns: 1fr;
        gap: 0.3rem;
        padding: 0.5rem 0;
    }

    .applicant-kv-row dt[b-9ivpn9sxdb],
    .applicant-kv-row dd[b-9ivpn9sxdb] {
        font-size: 0.95rem;
    }
}
