.resume2 * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: normal;
    font-size: 14px;
    font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    margin: 0px;
}

.resume2 p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

.resume2 li {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.resume2 header {
    display: none;
}

.resume2 header a {
    text-decoration: none;
    font-size: 14px;
}

.resume2 {
    background-color: #ffffff;
    width: 100%;
}

.resume2 .resume-container {
    display: block;
    background-color: #ffffff;
    padding: 0.8cm;
    min-height: 297mm;
    box-sizing: border-box;
    width: 100%;
}

.resume2 .resume-container a {
    text-decoration: none;
    color: #7366ff;
    letter-spacing: normal;
}

.resume2 .user-name {
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7548f;
    width: 100%;
}

.resume2 .user-name h1 {
    text-align: center;
    font-size: 40px;
    color: #e7548f;
    margin-bottom: 10px;
    font-weight: 700;
}

.resume2 .user-name p {
    text-align: center;
    font-size: 20px;
    color: #e96a9d;
}

/* Two-column container */
.resume2 .content {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

/* Left section */
.resume2 .left-section {
    display: table-cell;
    width: 284px;
    vertical-align: top;
    padding-right: 20px;
    border-right: 2px solid #e7548f;
}

.resume2 .profile,
.resume2 .contact,
.resume2 .education,
.resume2 .skills {
    width: 100%;
    margin: 0px auto;
}

.resume2 .profile {
    border-bottom: 2px solid #e7548f;
    padding: 10px 0px;
}

.resume2 .contact,
.resume2 .education,
.resume2 .work-experience,
.resume2 .work-samples {
    border-bottom: 2px solid #e7548f;
    padding: 10px 0px;
}

.resume2 .skills,
.resume2 .main-skills {
    padding: 10px 0px;
}

.resume2 .contact table {
    border-spacing: 0px 10px;
    border-collapse: separate;
    width: 100%;
}

.resume2 .contact tr {
    margin-bottom: 5px;
}

.resume2 .contact tr td img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: top;
}

.resume2 .contact tr td a {
    word-break: break-all;
    vertical-align: top;
}

.resume2 .contact tr td span {
    word-break: break-all;
    vertical-align: top;
}

.resume2 .skills {
    border-width: 0px;
}

.resume2 .skills ul {
    display: flex;
    flex-wrap: wrap;
}

.resume2 .skills ul li {
    border: 1px solid #e96a9d;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

/* Right section */
.resume2 .right-section {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding-left: 20px;
}

.resume2 h3 {
    font-size: 18px;
    color: #e96a9d;
    margin-bottom: 10px;
    font-weight: 700;
}

.resume2 .job {
    margin-bottom: 10px;
    break-inside: avoid;
}

.resume2 .job:last-child {
    margin-bottom: 0px;
}

.resume2 .job p.job-role {
    margin-bottom: 2px;
}

.resume2 .job a {
    margin-bottom: 2px;
    word-break: break-all;
}

.resume2 p {
    font-size: 14px;
}

.resume2 .skill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.resume2 .progress-bar {
    width: 200px;
    height: 8px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ddd;
}

.resume2 .progress {
    height: 100%;
    background-color: #e96a9d;
}

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

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

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

.resume2 a:hover {
    color: #e7548f;
    cursor: pointer;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0 !important;
  }
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .resume2 {
    width: 100% !important;
    background-color: #ffffff !important;
  }
  .resume2 .resume-container {
    display: block !important;
    padding: 0.8cm !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .resume2 .user-name {
    width: 100% !important;
  }
  .resume2 .content {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
    margin-top: 20px !important;
  }
  .resume2 .left-section {
    display: table-cell !important;
    width: 284px !important;
    vertical-align: top !important;
    padding-right: 20px !important;
    border-right: 2px solid #e7548f !important;
    margin: 0 !important;
  }
  .resume2 .right-section {
    display: table-cell !important;
    width: auto !important;
    vertical-align: top !important;
    padding-left: 20px !important;
    margin: 0 !important;
  }
  .resume2 header {
    display: none !important;
  }
}