.body-cv {
    padding: 20px;
}

.body-cv h1 {
    font-family: 'Open Sans', sans-serif;
}

.body-cv h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
}

.body-cv h3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1cm;
}

.body-cv .jobPosition span,
.body-cv .projectName span {
    font-family: 'Source Sans Pro', sans-serif;
}

.body-cv .upperCase {
    text-transform: uppercase;
}

.body-cv .smallText,
.body-cv .smallText span,
.body-cv .smallText p,
.body-cv .smallText a {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
}

.body-cv h1 {
    color: #111;
}

.body-cv .leftPanel,
.body-cv .leftPanel a {
    color: #333;
    text-decoration: none;
}

.body-cv .leftPanel h2 {
    color: #111;
}

.body-cv h1 {
    font-weight: 300;
    font-size: 1cm;
    transform: scale(1, 1.15);
    margin-bottom: 0.2cm;
    margin-top: 0.2cm;
    text-transform: uppercase;
}

.body-cv h2 {
    margin-top: 0.1cm;
    margin-bottom: 0.1cm;
}

.body-cv .leftPanel,
.body-cv .leftPanel a {
    font-size: 0.38cm;
}

.body-cv .projectName span,
.body-cv .jobPosition span {
    font-size: 0.35cm;
}

.body-cv .smallText,
.body-cv .smallText span,
.body-cv .smallText p,
.body-cv .smallText a {
    font-size: 0.45cm;
}

.body-cv .leftPanel .smallText,
.body-cv .leftPanel .smallText,
.body-cv .leftPanel .smallText span,
.body-cv .leftPanel .smallText p,
.body-cv .smallText a {
    font-size: 0.45cm;
}

.body-cv .contactIcon {
    width: 0.5cm;
    text-align: center;
}

.body-cv p {
    margin-top: 0.05cm;
    margin-bottom: 0.05cm;
}

/* End Sizes */

.body-cv .bolded {
    font-weight: bold;
}

.body-cv .white {
    color: white;
}

/* End Fonts */

/* Layout */
.body-cv body {
    background: rgb(204, 204, 204);
    width: 21cm;
    height: 29.7cm;
    margin: 0 auto;
}

/* Printing */
.body-cv page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}

@page {
    padding: 0;
    margin: 0mm;
    border: none;
    border-collapse: collapse;
}

/* End Printing */
.body-cv .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.body-cv .leftPanel {
    width: 25%;
    background-color: #FFC500;
    padding: 0.7cm;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
}

.body-cv .rightPanel {
    width: 65%;
    padding: 0.7cm;
    float: right;
}

.body-cv .leftPanel img {
    width: 4cm;
    height: 4cm;
    margin-bottom: 0.7cm;
    border-radius: 50%;
    border: 0.15cm solid white;
    object-fit: cover;
    object-position: 50% 50%;
}

.body-cv .leftPanel .details {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.body-cv .skill {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.body-cv .bottomLineSeparator {
    border-bottom: 0.05cm solid white;
}

.body-cv .yearsOfExperience {
    width: 1.6cm;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.body-cv .alignleft {
    text-align: left !important;
    width: 1cm;
}

.body-cv .alignright {
    text-align: right !important;
    width: 0.6cm;
    margin-right: 0.1cm;
}

.body-cv .workExperience>ul {
    list-style-type: none;
    padding-left: 0;
}

.body-cv .workExperience>ul>li {
    position: relative;
    margin: 0;
    padding-bottom: 0.5cm;
    padding-left: 0.5cm;
}

.body-cv .workExperience>ul>li:before {
    background-color: #b8abab;
    width: 0.05cm;
    content: '';
    position: absolute;
    top: 0.1cm;
    bottom: -0.2cm;
    left: 0.05cm;
}

.body-cv .workExperience>ul>li::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23484444' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    left: -0.09cm;
    top: 0;
    width: 0.35cm;
    height: 0.35cm;
}

.body-cv .jobPosition {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.body-cv .item {
    padding-bottom: 0.7cm;
    padding-top: 0.7cm;
}

.body-cv .item h2 {
    margin-top: 0;
}

.body-cv .lastParagrafNoMarginBottom {
    margin-bottom: 0;
}

.body-cv .workExperience>ul>li ul {
    padding-left: 0.5cm;
    list-style-type: disc;
}

/*End Layout*/

strong {
    font-weight: 700;
}

.body-cv .divider-block {
    border-bottom: 0.1cm solid #FFC500;
    margin-bottom: 30px;
}