
.job-offers {
    margin-top: 4rem;
    min-height: 100vh;
    margin-bottom: 150px;
}

.jobs-search {
    border-radius: 0px;
}

.job-offer-search {
    background: #F2F5F7;
    padding: 2rem;
    margin-bottom: 2rem;
}

.job-search-label {
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
    margin-bottom: 1rem;
}

.jobs-filter-check-input {
    border-radius: 0px !important;
}

.jobs-tags, .job-show{
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #878787;
}

.jobs-tags>span{
    padding: 0.7rem 1.5rem;
    background: #fff;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    border: .5px solid #D7D9E7;
}

.job-filter {
    border-radius: 0px;
    background-color: #F2F5F7;

}

.show-section {
    display: flex;
}

.job-offer-card-image {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
}

.job-offer-cards {
    margin-top: 3rem;
}

.job-offer-card {
    padding: 1rem;
    border: .5px solid #D7D9E7;
}

.job-offer-card-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    color: #444444;
    position: relative;
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.job-offer-card-title {
    font-family: Titillium;
    font-weight: 800;
    font-size: 18px;
    font-style: normal;
    color: #000;
    position: relative;
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.job-offer-card-details {
    font-family: Titillium;
    font-weight: 300;
    font-size: 12px;
    font-style: normal;
    color: #625F5F;

    display: flex;
}

.job-offer-card-details > div {
    margin-right: auto;
}


.job-offer-card-image > img{
    width: 100%;
}

/* Responsive design */

@media only screen and (max-width: 768px) {
    .job-offer-card-image{
        max-width: 100%;
    }

    .job-offer-card-image > img{
        height: 100%;
    }
    
}

.job-offer-details .title, .job-application .title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 36px;
    font-style: normal;
    color: #000;
}


.job-application label {
    font-family: Titillium;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #3E3E3E;
}

.job-application .label-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    color: #848484;
}

.job-application input[type='file'] {
    padding-bottom: 1rem;
    border-right-color: #fff
}

.job-application button[type='submit'] {
    border: none;
    padding: .7rem 3rem;
}

.job-application input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.job-application input:hover, .job-application input:focus {
    box-shadow: none;
}

.job-offer-details .job-offer-card {
    border: 0px;
    margin-top: 0px;
    padding: 0px;
}

.job-offer-details .job-offer-cards {
    border: 0px;
    margin-top: 0px;

}

.job-offer-details .job-offer-card-image {
    max-width: 200px;
    max-height: 200px;
}


.badges .badge {
    padding: .7rem 1.4rem;
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    border-radius: 0px;
}
.badges .success {
    color: #026871;
    background-color: rgba(0, 156, 169, 0.17);
}


.job-offer-details .text, .job-application .text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    line-height: 36px;
    font-style: normal;
    color: #444444;
}

.job-application {
    padding: 70px 0px;
}

.job-application .job-application-container {
    background-color: #fff;
    padding: 3rem;
    margin-bottom: 100px;
}

.job-offer-details .subtitle {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    font-style: normal;
    color: #000;
}

.job-offer-details .apply-link {
    font-family: Titillium;
    font-weight: 600;
    font-size: 15px;
    line-height: 36px;
    font-style: normal;
    color: #FFFFFF;
    padding: .7rem 3rem;
    border-radius: 0px;
    background-color: #009CA9;
    text-decoration: none;
    margin-right: 1rem;
    transition: .8s;
}

.job-offer-details .apply-link:hover, .job-offer-details .fav-link:hover {
    background-color: #000;
    text-decoration: none;
    transition: .8s;
}

.job-offer-details .fav-link {
    padding: 0.7rem;
    background-color: rgba(0, 156, 169, 0.17);
    transition: .8s;
}

.job-description ul li {
    margin-bottom: 2rem;
}

.rel-jobs {
    margin-bottom: 150px;
    background-color: #fff;
    padding: 50px;
}

.related-jobs {
    position: relative;
}

.related-jobs .container {
    position: relative;
    top: -150px;
}

.jobs-details-go-back {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 2rem;
    display: inline-flex;
    
}

.jobs-details-go-back:hover {
    background-color: #000;
    transition: .7s;
}

.jobs-details-go-back img {
    transform: rotate(-90deg);
    margin: auto;
}

.jobs-details-go-back img {
    transform: rotate(-90deg);
    margin: auto;
}