.resume26 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Calibri, sans-serif;
            word-wrap: break-word;
        }

        .resume26.body {
            width: 210mm;
            height: 297mm;
            margin: 0;
            padding: 0;
            font-size: 14px;
            line-height: 1.4;
            background: white;
            color: #000;
        }

        .resume26 {
            display: flex;
            width: 100%;
            background-color: white;
            min-height: 297mm;
            flex-direction: column;
            padding: 10mm;
        }

        .resume26 header {
            display: none;
        }

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

        .resume26 a:hover,
        .resume26 span:hover {
          color: #1599e9 !important;
          cursor: pointer;
        }

        .resume26 p {
            line-height: 18px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */
        .resume26 .name-container {
            text-align: center;
            margin-bottom: 25px;
        }

        .resume26 .name-container h1 {
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 2px;
            font-weight: 400;
            letter-spacing: 1px;
            color: #005b95;
        }

        .resume26 .name-container h1 span.fname {
            font-weight: 700;
            margin-right: 10px;
        }

        .resume26 .name-container p {
            font-size: 25px;
            line-height: 25px;
            font-weight: 700;
            color: #1599e9;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        .resume26 .main {
            display: flex;
            width: 100%;
        }

        /* left */
        .resume26 .left {
            width: 50%;
            border-right: 2px solid #1599e9;
            padding-right: 20px;
            margin-right: 20px;
        }

        /* image container */
        .resume26 .image-container {
            /* display: none; */
            overflow: hidden;
        }

        .resume26 .image-container .image-frame {
            width: 250px;
            height: 270px;
            background-color: #1599e9;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
        }

        /* .resume26 .image-container img {
            width: 250px;
            height: 260px;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            margin-left: 15px;
            margin-top: 10px;
        } */

        .resume26 .image-container img {
            width: 250px;
            height: 270px;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            margin-left: 1px;
            margin-top: 1px;
        }

        .resume26 h2 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #005b95;
        }

        /* contact */
        .resume26 .image-container,
        .resume26 .contact-section,
        .resume26 .skill-section,
        .resume26 .language-section {
            margin-top: 20px;
        }

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

        .resume26 .left .contact-section ul li a,
        .resume26 .left .contact-section ul li span {
            color: black;
        }

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

        .resume26 .skill-section ul {
            display: flex;
            flex-wrap: wrap;
        }

        .resume26 .skill-section ul li {
            border: 1px solid #1599e9;
            border-radius: 10px;
            padding: 3px 10px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .resume26 .language-section ul li {
            margin-bottom: 10px;
        }


        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume26 .right {
            width: 50%;
            flex-grow: 1;
        }

        /* about section */
        .resume26 .right .about-section {
            margin-top: 20px;
        }

        .resume26 .right .about-section,
        .resume26 .education-section,
        .resume26 .right .experience-section {
            margin-bottom: 20px;
        }

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

        .resume26 .education-section .job p.college-name {
            font-weight: 600;
            font-size: 16px;
        }

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

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

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

        .resume26 .experience .upper .upper-left h4 {
            font-weight: 600;
            font-size: 16px;
        }

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

        .resume26 .experience .upper .upper-right h4 {
            font-size: 25px;
            font-weight: 300;
        }

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

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

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

        .resume26 .right .main-skills-section .skill .progress {
            background-color: #313131;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

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

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

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

        @media print {
            .resume26 {
                padding: 10mm;
                min-height: 297mm;
                width: 210mm;
                margin: 0 auto;
            }

            .resume26 .main {
                display: table;
                width: 90%;
                table-layout: fixed;
            }

            .resume26 .left {
                display: table-cell;
                width: 40%;
                height: auto;
                vertical-align: top;
                padding-right: 15px;
                border-right: 2px solid #1599e9;
            }

            .resume26 .right {
                display: table-cell;
                width: 60%;
                vertical-align: top;
                padding-left: 15px;
            }

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

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

            .resume26 .experience,
            .resume26 .education-section .job {
                page-break-inside: avoid;
            }

            @page {
                size: A4;
                margin: 0;
                padding: 0;

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

            @page:first {
                margin: 0;
                padding: 0;
            }
        }