/********** - CV PROFILE - **********/
.cv-profile{
    z-index: 5;
    background: rgba(255,255,255,.1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    transition: .2s all ease-in;
    overflow: hidden;
    display: none;
}

.cv-profile .actions-navbar{
    z-index: 7;
    position: fixed;
    top: 10px;
    right: 12px;
    width: auto;
}

.cv-profile .actions-navbar .actions-navbar-wrapper{
    display: flex;
    justify-content: end;
}


.cv-profile .content-wrapper{
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.cv-job-info{
    position: sticky;    
    z-index: 10;
    top: 0;
    width: 30%;
    height: 100%;
    padding: 0;    
    box-sizing: border-box;
}

.job-info-wrapper{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px  rgba(43, 49, 61, 0.1);
    border-radius: 0;
    position: relative;
    overflow-y: scroll;
}

.cv-job-info .edit-container-info{
    position: absolute;
    top: 10px;
    right: inherit;
    padding: 10px 5px 10px;
}

.cv-job-info .edit-container-info.suscription{
    left: 10px;
}

.cv-job-info .edit-container-info.principal-info{
    right: 10px;
}

.cv-header{
    padding-top: 20px;
}

.cv-profile .user-image{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;
}

.cv-profile .user-image .image-wrapper img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}


.cv-profile .not-image{
    border: 3px solid rgba(5, 19, 21, 1);
    background: #75e8bd;
}

.cv-profile .not-image .image-wrapper{
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 34px;    
}


.cv-profile .not-image .image-wrapper img{
    width: 80%;
    object-fit: scale-down;
}

.cv-profile .cv-header .edit-container-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.cv-profile .cv-header .edit-container-image button{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.9);        
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.8);
    transition: .2s all ease-in-out;
}

.cv-profile .cv-header .edit-container-image button i{
    color: #FFFFFF;
    transition: .2s all ease-in-out;
}

.cv-profile .cv-header .edit-container-image:hover button{
    opacity: 1;
    transform: scale(1);    
    pointer-events: auto;
}


.cv-profile .cv-header .primary-info{
    margin-top: 20px;
    color: #222222;
    text-align: center;    
}

.cv-profile .cv-header .primary-info .info-title,
.cv-profile .cv-header .primary-info .info-title span{
    font-family: "SourceCodePro-500";
    margin: 0 auto;
    font-size: 1.2em;
    color: #222222;
}

.cv-profile .cv-header .primary-info .info-experience-year,
.cv-profile .cv-header .primary-info .info-experience-year span{
    font-family: "SourceCodePro-400";
    margin: 0 auto;
    font-size: 1em;
    color: #777777;
}

.cv-profile .cv-header .primary-info .info-title input[data-control-type="editable"]{
    font-family: "SourceCodePro-500";
    margin: 0 auto;
    font-size: 1.2em;
    color: #222222;
    width: 100%;
    padding: 5px 10px 5px;
    text-align: center;
}

.cv-profile .cv-header .primary-info .info-experience-year input[data-control-type="editable"]{
    font-family: "SourceCodePro-400";
    margin: 0 auto;
    font-size: 1em;
    color: #777777;
    width: 100%;
    padding: 5px 10px 5px;
    text-align: center;
}

.cv-job-info .analytics-info{
    margin-top: 20px;
}

.cv-job-info .analytics-info .controls-info{
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

.analytics-info .controls-info .btn-action{
    background: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 0px;
    color: #222222;
}

.analytics-info .controls-info .btn-action:first-child{
    margin-right: 15px;
}

.analytics-info .controls-info .btn-action:last-child{
    margin-left: 15px;
}

.analytics-info .controls-info .btn-action .text-counter{
    font-family: "SourceCodePro-500";
    padding: 0;
    width: 100%;
    font-size: 20px;
    color: rgba(5, 19, 21, 1);
}

.analytics-info .controls-info .btn-action .text-title{
    width: 100%;    
    color: #777777;
    font-size: 13px;
}

.cv-job-info .action-buttons .buttons-wrapper{
    background-color: transparent;
    padding: 20px 30px 20px;
    display: flex; 
    flex-wrap: nowrap;
    justify-content: center;
}

.cv-job-info .action-buttons .btn-action{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 50px;
    background-color: #222222;
    transition: .2s all ease-in;
}

.cv-job-info .action-buttons button:first-child{
    margin-right: 10px;
}

.cv-job-info .action-buttons button:last-child{
    border: 3px solid #222222;
    background-color: transparent;
    color: #222222;        
}

.cv-profile .action-buttons button:hover{

}

.cv-job-info .action-buttons .btn-info-title{
    font-size: 13px;
}

.cv-info{
    color: #222222;
}

.cv-job-info .secondary-info{
}

.cv-job-info .secondary-info .info-text{
    color: rgba(5, 19, 21, 1);
}

.cv-job-info .secondary-info .info-text span:nth-child(2){
    color: #777777;
    font-size: 1em;    
}

.cv-job-info .secondary-info .info-text input[data-control-type="editable"]{
    font-family: "SourceCodePro-300";
    background-color: transparent;
    color: #777777;
    font-size: 1em;
    width: 100%;
    padding: 5px 10px 5px;
    border-radius: 5px;
    outline: none;
    border: 1.5px solid silver;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.cv-history{
    position: relative;
    width: 70%;
    height: auto;
    padding: 0 20px 0;
}

.history-wrapper{
    background: #FFFFFF;
    border-radius: 20px;
    height: auto;
}

.cv-history-navbar{
    position: sticky;    
    z-index: 10;
    top: 10px;
    border-radius: 20px;
    width: 100%;
    background:rgba(255,255,255, 1);
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px  rgba(43, 49, 61, 0.1);        
}

.cv-history-navbar .navbar-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 0px;
}

.cv-history-info{
    padding: 0 0 20px;
}

.cv-history-info{
    padding: 20px 20px 0;
    height: 100%;
    background: transparent;    
    box-shadow: 0px 0px 10px 0px  rgba(43, 49, 61, 0.1);    
    border-radius: 20px;           
}

.cv-history-info .history-info-title{
}

.cv-history .cv-history-tab{
    font-family: "SourceCodePro-500";
    background: transparent;
    color: #222222;
    border-radius: 0px;
    padding: 15px 25px 15px;
    border-bottom: 3px solid transparent;
    transition: .15s all ease-in;
}

.cv-history .cv-history-tab:hover,
.cv-history .cv-history-tab.active:hover{
    background-color: #eee;
}

.cv-history .cv-history-tab i{
    color: #222222;
    margin-right: 10px;
}


.cv-history .cv-history-tab.active{
    background-color: transparent;
    color: #222222;
    border-color: #222222;    
}

.cv-history .cv-history-info .info-section{
    color: black;
}


.info-section.experiencia .row-sect-empleo{
    position: relative;
}

.info-section.experiencia .row-sect-empleo .cnt-edit-info-btn{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.info-section.experiencia .row-sect-empleo input[data-control-type="editable"],
.info-section.experiencia .row-sect-empleo textarea[data-control-type="editable"]{
    font-family: "SourceCodePro-300";
    background-color: transparent;
    color: #777777;
    font-size: 1.1em;
    width: 100%;
    padding: 5px 10px 5px;
    border-radius: 5px;
    outline: none;
    border: 1.5px solid silver;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info-section.experiencia .row-sect-empleo textarea[data-control-type="editable"]{
    height: 150px;
}

.info-section.experiencia .info-tag .tag-item{
    background: #b8ffd1;
    padding: 10px 17px 10px;
    border-radius: 50px;
    margin-bottom: 25px;
    margin-right: 20px;
    display: inline-flex;
    position: relative;
}

.info-tag .tag-item .cnt-edit-info-btn{
    position: absolute;    
    top: -12px;
    left: -12px;
}

.info-tag .tag-item .cnt-edit-info-btn button{
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-tag .tag-item span{
    font-family: "SourceCodePro-500";
    color: #14373d;
    font-size: 13px;
}

.info-section.experiencia .info-tag input[data-control-type="editable"]{
    font-family: "SourceCodePro-500";
    color: #29a956;
    font-size: 13px;
    width: 100%;
    background: transparent;
    padding: 0;
    border-radius: 0px;
    margin: 0;
    display: inline-flex;
    
}

.info-section.experiencia .wrapper-iframe iframe{
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.cv-history .grid-postick{
    margin-bottom: 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.cv-history .grid-postick .grd-wrapper{
}

.cv-history .grid-postick .wrapper{
    width: 100%;
    height: 45vh;    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    object-fit: contain;
    overflow: hidden;
    /*box-shadow: 0 -5px 20px -5px rgb(43, 49, 61, .3);*/
    border-radius: 20px;
    pointer-events: auto;
    transition: .2s all ease-in-out;
}

.cv-history .grid-postick .postick-img-vid{
    position: relative;
}

.cv-history .grid-postick .postick-img-vid .main-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.cv-history .grid-postick .media-preview{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cv-history .grid-postick .postick-primary-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.1) 60%, rgba(0,0,0,.75));
    border-radius: 20px;
    display: flex;
    justify-content: start;
    align-items: end;
    opacity: 1;
    transition: .2s all ease-in-out;
}


.postick-primary-info .bottom-info{
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-left: 15px;    
}

.postick-primary-info .bottom-info .info-text{
    font-family: "SourceCodePro-400";
    font-size: 13px;
    color: #FFFFFF;    
}


.postick-secondary-info .date-info .info-text{
    font-family: "SourceCodePro-300";
    font-size: 13px;
    
}

.grid-postick:hover .wrapper{
    box-shadow: 0 -5px 20px -5px rgb(43, 49, 61, .3);
}

.cv-history .grid-postick .postick-primary-info:hover{
    opacity: 0;
}

/*Modal Editor Perfil*/
.modal-footer .controls-secondary{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*Estilos de edicion de imagen de perfil*/
#DivFormImagenPerfil .form-group .group-title{
    font-family: "SourceCodePro-400";    
    justify-content: center;
}

#DivFormImagenPerfil .image-preview-container{
}

#DivFormImagenPerfil .image-wrapper{
    position: relative;
    margin: 20px auto;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;    
    background-color: #eee;
}

#DivFormImagenPerfil .image-wrapper img{
    width: 200px;
    height: 200px;
    object-fit: cover; 
}

#DivFormImagenPerfil .image-wrapper img{
    width: 200px;
    height: 200px;
    object-fit: cover; 
}


#DivFormImagenPerfil .button-file-trigger{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: .2s all ease-in-out;    
}

#DivFormImagenPerfil .button-file-trigger i{
    color: #FFFFFF;
    font-size: 2em;
    transition: .2s all ease-in-out;
}

#DivFormImagenPerfil .button-file-trigger input[type="file"]{

}

#DivFormImagenPerfil .button-file-trigger:hover{
    opacity: 1;
    transition: .2s all ease-in-out;
}