.resume19 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    word-wrap: break-word;
}

body {
    margin: 0;
    padding: 0;
}

.resume19 {
    /* display: flex; */
    width: 100%;
    background-color: white;
    /* flex-direction: column; */
    /* padding-right: 1cm; */
}

.resume19 header {
    display: none;
}

 .resume19 .header-frame {
            position: relative;
        }

.resume19 .resume19-container {
    display: flex;
    width: 100%;
    min-height: 297mm;
}

.resume19 p,
.resume19 li,
.resume19 a {
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}

.resume19 p {
    line-height: 20px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* left */
.resume19 .left {
    width: 40%;
    border-right: 1px solid #8D5B3E;
    margin-right: 20px;
}

.resume19 h2 {
    color: black;
    font-weight: 400;
    border-bottom: 1px solid #8D5B3E;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 15px;
}

.resume19 .left .name-container {
    text-align: center;
    text-transform: uppercase;
    background-color: #8D5B3E;
    letter-spacing: 2px;
    padding: 25px;
    max-height: 407px;
}

.resume19 .left .name-container h1 {
    font-weight: 500;
    font-size: 35px;
    color: white;
    line-height: 42px;
}

.resume19 .left .name-container p {
    font-size: 14px;
    color: white;
    margin-top: 5px;
}

/* image container */
.resume19 .left .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume19 .left .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -20px 0px;
    /* display: none; */
}

.resume19 .left .image-container img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: white;
    border: 5px solid #8D5B3E;

}

/* below profile */
.resume19 .left .below-profile {
    padding: 0px 40px;
}

/* contact */
.resume19 .left .contact-section {
    margin-top: 10px;
}

.resume19 .left .contact-section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.resume19 .left .contact-section ul li img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

/* skill section */
.resume19 .left .skill-section ul li {
    margin-bottom: 10px;
}

/* language section */
.resume19 .left .language-section ul li {
    margin-bottom: 10px;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* right */
.resume19 .right {
    width: 60%;
    flex-grow: 1;
}

.resume19 .right .about-section,
.resume19 .right .education-section,
.resume19 .right .experience-section {
    margin-bottom: 15px;
}

/* about section */
.resume19 .right .about-section {
    margin-top: 25px;
}

.resume19 .right .about-section p {
    text-align: left;
}

/* education */
.resume19 .education-section .job {
    margin-bottom: 15px;
    break-inside: avoid;
}

.resume19 .education-section .job h4.college-name {
    font-weight: 500;
    color: #8D5B3E;
    font-size: 16px;
}

/* work experience */
.resume19 .experience-section {
    width: 100%;
}

.resume19 .experience {
    break-inside: avoid;
    margin-bottom: 15px;
    break-inside: avoid;
}

.resume19 .experience .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resume19 .experience .upper .upper-left h4 {
    color: #8D5B3E;
    font-weight: 500;
    font-size: 16px;
}

.resume19 .experience .upper .upper-left p {
    font-style: italic;
}

.resume19 .experience .upper .upper-right h4 {
    font-size: 25px;
    font-weight: 300;
    color: #8D5B3E;
}

.resume19 .experience .lower {
    text-align: left;
}

/* main skills section */
.resume19 .right .main-skills-section .skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    break-inside: auto;
}

.resume19 .right .main-skills-section .skill .progress-bar {
    width: 200px;
    height: 15px;
    background-color: rgb(223 223 223);
}

.resume19 .right .main-skills-section .skill .progress {
    background-color: #8D5B3E;
    width: 100%;
    height: 100%;
}


/* stars rating */
.resume19 .star-skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.resume19 .star-container {
    display: flex;
    width: 150px;
}

.resume19 .star-container img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}


.resume19 li a:hover,
.resume19 li span:hover{
    color: #ca703c !important;
    cursor: pointer;
}

@media print {

    .resume19{
        padding-right: 0cm;
    }

    /* .resume19 .left {
        height: 1170px;
    } */

    .resume19 header {
        position: running(header);
        height: 30px;
        display: block;
    }

    .resume19 header a {
        text-decoration: none;
    }

    .resume19 header img {
        height: 30px;
        width: 150px;
    }
    @page {
        size: A4;
        margin: 1cm;


        @bottom-center {
            content: element(header);
        }
    }

    @page: first {
        margin: 0 1cm 1cm 0;
    }
}