/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 12:11:05 */
.jobs_count, .jobs_count strong {
    display: flex;
	justify-content: flex-end;
}

.jobs_count .facetwp-counts {
    margin: 0 6px 0 6px;
}

.facetwp-facet {
	margin-bottom: 0 !important;
}

.js_keyword_search_facet .facetwp-input-wrap {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #767676;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 14px;
}

.js_keyword_search_facet .facetwp-search {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #767676;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 14px;
	padding: 8px 14px;
}

.js_keyword_search_facet .facetwp-search::placeholder {
	color: #767676;
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 14px;
}

.js_keyword_search_facet .facetwp-icon {
	display: none;
}

.js_search_btn .fwp-submit {
	background-color: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.popular_search_facet .facetwp-facet {
	display: flex;
}

.popular_search_facet .facetwp-counter {
	display: none;
}

.popular_search_facet .facetwp-radio {
	background: transparent;
}

.popular_search_facet .facetwp-radio .facetwp-display-value {
	color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
	padding: 9px 20px;
	background: #CE2030;
	border-radius: 100px;
}

.js_left_facets .facetwp-checkbox {
    background: url(/wp-content/uploads/2025/06/Rectangle-13.svg) 0 50% no-repeat !important;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.js_left_facets .facetwp-checkbox.checked {
    background-image: url(/wp-content/uploads/2025/07/Ellipse-26-1-1.svg) !important;
}

.js_left_facets .facetwp-facet-title {
	color: #293679;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
	line-height: 24px;
}

.js_left_facets .fs-wrap {
    width: 96%;
}

.js_left_facets .fs-label-wrap {
	border: 1px solid #5F6163;
    border-radius: 8px;
    color: #5F6163;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 5px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/06/Frame-187.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.js_left_facets .fs-arrow {
	 appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 0 !important;
}

.js_left_facets .facetwp-display-value, .js_left_facets .fs-option-label {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #5F6163;
}

.js_left_facets .facetwp-display-value {
	padding-left: 5px;
}

.clear_filters_btn .facetwp-reset {
	background: #F4F4F4;
	color: #5F6163;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 9px 35px;
	border-radius: 100px;
	border: 0;
}

.job_search_pager_custom .fl-module-content.fl-node-content {
    text-align: center;
	padding-top: 30px;
}

.job_search_pager_custom .facetwp-pager {
	position: relative;
}

.job_search_pager_custom a.facetwp-page {
  	font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
	color: #5F6163;
	text-decoration: none !important;
	outline: none !important;
}

.job_search_pager_custom a.facetwp-page.next {
    color: transparent;
}

.job_search_pager_custom .facetwp-page.next:after {
    content: "Next Page";
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: #fff;
    position: absolute;
	padding: 8px 30px;
	background: #293679;
	border-radius: 100px;
    right: 0;
	font-weight: 700 !important;
}

.job_search_pager_custom a.facetwp-page.prev {
    color: transparent;
}

.job_search_pager_custom .facetwp-page.prev:before {
    content: "Previous Page";
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: #fff;
	padding: 8px 30px;
	border-radius: 100px;
	background: #293679;
    position: absolute;
    left: 0;
	font-weight: 700 !important;
}