* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: 100vh;
}

header {
    display: flex;
    width: 100%;
    height: 20%;
    align-items: center;
    justify-content: space-around;
}

.header_left {
    width: 30%;

}

.header_left a {
    text-decoration: none;
    font-size: 26px;
    color: #000;

}

.header_middle p {
    font-size: 26px;
}




.sign_in {
    width: 20%;
    height: 6rem;
    margin-left: 9rem;
    border-radius: 50px;
    justify-content: flex-end;
    position: relative;

}

.sign_in img {
    position: absolute;
    width: 5rem;
    right: 1.8rem;
    top: 1.5rem;
    background: #fff;
    object-fit: cover;
    border-radius: 50%;
}

#fileInput {
    display: none;
}

section {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: auto;
    justify-content: space-around;
    align-items: center;
}

.section_1 {
    width: 50%;
    height: auto;
    overflow: visible;

}

.section_1_1 {
    width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    position: relative;
    border-radius: 10px;
    background-color: #F5F5F5;

}

.section__top input {
    width: 90%;
    border: none;
    outline: none;
    margin: 10px auto;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background-color: #F5F5F5;
}

.section__top img {
    position: absolute;
    background: #5C17FC;
    border-radius: 10px;
    width: 2rem;
    right: 1rem;
    top: 0.5rem;

}

.section__bottom {
    display: flex;
    width: 100%;

}

.section__bottom_left {
    width: 60%;
    /* background: #000; */
}

.section__bottom input {
    width: 90%;
    border: none;
    outline: none;
    margin: 10px auto;
    margin-left: 2.5rem;
    font-size: 16px;
    color: #000;
}

.section_1 {
    max-height: 80vh;
    /* Və ya özünə uyğun başqa hündürlük */
    overflow-x: hidden;
    overflow-y: auto;
}

.section__bottom_right {
    height: 6rem;
    margin-left: 9rem;
    border-radius: 50px;
    justify-content: flex-end;
    position: relative;

}

.section__bottom_right img {
    position: absolute;
    width: 4rem;
    right: 1.8rem;
    top: 1.5rem;
    background: #fff;
    object-fit: cover;
    border-radius: 50%;
}



#fileInput1 {
    display: none;
}

.section_1 {
    max-height: 80vh;
    /* Və ya özünə uyğun başqa hündürlük */
    overflow-x: hidden;
    overflow-y: auto;
}


.section_1_2 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 55%;
    margin: 5px auto;
    margin-left: 10px;
    margin-top: 1.2rem;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.profile_label {
    margin-left: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    padding: 1rem;
}


.section_1_2 button {
    font-size: 16px;
    color: #6E666F;
    font-weight: 700;

}



.profile_label,
.profile_input {
    margin-left: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    display: inline-block;
    width: 25rem;
    /* label və input eyni eni alsın */
    font-family: inherit;
    /* eyni font olsun */
    line-height: normal;
    /* line height da eyni olsun */
    vertical-align: middle;

}


.profile_input {
    display: none;
    border: none;
    outline: none;
}

.arrow_click {
    position: absolute;
    width: 2rem;
    right: 1rem;
    cursor: pointer;


}

.section_1_2 .add_entry_btn {
    width: 8rem;
    display: none;
    position: absolute;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #1653CD;
    color: #fff !important;
    padding: 0.4rem 1rem;
    border: none;
    font-size: 12px;
    left: 7rem;
    top: 6rem;
    right: 15rem;
    /* uyğunlaşdırıldı */
    border-radius: 6px;
    cursor: pointer;
}

.edit_btn {
    display: none;
    position: absolute;
    background-color: #1653CD;
    color: #fff !important;
    margin: 0 3rem;
    padding: 0.5rem 1.5rem;
    border: none;
    right: 1rem;
    top: 0.5rem;
    border-radius: 6px;


}

.edit_btn img {
    width: 2rem;
    position: absolute;
    top: 0.1rem;
}

.profile_input {
    display: none;
    border: none;
    outline: none;

}

.new_entry {
    display: none;
    width: 25rem;
    margin-left: 2.4rem;
    margin-bottom: 3rem;
    border: none;
    outline: none;
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 8px 10px;



}


.extra_entries input {
    display: block;
    width: 250px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.arrow_click {
    position: absolute;
    right: 1rem;
    top: 0;
    width: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.arrow_click.rotated {
    transform: rotate(180deg);
}

#language_form_range {
    display: none;
    /* form gizli olacaq */
}

#itemListLanguage_right1 {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* R I G H T  */
.section_right {
    width: 44%;
    height: 70vh;
    /* background: blue; */
    display: flex;
    flex-direction: column;

}

.section_right_top {
    width: 23vw;
    height: auto;
    margin-left: 7rem;
    /* background: red; */
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);

}

.top_form {
    display: flex;
    flex-direction: column;
    padding: 5px;

}



.section_left_right {
    width: 45%;
    height: auto;
    display: flex;
}

.section_right_l_side {
    width: 40%;
}


/* right  right*/
.section_left_right {
    position: relative;

}

.section_right_r {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 3rem;
    margin-top: 1rem;


}

hr.vertical_for_left_right {
    position: absolute;
    left: 50%;
    /* soldan 50% → tam ortada */
    top: 1.5rem;
    bottom: 0;
    width: 1px;
    /* xəttin qalınlığı */
    background-color: #ccc;
    /* xəttin rəngi */
}


.work_experience_right h2,
.rightSideContainer h2 {
    font-weight: 700;
}

.rightSideContainer {
    margin-bottom: 5px;
}

.top_form input {
    border: none;
    outline: none;
    text-align: center;

}

.top_form input {
    border: none;
    outline: none;
    text-align: center;

}

.input_h1,
.input_h2,
.input_h1::placeholder,
.input_h2::placeholder {
    width: 100%;
    min-height: 20px;
    height: auto;
    resize: none;
    border: none;
    outline: none;
    color: #000000;
    font-size: 12px;
    background-color: #E9FFF1;
    font-weight: 700;
    color: #0D5EFF;
    font-weight: 700;
    text-align: center;
    padding-top: 2px;
}




.section_right_r_side_top_part {
    width: 100%;

}

.info_input {
    display: flex;
    width: 100%;
    color: #fff;
    overflow-y: hidden;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 1rem;
    border-radius: 6px;


}

.phoneR,
.emailR,
.adressR {
    padding-left: 1rem;
    width: 32%;
    border: none;
    outline: none;
    font-size: 8px;
    color: #000000;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.phoneR::placeholder,
.emailR::placeholder,
.adressR::placeholder {

    color: #000000;
}

.info_input form textarea {
    overflow-y: hidden;
    color: #000000;

    border: none;
    outline: none;

}

.info_input_hr {
    width: 95%;
    height: 0.5em;
    margin-bottom: 1rem;
    color: #868693;

}

.section_right_side_2 {
    text-align: center;
}


.section_right_side_2 p {
    padding: 5px;
}

.section_right_top_language {
    width: 100%;
    height: auto;
}

.section_right_top_skills,
.section_right_top_language {
    display: none;
}

.section_right_top_skills h2,
.section_right_top_language h2 {
    font-size: 14px;
    text-align: center;
    color: #1653CD;
}

.skill_list_right {
    border-radius: 6px;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    margin-top: 1rem;
    color: #fff;
}

.section_right_top_skills i {
    margin: 0.5rem 1rem;
}

.info_input form input {
    border: none;
    outline: none;
    background: #E9FFF1;
    width: 100%;
}

.language_form_range {
    display: flex;
    width: 90%;
}

.language_input {
    border: none;
    outline: none;
    width: 48%;
    font-size: 10px;

}

.section_left_right {
    display: flex;
    width: 100%;
}

.language_input::placeholder {
    font-size: 10px;

}




.info_input input::placeholder {
    font-size: 6px;
    padding-left: 0.5rem;
}



.outputArea {
    resize: none;
    width: 97%;
    height: auto;
    border: none;
    outline: none;
    font-size: 6px;
    padding-left: 0.5rem;
}

.language {
    font-size: 8px;
    border: none;
    outline: none;

}

#sendedParts h2 {
    margin: 5px;
}

.work_experience_right hr {
    margin-top: 5px;
}

#sendList {
    font-size: 8px;
}

.rightSideContainer {
    margin-bottom: 5px;
}

.rightSideContainer h2 {
    padding: 5px;
    font-size: 10px;
}

.section_right_side_2 .outputArea::placeholder {
    color: #000000;
    font-size: 10px;

}

#sendList {
    list-style-type: noe;
}

.rightSideContainer {
    display: none;
}

#sendTitle1 {
    font-size: 10px;
}

#sendList1 {
    font-size: 8px;
    list-style-type: none;
    margin: 0.5rem;
    color: #868693;

}

.language-item {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    gap: 6px;
    font-size: 8px;
    border-radius: 6px;

}

.language-name {
    flex: 0 0 40%;
    /* 50% */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.language-range {
    -webkit-appearance: none;
    width: 50%;
    height: 3px;
    margin-top: 7px;
    background: #5C17FC;
    border-radius: 10px;
    outline: none;
    color: #fff;

}

.language-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 5px;
    /* buranı kiçilt */
    height: 5px;
    /* buranı kiçilt */
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}

.language-remove {
    flex: 0 0 10%;
    /* 10% */
    text-align: center;
    cursor: pointer;
    color: #fff;

    width: 10px;
}

.section_right_side_2 p {
    color: #4F7349;
    font-size: 12px;
}

.work_experience_right {
    display: none;
    /* default gizli */
    flex-direction: column;
    gap: 10px;
}


.work_experience_right h2,
.education_right h2,
.right_skills h2,
.language_right h2 {
    flex-direction: column;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 10px;
    margin-left: 1rem;
}

.work_experience_right {
    display: none;
}

.work_experience_right form,
.education_right form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem;

}

.place {
    width: 55%;
    border: none;
    outline: none;
}

.situation {
    margin-left: 1rem;
    width: 30%;
    border: none;
    outline: none;
}

.position {
    width: 50%;
    margin-top: 0.5rem;
    border: none;
    outline: none;
}

.section_bottom_2 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: row;
    width: 100%;
    list-style-type: none;

}

.section_bottom_2 ul li {
    margin: 2rem;
    width: 40%;
    text-decoration: none;
    border-radius: 20px;
    padding: 0.5rem;
    margin: 0 auto;
    border: 1px solid #0D5EFF;
    margin-top: 1rem;
}

.section_bottom_2 ul li a {
    text-decoration: none;
    color: #868693;
    font-size: 20px;
    font-weight: 700;


}


i {
    font-size: 10px;
}

/* 1024px RESPONSIVE */

@media (max-width: 1024px) {

    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    .new_entry {
        width: 90%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    /* Right side header input area */
    .section_right_top {
        width: 100%;
        flex-direction: row;
        padding: 1rem;
    }

    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }

    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }

    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img,
    .section__bottom_right img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }

    .section_right_top {
        margin: 0 auto;
    }

    hr.vertical_for_left_right {
        left: 46%;
        top: 1.5rem;
        bottom: 0;
        width: 1px;
    }
}

@media (max-width:768px) {
    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    .new_entry {
        width: 90%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    /* Right side header input area */
    .section_right_top {
        width: 100%;
        flex-direction: row;
        padding: 1rem;
    }

    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }

    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }

    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img,
    .section__bottom_right img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }
}

@media (max-width:600px) {
    header {
        justify-content: space-between;
        padding: 0 1rem;
        height: auto;
    }

    .header_left {
        width: auto;
    }

    .sign_in {
        width: 25%;
        margin-left: 0;
    }

    /* SECTION LAYOUT */
    section {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .section_1 {
        width: 90%;
        max-height: none;
    }

    .section_1_1,
    .section_1_2 {
        width: 100%;
        margin-left: 0 !important;
    }

    .profile_label,
    .profile_input {
        width: 90%;
        margin-left: 1rem;
    }

    .new_entry {
        width: 90%;
    }

    /* RIGHT SIDE */
    .section_right {
        width: 60%;
        margin-top: 4rem;
        margin-left: 0;
        height: auto;
    }

    .section_right_1 {
        width: 90%;
        margin-left: 0;
        height: auto;
    }

    /* Right side header input area */
    .section_right_top {
        width: 100%;
        flex-direction: row;
        padding: 1rem;
    }

    .input_h1 {
        width: 100%;
        margin-left: 0;
    }

    .phone,
    .email,
    .adress {
        width: 31%;
        margin-top: 0.5rem;
    }

    .section_right_1_1 .outputArea {
        width: 90%;
        margin-left: 1rem;
    }

    .section_right_1_2 {
        flex-direction: row;
        gap: 1rem;
    }

    .section_right_1_2_left,
    .section_right_1_2_right {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .section_right_1_2_left form input {
        width: 4rem;
    }

    .vertical_hr {
        border-left: 1px solid #868693;
        height: 306px;
        margin: 0 5px;
    }

    /* Certificates */
    .certificates textarea {
        width: 90%;
        margin-left: 1rem;
    }

    /* SKILLS & LANGUAGES */
    .skills_right input,
    .languages_right input {
        width: 90%;
        margin-left: 1rem;
    }

    .languages_right label {
        margin-left: 1rem;
    }

    /* Bottom buttons (ul li) */
    .section_bottom_2 ul {
        flex-direction: column;
        align-items: center;
    }

    .section_bottom_2 ul li {
        width: 80%;
        margin: 1rem 0;
    }

    /* Images reposition */
    .sign_in img,
    .section__bottom_right img {
        width: 4rem;
        top: 1rem;
        right: 1rem;
    }

    .arrow_click {
        right: 1rem;
        top: 1rem;
    }
}

@media (max-width:480px) {
    .section_right_1_2_left {
        width: 40%;
    }

    .section_right_1_2_right {
        display: flex;
        flex-direction: column;
        margin-left: -18px;
        width: 40%;
    }

    .certificates textarea {
        resize: none;
        display: block;
        width: 8rem;
        margin-left: 0;
    }

}

@media(max-width:420px) {
    header .header_left a {
        font-size: 18px;
    }

    .header_middle p {
        font-size: 18px;
    }

    .sign_in img {
        width: 50%;
        margin-right: 1rem;
    }

    .section_1 input,
    .section_1::placeholder {
        font-size: 14px;
    }

    .profile_label {
        font-size: 14px;

    }

    .section_right_top {
        margin: 0 auto;
    }

    .input_h1,
    .input_h2,
    .input_h1::placeholder,
    .input_h2::placeholder {
        font-size: 10px;
    }
}

@media(max-width:360px) {
    .profile_label {
        font-size: 14px;

    }

    .input_h1,
    .input_h2,
    .input_h1::placeholder,
    .input_h2::placeholder {
        font-size: 10px;
        overflow-y: hidden;
    }
}