.py-8 {
    padding: 8px 0;
}

.cvo-col-4 {
    float: left;
    width: 30%;
}

.cvo-col-12 {
    float: left;
    width: 100%;
}

.cvo-col-6
{
    width: 50%;
    float: left;
}

.cvo-document .cvo-page {
    padding: 0mm;
    position: relative;
    color: #333333;
}

#cvo-main {
    padding: 0 16px 32px 16px;
}

.cvo-main-wrapper {
    padding: 32px 16px 16px 16px;
    border-width: 0 1px 1px 1px !important;
    border: solid #bbdfc8;
}

.cvo-block-body {
    word-break: break-word;
}

.cvo-block-content {
    margin-top: 12px;
}

.cvo-block-content-section {
    margin-top: 20px;
}

.cvo-document .cvo-subpage {
    padding: 0mm 0mm;
}

.cvo-bold-text {
    font-weight: bold;
    text-transform: uppercase;
}

[contenteditable=true]:empty:before {
    color: #333333;
    opacity: 0.3;
}

#cvo-top-wrapper
{
    background-color: #0F52BA14;
    padding: 20px 45px 15px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

#cvo-top-logo
{
    display: inline-block;
    font-size: 25px;
    /* width: 20%; */
}

.cvo-top-logo-color
{
    color: #0F52BA;
}

#cvo-top-menu
{
    display: inline-block;
    color: grey;
    font-size: 1rem;
    float: right;
    /* width: 80%; */
}

#cvo-top-menu div
{
    float: right;
    position: relative;
    margin-left: 15px;
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#cvo-top-logo
{
    font-weight: 900;
}

.header-wrapper {
    width: 100%;
}

.top-header {
    background-color: #36404f;
    padding: 16px 16px 0 16px;
    text-align: center;
    color: #e4f4e8;
}

.top-header-wrapper {
    padding: 32px 16px;
    border: solid #bbdfc8;
    border-width: 1px 1px 0 1px;
}

.bottom-header {
    padding: 0 16px;
    background-color: #bbdfc8;
    display: block;
    width: 100%;
}

.bottom-header-wrapper {
    border-width: 0 1px !important;
    border: solid #fff;
    padding: 16px;
}

.cvo-profile-label {
    font-weight: bolder;
    color: #333;
}

.cvo-profile-value {
    font-weight: normal;
    color: #333;
}

.cvo-profile-wapper-item {
    width: 33%;
    float: left;
}

#group-header [contenteditable=true]:empty:before {
    content: attr(cvo-placeholder);
    color: #cacaca;
    font-weight: 100;
    opacity: 0.6;
}

#cvo-body {
    margin: 0 auto;
    width: 100%;
    min-height: 190mm;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    overflow: auto;
}

#avatar-group-outer {
    padding-left: 16px;
    padding-right: 16px;
    width: 40%;
    float: left
}

#group-header-avatar {
    width: 100%;
    min-height: 60px;
    text-align: center;
}

#group-header {
    /* margin: 0 auto; */
    width: 76%;
    min-height: 60px;
    margin-bottom: 0;
    float: left;
    padding-right: 15px;
}

.cvo-block-title-underline-wrapper {
    height: 4px;
}

.cvo-bold-underline {
    height: 4px;
    width: 20%;
    background-color: #51c2d5;
    position: absolute;
    width: 90px;
}

.cvo-normal-underline {
    float: left;
    height: 1px;
    width: 100%;
    background-color: #51c2d5;
    margin-top: 1.5px;
}


#cvo-profile-info-wrapper {
    /* padding: 16px 24px;
    background-color: #dafdff;
    border-radius: 20px;
    margin-top: 16px;
    margin-right: 16px; */
    margin-bottom: 25px;
}

.cvo-profile-info-item {
    float: left;
    height: 100%;
    line-height: 50px;
    color: #fff;
}

.profile-header-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #51c2d5;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    margin-right: 4px;
}

.contact-item {
    float: left;
    text-align: center;
    width: 17%;
    margin: 0 1.5%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    /* margin-bottom: 5px;
    padding: 4px 12px;
    background-color: #f2eb27;
    margin: 4px;
    border-radius: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 275px;
    color: #333333; */
}

.contact-item .fa
{
    color: #0F52BA;
    font-size: 25px;
    margin-bottom: 8px;
}

#cvo-profile-gender-wraper, #cvo-profile-dob-wraper, #cvo-profile-address-wraper, #cvo-profile-phone-wraper, #cvo-profile-email-wraper
{
    /* overflow: hidden; */
    /* white-space: wrap; */
    /* text-overflow: ellipsis; */
    font-weight: bold;
    word-break: break-word;
    margin-bottom: 2px;
}

#cvo-profile-gender-label-wraper, #cvo-profile-dob-label-wraper, #cvo-profile-phone-label-wraper, #cvo-profile-email-label-wraper, #cvo-profile-address-label-wraper
{
    color: grey;
}

.cvo-time {
    color: #333333;
    font-weight: bold;
}

#cvo-education
{
    /* padding: 0 !important; */
    padding: 0 45px;
    position: relative;
}

.cvo-education-wrapper
{
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    margin: 0 1.65%;
    margin-bottom: 3%;
}

.cvo-education-icon
{
    font-size: 22px;
    float:left;
    margin-right: 15px;
    color: #0F52BA;
}

.cvo-education-time-wrapper
{
    display: inline-block;
}

.cvo-title-wrapper {
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
}

.cvo-education-school {
    font-weight: bold;
    color: #0F52BA;
    font-size: 20px;
    word-break: break-word;
}
#cvo-activity, #cvo-experience, #cvo-reference{
    position: relative;
}
.cvo-experience-col-left {
    position: relative;
    width: 47.5%;
    padding-right: 2.5%;
    float: left;
    text-align: right;
}

.cvo-experience-col-right {
    position: relative;
    width: 47.5%;
    padding-left: 2.5%;
    float: left;
}

.cvo-experience-col-right:before {
    content: " ";
    width: 9px;
    height: 9px;
    background-color: #0F52BA;
    position: absolute;
    left: -3px;
    top: 3px;
    border-radius: 5px;
}

#experience-table .row:before {
    content: " ";
    width: 2px;
    height: 100%;
    background-color: #0F52BA;
    position: absolute;
    left: 47.6%;
    top: 3px;
}


#experience-table .row:first-child:before {
    display: block !important;
}

#experience-table .row:last-child:before {
    display: none;
}



.cvo-experience-wrapper {
    color: #333333;
    font-weight: bold;
    margin-bottom: 4px;
}

.cvo-profile-contact-info {
    display: inline-block;
    width: 100%;
    padding: 45px;
}

#cvo-profile #topline {
    height: 12px;
    width: 100%;
    background-color: #b7e9cd;
}

#cvo-wrapper {
    display: inline-block;
    background-image: url('/images/bg-cv/cv69/0F52BA.png');
    background-size: cover;
    width: 100%;
    background-position: 0 20%;
}

.cvo-avatar-wrapper {
    width: 140px;
    height: 140px;
    float: right;
    margin-right: 45px;
}

#cvo-profile-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#cvo-header-left {
    padding-top: 10px;
    float: left;
    text-align: left;
    width: 50%;
}

#cvo-header-right {
    padding-top: 10px;
    float: right;
    text-align: right;
    width: 30%;
}

#cvo-header-right div {
    margin-bottom: 4px;
    line-height: 18px;
}

#cv-profile-fullname
{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    max-width: 50%;
    float: left;
    margin: 0 10px;
    word-break: break-word;
}

.cvo-profile-cross
{
    width: 2%;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    float: left;
}

#cvo-profile-title-wraper
{
    display: inline-block;
    max-width: 45%;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    float: left;
    margin: 0 10px;
    word-break: break-word;
}

#cvo-header-right span {
    display: inline-block;
    width: 99%;
}

#cvo-header-right i {
    color: rgb(143, 203, 220);
}

#cvo-name-title-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 1% 5%;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

#cvo-name-title-wrapper .fa
{
    font-size: 22px;
    padding-right: 22px;
    width: 9%;
    line-height: 35px;
    overflow: hidden;
    float: left;
}

#cvo-objective {
    display: block !important;
    font-size: 18px;
}

#cvo-target-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#cvo-objective-blocktitle
{
    color: #0F52BA;
    font-weight: bold;
    font-size: 22px;
}

.cvo-objective-title-wrapper
{
    margin-bottom: 20px;
}

#cvo-objective-objective {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
}

#cv-profile-job {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
}

.group-col-left-wrapper {
    width: 42%;
    float: left;
}

#group-col-left {
    width: 100%;
    min-height: 560px;
    padding-right: 12px;
}

#certificate-table
{
    display: inline-block;
    width: 100%;
    /* margin-left: -15px; */
}

#group-col-right {
    width: 58%;
    min-height: 560px;
    float: left;
    padding-left: 12px;
}

.cvo-block-title-underline {
    height: 4px;
    background-color: #f2eb27;
}

.line-row {
    position: relative;
    padding-bottom: 20px;
}

.cvo-block-title {
    /* padding: 0 45px; */
    margin: 0 0 15px 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #0F52BA;
    width: 100%;
    font-weight: bold;
    /* padding: 0px 10px; */
}

.cvo-block
{
    padding: 0 45px 0px;
    margin-top: 25px;
}

.group-content-wrapper
{
    display: flex;
    background-color: #0F52BA14;
    margin-top: 25px;
    width: 100%;
    padding: 0 45px;
}

.group-content-wrapper .cvo-block
{
    margin: 0px;
    /* padding: 15px 15px; */
    padding: 15px 0;
}

.line
{
    float: left;
    width: 0.3%;
    height: 50px;
    margin-top: 75px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #0F52BA;
}

/* -------------------- COL-LEFT -----------------*/

#group-col-left .cvo-block {
    width: 100%;
    padding-bottom: 24px;
}

#group-col-left .row-col-time {
    font-weight: bold;
    width: 15%;
    float: left;
    text-align: left;
}

#group-col-left .row-col-time i {
    font-size: 12px;
    line-height: 18px;
}

#group-col-left .row-col-data {
    float: left;
    width: 85%;
}

.row-title {
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    width: 100%;
}


.cvo-time-wraper {
    color: grey;
    /* color: #333; */
    font-size: 12px;
    font-weight: normal;
}

.cvo-experience-company-wraper {
    color: grey;
    font-size: 12px;
    font-weight: normal;
}

.separator-line {
    height: 1px;
    background-color: #707070;
    margin-top: 20px;
}

#group-col-left .cvo-block .row:last-child .row-details {
    padding-bottom: 0;
}

.color-highlight {
    color: #333333;
}

.color-content {
    color: #333333;
}

/* .cvo-experience-position, .cvo-activity-position, .cvo-education-title {
    font-weight: normal;
} */

.cvo-education-time
{
    font-size: 12px;
    /* margin-left: 43px; */
    margin-bottom: 5px;
    color: grey;
}

.cvo-education-title
{
    display: block !important;
    font-size: 14px;
}
.cvo-education-details
{
    display: block !important;
    font-size: 14px;
}

.skillgroup-item {
    margin-bottom: 12px;
}

.cvo-skillgroup-skill-description {
    margin-top: 4px;
}

.cvo-separator {
    color: #333;
    font-weight: normal;
}

#group-col-left .cvo-block-title {
    width: 100%;
}

/* -------------------- COL-RIGHT ---------------- */

#group-col-right .cvo-block {
    width: 100%;
    padding-bottom: 24px;
}

/* Skillrate */

#cvo-skillrate {
    padding-left: 0;
    padding-right: 0;
}

#cvo-skillrate {
    padding-left: 0;
}

#skillrate-table .row {
    margin-top: 20px;
}

.cvo-skillrate-title {
    width: 100%;
    display: inline-block;
}

.cvo-skillrate-bar {
    margin-top: 5px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 12px;
    text-align: left;
    padding: 0;
}

.cvo-skillrate-value {
    display: block;
    height: 8px;
    background-color: #333333;
}

.cvo-skillrate-cell {
    height: 12px;
    width: 12px;
    background-color: #333333;
    display: block;
    margin-right: 8px;
    float: left;
    border-radius: 50%;
}

#group-col-right .cvo-block-title {
    width: 100%;
}

/* Interest */

.interest-item {
    background-color: #f5f5f5;
    padding: 3px 8px;
    border-radius: 4px;
    color: #333;
    margin-right: 6px;
    margin-bottom: 6px;
    float: left;
}

.cvo-interest-wrapper {
    display: inline-block;
}

#cvo-interest {
    padding-left: 0;
    padding-right: 0;
}

#interest-table {
    padding-left: 20px;
}

#interest-table .row {
    margin-bottom: 15px;
}

#interest-table li {
    width: 100%;
    list-style-type: circle;
}

.cvo-interest-details {
    vertical-align: top;
}

.cvo-additional-information-details {
    margin-top: 20px;
}

.cvo-objective-wrapper {
    width: 100%;
}

#cvo-objective {
    color: #333;
    width: 100%;
}


.row-col-data [contenteditable], #cvo-objective-objective, #cvo-interests-interests, #cvo-additional-information-details {
    min-width: 100%;
}

.cvo-interest-details {
    min-width: 90%;
}

#reference-table .row {
    float: left;
    width: 50%;
}

#reference-table .row:nth-child(odd) {
    padding-right: 10px;
}

#reference-table .row:nth-child(even) {
    padding-left: 10px;
}

#reference-table .row:only-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#reference-table .cvo-reference-content {
    width: 100%;
}

#cv-watermark {
    position: absolute;
    right: 20px;
    bottom: 16px;
    font-size: 12px;
    color: #555;
}

.cvo-education-school[contentEditable=true], .cvo-experience-company[contentEditable=true], .cvo-activity-organization[contentEditable=true], .cvo-award-time[contentEditable=true], .cvo-certification-time[contentEditable=true] {
    display: inline;
}

@media print {
    #cvo-document-root{
        position: absolute;
    }
    #cvo-objective ul{
        padding: 0;
    }
}
.content-pf-right ul{
    padding: 0;
}

.cvo-block .blockControls{
    left: 40px;
}
.ctbx:hover .fieldgroup_controls {
    display: block;
}
.custom-wrap{
    white-space: normal; 
    word-break: break-word; 
    /* display: inline-block; */
}
.block-content ul{
    padding: 0;
}
#activities-table .ctbx{
    margin-bottom: 10px;
}
#activities-table .fieldgroup_controls, #extra-table .fieldgroup_controls{
    top: unset !important;
}
.ctbx .fieldgroup_controls [data-toggle="tooltip"]{
    margin-top: 0;
}