/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 04 2025 | 08:46:43 */
/* Top Facet Search - START */
.job_search_facet_search_custom input.facetwp-search {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
	color: #808080;
    background: #ffffff;
    border: none;
    padding: 7px 25px;
    border-radius: 100px;
	width: 100% !important;
}

.job_search_facet_search_custom input.facetwp-search::placeholder {
	color: #808080;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.job_search_facet_search_custom .facetwp-facet {
	margin-bottom: 0;
}

.job_search_facet_search_custom .facetwp-facet .facetwp-icon {
	display: none !important;
}

.job_search_facet_search_custom .facetwp-input-wrap {
	display: block !important;
}
/* Top Facet Search - END */



/* Facet Search Button - START */
.job_search_facet_toggle_button .fwp-submit {
    background: #363E9A;
    padding: 8px 10px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    border-radius: 100px;
    transition: all 0.3s ease;
	border: none !important;
}

.job_search_facet_toggle_button .fwp-submit:hover {
    background: #FD9B00;
    color: #ffffff;
    transition: all 0.3s ease;
}
/* Facet Search Button - END */



/* Sort By Dropdown - START */
.sortby_facet_custom .facetwp-bb-module {
    text-align: end;
}

.sortby_facet_custom select {
    padding: 8px 16px;
    background: #F6FAFF;
    border: none;
    border-radius: 100px;
    width: 150px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #808080;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/uploads/2025/01/Arrow-Icon.svg');
    background-repeat: no-repeat;
    background-position: right 16px center;
	box-shadow: none !important;
	outline: none !important;
}

.facet_count_customs .fl-heading-text {
    display: flex;
}

.facet_count_customs .facetwp-counts {
    margin-left: 5px;
    margin-right: 5px;
}

.sortby_facet_custom .facetwp-facet {
	margin-bottom: 0;
}
/* Sort By Dropdown - END */



/* Job Listings - START */
.kofi_jobs_main_container {
    background: #F6FAFF;
    padding: 32px 24px;
}

.kofi_jobs_main_container .row {
	margin: auto;
}

.kofi_jobs_title {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #39393A !important;
    text-decoration: none !important;
}

.kofi_jobs_seperator {
    border-top: 1px solid #808080;
    margin-top: 10px;
}

.kofi_jobs_more_info {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    color: #ffffff;
    padding: 3px 16px 3px 16px;
    background: #287BFF;
    border-radius: 100px;
    width: fit-content;
	margin-bottom: 0;
}

.kofi_jobs_more_info_div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kofi_jobs_apply_now_button {
    background: #363E9A;
    color: #ffffff !important;
    padding: 7px 32px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Outfit", Verdana, Arial, sans-serif;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease !important;
}

.kofi_jobs_apply_now_button:hover {
    background: #FD9B00;
    color: #ffffff !important;
    text-align: center;
    transition: all 0.3s ease !important;
}

.kofi_jobs_right_column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kofi_jobs_view_details_button {
    background: #287BFF;
    color: #ffffff !important;
    padding: 7px 32px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-family: "Outfit", Verdana, Arial, sans-serif;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease !important;
}

.kofi_jobs_view_details_button:hover {
    background: #FD9B00;
    color: #ffffff !important;
    text-align: center;
    transition: all 0.3s ease !important;
}
/* Job Listings - END */




/* Pager Pagination - START */
.pager_pagination_customs .facetwp-pager {
    text-align: center;
	position: relative;
}

.pager_pagination_customs .facetwp-page {
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    color: #808080;
	text-decoration: none !important;
}

.pager_pagination_customs .facetwp-page.active {
    background: #FD9B00;
    color: #ffffff;
    border-radius: 100%;
    padding: 1.5px 10px;
}

.pager_pagination_customs .facetwp-page.next {
    color: transparent !important;
	background: transparent !important;
}

.pager_pagination_customs .facetwp-page.active.next {
    color: transparent !important;
	background: transparent !important;
}

.pager_pagination_customs .facetwp-page.next::after {
    content: "Next";
    color: #363E9A;
    font-family: "Outfit", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
}

.pager_pagination_customs .facetwp-page.prev {
    color: transparent !important;
	background: transparent !important;
}

.pager_pagination_customs .facetwp-page.active.prev {
    color: transparent !important;
	background: transparent !important;
}

.pager_pagination_customs .facetwp-page.prev::before {
    content: "Previous";
    color: #363E9A;
    font-family: "Outfit", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}
/* Pager Pagination - END */




/* Left Facet - START */
.job_search_left_facet_customs .facetwp-facet-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #21265E;
}

.job_search_left_facet_customs .fs-label {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #808080;
}

.job_search_left_facet_customs .fs-wrap {
	width: 100%;
}

.job_search_left_facet_customs .fs-label-wrap {
    padding: 8px 16px;
    background: #F6FAFF;
    border: none;
    border-radius: 100px;
}

.job_search_left_facet_customs .facetwp-facet {
	margin-bottom: 0;
}

.job_search_left_facet_customs .fs-option.selected i {
    background: url(/wp-content/uploads/2025/01/Circle-Icon-1.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    background-color: transparent !important;
}

.job_search_left_facet_customs .fs-option i {
    background-image: url(/wp-content/uploads/2025/01/Circle-Icon.svg);
    border: 1px solid transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 16px !important;
    height: 16px !important;
}

.job_search_left_facet_customs .fs-option-label {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	color: #808080;
}

.job_search_left_facet_customs .fs-search input[type="text"] {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	color: #808080;
    background: #F6FAFF;
}

.job_search_left_facet_customs .fs-search input[type="text"]::placeholder {
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	color: #808080;
}

.job_search_left_facet_customs .fs-search {
    background: #F6FAFF;
}

.job_search_left_facet_customs .fs-arrow {
    border: none;
    background: url(/wp-content/uploads/2025/01/Arrow-Icon.svg);
    width: 40px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: contain;
}

.job_search_clear_facet_customs .facetwp-reset {
    background: #808080;
    border: none;
    border-radius: 100px;
    padding: 8px 10px;
    width: 150px;
    font-family: "Outfit", Verdana, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.job_search_left_facet_customs .facetwp-checkbox {
    background: url(/wp-content/uploads/2025/01/Circle-Icon.svg) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.job_search_left_facet_customs .facetwp-checkbox.checked {
    background-image: url(/wp-content/uploads/2025/01/Circle-Icon-1.svg) !important;
}

.work_style_filters .facetwp-checkbox {
	margin-left: 10px;
}
/* Left Facet - END */