/* 
    Created on : Sep 14, 2021, 10:58:56 AM
    Author     : duongca
*/
.iwj-jobs-page .iwj-job-items .grid-content{
    padding: 0 15px 0 10px;
    border-left: 5px solid transparent;
}
.iwj-jobs-page .iwj-job-items .grid-content.activate{
    border-color: var(--colors-primary-500);
}
.iwj-jobs-page .contents-main{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.iwj-jobs-page .wrapper{
    overflow: visible;
}
.iwj-jobs-page .iwj-content-inner h1{
    margin: 0;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 400;
}
.iwj-jobs-page .iwj-jobs-style.style2 .iwj-listing{
    margin: 0;
}
.iwj-jobs-page .iwj-jobs-style.style2 .iwj-listing .job-item{
    padding: 20px 0;
    border-bottom: 1px solid #e3e6e9;
    cursor: pointer;
    color: #435269;
    display: flex;
    gap: 20px;
    border-left: 5px solid transparent;
}
.iwj-jobs-page .iwj-jobs-style.style2 .iwj-listing .job-item.activate{
    border-color: var(--colors-primary-500);
}
.iwj-jobs-page .iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item .job-info,
.iwj-jobs-page .iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item:last-child .job-info,
.iwj-jobs-page .job-item .job-info .info-company{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.iwj-jobs-page .job-item .job-info .job-price > span{
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    background: var(--colors-blue-50);
    mix-blend-mode: multiply;
    color: var(--colors-blue-700);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: max-content;
}
.iwj-jobs-page .job-item .job-info .job-price span.price-tooltip i{
    margin-left: 5px;
    color: var(--colors-blue-700);
}
.iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item .job-image{
    padding: 0;
    width: 80px;
    max-width: none;
    flex: 0 0 auto;
}
.iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item .job-content-wrap{
    margin-left: 0;
    flex-grow: 1;
}
.iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item .job-info, .iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item:last-child .job-info{
    padding: 0;
}
.span.job-date{
    margin-left: 20px;
}
.jobs-search-listing .job-item .job-title a{
    pointer-events: none;
    display: inline;
    color: #515152;
}
.jobs-search-listing{
    position: relative;
    background: #fff;
}
.jobs-search-detail{
    background: #fff;
    position: relative;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
.jobs-search-detail.has-content{
    width: calc(100% - 420px);
}
.jobs-search-content {
    border-top: .75rem solid #f5f7f7;
}
.jobs-search-detail.has-content .jobs-search-deail-empty-content.hide-on-mobile, .jobs-search-deail-empty-content.hide-on-mobile{
    display: none;
}
.jobs-search-deail-empty-content.hide-on-mobile .empty-detail-inner{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-top: 150px;
}
.jobs-search-deail-empty-content.hide-on-mobile .empty-detail-inner .job-detail-empty-box {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 390px;
    text-align: center;
}
.jobs-search-deail-empty-content.hide-on-mobile .empty-detail-inner .job-detail-empty-box strong{
    color: var(--gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.jobs-search-deail-empty-content.hide-on-mobile .empty-detail-inner .job-detail-empty-box p{
    padding-top: 4px;
    color: var(--gray-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.jobs-search-deail-empty-content.hide-on-mobile .empty-detail-inner .job-detail-empty-spot {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
}
.jobs-search-detail.has-content .jobs-search-detail-content{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
}

.w-paging {
    padding: 0 15px;
    margin-top: 15px;
}
.job-alert-action {
    padding: 0 15px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    background: var(--colors-base-white);
}
.advance-action{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 15px;
}
.advance-action .action{
    display: flex;
    gap: 15px;
    padding: 24px 32px;
    border-radius: 5px;
    background: var(--colors-grey-50);
}
.advance-action .action .icon{
    display: flex;
}
.advance-action .action .content{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    flex-grow: 1;
}
.advance-action .action .content span.s-icon {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.iwj-jobs-page .iwjob-ajax-pagination.pagination-main, .iwj-jobs-page .iwjob-ajax-map-pagination.pagination-main{
    float: none;
}
.iwj-jobs-page .page-nav.pagination-job{
    margin: 0 auto;
}
.iwj-jobs-page .page-nav .page-numbers{
    background: #fff;
    border: solid 1px var(--colors-primary-500);
    border-radius: 3px;
    width: 45px;
    height: 45px;
    padding: 3px;
}
.iwj-jobs-page .page-nav .page-numbers.disabled{
    border-color: #a2aab6;
}
.iwj-jobs-page .page-nav .page-numbers span{
    color: var(--colors-primary-500);
}
.iwj-jobs-page .page-nav .page-numbers.label-text,.iwj-jobs-page .page-nav .page-numbers.label-text:hover{
    background: transparent;
    border-color: #fff;
    color: var(--colors-primary-500);
    width: auto!important;
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 400;
}
.iwj-jobs-page .page-nav .page-numbers:hover{
    background: var(--colors-primary-500);
}
.iwj-jobs-page .page-nav .page-numbers:hover span{
    color: #fff;
}
.iwj-jobs-page .page-nav .page-numbers.disabled span{
    color: #a2aab6!important;
}
.iwj-jobs-page .page-nav .page-numbers i{
    font-size: 25px;
}
.iwj-jobs-page .job-item .job-desc{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #435269;
    display: -webkit-box;
    max-height: 4.05em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.iwj-jobs-page .job-item .job-info .company{
    margin: 5px 0 0;
}
.iwj-jobs-page .job-item .job-info .company a{
    left: 0;
    color: var(--colors-darkgrey-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.iwj-jobs-page .job-item .job-info .address .job-date, .iwj-jobs-page .job-item .job-info .address .location{
    display: flex;
    gap: 2px;
}
.iwj-jobs-page .job-item .actions{
    height: 45px;
    line-height: 45px;
}
.iwj-jobs-page .job-item .actions a i{
    font-size: 18px;
}
.iwj-jobs-page .job-item .actions a:hover span{
    text-decoration: underline;
}
.iwj-jobs-page .job-item .actions a:hover i, .iwj-jobs-page .job-item .actions a.saved i, .job-detail-page-heading .info-actions .action-item a.saved i{
    font-weight: 900;
}
.tax-custom-text{
    display: flex;
    flex-direction: column;
    margin-top: 84px;
    margin-bottom: 50px;
}
.tax-custom-text p{
    color: var(--colors-darkgrey-500);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.no-job-found {
    padding: 80px 15px;
    margin-bottom: 150px;
}
.no-job-found .alert-box-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.no-job-found .alert-box-inner .alert-box-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.no-job-found .alert-box-inner .alert-box-content h3{
    margin: 0;
    color: var(--colors-grey-900);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.no-job-found .alert-box-inner .alert-box-content p{
    color: var(--colors-grey-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/*Style for job detail*/


/*End style for job detail*/
footer.iw-footer-jobs{
    padding: 40px 15px;
}
footer.iw-footer-jobs .footer-title, .tax-custom-text h4{
    color: var(--colors-darkgrey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 24px;
}
.footer-menu-point{
    padding: 1rem;
    border-top: 1px solid #e3e6e9;
}
.footer-menu-point ul {
    list-style: none;
    margin:0;
    padding: 0;
    text-align: center;
}
.footer-menu-point ul li{
    display: inline-block;
}
.footer-menu-point ul li:after{
    content: "·";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-menu-point ul li:last-of-type:after{
    content: "";
    padding: 0;
}
.toggle-of {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: 5px;
}
.toggle-of-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #504C4C;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-of-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.custombox-open.custombox-overlay{
    z-index: 9999991;
}
.custombox-content.custombox-open{
    z-index: 9999992;
}

/* Rounded sliders */
.toggle-of-slider.round {
    border-radius: 20px;
}

.toggle-of-slider.round:before {
    border-radius: 50%;
}
.jobs-search-content .ajax-overlay {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

/*Embed style*/
.jobs-search-content.iembed {
    background: #fff;
    border-top: hidden;
    flex-direction: column;
}
.jobs-search-content.iembed .jobs-search-container .jobs-search-listing{
    border-right: none;
}
.jobs-search-content.iembed .jobs-search-container .jobs-search-listing.has-content{
    width: 100%;
}
.iembed .embed-widget-powered{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.iembed .widget-powered-inner{
    width: 150px;
}
.iembed .widget-powered-inner img{
    width: 100%;
}
.iembed .widget-powered-inner p:first-of-type{
    margin: 0 0 0 10px;
}
.iembed .embed-no-job-msg {
    padding: 50px 35px 100px;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.iembed .text_error_g {
    font-weight: 700;
    margin: 50px 0 15px;
}
.iembed .text_label_error {
    margin-bottom: 20px;
}

@media (min-width: 720px){
    .iwj-jobs-page .job-item .job-desc{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        max-height: 2.7em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .jobs-search-content {
        background-color: #f5f7f7;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        padding-top: .75rem;
    }
    .jobs-search-container {
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
    }
    .jobs-search-container .jobs-search-listing {
        -webkit-box-flex: 0;
        background-color: #fff;
        border-right: 1px solid #e3e6e9;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-transition: width .5s;
        -o-transition: width .5s;
        transition: width .5s;
        width: 360px;
    }
    .jobs-search-container .jobs-search-listing.has-content {
        width: 360px;
    }
    .jobs-search-container .jobs-search-listing {
        width: 67%;
    }
    .jobs-search-detail{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block!important;
    }
    .jobs-search-detail-inner{
        bottom: 0;
        display: block;
        /*height: 100vh;*/
        overflow: hidden;
        position: sticky;
        top: 0;
        width: 100%;
    }
}
@media (min-width: 1248px){
    .jobs-search-content .jobs-search-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1600px;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        gap: .75rem;
    }
    .jobs-search-container .jobs-search-listing{
        border-right: 0;
    }
    .jobs-search-container .jobs-search-listing.has-content{
        width: 420px;
    }
    .jobs-search-container .jobs-search-listing {
        width: 50%;
    }
    .jobs-search-detail{
        border-radius: 3px;
    }
}
@media (max-width: 1024px){
    .jobs-search-detail .key-info .key-info-list{
        flex-direction: column;
        gap: 60px;
    }
    .jobs-search-detail .key-info .key-info-item{
        width: 100%;
    }

}
@media (max-width: 720px){
    .jobs-search-detail{
        position: fixed;
        top: 0;
        z-index: 10003;
        height: 100vh;
    }
    .jobs-search-detail.has-content{
        width: 100%;
    }
    .iwj-jobs-page .iwj-content-inner h1{
        padding: 16px 15px;
    }
    .iwj-jobs-page .iwj-job-items .grid-content{
        padding: 0 15px;
    }
    .iwj-jobs-page .iwj-jobs-style.style2 .iwj-listing .job-item{
        padding: 20px 0;
    }
}
@media (max-width: 480px){
    .page-nav .page-numbers {
        height: 45px !important;
        line-height: 38px !important;
        width: 45px !important;
    }
    .iwj-jobs-style.style2 .iwj-jobs.iwj-listing .job-item .job-image{
        width: 60px;
    }
    .jobs-search-listing .job-item .job-title a{
        pointer-events: auto;
    }
    .iwj-jobs-page .iwj-job-items .grid-content{
        pointer-events: none;
    }
}