/*--------------------------------------------------------------
	## Apply Job
--------------------------------------------------------------*/

.apply-job-inner-area {
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 25px;
}



.apply-job-inner-area .content {
    padding-top: 40px;
}

.apply-job-inner-area .content .logo-apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-box-thumb {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
}

.logo-box-thumb img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.logo-box-content {
    flex-grow: 1;
}

.hired-profile-widget {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff !important;
}

.job-post-new-widget:not(:first-child) {
    margin-top: 30px;
}

.apply-job-inner-area .content .logo-apply .right-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.apply-job-inner-area .content .logo-apply .right-content ul li {
    margin: 0 5px;
}

.logo-box-content-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0;
}

.logo-box-content-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: var(--light-color);
}

.apply-btn {
    padding-left: 35px;
    padding-right: 35px;
}

.apply-job-inner-area .content .resume-matching-box {
    background-color: #E8F8E7;
    border: 1px solid #3CC13B;
    border-radius: 5px;
    color: #3CC13B;
    padding: 10px 15px;
    margin-top: 30px;
}

.apply-job-inner-area .content .resume-matching-box .icon {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
}

.apply-job-inner-area .content .resume-matching-box .text {
    font-size: 16px;
}

.apply-job-inner-area .content .job-position-deadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.apply-job-inner-area .content .job-position-deadline .left-content .company-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--extra-text-color);
    margin-bottom: 8px;
}

.apply-job-inner-area .content .job-position-deadline .left-content .job-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--heading-color);
}

.apply-job-inner-area .content .job-position-deadline .left-content .job-time {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--main-color-one);
    margin-top: 8px;
}

.apply-job-inner-area .content .job-position-deadline .right-content .deadline .icon {
    font-size: 18px;
    color: #152233;
    display: inline-block;
    padding-right: 3px;
}

.apply-job-inner-area .content .job-position-deadline .right-content .deadline .date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #152233;
}

.apply-job-inner-area .content .single-job-details-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location .single-item {
    padding: 0 20px;
    border-right: 1px solid #EDEFF1;
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location .single-item .subject {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--extra-text-color);
    margin-bottom: 5px;
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location .single-item .object {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location .single-item:first-child {
    padding-left: 0;
}

.apply-job-inner-area .content .single-job-details-item .salary-experience-location .single-item:last-child {
    border-right: 0;
}

.apply-job-inner-area .content .single-job-details-item .skill-wrap {
    margin-top: 20px;
}

.apply-job-inner-area .content .single-job-details-item .single-specific {
    margin-bottom: 35px;
}

.apply-job-inner-area .content .single-job-details-item .single-specific .job-section-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: var(--heading-color);
    font-family: var(--heading-font);
    margin-bottom: 10px;
}

.apply-job-inner-area .content .single-job-details-item .single-specific .details {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--paragraph-color);
}

.btn-default {
    width: 100%;
}

.apply-job-inner-area .border-top {
    border-top: 1px solid #EDEFF1;
}

.apply-job-inner-area .border-bottom {
    border-bottom: 1px solid #EDEFF1;
}

.round-icon-box {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #edecec;
    border: none;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.round-icon-box .icon {
    line-height: 48px;
    font-size: 28px;
    padding-left: 1px;
}

.round-icon-box .icon::before {
    color: var(--heading-color);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.round-icon-box.report:hover,
.round-icon-box.report.reported {
    background-color: #FDE7E7;
}

.round-icon-box.report:hover .icon,
.round-icon-box.report.reported .icon {
    color: #F03738;
}

.round-icon-box.report:hover .icon::before,
.round-icon-box.report.reported .icon::before {
    color: #F03738;
}

.round-icon-box.save-box:hover,
.round-icon-box.save-box.saved {
    background-color: var(--main-color-two);
}

.round-icon-box.save-box:hover .icon,
.round-icon-box.save-box.saved .icon {
    color: #fff;
}

.round-icon-box.save-box:hover .icon::before,
.round-icon-box.save-box.saved .icon::before {
    color: #fff;
}

.widget-title-new {
    font-size: 32px;
    text-align: left;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.single-recent-posted-job,
.single-recent-posted-job:hover {
    background-color: transparent;
    box-shadow: none;
}

.logo-apply-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 10px;
}

.hired-description-item:not(:first-child) {
    margin-top: 25px;
}

.hired-description-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    padding: 0;
}

.hired-description-para {
    font-size: 15px;
    font-weight: 400;
    color: var(--light-color);
    padding: 0;
    line-height: 20px;
    margin-top: 5px;
}
.hired-description-item {
    display: flex;
}
.single-recent-posted-job .top-content {
    padding: 0px;
}

.top-inner-content img {
    width: 80px;
    height: 80px;
}

.single-specific-details {
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color);
    line-height: 24px;
}

.top-inner-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-inner-content>a {
    flex-shrink: 0;
}

.top-inner-content .text {
    padding-left: 15px;
    flex: 1;
}

.single-recent-posted-job .top-content .left-content .content .job-position .post {
    font-size: 17px;
    line-height: 20px;
}

.widget-area-wrapper .single-recent-posted-job .top-content {
    margin-top: 18px;
}

.category_jobs {
    height: 250px;
}
.single-recent-posted-job .job-information {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.hired-description-item .icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--main-color-one);
    font-size: 40px;
}
.hired-description-item {
    display: flex;
}

.job-apply-button-wrap {
    margin-top: 50px;
}

.job-apply-button-wrap .cmn-btn {
    border: 2px solid var(--main-color-one);
    display: block;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: var(--main-color-one);
    font-weight: 600;
    font-size: 16px;
    transition: all 300ms;
}

.job-apply-button-wrap .cmn-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.apply-job-inner-area .content .single-job-details-item .single-specific p {
    font-size: 16px;
    line-height: 26px;
}
.btn-wrapper .cmn-btn.btn-small:hover {
    opacity: .8;
}
.job-apply-button-wrap .cmn-btn.danger {
    border-color: red;
    color: #fff;
    cursor: not-allowed;
    background-color: red;
    opacity: .6;
}

@media only screen and (max-width:450px){
   .single-recent-posted-job.job-post-new-widget.hired-profile-widget {
        margin-top: 60px;
    }
    
    .widget-title-new {
        font-size: 28px;
        line-height: 35px;
    } 
}

.buyer_informatoin {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.buyer_informatoin .image {
    margin-right: 20px;
}

.buyer_informatoin .image img {
    max-width: 60px;
    border-radius: 50%;
}

.buyer_informatoin .buyer_contnet_warp .buyer_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 20px;
}

.buyer_informatoin .buyer_contnet_warp .buyer_info_wrap .buyer_info i {
    color: var(--main-color-one);
}

.buyer_informatoin .buyer_contnet_warp .buyer_info_wrap .buyer_info {
    font-size: 14px;
    line-height: 16px;
    color: var(--heading-color);
    opacity: .7;
}

.buyer_informatoin .buyer_contnet_warp .buyer_info_wrap {
    display: flex;
    gap: 20px;
}

.apply-job-inner-area .img-box img {
    max-height: 400px;
}

.apply-job-inner-area .img-box {
    background-color: #fbfbfb;
}
