/* =====================================
   BAZA
===================================== */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #e9edf2;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: #1f2937;

    padding: 30px;
}


/* =====================================
   FAQJA A4
===================================== */

.page {
    width: 210mm;
    height: 297mm;

    margin: 0 auto;

    background: #ffffff;

    padding:
        15mm
        17mm
        15mm
        17mm;

    position: relative;

    overflow: hidden;

    box-shadow:
        0 4px 20px
        rgba(0, 0, 0, 0.12);
}


/* =====================================
   HEADER
===================================== */

.institution-header {
    display: grid;

    grid-template-columns:
        120px
        1fr
        120px;

    align-items: center;

    gap: 24px;
}


/* LOGOT */

.logo-box {
    display: flex;

    justify-content: center;

    align-items: center;
}

.logo-box img {
    max-width: 118px;

    max-height: 125px;

    object-fit: contain;
}


/* EMERTIMI I INSTITUCIONIT */

.institution-name {
    text-align: center;
}

.institution-name h2 {
    margin:
        0
        0
        4px;

    font-size: 21px;

    font-weight: 700;
}

.institution-name h3 {
    margin:
        14px
        0
        4px;

    font-size: 17px;

    font-weight: 700;
}

.institution-name p {
    margin: 2px 0;

    font-size: 14px;
}


/* VIJA POSHTE HEADER-IT */

.header-line {
    margin-top: 18px;

    border-bottom:
        2px solid #172b4d;
}


/* =====================================
   TITULLI
===================================== */

.form-title {
    text-align: center;

    padding:
        30px
        0
        38px;
}

.form-title h1 {
    margin:
        0
        0
        9px;

    font-size: 26px;

    font-weight: 700;

    letter-spacing: 0.4px;

    color: #172b4d;
}

.form-title h2 {
    margin: 0;

    font-size: 20px;

    font-weight: 500;
}


/* =====================================
   TE DHENAT E FAQES 1
===================================== */

.application-info {
    width: 100%;

    margin-top: 10px;
}


/* RRESHTAT */

.info-row {
    display: grid;

    grid-template-columns:
        280px
        1fr;

    gap: 25px;

    align-items: center;

    min-height: 58px;

    padding: 8px 0;
}


/* ETIKETAT */

.info-row label {
    font-size: 14px;

    font-weight: 600;

    line-height: 1.35;
}


/* GJUHA E DYTE */

.info-row label .second-language {
    display: block;

    margin-top: 3px;

    font-size: 13px;

    font-weight: 400;

    color: #4b5563;
}


/* =====================================
   YLLI I FUSHES OBLIGATIVE
===================================== */

.required-star {
    display: inline;

    color: #b42318;

    font-weight: 700;
}


/* SHPJEGIMI I YLLIT */

.required-explanation {
    margin-top: -2px;
    margin-bottom: 8px;

    font-size: 10px;

    color: #6b7280;
}


/* =====================================
   FUSHA QE PLOTESOHET NE BROWSER
===================================== */

.candidate-input {
    display: block;
    width: 100%;
    height: 38px;
    min-height: 38px;
    max-height: 54px;
    padding: 8px 10px;
    border: 1px solid #8f99a6;
    border-radius: 3px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    resize: none;
    overflow: hidden;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    outline: none;
}


/* FOKUSI */

.candidate-input:focus {
    border-color: #172b4d;

    box-shadow:
        0 0 0 2px
        rgba(23, 43, 77, 0.10);
}


/* =====================================
   SHENIMI PER DOREZIM
===================================== */

.official-notice {
    width: 100%;

    margin:
        14px
        0
        6px;

    padding:
        8px
        12px;

    background: #f1f3f5;

    border-left:
        3px solid #172b4d;

    line-height: 1.45;
}

.official-notice strong {
    display: block;

    font-size: 11px;

    font-weight: 700;

    color: #172b4d;
}

.official-notice span {
    display: block;

    margin-top: 2px;

    font-size: 10px;

    font-weight: 400;

    color: #4b5563;
}


/* =====================================
   FUSHAT QE PLOTESOHEN ME DORE
===================================== */

.manual-field {
    width: 100%;

    height: 31px;

    border-bottom:
        1px solid #4b5563;
}


/* =====================================
   FOOTER
===================================== */

.page-footer {
    position: absolute;

    left: 17mm;
    right: 17mm;
    bottom: 8mm;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    column-gap: 15px;

    padding-top: 7px;

    border-top: 1px solid #b5bdc7;

    font-size: 10px;
    line-height: 1.3;
    color: #4b5563;
}

.page-footer span {
    color: #6b7280;
}

.footer-code {
    text-align: center;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 600;
    color: #6b7280;
}

.footer-right {
    text-align: right;
}

/* =====================================
   PRINTIMI A4
===================================== */
.data-notice {
    width: 100%;
    margin: 0 0 18px;
    padding: 9px 12px;

    background: #f8f9fa;
    border: 1px solid #d5dae0;
    border-left: 3px solid #172b4d;
    border-radius: 2px;

    font-size: 10px;
    line-height: 1.45;
    color: #4b5563;
}

.data-notice strong {
    color: #172b4d;
    font-weight: 700;
}

.data-notice span {
    display: block;
    margin-top: 2px;
}

/* =====================================
   FAQJA 2 - INSTRUKSIONET
===================================== */

.instructions-page {
    padding-top: 0;
}

.instructions {
    width: 100%;
}


/* TITULLI I SEKSIONIT */

.section-heading {
    margin-bottom: 24px;
    padding-bottom: 8px;

    border-bottom: 1px solid #d5dae0;
}

.section-heading h1 {
    margin: 0;

    font-size: 17px;
    font-weight: 700;

    color: #172b4d;
}

.section-heading span {
    display: block;

    margin-top: 3px;

    font-size: 14px;
    font-weight: 400;

    color: #4b5563;
}


/* INSTRUKSIONET */

.instruction-item {
    display: grid;

    grid-template-columns: 18px 1fr;

    gap: 7px;

    margin-bottom: 16px;

    align-items: start;
}

.instruction-dash {
    font-size: 14px;
    font-weight: 700;

    color: #172b4d;

    line-height: 1.45;
}

.instruction-item p {
    margin: 0;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.45;

    text-align: justify;
}

.instruction-item .serbian {
    margin-top: 3px;

    font-size: 12px;
    font-weight: 400;

    color: #4b5563;

    text-align: justify;
}

/* =====================================
   FAQJA 3 - TE DHENAT PERSONALE
===================================== */

.personal-page {
    margin-top: -14px;
    padding-top: 0;
}

.personal-data {
    width: 100%;
}


/* =====================================
   SHENIMI I FUSHAVE OBLIGATIVE
===================================== */

.personal-required-info {
    margin-top: -8px;
    margin-bottom: 8px;

    font-size: 10px;

    color: #6b7280;
}

/* =====================================
   FOTO
===================================== */

.photo-area {
    display: flex;
    align-items: flex-end;
    gap: 22px;

    margin: 10px 0 14px;
}

.photo-placeholder {
    width: 30mm;
    height: 38mm;

    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 6px;

    border: 1px dashed #8f99a6;
    background: #fafafa;

    text-align: center;

    font-size: 10px;
    font-weight: 600;

    color: #374151;
}

.photo-placeholder strong {
    font-size: 10px;
    font-weight: 700;
}

.photo-placeholder span {
    display: block;

    margin-top: 4px;

    font-size: 9px;
    font-weight: 400;

    color: #6b7280;
}

.photo-placeholder .photo-size {
    margin-top: 8px;

    font-size: 10px;
    font-weight: 700;

    color: #172b4d;
}

.photo-note {
    margin-bottom: 2px;

    font-size: 9px;
    line-height: 1.35;

    color: #6b7280;
}

.photo-note span {
    display: block;

    margin-top: 2px;
}

/* =====================================
   GRID I FUSHAVE
===================================== */

.personal-grid {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap:
        10px
        20px;

    margin-bottom: 10px;
}


/* =====================================
   FUSHA INDIVIDUALE
===================================== */

.personal-field {
    display: flex;

    flex-direction: column;

    gap: 4px;
}

.personal-field label {
    font-size: 12px;

    font-weight: 600;

    line-height: 1.25;
}


/* GJUHA SERBE */

.personal-field .second-language {
    display: block;

    margin-top: 2px;

    font-size: 11px;

    font-weight: 400;

    color: #4b5563;
}


/* =====================================
   INPUTET
===================================== */

.personal-field input {
    width: 100%;

    height: 33px;

    padding:
        5px
        8px;

    border:
        1px solid #aeb7c2;

    border-radius: 3px;

    background: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    outline: none;
}

.personal-field input:focus {
    border-color: #172b4d;

    box-shadow:
        0 0 0 2px
        rgba(23, 43, 77, 0.10);
}


/* FUSHA NE GJERESI TE PLOTE */

.full-width {
    grid-column:
        1 / -1;
}


/* =====================================
   RADIO BUTTONS
===================================== */

.choice-section {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap:
        10px
        18px;

    margin:
        3px
        0
        12px;

    padding:
        8px
        10px;

    background: #f8f9fa;

    border-left:
        3px solid #172b4d;
}


/* TITULLI I GRUPIT */

.choice-label {
    margin-right: 8px;

    font-size: 12px;

    font-weight: 600;
}

.choice-label .second-language {
    display: block;

    margin-top: 2px;

    font-size: 11px;

    font-weight: 400;

    color: #4b5563;
}


/* OPSIONET */

.radio-option {
    display: flex;

    align-items: center;

    gap: 5px;

    font-size: 11px;

    cursor: pointer;
}

.radio-option input {
    width: 15px;

    height: 15px;

    margin: 0;
}


/* GJENDJA MARTESORE */

.marital-section {
    column-gap: 15px;
}

.page + .page {
    margin-top: 15px;
}

.personal-field input:-webkit-autofill,
.personal-field input:-webkit-autofill:hover,
.personal-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    -webkit-text-fill-color: #1f2937;
    transition: background-color 9999s ease-in-out 0s;
}

/* =====================================
   FAQJA 4 - SHKOLLIMI
===================================== */

.education-page {
    padding-top: 0;
}

.education-data {
    width: 100%;
}

/* FUSHAT OBLIGATIVE */

.education-required-info {
    margin-bottom: 7px;

    font-size: 10px;
    color: #6b7280;
}

/* HYRJA */

.education-intro {
    margin-top: -2px;
    margin-bottom: 5px;

    font-size: 11px;
    line-height: 1.3;

    color: #4b5563;
}

.education-intro span {
    display: block;
    margin-top: 2px;
}


/* =====================================
   TITULLI I SEKSIONEVE
===================================== */

.education-section-title {
    margin-top: 7px;
    margin-bottom: 3px;

    padding: 4px 7px;

    background: #f1f3f5;

    border-left: 3px solid #172b4d;

    line-height: 1.2;
}

.education-section-title strong {
    display: block;

    font-size: 10px;
    font-weight: 700;

    color: #172b4d;
}

.education-section-title > span {
    display: block;

    margin-top: 1px;

    font-size: 8.5px;

    color: #4b5563;
}


/* =====================================
   TABELAT
===================================== */

.education-table {
    display: grid;

    width: 100%;

    border-top: 1px solid #aeb7c2;
    border-left: 1px solid #aeb7c2;
}


/* UNIVERSITETI */

.university-table {
    grid-template-columns:
        1.65fr
        0.48fr
        0.72fr
        1.2fr
        1.1fr;
}


/* SHKOLLA E MESME */

.secondary-table {
    grid-template-columns:
        1.85fr
        0.5fr
        0.75fr
        1.55fr;
}


/* TRAJNIMET */

.training-table {
    grid-template-columns:
        1.55fr
        1fr
        0.48fr
        0.72fr
        1.35fr;
}


/* =====================================
   HEADER I TABELAVE
===================================== */

.edu-header {
    min-height: 32px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 3px 4px;

    border-right: 1px solid #aeb7c2;
    border-bottom: 1px solid #aeb7c2;

    background: #f8f9fa;

    text-align: center;

    font-size: 8.5px;
    font-weight: 700;

    line-height: 1.1;

    color: #374151;
}

.edu-header span {
    display: block;

    margin-top: 2px;

    font-size: 7.5px;
    font-weight: 400;

    color: #6b7280;
}


/* =====================================
   FUSHAT BRENDA TABELAVE
===================================== */

.edu-textarea,
.edu-year,
.edu-until {
    width: 100%;

    height: 36px;
    min-height: 36px;
    max-height: 36px;

    margin: 0;

    padding: 4px 5px;

    border: none;
    border-right: 1px solid #aeb7c2;
    border-bottom: 1px solid #aeb7c2;

    background: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 9px;

    line-height: 13px;

    outline: none;
}


/* TEXTAREA - VIZUALISHT MAKSIMUM 2 RRESHTA */

.edu-textarea {
    resize: none;
    overflow: hidden;

    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: normal;
}


/* PREJ / DERI */

.edu-year,
.edu-until {
    text-align: center;

    font-size: 10px;

    white-space: nowrap;
}

.edu-year::placeholder,
.edu-until::placeholder {
    color: #9ca3af;
    opacity: 1;
}


/* FOKUSI */

.edu-textarea:focus,
.edu-year:focus,
.edu-until:focus {
    background: #f8fafc;

    box-shadow:
        inset 0 0 0 1px #172b4d;
}


/* TRAJNIMET */

.training-textarea {
    height: 34px;
    min-height: 34px;
    max-height: 34px;
}

/* =====================================
   SHENIMI PER FLETE SHTESE
===================================== */

.additional-training-note {
    margin-top: 6px;

    padding: 5px 7px;

    background: #f8f9fa;

    border-left: 2px solid #8f99a6;

    font-size: 7.5px;
    line-height: 1.25;

    color: #4b5563;
}

.additional-training-note strong {
    color: #172b4d;
}

.additional-training-note span {
    display: block;
    margin-top: 2px;
}

.input-error {
    border-color: #b42318 !important;
    box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.22) !important;
}

.field-error {
    margin-top: 4px;
    font-size: 9px;
    line-height: 1.25;
    color: #b42318;
}

.validation-banner {
    min-height: 18px;
    margin-top: 8px;
    font-size: 11px;
    color: #b42318;
}

.print-actions {
    width: 210mm;
    margin: 18px auto 30px;
    text-align: center;
}

.print-button {
    padding: 11px 22px;
    border: 0;
    border-radius: 4px;
    background: #172b4d;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.print-button:hover {
    background: #223b68;
}

.fit-one-line {
    text-overflow: clip;
}

/* =====================================
   BARAZIMI I RRESHTAVE TE TRAJNIMEVE
===================================== */

.training-table .training-textarea,
.training-table .edu-year,
.training-table .edu-until {
    height: 34px;
    min-height: 34px;
    max-height: 34px;

    margin: 0;
    box-sizing: border-box;
}

.email-field {
    transform: translateY(15px);
}

/* =========================================
   FAQJA 5 - PERVOJA E PUNES
========================================= */

.experience-page {
    width: 100%;
}

.experience-data {
    width: 100%;
}


/* =========================================
   HYRJA
========================================= */

.experience-intro {
    margin-top: -6px;
    margin-bottom: 7px;

    font-size: 9px;
    line-height: 1.3;

    color: #4b5563;
}

.experience-intro span {
    display: block;
    margin-top: 2px;
}


/* =========================================
   BLOKU I PERVOJES
========================================= */

.experience-block {
    width: 100%;

    margin-bottom: 17px;

    border: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* =========================================
   TITULLI I VENDIT TE PUNES
   SHIRIT I HIJEZUAR
========================================= */

.experience-job-title {
    width: 100%;

    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}

.experience-job-title > label {
    display: block;

    padding: 4px 7px;

    border-left: 3px solid #17365d;

    background: #eef0f2;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.15;
}

.experience-job-title > label span {
    display: block;

    margin-top: 1px;

    font-size: 7px;
    font-weight: normal;

    color: #59636f;
}


/* =========================================
   RRESHTAT
========================================= */

.experience-row {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    width: 100%;

    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* =========================================
   DY KOLONAT
========================================= */

.experience-half {
    min-width: 0;

    border-right: 1px solid #aeb8c4;

    box-sizing: border-box;
}

.experience-half:last-child {
    border-right: 0;
}


/* =========================================
   FUSHA NE GJITHE GJERESINE
========================================= */

.experience-full {
    width: 100%;

    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* =========================================
   LABEL
========================================= */

.experience-half > label,
.experience-full > label,
.experience-date-field > label {
    display: block;

    padding: 3px 6px 2px;

    font-size: 9px;
    font-weight: 600;

    line-height: 1.15;
}

.experience-half > label span,
.experience-full > label span,
.experience-date-field > label span {
    display: block;

    margin-top: 1px;

    font-size: 7px;
    font-weight: normal;

    color: #59636f;
}


/* =========================================
   INPUT / TEXTAREA
========================================= */

.experience-input,
.experience-date-field input,
.experience-description-input {
    display: block;

    width: 100%;

    margin: 0;

    padding: 4px 6px;

    border: 0;

    box-sizing: border-box;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;

    background: #ffffff;

    outline: none;
}


/* =========================================
   FUSHAT ME DY RRESHTA
========================================= */

.experience-input {
    height: 36px;

    min-height: 36px;
    max-height: 36px;

    line-height: 14px;

    resize: none;
    overflow: hidden;
}


/* =========================================
   PREJ / DERI
========================================= */

.experience-dates {
    display: grid;

    grid-template-columns:
        1fr
        1fr;
}

.experience-date-field {
    min-width: 0;

    border-right: 1px solid #aeb8c4;

    box-sizing: border-box;
}

.experience-date-field:last-child {
    border-right: 0;
}

.experience-date-field input {
    height: 36px;
}


/* =========================================
   PERSHKRIMI I DETYRAVE
========================================= */

.experience-description {
    border-bottom: 0;
}

.experience-description-input {
    height: 150px;

    min-height: 150px;
    max-height: 150px;

    line-height: 14px;

    resize: none;
    overflow: hidden;
}

/* =========================================
   FAQJA 6 - SHENIMI
========================================= */

.experience-note {
    width: 100%;

    margin-top: 5px;
    padding: 6px 8px;

    box-sizing: border-box;

    border-left: 2px solid #17365d;

    background: #f5f6f7;

    font-size: 8px;
    line-height: 1.35;

    color: #4b5563;
}

.experience-note strong {
    color: #17365d;
    font-weight: 700;
}

/* =========================================
   FAQJA 7
========================================= */

.page-7 .experience-block {
    margin-top: 12px;
    margin-bottom: 8px;
}


/* SHENIMI */

.page-7 .experience-note {
    margin-top: 4px;
    margin-bottom: 10px;
}

/* FUSHA E OBLIGUESHME */

.page-7 .required-note {
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
}

/* =========================================
   NJOHJA E GJUHEVE
========================================= */

.language-heading {
    margin-top: 30px;
}

/* GJUHA AMTARE - BRENDA KUTISE */

.language-native-box {
    display: grid;
    grid-template-columns: 38% 62%;

    width: 100%;

    margin-top: 10px;
    margin-bottom: 8px;

    border: 1px solid #aeb8c4;

    box-sizing: border-box;
}

.language-native-label {
    padding: 6px 8px;

    border-right: 1px solid #aeb8c4;

    background: #eef0f2;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.2;
}

.language-native-label span {
    display: block;

    margin-top: 1px;

    font-size: 8px;
    font-weight: normal;

    color: #59636f;
}

.language-native-box input {
    width: 100%;
    height: 38px;

    padding: 5px 7px;

    border: 0;

    box-sizing: border-box;

    font-size: 10px;

    background: #ffffff;

    outline: none;
}

/* =========================================
   TABELA E GJUHEVE - 3 RRESHTA
========================================= */

.language-table {
    display: grid;

    grid-template-columns:
        1.6fr
        1fr
        1fr
        1fr
        1fr;

    width: 100%;

    border-top: 1px solid #aeb8c4;
    border-left: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* ÇDO QELIZE */

.language-table > * {
    min-width: 0;
    height: 42px;

    border-right: 1px solid #aeb8c4;
    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* HEADER */

.language-header {
    padding: 5px 4px;

    background: #eef0f2;

    text-align: center;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.15;
}

.language-header span {
    display: block;

    margin-top: 1px;

    font-size: 7px;
    font-weight: normal;
}


/* EMRI I GJUHES */

.language-table input {
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 5px 7px;

    box-sizing: border-box;

    font-size: 10px;

    outline: none;

    border: 0.1px solid #aeb8c4;
}


/* ZGJEDHJET */

.language-table select {
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 4px 5px;

    box-sizing: border-box;

    font-size: 10px;

    background: #ffffff;

    outline: none;

    cursor: pointer;

    border: 0.1px solid #aeb8c4;
}

/* =========================================
   AFTESITE ME KOMPJUTER
========================================= */

.computer-heading {
    margin-top: 30px;
}


/* TABELA */

.computer-table {
    display: grid;

    grid-template-columns:
        0.85fr
        0.85fr
        0.85fr
        2.2fr;

    width: 100%;

    border-top: 1px solid #aeb8c4;
    border-left: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* QELIZAT */

.computer-table > * {
    min-width: 0;

    border-right: 1px solid #aeb8c4;
    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* HEADER */

.computer-header {
    height: 38px;

    padding: 6px 4px;

    background: #eef0f2;

    text-align: center;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.15;
}

.computer-header span {
    display: block;

    margin-top: 1px;

    font-size: 7px;
    font-weight: normal;
}


/* WORD / EXCEL / BAZA E TE DHENAVE */

.computer-table > select {
    width: 100%;
    height: 46px;

    margin: 0;
    padding: 4px 5px;

    border: 0.3px solid #aeb8c4;

    box-sizing: border-box;

    font-size: 10px;

    background: #ffffff;

    outline: none;

    cursor: pointer;
}


/* PROGRAME TJERA */

.other-program {
    height: 46px;

    display: grid;

    grid-template-columns: 55% 45%;

    box-sizing: border-box;
}

.other-program input,
.other-program select {
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 4px 5px;

    border: 0.3px solid #aeb8c4;

    box-sizing: border-box;

    background: #ffffff;

    outline: none;

    font-size: 10px;
}

.other-program input {
    border-right: 1px solid #aeb8c4;
}

.other-program select {
    cursor: pointer;
}

/* YLLI - GJUHA AMTARE */

.language-native-label .required-star {
    display: inline;
    color: #c00000;
    font-weight: 700;
}

/* =========================================
   SHENIMI - AFTESITE ME KOMPJUTER
========================================= */

.computer-note {
    width: 100%;

    margin-top: 6px;
    padding: 6px 8px;

    box-sizing: border-box;

    border-left: 2px solid #17365d;

    background: #f5f6f7;

    font-size: 8px;
    line-height: 1.35;

    color: #4b5563;
}

.computer-note strong {
    color: #17365d;
    font-weight: 700;
}

/* =========================================
   FAQJA 8
========================================= */

.page-8 .other-info-page {
    width: 100%;
}

.page-8 .other-info-data {
    width: 100%;
}


/* FUSHA E OBLIGUESHME */

.page-8 .required-note {
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
}

.page-8 .required-note .required-star {
    color: #c00000;
    font-weight: 700;
}


/* =========================================
   BLLOKU I PYETJES
========================================= */

.other-question-block {
    width: 100%;

    margin-bottom: 12px;

    border: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* PJESA E SIPERME - PYETJA + PO/JO */

.other-question-title {
    display: grid;

    grid-template-columns:
        1fr
        150px;

    min-height: 48px;

    background: #eef0f2;

    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* TEKSTI I PYETJES */

.other-question-text {
    padding: 6px 8px;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.2;

    box-sizing: border-box;
}

.other-question-text > span {
    display: block;

    margin-top: 2px;

    font-size: 8px;
    font-weight: normal;

    color: #59636f;
}


/* =========================================
   PO / JO
========================================= */

.other-question-choice {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 5px;

    border-left: 1px solid #aeb8c4;

    box-sizing: border-box;

    font-size: 9px;
}

.other-question-choice label {
    display: flex;

    align-items: center;

    gap: 4px;

    white-space: nowrap;

    cursor: pointer;
}

.other-question-choice input[type="radio"] {
    width: 13px;
    height: 13px;

    margin: 0;
}


/* =========================================
   DETAJET NËSE ZGJIDHET PO
========================================= */

.conditional-details {
    width: 100%;

    box-sizing: border-box;
}

.conditional-details label {
    display: block;

    padding: 4px 7px 2px;

    font-size: 9px;
    font-weight: 600;

    line-height: 1.15;
}

.conditional-details label span {
    display: block;

    margin-top: 1px;

    font-size: 7px;
    font-weight: normal;

    color: #59636f;
}

.other-details-input {
    display: block;

    width: 100%;
    height: 70px;

    margin: 0;

    padding: 5px 7px;

    border: 0;
    border-top: 1px solid #aeb8c4;

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;

    resize: none;
    overflow: hidden;

    background: #ffffff;

    outline: none;
}

/* =========================================
   AFTESITE TJERA
========================================= */

.other-skills-heading {
    margin-top: 22px;
    margin-bottom: 10px;
}

.other-skills-box {
    width: 100%;

    border: 1px solid #aeb8c4;

    box-sizing: border-box;
}

.other-skills-box label {
    display: block;

    padding: 6px 8px;

    background: #eef0f2;

    border-bottom: 1px solid #aeb8c4;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.2;
}

.other-skills-box label span {
    display: block;

    margin-top: 2px;

    font-size: 8px;
    font-weight: normal;

    color: #59636f;
}

.other-skills-input {
    display: block;

    width: 100%;
    height: 200px;

    margin: 0;

    padding: 6px 8px;

    border: 0;

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;

    resize: none;
    overflow: hidden;

    background: #ffffff;

    outline: none;
}

/* =========================================
   FAQJA 9
========================================= */

.page-9 .references-page {
    width: 100%;
}

.page-9 .references-data {
    width: 100%;
}


/* FUSHA E OBLIGUESHME */

.page-9 .required-note {
    margin-top: 0;
    margin-bottom: 12px;

    font-size: 10px;
    line-height: 1.2;
}


/* =========================================
   REFERENCAT - TITULLI
========================================= */

.page-9 .references-heading {
    margin-top: 16px;
    margin-bottom: 12px;
}


/* UDHËZIMI */

.references-instruction {
    width: 100%;

    margin-bottom: 10px;

    font-size: 10px;
    line-height: 1.35;

    color: #374151;
}

.references-instruction p {
    margin: 0;
}

.references-instruction > span {
    display: block;

    margin-top: 4px;

    font-size: 8px;
    font-weight: 600;

    color: #59636f;
}


/* =========================================
   TABELA E REFERENCAVE
========================================= */

.references-table {
    display: grid;

grid-template-columns: repeat(3, 1fr);

    width: 100%;

    border-top: 1px solid #aeb8c4;
    border-left: 1px solid #aeb8c4;

    box-sizing: border-box;
}


/* HEADER */

.reference-header {
    height: 38px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    padding: 4px 6px;

    border-right: 1px solid #aeb8c4;
    border-bottom: 1px solid #aeb8c4;

    background: #eef0f2;

    box-sizing: border-box;

    text-align: center;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.15;
}

.reference-header span {
    display: block;

    margin-top: 1px;

    font-size: 8px;
    font-weight: normal;

    color: #59636f;
}


/* INPUTET */

.reference-input {
    width: 100%;
    height: 38px;

    margin: 0;
    padding: 5px 7px;

    border: 0;
    border-right: 1px solid #aeb8c4;
    border-bottom: 1px solid #aeb8c4;

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;

    background: #ffffff;

    outline: none;
}


/* =========================================
   DEKLARATA
========================================= */

.declaration-block {
    width: 100%;

    margin-top: 50px;

    box-sizing: border-box;
}


.declaration-heading {
    text-align: center;

    margin-bottom: 12px;
}

.declaration-heading strong {
    display: block;

    font-size: 12px;
    font-weight: 600;

    color: #172b4d;
}

.declaration-heading span {
    display: block;

    margin-top: 2px;

    font-size: 9px;

    color: #59636f;
}


/* TEKSTI I DEKLARATES */

.declaration-text {
    width: 100%;

    margin:
        0
        0
        14px;

    font-size: 11px;
    line-height: 1.45;

    text-align: justify;

    color: #374151;
}

.declaration-serbian {
    margin-top: 14px;

    font-size: 10px;

    color: #59636f;
}

/* =========================================
   NENSHKRIMI / DATA
========================================= */

.signature-row {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 90px;

    width: 82%;

    margin:
        60px
        auto
        0;
}


.signature-field {
    text-align: center;
}


.signature-line {
    width: 100%;

    border-top: 1px solid #4b5563;
}


.signature-label {
    margin-top: 4px;

    font-size: 9px;

    color: #374151;
}

.signature-label span {
    margin-left: 3px;

    color: #59636f;
}


/* =========================================
   SHENIMI FINAL
========================================= */

.final-note {
    width: 100%;

    margin:
        40px
        0
        0;

    font-size: 10px;
    line-height: 1.4;

    color: #374151;
}

.final-note p {
    margin: 0;
}

.final-note p + p {
    margin-top: 3px;
}

.final-note strong {
    font-weight: 700;
    color: #172b4d;
}

/* KREJT PJESA SERBISHT - ZAPIS + TEKSTI */

.final-note .final-note-serbian {
    font-size: 9px;
    line-height: 1.4;
    color: #59636f;
}

.final-note .final-note-serbian strong {
    font-size: inherit;
    font-weight: 700;
    color: #59636f;
}

/* VETEM TEKSTI QE SHKRUHET NE INPUTET E FAQES 4 */

.education-page .edu-textarea,
.education-page .edu-year,
.education-page .edu-until,
.education-page .training-textarea {
    font-size: 11px !important;
}

/* =========================================
   FAQJA 5, 6, 7 - TEKSTI NE INPUTE
   PERVOJA E PUNES
========================================= */

.experience-page .experience-input,
.experience-page .experience-description-input,
.experience-page .work-date,
.experience-page .work-until {
    font-size: 11px !important;
}

/* =========================================
   NJOHJA E GJUHEVE - KREJT INPUTET
========================================= */

.language-native-box input,
.language-table input,
.language-table select {
    font-size: 11px !important;
}

/* =========================================
   AFTESITE ME KOMPJUTER - KREJT INPUTET
========================================= */

.computer-table > select,
.other-program input,
.other-program select {
    font-size: 11px !important;
}

/* =========================================
   FAQJA 8 - TEKSTI NE INPUTET
========================================= */

.page-8 .other-details-input {
    font-size: 11px !important;
}

/* =========================================
   AFTESITE TJERA - TEKSTI NE INPUT
========================================= */

.other-skills-input {
    font-size: 11px !important;
}

/* =========================================
   FAQJA 9 - REFERENCAT - TEKSTI NE INPUTE
========================================= */

.page-9 .reference-input {
    font-size: 11px !important;
}

@media print {

    @page {
        size: A4;
        margin: 0;
    }

    html,
    body {
        width: 210mm;
        min-width: 210mm;

        margin: 0 !important;
        padding: 0 !important;

        background: #ffffff !important;

        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .page {
        width: 210mm !important;
        height: 297mm !important;

        min-width: 210mm;
        min-height: 297mm;

        max-width: 210mm;
        max-height: 297mm;

        margin: 0 !important;
        padding:
            15mm
            17mm
            15mm
            17mm;

        box-sizing: border-box;

        box-shadow: none !important;

        overflow: hidden;

        break-after: page;
        page-break-after: always;

        break-inside: avoid;
        page-break-inside: avoid;
    }

    .page + .page {
        margin-top: 0 !important;
    }

    .page:last-of-type {
        break-after: auto;
        page-break-after: auto;
    }

    .print-actions,
    .field-error,
    .validation-banner {
        display: none !important;
    }
}