	/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-real-estate-wordpress-theme/26372986
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/


.custom-list-with-icon ul {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap:20px;
}

.custom-list-with-icon ul li {
	list-style: none;
    flex: 0 0 30%;
    display: flex;
}
.custom-list-with-icon ul li .listing-inner {
	display: flex;
	column-gap: 10px;
	align-items:center;
}

.custom-list-with-icon ul li .listing-inner i {
	font-size: 20px;
	font-weight: 600;
	color:#1967d2;
}

.member-btn {
	background-color: #26B228;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #26b228;
	color:#fff;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform .4s;
	margin-top: 10px;
	text-transform: capitalize;
}

.member-btn:hover {
	background-color: #fff;	
	color: #26B228;
}
.fitness-job-cont-btn {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
}
.jobs-listing-wrapper .jobs-wrapper .item-job .job-list .job_footer {
    display: flex;
    align-items: end;
    gap: 30px;
}
.jobs-listing-wrapper .jobs-wrapper .item-job .job-list .job_footer p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  	.custom-list-with-icon ul {
  		gap:10px;
  	}
  	.custom-list-with-icon ul li {
  		flex: 0 0 30%;
  	}
  	.custom-list-with-icon ul li .listing-inner {
  		column-gap : 5px;
  		font-size: 13px;
  	}
  	.custom-list-with-icon ul li .listing-inner i {
  		font-size: 15px;
  	}
}

/*11-5-2025*/

/*Login form*/
.login-form .form-group:nth-last-child(3) {
    margin-bottom: 0;
}

/*logo section*/
.brand-item img {max-width: 150px; }


/*footer*/
.apus-footer .widget-nav-menu .widget-title {margin-bottom: 15px; }
#apus-footer .widget-nav-menu .menu li {margin: 0 0 6px; }
.footer-top-content .elementor-widget-container p {margin-bottom: 0; }

/*header*/
.header_transparent .apus-header {position: unset;}


/*16-5-2025*/
.step-card > .elementor-widget-container {
    min-height: 226px;
}


.slider-title{font-size: 50px; font-weight: bold; color: #3A454F;}
.slider-span{font-size: 25px; font-weight: normal;}
.span-bold{font-weight: bold;}


/*fomr*/
.call-to-form form.cmb-form .cmb-field-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.call-to-form .register-form-wrapper form.cmb-form {
    max-width: 100%;
}
.call-to-form form.cmb-form .cmb-field-list .cmb-row:first-child {
    grid-column: 1 / span 2;
}
.copyright-txt p {
    margin-bottom: 0;
}

.contact-form-section form.wpcf7-form {
    background: #F0F5F7;
    border-color: #308695;
}
.contact-form-section .form-control {
    background: #fff;
    border-color: #308695;
}
.contact-form-section form.wpcf7-form .wpcf7-submit:hover {
    background: #308695;
}
.job-list.v6 .employer-logo {border-radius: 5px;}
.job-list.v6 .job-metas {margin-bottom: 15px; }
.item-job .job-list.v6 {border: 0px!important;}
.item-job .job-list.v6:hover, article.candidate-card:hover .candidate-list, .elementor-widget-apus_element_job_board_pro_jobs .widget-jobs article.job-list:hover {
    border-color: none;
    border: 0px!important;
}

/**/
.job-list.v6 .action-top.ali-right {
    margin-left: 0;
}
.job-list-content .job_posted_date {
    /*margin-left: auto;*/
    display: flex;
    gap: 3px;
}
.job-list .job-list-content .title-wrapper {
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.job-post-date-action {
	    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.select2-container--default.select2-container--open {
    z-index: 99999;
}

.jobs-wrapper .job-list .inner-left .job-list-content {
    width: 100%;
}
.jobs-wrapper .job-list > .inner-left {
    display: flex;
    width: 100%;
}
.job-detail-header .info-detail-job .job-metas-detail {
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.job-detail-header .info-detail-job .job-metas-detail .job-meta-cat-wrapper .job-detail label {
    margin-bottom: 0;
    font-weight: 600;
}
.job-detail-header .info-detail-job .job-metas-detail .job-meta-extra {
    margin-bottom: 0;
}
.job-detail-header .info-detail-job .job-metas-detail .sattva-job-category-tag {
    display: flex;
    gap: 10px;
    margin-top: 0;
}
.job-detail-header .info-detail-job .job-metas-detail .job-meta-cat-wrapper {
    display: flex;
    margin-right: 0;
    /*gap: 20px;*/
    flex-direction: column;
    align-items: flex-start;
}
.job-detail-header .info-detail-job .job-metas-detail .job-meta-cat-wrapper .job-detail {
    display: flex;
    align-items: center;
    gap: 5px;
}
.job_listing  .job-detail-header.v1 .btn-apply {
    display: none;
}
.job-detail-header .job-company-detail > h2 {
    margin: 0 0 10px;
}
.sidebar-job form.cmb-form .form-table input[type="text"],
.sidebar-job form.cmb-form .form-table textarea {
    background: #fff;
}
.sidebar-job form.cmb-form .cmb-row {
    margin-bottom: 15px;
}
.register-form-wrapper form.cmb-form .cmb-th {
    margin: 0 0 5px;
}


.filter-button a.filter-popup {
    background: #EE6059;
    padding: 13px 30px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}
.hero-left .elementor-widget-button a.elementor-button.elementor-button-link {
    border: 1px solid #EE6059 !important;
    }
.hero-left .elementor-widget-button:first-child a.elementor-button.elementor-button-link {    
    background: transparent !important;
}
.hero-left .elementor-widget-button:first-child a.elementor-button.elementor-button-link:hover {
    background: #ee6059 !important;
}


.job_filtergrid .filter_blk {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 100%;
        border-radius: 0;
        z-index: 1111;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
        padding-bottom: 20px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.job_filter_grid .filter__blk.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

span.filter-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: transparent;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/06/close-x-svgrepo-com.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(61%) sepia(54%) saturate(2120%) hue-rotate(319deg) brightness(99%) contrast(89%);
}

.home .job-list .job-list-content .title-wrapper {
    gap: 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 10px;
}
.home .inner-left .job-list-content .job-metas > div {
    margin-right: 0;
}
.home .job-list .job-list-content .title-wrapper > div:first-child{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 5px;
}
.fitnesh-column .elementor-widget-apus_element_job_board_pro_candidates, .fitnesh-column .elementor-widget-apus_element_job_board_pro_jobs {
    min-height: 570px;
}
.filter-listing-form.vertical .heading-label {display: block; background: #EE6059; color: #fff; padding: 10px 20px; border-radius: 5px; }
.results-filter-wrapper .inner > a {white-space: nowrap; }

.elementor-widget-apus_element_job_board_pro_jobs .flex-middle-sm {
    align-items: flex-start;
    justify-content: space-between;
}
.home .job-list .job-list-content .title-wrapper  .related-job-title-category {
    align-items: flex-start;
}

.jobs-wrapper .job_footer a.btn {
    padding: 10px 30px;
    color: #ee6059;
    border: 1px solid #ee6059;
}
.job-footer-btn {
    text-align: right;
}
.job-list:hover .job-footer-btn a.btn {
    background: #ee6059;
    color: #fff;
}
.job-timing-requir {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.job-timing-requir span.urgent.urgent-icon {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
}
.job-meta-extra {
    margin-bottom: 10px;
}

.job-timing-requir .job-require {
    display: flex;
    align-items: center;
    gap: 5px;
}


/*hover #308695*/
.candidate-list.v3 .candidate-tags .tag-candidate {
    border: 1px solid transparent !important;
    color: #fff !important;
    background-color: #308695 !important;
}
.candidate-list.v3 .candidate-tags .tag-candidate:hover {background: #ee6059!important; }

.job_short_info {overflow: hidden; width: 100%; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.job-post-title-info .urgent.urgent-icon {padding: 5px 5px; display: inline-flex; align-items: center; justify-content: center; }

/*wp-form*/
.newslatter-wp-form .wpforms-container form.wpforms-form {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}
.content-main-inner label.heading-label {
    display: none !important;
}
.newslatter-wp-form .wpforms-container form.wpforms-form .wpforms-field-email {padding: 0; }
.newslatter-wp-form .wpforms-container .wpforms-submit-container {
    margin-top: 0 !important;
    width: auto !important;
    white-space: nowrap;
}
.newslatter-wp-form .wpforms-container form.wpforms-form .wpforms-field-email input {
    width: 100% !important;
    max-width: 100% !important;
    border: 0;
}
.newslatter-wp-form .wpforms-field-container {
    width: 100%;
}
.newslatter-wp-form .wpforms-container .wpforms-form * {
    width: 100%;
}
.newslatter-wp-form .wpforms-container .wpforms-submit-container button.wpforms-submit {
    background: #EE6059 !important;
    width: auto;
    padding: 15px 30px;
    height: auto;
}

/*.filter-listing-form.vertical .form-group-inner > i {
    z-index: 1111111;
}
.select2-container.select2-container--default .select2-dropdown{    z-index: 1111111;}*/


.elementor-widget-apus_element_job_board_pro_candidate_search_form, .elementor-widget-apus_element_job_board_pro_search_form {
    padding: 20px;
    border-radius: 5px;
    background: #F5F7FC;
}
.job-metas-detail .job-detail > lable {
    display: flex;
    gap: 5px;
}

.job-detail-header .info-detail-job .title-wrapper.flex-middle-sm {
    gap: 5px;
    align-items: center;
}
.job-content-area .content-job-detail .job-list .job-list.v1 .inner-left {
    width: 100%;
}
.job-list.v1 .inner-right {
    width: auto;
}
.list-content-job .releated-jobs .job-list .flex-middle-sm {
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}
.job-metas-detail .job-location {
    font-size: 19px;
}
.sidebar-job .job-detail-detail .list li {
        margin-bottom: 10px;
    }
.sidebar-job .job-detail-detail ul.list {
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #F0F5F7;
}
.job-apply-email-form-wrapper form.cmb-form .select2-container.select2-container--default .select2-selection--single {
    height: 60px;
    background: #fff;
}
.container-form form.cmb-form .button-primary{font-size: 20px;}
.container-form form.cmb-form .button-primary:hover, 
.container-form form.cmb-form .button-primary:focus {
    background: #308695;
}
.container-form form.cmb-form .label-can-drag {
    width: 100%;
    text-align: center;
}
form.cmb-form .cmb-row[data-fieldtype="wp_job_board_pro_file"] .upload-file-btn{width: 100%;}
.sidebar-job .widget.has-content:last-child {background: #3A454F; }
.sidebar-job .inner .widget-title {color: #fff; font-size: 24px; }
.sidebar-job form.cmb-form .cmb-row .cmb-th label, 
.sidebar-job form.cmb-form p.cmb2-metabox-description {color: #fff; }
    .filter-listing-form.vertical .form-group {margin-bottom: 15px; }


.list-content-job .releated-jobs .job-list .flex-middle-sm .flex-middle-sm {
    gap: 5px;
    flex-direction: column;
    margin-bottom: 15px;
}
.job-list-content .job-post-date-action .action-top .job-location {
    font-size: 17px;
}
.job-list-content .job-post-title-info .job-require {
    display: flex;
    gap: 10px;
}
.related-job-title-category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.form-table .cmb-row .cmb-td .form-group.group-upload {
    margin-bottom: 10px;
}

    .list-content-job .widget.releated-jobs .widget-title {
        font-size: 20px;
        }
.jon-post-require {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.job-category-date {
    display: flex;
    flex-direction: column;
}
.job-metas-new .sattva-job-category-tag {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.job-detail-detail.in-sidebar.style1 .widget-title span {
    text-transform: capitalize;
}

.candidate-detail-header.v4 .candidate-tags .tag-candidate {
    border: none !important;
    background: #308695;
    color: #fff;
}
.candidate-detail-header.v4 .candidate-tags .tag-candidate:hover, .candidate-detail-header.v4 .candidate-tags .tag-candidate:focus {
    color: #fff;
    background: #EE6059 !important;
}

.candidate-single-v4 .candidate-detail-header.v4 {
    background: #F5F7FC;
    border: none;
}

.candidate-detail-header.v4 .candidate-title {
    font-size: 30px;
}


/*30-8-2025*/
.apus-header ul.elementor-nav-menu--dropdown a, 
.apus-header ul.elementor-nav-menu--dropdown a:focus, 
.apus-header ul.elementor-nav-menu--dropdown a:hover {border-left: none !important; }

.select2-container.select2-container--default .select2-dropdown.select2-dropdown--above:before,
.select2-container.select2-container--default .select2-dropdown:before{display: none !important;}

.job_listing .inner-left .employer-logo img {height: auto !important; object-fit: cover; }
    .candidate-marketing-wrapper .widget-banner-account {
        padding: 25px 25px;
    }
.candidate-marketing-wrapper .widget-banner-account .image-account {
    background-size: cover;
}

.candidate-marketing-wrapper .widget-banner-account .description {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}
.box-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}
.filter-popup .elementor-button-icon svg {
    width: 30px;
}
.filter-popup  a.elementor-button.elementor-button-link {
    padding: 5px 10px;
    line-height: 1;
}
.filter-popup  .elementor-button-wrapper {
    padding: 0 20px;
    text-align: right;
}
.page-id-7832 .filter-popup .elementor-button-wrapper {
    padding: 0;
}
@media screen and (min-width: 767px) {
.filter-popup a.elementor-button.elementor-button-link {display: none; }

}


@media screen and (max-width: 1100px) {
.call-to-form form.cmb-form .cmb-field-list .cmb-row:first-child {grid-column: unset; }
.call-to-form form.cmb-form .cmb-field-list {grid-template-columns: 1fr; }
.main-sticky-header-wrapper .logo {max-width: 200px; }
.brand-item img {max-width: 120px; }

/*slider*/
.slider-title {font-size: 38px;}
.slider-span {font-size: 20px;}
.elementor-widget-apus_element_job_board_pro_candidate_search_form, .elementor-widget-apus_element_job_board_pro_search_form { padding: 0;}
.widget-job-search-form form.form-search.filter-listing-form-wrapper {padding: 20px; }

.sidebar-job .widget.has-content {padding: 20px !important; }
.sidebar-job .job-detail-detail ul.list { padding: 20px 20px;}
.single-listing-wrapper.job_listing .job-detail-header .job-detail-title { font-size: 32px !important;}
.candidate-marketing-wrapper .widget-banner-account {padding: 20px 20px; }
.candidate-marketing-wrapper .widget-banner-account .link-bottom .btn { position: unset;}
.candidate-marketing-wrapper .widget-banner-account .link-bottom {        margin-top: auto; text-align: center;}
.candidate-marketing-wrapper .widget-banner-account .inner {display: flex; flex-direction: column; height: 100%; }
.job-detail-description .custom-list-with-icon ul { gap: 10px;}
.custom-list-with-icon .title {margin-bottom: 10px; }
.job-detail-detail.style1 .list li {margin-bottom: 10px; }

}

@media screen and (min-width: 960px) {
.header-user-menu.elementor-widget-apus_element_user_info {margin-left: 10px; }
}

@media screen and (min-width: 767px) {
.filter-button {display: none; }


}


@media screen and (max-width: 960px) {
.jon-post-require {flex-direction: column; gap: 5px; }
.job-list .employer-logo + .job-list-content { padding-left: 10px;}
.job-list-content .job_posted_date {gap: 4px; font-size: 14px; }
.jobs-listing-wrapper .jobs-wrapper .item-job .job-list .job_footer {align-items: flex-start; gap: 15px; flex-direction: column; }
.jobs-wrapper .job-list > .inner-left {  align-items: flex-start;}
.job-list-content .job-post-title-info .job-require {gap: 5px; font-size: 14px; }
.job-post-title-info .urgent.urgent-icon {padding: 3px 3px;    width: 24px; height: 24px;}
.job-require .urgent-icon svg {width: 14px; }
.job-list.v6 .info .employer-title {font-size: 14px; }
.job-list-content .job-post-date-action .action-top .job-location {font-size: 16px; }
.jobs-wrapper .job_footer a.btn { padding: 12px 25px; line-height: 1;}
.job_short_info { line-height: 1.5;}
.job-detail-header .row.flex-middle-sm {flex-direction: column; gap: 20px; }
.job-detail-header .row.flex-middle-sm .col-md-7 {width: 100%; }
.job-detail-header .row.flex-middle-sm .job-company-detail {width: 100%; }
.job-detail-header .row.flex-middle-sm:After, .job-detail-header .row.flex-middle-sm:before {display: none; }
.content-job-detail {padding-top: 40px; padding-bottom: 40px; }
.register-form-wrapper form.cmb-form {max-width: 100%; }
.candidate-view-more a.btn {padding: 12px 25px; line-height: 1; }

}


 @media only screen and (min-width: 768px) and (max-width: 960px)  {
.sidebar-job .widget.has-content {padding: 40px !important; }
.sidebar-job .job-detail-detail ul.list {padding: 40px 40px; }
.step-card > .elementor-widget-container {min-height: 336px; }

  }





@media screen and (max-width: 767px) {
.job-list.v6 .action-top.ali-right { margin-top: 0;}
.mobile-filter {position: fixed; bottom: 0; left: 0; height: 100%; border-radius: 0; z-index: 1111; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 32px; /*  -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
    transition: 0.5s; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #FEF5EF;padding: 40px 25px 30px 25px; overflow: scroll; }
.mobile-filter.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; -webkit-backface-visibility: visible; backface-visibility: visible; transition: 0.5s; }
.filter-sidebar .elementor-widget-wrap {margin-top: 0 !important; }
.filter-sidebar .elementor-widget-html {text-align: right; margin-bottom: 0; }
.slider-title {font-size: 32px; }
.vacature-hero .elementor-button-text > span {font-size: 16px !important; }

.job-detail-header .info-detail-job .job-metas-detail .job-meta-cat-wrapper {justify-content: center; }
.job-detail-header .info-detail-job .job-metas-detail .sattva-job-category-tag { justify-content: center;}
.job-detail-header .job-metas-detail-bottom {margin-top: 10px; }
.job-detail-header.v1 .info-detail-job { padding: 15px 0 15px;}
.single-listing-wrapper.job_listing .job-detail-header .job-company-detail h2 { font-size: 24px !important;}
.candidate-list .candidate-logo {width: 70px; height: 70px; }
.candidate-list.v3 .candidate-tags .tag-candidate { padding: 4px 10px; line-height: 1;}
.candidates-listing-wrapper .candidate-card .candidate-location {font-size: 14px;}
.candidate-list.v3 .btn-follow.btn-action-job {top: 12px; right: 10px; margin-right: 0; }
.single-listing-wrapper.job_listing .job-detail-header .job-detail-title, .candidate-detail-header.v4 .candidate-title {font-size: 28px !important; }
.jobs-wrapper .job-list.v6 .employer-logo { width: 90px;}
.step-card .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {margin-top: 0 !important; padding-bottom: 0 !IMPORTANT; }

}

@media screen and (max-width: 480px) {
.job-post-date-action {flex-direction: column; align-items: flex-start; }



}

form.cmb-form .cmb-row.cmb-type-wpjb-taxonomy-location.cmb2-id--employer-location {
    width: 50%!important;
}

form.cmb-form .cmb-row.cmb-type-textarea.cmb2-id--employer-description {
    width: 100%!important;
}

.sattva-job-category-tag {
    margin-top: 10px;
}

.sattva-job-category-tag .candidate-tags .tag-candidate {
    text-transform: capitalize;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 14px;
    display: inline-block;
    padding: 3px 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #308695;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}
.sattva-job-category-tag .candidate-tags .tag-candidate:hover {background: #ee6059 !important; }

.job-company-detail {
    align-self: flex-start;
}

.single-listing-wrapper.job_listing .job-detail-header .job-detail-title {
    font-size: 38px;
    line-height: 1;
    color: #3A454F;
}
.single-listing-wrapper.job_listing .job-detail-header .job-company-detail h2 {
    font-size: 28px;
    line-height: 1;
    color: #3A454F;
}
.job-detail-detail .text {
    color: #3A454F;
}
.job-list.v6 .employer-logo {
    border-radius: 5px;
    width: 120px;
    height: auto;
}
.single-listing-wrapper.job_listing .job-detail-header .employer-logo {
    align-self: flex-start;
}

.cmb-form._candidate_register_fields .cmb2-id-motivatie-27181283 {display: none;}

.candidates-listing-wrapper .candidate-card .candidate-title {display: block;}
.candidates-listing-wrapper .candidate-card .candidate-location {
    padding-right: 25px;
    float: right;
}
.candidate-list.v3 .btn-follow.btn-action-job {
    top: 27px;
    right: 0;
}

.candidates-listing-wrapper .results-count {display: none;}
.candidate-list  .ali-right.candidate-view-more {
/*    width: 100%;
    margin-top: 10px;*/
}
.candidate-list .fitness-job-cont-btn .ali-right.candidate-view-more {
    width: auto;
    margin-left: auto;
}
.job-metas .category-job {
    margin-bottom: 10px;
}
.inner-right .job-type.with-title {
    margin-right: 0;
    margin-bottom: 10px;
}
.vacancy-section .widget-features-box.style1 .item-inner {
    padding: 30px 30px;
}
.job-post-date-action .ali-right.action-top > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.job-post-date-action .ali-right.action-top > div span.urgent.urgent-icon {
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-list-content > .job-metas-bottom > .job-type.with-title {
    margin-right: 0;
}


.job-content-area article.job-list.default .btn-follow {
    top: 25px;
    right: 15px;
}

.job-apply-email-form-wrapper .cmb-form .cmb-th {display: none;}
.job-apply-email-form-wrapper .cmb-type-wp-job-board-pro-file .cmb-th {display: block;}

.jobs-alert-ordering-wrapper { display:none; }
.job-detail-header.v1 {
    background-size: cover;
    padding: 45px 0;
}


.call-to-form form.cmb-form .cmb-row .cmb-th label {
    font-weight: normal;
 }
.call-to-form form.cmb-form .button-primary:hover, 
.call-to-form form.cmb-form .button-primary:focus {
    background: #308695;
}

.sidebar-job form.cmb-form p.cmb2-metabox-description {
    color: #a19c9c;
}

/*.select2-search {display: none!important;}*/

.post-type-archive-candidate .widget {
    background-color: unset!important;
    padding: 0!important;
}

.post-type-archive-candidate .elementor-widget-apus_element_job_board_pro_candidate_search_form {
    background-color: unset!important;
}
/*.post-type-archive-candidate .elementor-widget-apus_element_job_board_pro_candidate_search_form {background-color:#3a454f; padding:0px; }*/

.candidate-filter-sidebar .elementor-widget-apus_element_job_board_pro_candidate_search_form {background-color:#3a454f!important;}

body.archive.tax-job_listing_category .page-job-board.layout-type-default {
    background-color: #F5F7FB;
}

body.archive.tax-job_listing_category .page-job-board.layout-type-default .widget.widget_apus_elementor_template {
    padding: 0px;
}

.jobs-listing-wrapper .job-list, .candidates-listing-wrapper .candidate-list{
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.job-title { font-weight:700; }

.job-detail-description .job-detail-description-wrapper .job-detail-detail {
    float: right; 
    margin: 0px 0px 20px 20px;
    padding: 0px;
}
.job-detail-description .job-detail-description-wrapper .job-detail-detail ul.list{
    padding: 20px 30px;
    border-radius: 10px;
    background: #F5F7FB;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.job-detail-description .job-detail-description-wrapper .job-detail-detail ul.list li {
    margin-bottom: 10px;
    width: 100%;
}

.candidates-listing-wrapper .candidates-wrapper .candidate-card .candidate-list,
.candidates-listing-wrapper .candidates-wrapper .candidate-card .candidate-list:hover,
.candidates-listing-wrapper .candidates-wrapper .candidate-card .candidate-list:focus-visible {
    outline: 0px;
    border: 1px solid transparent!important;
}
//.candidates-listing-wrapper .candidate-list:hover {border: 0px!important; outline: 0px!important;}

.sattva-job-category-tag-wrapper .sattva-job-category-tag { display:flex; gap:10px }

.candidate-top-wrapper  .candidate-information {
  display: flex;
  gap: 20px;
}

/* Mobile: stack vertically */
@media (max-width: 767px) {
  .candidate-top-wrapper  .candidate-information {
    flex-direction: column;
  }
}

.widget-job-search-form .filter-listing-form .select2-selection__placeholder { display:none; }

body.tax-candidate_category .layout-job-sidebar-v2 .sidebar .widget, body.tax-candidate_category .layout-job-sidebar-v2 .apus-sidebar .widget {
    background-color: transparent;
    padding: 0px;
}

.elementor.elementor-1821 .elementor-widget-apus_element_job_board_pro_candidate_search_form {
    background-color: #3A454F;
}

body.tax-candidate_category #apus-main-content .page-job-board {
    background-color: #F5F7FB;
}