.resume24 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Calibri;
            word-wrap: break-word;
            word-break: break-all;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .resume24 .main-content {
            display: flex;
            width: 100%;
            background-color: white;
            padding: 0.8cm;
            min-height: 1024px;
            line-height: 18px;
        }

        .resume24 header {
            display: none;
        }

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

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

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

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* left */
        .resume24 .left {
            width: 35%;
            margin-right: 20px;
            background-color: #002244;
        }

        .resume24 h2 {
            font-size: 25px;
            font-weight: 400;
            color: white;
            padding-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .resume24 .heading-underline {
            width: 50px;
            height: 3px;
            border-radius: 5px;
            background-color: white;
            margin-bottom: 15px;
        }

        /* name container */
        .resume24 .name-container {
            padding: 40px 30px;
            display: flex;
            align-items: center;
        }

        .resume24 .name-container .inside-name-container {
            width: 100%;
        }

        .resume24 .name-container h1 {
            font-size: 40px;
            text-transform: uppercase;
            line-height: 40px;
            font-weight: 600;
            color: white;
            margin-bottom: 10px;
            word-wrap: break-word;
        }

        .resume24 .name-container p {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 18px;
            color: white;
            word-wrap: break-word;
        }

        /* image container */
        .resume24 .image-container {
            width: 100%;
            height: 300px;
            /* display: none; */
            margin-bottom: 40px;
        }

        .resume24 .image-container img {
            width: 100%;
            height: 100%;
        }

        /* contact */
        .resume24 .contact-section,
        .resume24 .skill-section,
        .resume24 .language-section {
            margin-top: 15px;
            padding: 0px 30px;
        }

        .resume24 .contact-section {
            margin-top: 0px;
        }

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

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

        .resume24 .left .contact-section ul li a {
            color: white;
        }

        .resume24 ul li span {
            color: white;
        }

        .resume24 .skill-section ul li,
        .resume24 .language-section ul li {
            margin-bottom: 10px;
            color: white;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume24 .right {
            width: 65%;
            flex-grow: 1;
        }

        .resume24 .right h2 {
            color: #002244;
        }

        .resume24 .right .heading-underline {
            background-color: #002244;
        }

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

        /* about section */
        .resume24 .right .about-section {
            margin-top: 40px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @media print {

            .resume24 .main-content {
                padding: 0cm;
            }

            .resume24 .left {
                height: 1050px;
            }

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

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

            .resume24 header img {
                height: 30px;
                width: 150px;
            }

            @page {
                size: A4;
                margin: 0.8cm;


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

        }