.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cv-wrap {
    margin: 0px auto;
    display: block;
    padding: 0 !important;
}

.cvt-left {
    width: 421px;
    float: left;
    display: block;
    position: relative;
}

.avatar-user {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cvo-profile-avatar {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
}

.cvt-right {
    width: 230px;
    float: left;
}

.cvp-content {
    position: relative;
}

.cvp-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px dotted #ccc;
    display: none;
    left: 0px;
}

.cvp-content:hover:before {
    display: block;
}

.cv-top {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #e5f7ed;
    border-bottom: solid 10px #b7e9cd;
}

.cv-top-left {
    width: 30%;
    display: inline-block
}

.cv-top-right {
    width: 70%;
    display: inline-block;
    padding-left: 15px;
}

.cv-bottom {
    display: block;
    width: 100%;
    position: relative;
    background: #eaeaea;
    overflow: hidden;
}

.cvb-left {
    width: 40%;
    display: block;
    float: left;
    position: relative;
    padding: 1%;
    height: 100%;
}

.cv-bottom {
    background: #eaeaea;

}

.cv-bottom .cvb-left {
    width: 60%;
    display: block;
    float: left;
    position: relative;
    margin: 1%;
    padding: 30px 20px;

}

.cv-bottom .cvb-left .cvp-title {
    text-align: left !important;
    position: relative;
}

.cv-bottom .cvb-right .cvp-title {
    position: relative;
    text-align: left !important;
}

.cv-bottom .cvb-left .cvp-content {
    padding-left: 10px;
    text-align: left;
}

.cvb-right {
    width: 38%;
    padding-left: 10px;
    display: block;
    float: left;
    position: relative;
    height: 100% !important;
}

.cv-bottom .cvb-right {
    padding: 35px 5px;
    padding-right: 10px;
}

.cv-bottom .cvb-left .fieldgroup_controls {
    right: -10px;
    text-align: right;
}

.cv-bottom .cvb-left .cvp-title .add-more {
    right: -10px;
    text-align: left;
}

.cv-part {
    margin-bottom: 20px;
}

.cv-part ul {
    padding-left: 0;
}

.cvp-title {
    margin-bottom: 15px;
}

.cvp-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    border-bottom: solid 4px #00b14f;
}

.cvp-title h3 i {
    position: absolute;
    left: -10px;
    font-size: 30px;
    top: -4px;
}

.timeline-content > div {
    position: relative;
}

.timeline-part {
    padding-bottom: 10px;
}

.timeline-part .tlp-content {
    position: relative;
}

.timeline-content .timeline-part:last-child .tlp-content {
    padding-bottom: 0px !important;
}

.cvp-content ul li {
    list-style-type: none;
    font-size: inherit !important;
}

.timeline-part .tlp-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
}

.timeline-part .job-name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.cvp-content.border-color .timeline-part {
    border-left: 2px solid #00b14f;
    padding-left: 20px;
    position: relative;
}

.cvp-content.border-color .timeline-part:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: -9px;
    background: #00b14f;
}

.cvp-content p {
    margin-bottom: 5px;
    word-break: break-word;
}

.content-pf-right {
    color: #000;
}

.part-user-info-list .ico i {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 13px;
    background: #00b14f;
    color: #fff;
}

.part-user-title {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}

.part-user-title h2 {
    color: #00b14f;
    font-weight: bold;
}

.part-user-title .change-color {
    color: #fff;
}

.other-skill b {
    width: 67px;
    color: #777;
    display: inline-block;
    font-weight: bold;
    font-size: inherit !important;
}

.other-skill b {
    width: auto !important;
}

.cvp-content .list-style li::before {
    content: "-";
    margin-right: 5px;
}

.div-skill .child-content span {
    display: inline-block;
    width: 45%;
}

.rating-parent {
    height: 5px;
    max-width: 210px;
    margin-bottom: 15px !important;
}

.cvp-toolbox {
    left: -30px;
}

.cv-containter p {
    margin: 5px 0;
}

.cvp-title {
    position: relative;
}

.cvp-title .add-more {
    position: absolute;
    top: 2px;
    right: 0;
    width: auto;
    cursor: pointer;
    background: transparent;
    border: none;
}

.cvp-title .add-more i {
    font-size: 18px;
}

.cvp-box-child:hover > .fieldgroup_controls {
    display: block;
}

.select-dropdown-nomal {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 36px;
    border: 1px solid #bfcbd9;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    width: 100%;
}

.select-dropdown-nomal:focus, .select-dropdown-nomal:active {
    outline: none;
}

.change-color {
    color: #00b14f;
}

.change-bg-color:before {
    content: "";
    position: absolute;
    background: #ef9f5a;
}

#box02 .cvp-box-child-list {
    display: none;
}

#box03 ul li, #box02 ul li {
    list-style: none;
}

#box02 .fa-check-circle:before, #box03 .fa-check-circle:before {
    content: "\f005";
}

#box03 .cvp-title h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    color: #00b14f;
}

#box03 ul li i {
    margin-top: 5px;
    margin-right: 10px;
}

#box03 .block-child .box-content {
    padding-left: 5px !important;;
    text-align: left !important;
}

#extra-table .cvp-box-child {
    position: relative;
}

.div_box_avatar {
    display: inline-block;
    background: #9bd6f0;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
