:root {
    --primary-color2: #FF9D8E;
    --primary-column1-backgroundColor2: #FFFFFF;
    --primary-column2-backgroundColor2: #373741;
}
* {
    box-sizing: inherit; /*kế thừa*/
}

html {
    font-family: Roboto;
    margin: 0;
    padding:0;
    box-sizing: border-box; 
}


/* --------------------------- */

.name[contenteditable]:hover {
     outline: 2px solid var(--primary-color2);
} 

.section__skill2[contenteditable]:hover{
    outline: 2px solid var(--primary-color2);
}
.section__skill2[contenteditable]:focus{
    outline: 2px solid var(--primary-color2);
}
.job2[contenteditable]:hover{
    outline: 2px solid var(--primary-color2);
}
.title[contenteditable]:hover{
    outline: 2px solid var(--primary-column2-backgroundColor2);
}
.section__header2[contenteditable]:hover{
    outline: 2px solid var(--primary-color2);
}
.section__header2[contenteditable]:focus{
    outline: 2px solid var(--primary-color2);
}
.content2[contenteditable]:hover{
    outline: 2px solid var(--primary-color2);
}
.contact-content-text2[contenteditable]:hover{
    outline: 2px solid var(--primary-color2);
}
.contact-content-text2[contenteditable]:focus{
    outline: 2px solid var(--primary-color2);
}

@media print {
    .myCv__body2 {
       page-break-after: always;
    }
 }
.myCv__body2 {
    width: 800px;
    min-height: 1123px !important;
    background-color: rgb(255, 255, 255); 
    box-sizing: border-box;
    position: relative;
    display: none;
    /* display: grid; */
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 35px 35px rgba(0, 0, 0, 0.2);
    
}

/* Column 1 */
.column-12 {
    width: 260px;
    background-color: var(--primary-column1-backgroundColor2);
    position: relative;
    padding: 20px;
}

.avatar-container-img2 {
    width: 155px;
    height: 220px;
    background-color: var(--primary-color2);
    object-fit: cover;
}
.avatar-container-img2 {
    border-radius: 0%; 
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 30px;
    object-fit: contain;
}

.section__header--container2 {
    margin-bottom: 15px;
    padding: 5px;
}
.section__header2 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase;
    /* color: var(--primary-column2-backgroundColor2); */
    /* thay thế màu */
    color: var(--primary-color2);   
}

.content__field2 {
    margin: 5px 0;
    margin-left: 8px;
    padding:8px;
    border: 2px solid transparent;
    border-radius: 3px;
}
.content__field2:hover {
    border: 2px solid var(--primary-color2);
    border-radius: 3px;
}

.content-sections2 {
    position: relative;
    margin: 10px 0;
}
.contact-content-items2 {
    display: inline-flex;
    margin: 5px ;
    align-items: center;
}
.contact-content-items2 .contact-content-item {
    padding: 3px 7px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.contact-content-item2 i {
    color: var(--primary-color2);
}
.contact-content-items2 .contact-content-text {
    font-size: 12px;
    margin-left: 10px;
    font-size: 15px;
    width: 150px;
    /* thêm màu chữ */
    color: var(--primary-column2-backgroundColor2);
}
.contact-content-text2 {
    width: 150px;
}
/* Skill progress bar */ 
/* Phần này ko có trong cv 1 */
.cv-progress-bar_cv2.move-2 {
    background-color: var(--primary-column2-backgroundColor2);
}
.step_progressbar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
}
.step_progressbar:hover .add--delete {
    display: flex;
}
.step_progressbar:hover {
    border: 2px solid var(--primary-color2);
    border-radius: 2px;
}
/* .section__skill2 {
    font-size: 14px;
    font-weight: 400;
    margin: 2px;
    line-height: 12px;
    padding: 2px;
    color: var(--primary-column2-backgroundColor2)
} */

ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

li {
    display: inline-block;
    position: relative;
    margin: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 157, 142, 0.25) ;
    line-height: 50px;
    position: relative;
}

.step_progressbar .active {
    border-radius: 50%;
    background-color: var(--primary-color2);
}


/* Column 2 */
.column-2 {
    width: calc(800px - 260px);
    /* min-height: 1130px; */
    background-color: #EDF0F2;
    position: relative;
    display: flex;
    flex-direction: column; 
}


.myCv__body2 .column-22 {
    position: relative;
    padding: 0px;
    margin: 0px;
    /* background-color: var(--primary-column2-backgroundColor2); */
    background-color: var(--primary-column2-backgroundColor2);
    padding: 10px;
}

.about2 {
    background-color: var(--primary-column2-backgroundColor2);
    width: 100%;
    margin: 0px;
    /* padding: 40px; */
    padding: 10px 30px;
    /* height: 200px; */
    border: 0px;
    display: flex;
    flex-direction: column;
}

.about2 .about__name {
    width: 100%;
    /* height: 100px; */
    height: auto;
    display: flex;
}

.about2 .about__name h1 {
    color:var(--primary-color2);
    text-transform: uppercase;
    /* font-size: 31px;  */ /*giảm font chữ để tên dài ko bị xuống hàng */
    font-size: 25px;
    line-height: 110%;
    margin: 10px 0; /* bổ sung */
    padding: 5px 0;
}

.about2 .about__job {
    /* height: 100px; */
    /* margin-top: 15px; */
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
    box-sizing: content-box;
}

.about2 .about__job h2 {
    color:var(--primary-color2);
    font-size: 20px;
    vertical-align: top;
    /* thêm vào 3 thuộc tính*/
    padding-left: 2px;
    letter-spacing: 1px;
    font-weight: 180;
}

.about2 .about__job .job {
    margin: 0px;
}

/* thêm */
.about2 p {
    color: var(--primary-column1-backgroundColor2);
    /* padding: 0 5px; */
}



.profile__sections2 {
    padding: 10px 20px;
    padding-top: 50px;
    height: 100%; 
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-column2-backgroundColor2);
}
.profile__sections2 .title {
    color: var(--primary-column1-backgroundColor2);
    background-color: var(--primary-color2);
    padding: 5px ;
    padding-left: 8px;
    margin: 0;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: uppercase; 
}
.profile__sections2 .section__header--container {
    width: 45%;
    padding: 7px;
    padding: 0;
}

.profile__sections2 p {
    color: var(--primary-column1-backgroundColor2);
    font-weight: 200;
    line-height: 1.6;
}

.profile__sections2 .profile__section {
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    border-radius: 3px;
}
.profile__sections2 .profile__section:hover,
.profile__sections2 .profile__section:focus{
    border: 2px solid var(--primary-color2);
    border-radius: 3px;
}

/* ------------------------------------------- */
.add--delete {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin: 7px;
    z-index: 3;
    transform: translateY(-20px);
    display: none;
}
.content-sections__skill .add--delete {
    top: -19px;
    transform: translateX(11px);
}
.add--delete i{
    /* box-shadow: 1px 1px var(--primary-column2-backgroundColor2); */
    font-size: 10px;
    padding: 5px;
    background-color: #fff;
}
.item__header i{
    font-size: 12px;
    padding: 7px;
}
.add--delete i:hover {
    cursor: pointer;
  background-color: #bea692 ;
}
.big__section {
    transform: translateY(20px);
}
.big__section i {
    font-size: 11px;
    padding: 6px;
    background-color: var(--primary-column1-backgroundColor2);
}
.content-sections2:hover
.add--delete {
    display: flex;
}
.content-sections__skill:hover
.add--delete {
    display: flex;
}

.content-sections__skill {
    position: relative;
    margin-top: 5px;
    border: 2px solid transparent;
    border-radius: 2px;
}
.content-sections__skill2 {
    /* padding: 5px 0; */
    margin: 5px;
}
.content-sections__skill2:hover {
    border: 2px solid var(--primary-color2);
}
.section__skill2 {
    padding: 0;
    margin: 10px 0;
}

.progress2 {
    background-color: var(--primary-color2);
}