body {
    background: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* ---------------------------------------------------
    FORM STYLE
----------------------------------------------------- */

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .40rem;
}

.card-signin .card-title {
    margin-top: 2rem;
    margin-bottom: .25rem;
}

.card-title > img {
    padding: var(--input-padding-y) var(--input-padding-x);
    max-width: 100%;
    height: auto;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    border-radius: 0.5rem;
}

p.footer {
    font-size: 75%
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
}

#sidebar .sidebar-header img{
    margin: auto;
    max-width: 100%;
    height: auto;
}

#sidebar ul.components {
    padding: 0px 0px 0px 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    background: whitesmoke;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
}

/* ---------------------------------------------------
NEWS STYLE
----------------------------------------------------- */
.news {
    width: 1025px;
    position: relative;
    top: 0;
    height: auto;
}

.f_news {
    font-size: 2.5em;
}

div.content_news {
    white-space: nowrap; 
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------------------------------------------------
    NEWS DETAILS STYLE
----------------------------------------------------- */
.news_details {
    width: 1025px;
    position: relative;
    top: 0;
    height: auto;
}

.f_news_details {
    font-size: 2.5em;
}

p.content_news_details {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------------------------------------------------
    JOB VACANCY STYLE
----------------------------------------------------- */
.job {
    width: 1025px;
    position: relative;
    top: 0;
    height: auto;
}

.f_job {
    font-size: 2.5em;
}

p.content_job{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-label-group>label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/* Dekstop 1281px to higher resolution desktops
-------------------------------------------------- */
@media (min-width: 1281px) {
    .card-signin {
        left: 100%;
        height: auto;
        max-width: 65%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #navmobile {
        display: none;
    }
}

/* Laptops, Desktops 1025px to 1280px
-------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1280px) {
    .card-signin {
        left: 100%;
        height: auto;
        max-width: 65%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #navmobile {
        display: none;
    }

}

/* Tablets, Ipads (portrait) 768px to 1024px
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .card-signin {
        left: 70%;
        height: auto;
        max-width: 60%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #navmobile {
        display: none;
    }
}

/* Tablets, Ipads (landscape) 768px to 1024px
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .card-signin {
        left: 90%;
        height: auto;
        max-width: 75%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #sidebar {
        display: block;
    }
}

/* Low Resolution Tablets, Mobiles (Landscape) 481px to 767px
-------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
    .res-text {
        font-size: 1.5rem;
    }
    
    .card-signin {
        margin: auto;
        height: auto;
        max-width: 60%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #sidebar {
        display: none;
    }
}

/* Most of the Smartphones Mobiles (Portrait) 320px to 479px
-------------------------------------------------- */
@media (min-width: 320px) and (max-width: 480px) {
    .res-text {
        font-size: 1.5rem;
    }

    .card-signin {
        margin: auto;
        height: 85%;
        max-width: 100%;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    #sidebar {
        display: none;
    }
}

/* ===================================================
   JOB VACANCY — "Hiring Desk" treatment
   Scoped .jv-* to avoid clobbering Bootstrap/.card/.news.
   Palette: ledger paper / ink / teal spine / vermilion stamp
   =================================================== */

.jv-page {
    background-color: #F2F4F1;
    color: #13202B;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#jv-main { padding-bottom: 4.5rem; }

/* ---------- Hero ---------- */
.jv-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #D9DED8;
}
.jv-hero-img {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    filter: saturate(0.85) contrast(1.02);
}
.jv-hero-veil {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(19,32,43,0.92) 0%, rgba(19,32,43,0.78) 42%, rgba(19,32,43,0.30) 100%);
}
.jv-hero-content {
    position: relative;
    padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 5vw, 4rem);
    max-width: 1080px;
    color: #F2F4F1;
}
.jv-hero-eyebrow {
    font-family: 'Space Mono', ui-monospace, monospace;
    text-transform: uppercase; letter-spacing: 0.18em;
    font-size: 0.78rem; color: #B8C9CC;
    margin: 0 0 1rem;
    display: inline-flex; align-items: center; gap: 0.55rem;
}
.jv-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #E8553A;
    animation: jv-pulse 2.4s infinite;
}
@keyframes jv-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(232,85,58,0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(232,85,58,0); }
    100% { box-shadow: 0 0 0 0 rgba(232,85,58,0); }
}
.jv-hero-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: clamp(2.1rem, 5.5vw, 4rem);
    line-height: 1.02; letter-spacing: -0.02em;
    margin: 0 0 1rem; max-width: 16ch;
}
.jv-hero-sub {
    font-family: 'Space Mono', monospace;
    font-size: 0.88rem; letter-spacing: 0.04em;
    color: #D7E0E0; margin: 0;
}

/* ---------- Section label ---------- */
.jv-section-label {
    display: flex; align-items: baseline; justify-content: space-between;
    gap: 1rem;
    padding: 1.75rem 0 1.1rem;
    border-bottom: 1px solid #D9DED8;
    margin-bottom: 1.5rem;
}
.jv-section-label h2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600; font-size: 1.35rem; margin: 0; letter-spacing: -0.01em;
}
.jv-section-label span {
    font-family: 'Space Mono', monospace; font-size: 0.74rem; color: #6B7B82;
    text-transform: uppercase; letter-spacing: 0.12em; white-space: nowrap;
}

/* ---------- Card ---------- */
.jv-grid.jv-ready .jv-card {
    opacity: 0; transform: translateY(14px);
    transition: opacity .5s ease, transform .5s ease;
}
.jv-grid.jv-ready .jv-card.is-in { opacity: 1; transform: none; }

.jv-card-inner {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E2E6E1;
    border-radius: 4px;
    display: flex; flex-direction: column;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    overflow: hidden;
}
.jv-card-inner:hover {
    border-color: #0E7C7B;
    box-shadow: 0 14px 30px -18px rgba(19,32,43,0.35);
    transform: translateY(-2px);
}
.jv-card-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.7rem 1.1rem;
    border-bottom: 1px dashed #D9DED8;
    background: #FBFCFA;
}
.jv-code {
    font-family: 'Space Mono', monospace; font-weight: 700;
    font-size: 0.78rem; letter-spacing: 0.06em; color: #13202B;
}
.jv-stamp {
    font-family: 'Space Mono', monospace; font-weight: 700;
    font-size: 0.62rem; letter-spacing: 0.14em;
    color: #E8553A; border: 1.5px solid #E8553A; border-radius: 2px;
    padding: 0.18rem 0.5rem; text-transform: uppercase;
    transform: rotate(-3deg); display: inline-block; line-height: 1;
}
.jv-card-body { padding: 1.15rem 1.1rem 0.4rem; flex: 1; }
.jv-eyebrow {
    font-family: 'Space Mono', monospace; font-size: 0.7rem; color: #6B7B82;
    text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.5rem;
}
.jv-title-row {
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 1rem; margin: 0 0 0.75rem;
}
.jv-title-row .jv-eyebrow {
    flex: 0 0 auto; margin: 0.25rem 0 0; text-align: right; white-space: nowrap;
}
.jv-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600; font-size: 1.4rem; line-height: 1.15;
    letter-spacing: -0.01em; color: #13202B; margin: 0;
}
.jv-desc {
    font-size: 0.92rem; line-height: 1.55; color: #4A5862; margin: 0 0 1rem;
}
.jv-card-summary {
    display: flex; align-items: center; gap: 1rem;
    margin: 0.2rem 0 0.6rem;
}
.jv-meta {
    list-style: none; padding: 0; margin: 0;
    display: grid; gap: 0.45rem; flex: 1; min-width: 0;
}
.jv-meta li {
    font-family: 'Space Mono', monospace; font-size: 0.72rem; color: #13202B;
    display: grid; grid-template-columns: minmax(74px, max-content) 1fr; gap: 0.55rem;
    align-items: baseline;
}
.jv-meta li span { color: #6B7B82; text-transform: uppercase; letter-spacing: 0.08em; }
.jv-meta li b { color: #0E7C7B; font-weight: 700; }
.jv-card-foot {
    display: flex; align-items: center; justify-content: flex-end;
    padding: 0.85rem 1.1rem; border-top: 1px solid #EEEFEA;
}
.jv-cta {
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9rem;
    color: #0E7C7B; display: inline-flex; align-items: center; justify-content: center;
    gap: 0.4rem; border: 1px solid #0E7C7B; border-radius: 4px;
    padding: 0.42rem 0.8rem; min-width: 96px;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.jv-cta span { transition: transform .2s ease; }
.jv-cta:hover { color: #0a5d5c; border-color: #0a5d5c; background: #F1FAF8; text-decoration: none; }
.jv-cta:hover span { transform: translateX(3px); }
.jv-qr {
    display: inline-flex; flex-direction: column; align-items: flex-start; gap: 0.4rem;
    font-family: 'Space Mono', monospace; font-size: 0.66rem; color: #6B7B82;
    text-transform: uppercase; letter-spacing: 0.1em;
}
.jv-qr img { width: 120px; height: 120px; border-radius: 2px; image-rendering: pixelated; }
@media (max-width: 420px) {
    .jv-title-row { flex-direction: column; gap: 0.35rem; }
    .jv-title-row .jv-eyebrow { text-align: left; }
    .jv-card-summary { flex-direction: column; }
    .jv-qr { flex-direction: row; align-items: center; }
    .jv-qr img { width: 96px; height: 96px; }
}

/* ---------- Empty / error ---------- */
.jv-empty { text-align: center; padding: 3.5rem 1rem; color: #6B7B82; }
.jv-empty .jv-stamp { margin-bottom: 1rem; }
.jv-empty h3 {
    font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600;
    color: #13202B; margin: 0.4rem 0 0.25rem;
}

/* ---------- Details ---------- */
.jv-detail { max-width: 880px; margin: 0 auto; padding: 2.5rem 0 1rem; }
.jv-detail-stampbar {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem;
    padding-bottom: 1rem; border-bottom: 1px solid #D9DED8; margin-bottom: 1.25rem;
}
.jv-detail-date {
    margin-left: auto; font-family: 'Space Mono', monospace;
    font-size: 0.76rem; color: #6B7B82; text-transform: uppercase; letter-spacing: 0.06em;
}
.jv-detail-title {
    font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.05; letter-spacing: -0.02em;
    margin: 0 0 1.75rem;
}
.jv-detail-grid { display: grid; gap: 2.25rem; }
.jv-block-h {
    font-family: 'Space Mono', monospace; font-size: 0.72rem;
    text-transform: uppercase; letter-spacing: 0.14em; color: #0E7C7B;
    margin: 0 0 0.85rem; padding-bottom: 0.5rem; border-bottom: 1px solid #E2E6E1;
}
.jv-block-body { font-size: 1rem; line-height: 1.7; color: #2C3A44; }
.jv-block-body p:last-child { margin-bottom: 0; }
.jv-spec { display: grid; grid-template-columns: 200px 1fr; gap: 0.55rem 1rem; margin: 0; }
.jv-spec dt {
    font-family: 'Space Mono', monospace; font-size: 0.76rem; color: #6B7B82;
    text-transform: uppercase; letter-spacing: 0.06em; padding-top: 0.15rem;
}
.jv-spec dd { margin: 0; font-size: 0.98rem; color: #13202B; }
@media (max-width: 540px) {
    .jv-spec { grid-template-columns: 1fr; gap: 0.1rem 0; }
    .jv-spec dt { padding-top: 0.6rem; }
}

/* ---------- Apply ---------- */
.jv-apply {
    margin-top: 2.5rem; border: 1px solid #E2E6E1; border-radius: 4px;
    background: #FBFCFA; overflow: hidden;
}
.jv-apply-head { padding: 1.5rem; border-bottom: 1px dashed #D9DED8; }
.jv-apply-head h2 {
    font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600;
    font-size: 1.4rem; margin: 0.6rem 0 0.35rem; color: #13202B;
}
.jv-apply-head p { margin: 0; color: #6B7B82; font-size: 0.92rem; }
.jv-apply form { padding: 1.5rem; }
.jv-field { margin-bottom: 1rem; }
.jv-field label {
    display: block; font-family: 'Space Mono', monospace; font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 0.1em; color: #6B7B82; margin-bottom: 0.35rem;
}
.jv-input {
    width: 100%; padding: 0.7rem 0.85rem; font-size: 0.95rem;
    font-family: 'Inter', sans-serif; color: #13202B;
    background: #fff; border: 1px solid #D9DED8; border-radius: 3px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.jv-input::placeholder { color: #A8B2B0; }
.jv-input:focus { outline: none; border-color: #0E7C7B; box-shadow: 0 0 0 3px rgba(14,124,123,0.15); }
.jv-btn {
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.95rem;
    background: #13202B; color: #F2F4F1; border: none; border-radius: 3px;
    padding: 0.8rem 2rem; cursor: pointer; transition: background .2s ease; margin-top: 0.4rem;
}
.jv-btn:hover { background: #0E7C7B; }

/* ---------- a11y ---------- */
.jv-page :focus-visible { outline: 2px solid #0E7C7B; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
    .jv-grid.jv-ready .jv-card { opacity: 1 !important; transform: none !important; transition: none !important; }
    .jv-dot { animation: none !important; }
}