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

        body {
            margin: 0;
            padding: 0;
        }

        .resume15 .container15 {
            display: flex;
            width: 100%;
            padding: 0.8cm;
            background-color: #ffff;
            min-height: 297mm;
        }

        .resume15 header {
            display: none;
        }

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

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

        .resume15 a{
            color: #282828;
        }
        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* left */
        .resume15 .left {
            /* width: 40%; */
            width: 284px;
            color: white;
            background-color: #B6422B;
            margin-right: 20px;
            padding: 1cm;
            border-top-left-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .resume15 .left .image-container,
        .resume15 .left .contact-section,
        .resume15 .left .skill-section {
            margin-bottom: 30px;
        }

        .resume15 .left .image-container {
            text-align: center;
            margin-bottom: 30px;
        }

        .resume15 .left .image-container img {
            width: 180px;
            height: 230px;
            border-top-left-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .resume15 .left h2 {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* contact */
        .resume15 table {
            border-spacing: 0px 10px;
            border-collapse: separate;
        }

        .resume15 table td {
            vertical-align: top;
            word-break: break-all;
            font-size: 14px;
        }

        .resume15 table td img {
            width: 15px;
            height: 15px;
            margin-right: 15px;
        }

        .resume15 table td a,
        .resume15 table td span {
            font-size: 14px;
            text-decoration: none;
            color: white;
        }

         .resume15 .contact-item {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .resume15 .contact-item img {
            width: 15px;
            height: 15px;
            /* padding: 4px; */
            /* border: 1px solid rgb(48, 48, 48);
    border-radius: 50%; */
            margin-right: 10px;
        }

        .resume15 .contact-item p {
            margin-bottom: 6px;
        }

        .resume15 .contact-item a {
            /* color: white; */
            text-decoration: none;
            font-size: 14px;
            letter-spacing: normal;
        }


        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume15 .right {
            /* width: 60%; */
            width: 427px;
            flex-grow: 1;
            color: #404040;
        }

        .resume15 .right h2 {
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 15px;
            border-bottom: 3px solid #B6422B;
        }

        /* about */
        .resume15 .right .about-section {
            margin-top: 30px;
        }

        .resume15 .right .about-section,
        .resume15 .right .profile-container,
        .resume15 .right .education-section,
        .resume15 .right .experience-section {
            margin-bottom: 30px;
        }

        /* profile container */
        .resume15 .right .profile-container {
            letter-spacing: 3px;
            margin-top: 22px;
            width: 450px;
        }

        .resume15 .right .profile-container p.subtitle {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .resume15 .right .profile-container h1 {
            font-weight: 700;
            font-size: 40px;
            line-height: 45px;
        }

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

        .resume15 .right .education-section .job .college-name {
            font-weight: 700;
        }

        /* experience */
        .resume15 .right .experience-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

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

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

        .resume15 .right .main-skills-section .skill .progress {
            background-color: #B6422B;
            width: 100%;
            height: 100%;
        }


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

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

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


        .resume15 a:hover,
        .resume15 span:hover {
            color: #282828 !important;
            cursor: pointer;
        }

        .resume15 .right a:hover{
            color: blue !important;
        }

        @media print {

            .resume15 {
                padding: 0px;
            }

            .resume15 .right .profile-container {
                width: 350px;
            }

            .resume15 .left {
                height: 1060px;
            }

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

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

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


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