* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    background-image: url('../img/ResumeTemplates/bacground2.PNG');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    margin: 0;
    width: 100vw;
    height: 100vh;
}


header {
    display: flex;
    width: 100%;
    background-color: #F3F3F3;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;

}

.header_left {
    width: 15%;
    position: relative;
}


.site_name {
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-weight: 900;
    font-size: 22px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}


.header_middle {
    width: 60%;
    padding-left: 1rem;
}

.header_middle ul {
    display: flex;
    list-style-type: none;
    margin-top: 2rem;
    gap: 1rem;


}

.header_middle ul li {
    font-size: 18px;
    margin-left: 1rem;
    margin-bottom: 1rem;

}

.header_middle ul li a {
    text-decoration: none;
    color: #000;
}

.header_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-left: 15px;
    text-decoration: none;
    font-weight: bold;
}

.header_right a {
    font-weight: 700;
    margin-left: 15px;
    text-decoration: none;

}

.sign_part {
    color: #4b2cff;

}

.log_in {
    background: #4b2cff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;

}

:root {
    --border-color: #dcd6ff;
    --text-label: #333;
    --placeholder-color: #b5b5b5;
    --bg-gradient: linear-gradient(135deg, #f0f4ff 0%, #e8eaff 100%);
}



.container {
    width: 100%;
    max-width: 800px;
    margin-top: 2rem;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.back-btn {
    background: none;
    border: none;
    color: #444;
    cursor: pointer;
    font-size: 16px;
}
.back-btn a{
    text-decoration: none;
    color: #444;

}


.step-indicator {
    background: white;
    padding: 8px 15px;
    border-radius: 20px;
    color: var(--primary-color);
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card {
    background: white;
    border: 2px solid #6343ff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(99, 67, 255, 0.05);
}

h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
    color: #222;
}

.form-row {
    display: flex;
    gap: 20px;
}

.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
    flex-grow: 1;
}

.input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-label);
}

.input-group label span {
    color: red;
}

input,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: var(--placeholder-color);
}

.photo-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 120px;
}

.action-box {
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.action-box:hover {
    background: #f8f7ff;
}

.action-box .icon {
    font-size: 20px;
    margin-bottom: 5px;
    margin: 0 auto;

}

.action-box p {
    font-size: 11px;
    margin: 0;
    font-weight: bold;
    color: var(--primary-color);
}

textarea {
    height: 150px;
    resize: none;
}

.footer {
    display: flex;
    justify-content: flex-end;
}

.next-btn {
    background: linear-gradient(to right, #6343ff, #3b59ff);
    color: white;
    border: none;
    padding: 12px 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(99, 67, 255, 0.3);
}


:root {
    --primary-gradient: linear-gradient(135deg, #a78bfa, #8b5cf6);
    --bg-light: #f8faff;
    --border-dashed: #6366f1;
}

.modal-overlay {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ResumeTemplates/bacground2.PNG');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-position: center;
    background-attachment: fixed;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-card {
    background: white;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10001;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.upload-area {
    border: 2px dashed #6366f1;
    border-radius: 15px;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#savePhotoBtn .icon {
    width: 60px !important;
    height: 60px !important;
    min-width: 40px;
    max-width: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imagePreview {

    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    transition: transform 0.1s ease-out;
}

.plus-btn {
    width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3);
}

.upload-area p {
    color: #a0aec0;
    font-size: 14px;
}

.zoom-container {
    margin-top: 25px;
}

.zoom-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #cbd5e0;
    margin-bottom: 8px;
}

.slider {
    width: 100%;
    accent-color: #a78bfa;
    cursor: pointer;
}

#photoModal {
    display: none;
}

.hidden {
    display: none !important;
}

.modal-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.btn {
    padding: 12px 35px;
    border-radius: 12px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

.change-btn {
    background: linear-gradient(to right, #6343ff, #3b59ff);
    color: white;
}

.save-btn {

    background: linear-gradient(to right, #6343ff, #3b59ff);
    color: white;
}

.save-btn:hover,
.change-btn:hover,
.confirm-btn:hover {
    background: #c7d2fe;
}

.confirm-btn {
    margin-top: 30px;
    margin-left: 20rem;
    background: linear-gradient(to right, #6343ff, #3b59ff);
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(167, 139, 250, 0.2);
}


.qr-modal-overlay {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/ResumeTemplates/bacground2.PNG');
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    background-position: center;
    background-attachment: fixed;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}


.qr-modal-overlay.active {
    display: flex;
}

.qr-card {
    background: white;
    width: 90%;
    max-width: 500px;
    padding: 35px;
    border-radius: 35px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.qr-modal-overlay.active .qr-card {
    transform: scale(1);
}

#qr-result-container {
    position: absolute;
    right: 2rem;
    top: -0.5rem;
    width: 30px;
}

.qr-display-area {
    border: 2px dashed #6366f1;
    border-radius: 25px;
    padding: 60px;
    text-align: center;
    margin: 20px 0;
}

#qr-icon-placeholder img {
    margin: 0 auto;
    display: block;
}

.btn-qr,
.confirm-btn-qr {
    padding: 12px 40px;
    border-radius: 14px;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(135deg, #6366f1 0%, #2563eb 100%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-qr:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
    filter: brightness(1.1);
}

.confirm-btn-qr:hover {
    padding: 12px 60px;
    letter-spacing: 1px;
}

.action-buttons {
    display: flex;
    margin-left: 10rem;
    gap: 3px;
}

.confirm-btn-qr {
    margin-top: 30px;
    margin-left: 20rem;
}

.action-box {
    cursor: pointer;
}

/* STEP 3 */
.container,
#step3.container {
    width: 80%;
    max-width: 1200px;
    min-width: 800px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.experience-block {
    width: 100%;
    border: 2px dashed #6366f1;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 25px;
}

.full-width {
    grid-template-columns: 1fr;
}

.input-with-icon {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 8px 15px;
    background: #fff;
}

.input-with-icon input {
    border: none;
    outline: none;
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
    color: #4b5563;
}

.input-icon {
    font-size: 18px;
    color: #9ca3af;
}

.exp-desc {
    width: 100%;
    min-height: 120px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 15px;
    font-family: inherit;
    resize: vertical;
    outline: none;
}

.remove-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
    border: none;
    background: none;
    color: #374151;
}

.add-exp-btn {
    width: 100%;
    background: #6343ff;
    color: white;
    padding: 18px;
    border-radius: 15px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.add-exp-btn:hover {
    background: #5235d9;
    transform: translateY(-2px);
}

/* Step 5 Ümumi Fonu */
.step5-main-container {
    background-color: #f0f4f8;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 2rem;
}

.step5-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.step5-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.step5-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.step5-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 8px 12px;
}

.step5-star {
    color: #3b82f6;
    font-size: 18px;
    margin-right: 10px;
}

.step5-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.step5-remove-btn {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 18px;
}

.step5-textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 12px;
    resize: none;
    margin-bottom: 15px;
}

.step5-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.step5-tag {
    background: #eef2ff;
    color: #4f46e5;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
}

.step5-tag:hover {
    background: #e0e7ff;
}

.step5-languages-layout {
    display: flex;
    gap: 30px;
}

.step5-proficiency-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.step5-level-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.step5-level-chip {
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
}

.step5-level-chip.active {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
}

.step5-add-btn {
    background: linear-gradient(to right, #6366f1, #3b82f6);
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    float: right;
}

.step5-done-btn {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}



/* RIGHT */

.section_right {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 210mm;
    height: auto;
    min-height: 60vh;
    margin-top: 3rem;
    font-family: 'Montserrat', sans-serif;

}

.section_right.active {
    display: flex !important;
}

.section_right h3 {
    font-size: 30px;
    margin-left: -11rem;
}

.section_right_top {
    width: 100%;
    min-height: 10rem;
    height: auto;
    display: flex;
    background: #F0F0F0;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);

}

#fileInput2 {
    display: none;
}

.section_right_top_left {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    background: #F0F0F0;

}

.section_right_side_2 {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

}

.section_right_side_2 p {
    font-size: 12px;
}

.section_right_r_side {
    width: 50%;
    position: relative;
}

.section_right_r_side_r img {
    width: 40%;
    border-radius: 30px;
    position: absolute;
    left: 8.3rem;
    top: 3rem;
    z-index: 111;
}

.section_right_top_right {
    width: 100%;
}


.info_input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.name_form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: none;
    outline: none;
    width: 60%;
    text-align: right;
    color: #000000;
    background: #F0F0F0;
    padding-bottom: 1rem;
    resize: none;


}

.input_h1,
.input_h1::placeholder {
    width: 10rem;
    height: 100%;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    background: #F0F0F0;
    outline: none;
    color: #000000;
    font-size: 15px;
    ;



}




.top_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    border: none;
    color: #000000;
    background: #070707;
    resize: none;


}


.phoneR {
    margin-top: 10px;
}

.phoneR,
.emailR,
.adressR,
.linkedinR,
.linkedinR::placeholder {
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none;
    outline: none;
    color: #000000;
    font-size: 8px;
    margin-left: 4rem;
    text-align: right;
    background: #F0F0F0;
    width: 100%;
    max-width: 15rem;
    height: auto;
    min-height: 20px;
    line-height: 1.1;
    margin-bottom: 1px;
    padding: 0 !important;
    resize: none;
    border: none;
    outline: none;
    overflow: hidden;
    display: block;
    margin-left: 8rem;
    margin-right: auto;

}

.phoneR::placeholder,
.emailR::placeholder,
.adressR::placeholder {
    color: #000000;
    font-size: 8px;
    width: 100%;



}






.seperate {
    min-height: 20%;
    height: auto;
    margin-top: 3rem;
}

.section_right_side_2 {
    margin: 0 auto;
    margin-left: 0.5rem;
    margin-top: 2rem;
    width: 80%;
    align-items: stretch;
    height: auto;
    background-color: #D9D9D9;
    border: 1px solid #000;
    border-radius: 15px;
}

.section_right_side_2 .outputArea {
    resize: none;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    font-size: 8px;
    color: #000;
    background-color: #D9D9D9;
    display: block !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
    height: auto;
    min-height: 100px;
}

.section_right_side_2 .outputArea::placeholder {
    color: #000;
    font-size: 8px;
    background-color: #D9D9D9;
    border: none;
    outline: none;


}


.section_right_side_2 p {
    padding: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 12px;

}


.skill_list_right {
    list-style-type: none;
}

.skill_list_right li {
    font-size: 8px;
}

#itemListLanguage_right1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.section_right_top_certificat,
.section_right_top_skills,
.section_right_top_language,
.rightSideContainer {
    padding-left: 1rem;
    margin-top: 3rem;
    width: 80%;
    height: auto;
}

.section_right_top_skills h2,
.section_right_top_language h2 {
    font-size: 12px;
    font-weight: 700;
    padding: 5px;

}


.section_right_top_skills i {
    margin: 0.5rem 1rem;
}




#sendedParts h2 {
    margin: 5px;
    font-size: 12px;
}


#sendTitle1 {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 70%;
    list-style-type: none;
}

#sendList {
    font-size: 8px;
}

.rightSideContainer {
    margin-bottom: 5px;
}


.section_right_side_2 .outputArea::placeholder {
    color: #000000;
    font-size: 10px;
    background: #F0F0F0;

}

#sendList {
    list-style-type: none;
}




#sendList1 {
    font-size: 8px;
    margin: 0.5rem;
    list-style-type: none;
}


#itemListLanguage_right1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.work_experience_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}




.work_experience_right h2,
.right_skills h2,
.language_right h2 {
    margin-top: 1rem;


}

.section_right_top_certificat h2,
.rightSideContainer h2 {
    font-size: 12px;
    font-weight: 700;
}

#itemListCertificate_right1 {
    list-style-type: none;
}

#itemListCertificate_right1 li {
    font-size: 8px;
}

.work_experience_right form,
.education_right form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem;

}


.button-container {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    margin-left: 14rem;
}

.btn {
    padding: 12px 32px;
    border-radius: 50px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-change {
    background: linear-gradient(to right, #5C17FC, #0D5EFF);

}

.btn-change a {
    text-decoration: none;
    color: #FFFF;
}

.btn-change:hover,
.btn-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4);
}

.btn-download {
    background: linear-gradient(to right, #5C17FC, #0D5EFF);
}


.btn:active {
    transform: translateY(-1px);
}


@media(max-width:1280px) {

    .name_form,
    .top_form {
        width: 100px;
        left: 1.5rem;
    }
}

@media(max-width:1024px) {
    .section_right {
        margin-top: -11rem;
    }

    .section_right h3 {
        margin-top: 1rem;
        margin-left: -6rem;
        margin-bottom: 1rem;
    }
}

@media(max-width:912px) {
    .section_right {
        margin-top: -11rem;
    }

    .section_right h3 {
        margin-top: 1rem;
        margin-left: -6rem;
        margin-bottom: 1rem;
    }
}

@media(max-width:853px) {
    .section_right {
        margin-top: -11rem;
    }

    .section_right h3 {
        margin-top: 1rem;
        margin-left: -6rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 600px) {
    .container {
        width: 100%;
        justify-items: center;
    }

    .header {
        width: 80%;
    }

    .card {
        width: 70%;
    }

}

@media(max-width: 430px) {
    header {
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
    }

    .header_left {
        width: 100%;
        height: 60px;
    }

    .site_name {
        position: static;
        padding-top: 15px;
        display: block;
    }

    .header_middle {
        width: 100%;
        padding-left: 0;
    }

    .header_middle ul {
        justify-content: center;
        margin-top: 10px;
        gap: 0.5rem;
    }

    .header_middle ul li {
        font-size: 14px;
        margin-left: 0.5rem;
    }

    .header_right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        justify-content: center;
    }

    .section_right,
    .info_input {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    .section_right h3 {
        margin-left: 0 !important;
        margin-top: 10rem;
        font-size: 22px;
        text-align: center;
    }

    .info_input {
        flex-direction: column;
        align-items: center;
        padding: 10px 0 !important;
    }

    .phoneR,
    .emailR,
    .adressR,
    .linkedinR {
        width: 90% !important;
        font-size: 12px !important;
        margin-bottom: 5px;
    }

    .button-container {
        margin-left: 0 !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn {
        width: 80%;
        padding: 10px 20px;
        font-size: 14px;
    }

    .place,
    .situation,
    .position {
        width: 90% !important;
        margin-left: 0 !important;
    }

    .section_right_r {
        margin-left: 0 !important;
        width: 100% !important;
        padding: 0 10px;
    }

    hr.vertical_for_left_right {
        display: none;
    }

    .container {
        width: 90%;
        justify-items: center;
    }

    .header {
        width: 50%;
        margin-top: 4rem;
    }

    .card {
        width: 50%;
    }
}

.html2pdf__container div {
    max-width: 100% !important;
    margin: 0;
}

.html2pdf__container .section_right_top {
    height: 297mm;
}

.html2pdf__container .section_right_top_left,
.html2pdf__container .rightSideContainer,
.html2pdf__container .section_right_top_certificat,
.html2pdf__container .section_right_top_right,
.html2pdf__container .section_right_top_skills {
    margin-top: 2rem;
}
div.outputArea {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* end */