
/* CSS CV */

.box-cv {
    /* height: 100vh; */
    background-color: rgb(249, 249, 249);
    box-shadow: 5px 10px 18px #888888;
    padding: 3rem 3rem 5rem;
}

.name-candidate {
    margin:auto;
}

.name {
    font-size: 46px;
}
.picture-candidate {
    width: 150px;
    height: 150px;
}

.sector-job {
    text-transform: uppercase;
}

.box-conten-cv {
    padding: 10px;
    height: 200px;
}

.title-item-cv {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

.content-about-cv {
    margin: 0px;
}

.content-internal-cv {
    margin: 0px;
}

.content-profile-cv {
    display: grid;
    grid-template-columns: auto auto;
}

.item-profile p {
    margin-bottom: 0px;
}

.item-profile .value-profile {
    font-weight: 600;
}

.content-skill-cv {
    display: grid;
    grid-template-columns: auto auto auto;
}

.item-skill p {
    margin-bottom: 0px;
}

.item-skill .value-skill {
    font-weight: 600;
}

.content-language-cv {
    display: grid;
    grid-template-columns: auto auto;
}

.item-language p {
    margin-bottom: 0px;
}

.item-language .value-language {
    font-weight: 600;
}

.box-conten-work{
    padding: 10px;
}

.bold {
    font-weight: bold;
}
.item-work p{
    margin: 0;
}

.height-p {
    min-height: 100px;
}


.title-disclaimer {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: initial;
}

.content-disclamer{
    font-size: 11px;
    margin: 0;
    line-height: initial;
}

.height-s {
    height: 1px;
    clear: both;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.height-m{
    height: 20px;
}

.cv-posted {
    display: block;
    margin: auto;
    text-align: right;
}

.cvposted {
font-size: 12px;
}

@media only screen and (max-width: 576px) { 
    .box-cv {
    background-color: rgb(249, 249, 249);
    box-shadow: 5px 10px 18px #888888;
    padding: 1rem 1rem 3rem;
    }
}

/* CSS CV */

@media only screen and (max-width: 768px) {
	.name{
		font-size: 32px;
	}

    .sector-job {
        margin-top: 20px;
    }
}


.title-search {
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    text-align: right;
}

.title-search h5 {
    margin: 0px;
}

/* CARD JOBLIST */

.value-list {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.status{
    color: red;
}

.title-box {
    min-height: 70px;
}

.container-sallary {
margin: auto;
}

.sallary {
    font-size: 22px;
    font-weight: 600;
    color: #232323;
}

.share_job {
    display: inline-block;
    margin: auto;
}

@media only screen and (max-width: 576px) { 

    .container-convert{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .share_job {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}


@media only screen and (max-width: 1024px) {
    .value-list {
        font-size: 12px;
    }
    .post-job-bx.browse-job-grid > li {
        padding: 0 5px !important;
    }

    .sallary {
        font-size: 18px;
        font-weight: 600;
        color: #232323;
    }
}

/* CARD JOBLIST */