@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Outfit:wght@100..900&display=swap');

 
/* Search Bar Row */
.jlm-search-row {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.jlm-search-wrapper {
	display: flex;
	align-items: center;
	padding: 4px 16px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #686868;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Poppins';
	color: #686868;
}

.jlm-search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	margin-right: 10px;
}

.jlm-search-wrapper input[type="text"] {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	width: 100%;
	padding: 6px 0 !important;
	font-size: 14px;
	color: var(--jlm-text-dark);
	background: transparent;
	font-family: "Lexend", sans-serif;
}

/* Main Box/Card */
.jlm-card {
	border: 1px solid #686868;
	padding: 16px;
	box-sizing: border-box;
}

/* Filters Row */
.jlm-filters-row {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 25px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1C1C1E1F;
}

.jlm-filter-label {
	
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #686868;
	width: 100%;
	max-width: max-content;
}

/* Dropdowns / Select wrapper */
.jlm-select-wrapper {
	width: 100%;
	position: relative;
	display: inline-block;
}

.jlm-select-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 9px 16px;
	cursor: pointer;
	border-radius: 0;
	outline: none;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #686868;
	width: 100%;
}

.jlm-select-wrapper::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-20%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--jlm-text-muted);
	pointer-events: none;
}

.jlm-select-wrapper:hover::after {
	border-top-color: var(--jlm-text-dark);
}

/* Listings list */
.jlm-listings-wrapper {
	position: relative;
}

.jlm-job-item {
	border-bottom: 1px solid #1C1C1E1F;
	padding-top: 10px;
}

.jlm-job-item:last-child {
	border-bottom: none;
}

.jlm-job-title {
	margin: 0 0 10px 0 !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1C1C1E;
}

.jlm-job-meta {
	display: flex;
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px; 
color: #1C1C1E;
	margin-bottom:10px;
}

.jlm-meta-label {
	margin-right: 5px;
	flex-shrink: 0;
}

.jlm-meta-val {
}

.jlm-loc-row {
	align-items: center;
	margin: 12px 0;
}

.jlm-loc-icon {
	display: inline-flex;
	color: var(--jlm-text-muted);
	margin-right: 6px;
}

.jlm-location-text {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(28, 28, 30, 0.72);
}

.jlm-job-action {margin-bottom: 10px;}

.jlm-apply-btn {
	display: inline-block;
	background-color: #194C9F;
	padding: 10px 32px;
	text-decoration: none !important;
	border-radius: 0;
	border: 1px solid var(--jlm-primary-color);
	transition: background-color var(--jlm-transition-speed) ease;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF !IMPORTANT;
}

.jlm-apply-btn:hover {
	background-color: #123c7c;
	border-color: #123c7c;
}

.jlm-no-jobs {
	padding: 40px 0;
	text-align: center;
	color: var(--jlm-text-muted);
	font-style: italic;
}

/* Pagination Row */
.jlm-pagination-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #1C1C1E1F;
}

.jlm-entries-selector {
	display: flex;
	align-items: center;
	gap: 8px;
	/* font-style: normal; */
	/* font-weight: 300; */
	/* font-size: 14px; */
	/* line-height: 22px; */
	/* color: #A2A1A8; */
}

.jlm-show-entries-wrapper select {
	justify-content: center;
	padding: 5px 20px 5px 8px !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #686868;
	align-items: center;
	display: flex;
}

.jlm-pagination-info {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #A2A1A8;
	font-family: "Lexend", sans-serif;
}

.jlm-pagination-controls {
	display: flex;
	align-items: center;
	gap: 5px;
}

.jlm-pagination-controls a,
.jlm-pagination-controls span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	text-decoration: none !important;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 300 !important;
	font-size: 14px;
	line-height: 22px;
	width: 32px;
	height: 36px;
	font-family: "Lexend", sans-serif;
}

.jlm-pagination-controls a.jlm-page-num {
	color: var(--jlm-text-dark);
}

.jlm-pagination-controls a.jlm-page-num.jlm-active {
	border: 1px solid var(--jlm-primary-color);
	color: var(--jlm-primary-color);
	font-weight: 600;
}

.jlm-pagination-controls a.jlm-page-nav {
	font-weight: 600;
}

.jlm-pagination-controls a.jlm-disabled {
	pointer-events: none;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	width: 32px;
	height: 36px;
	color: #16151C !important;
	font-size: 25px;
}

.jlm-pagination-controls a:hover:not(.jlm-active):not(.jlm-disabled) {
	background-color: #f5f5f5;
}

/* Loader Styles */
.jlm-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.jlm-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(27, 79, 159, 0.1);
	border-top-color: var(--jlm-primary-color);
	border-radius: 50%;
	animation: jlm-spin 1s infinite linear;
}

@keyframes jlm-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* CSS Transition for smooth listings fade */
#jlm-listings-list {
	transition: opacity 0.2s ease-in-out;
}

.jlm-loading-state {
	opacity: 0.4;
}


.jlm-search-icon svg {
    width: 24px;
    height: 24px;
}

.jlm-search-icon svg path {
    fill: #16151C;
}

.jlm-select-wrapper {}

.jlm-job-meta.jlm-closing-row {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(28, 28, 30, 0.72);
}

.jlm-entries-selector span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #A2A1A8;
    font-family: "Lexend", sans-serif;
}

a.jlm-page-num.jlm-active {
    border: 1px solid #194C9F !IMPORTANT;
    color: #194C9F !IMPORTANT;
    font-size: 14px;
    line-height: 22px; 
    font-weight: 600 !IMPORTANT;
}

.jlm-select-wrapper::after {
    background-image: url("https://cbk.programmer.co.ke/wp-content/uploads/media/Vector-175.png");
    width: 10px;
    height: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 10px;
}
 
.new-job-page .new-job-page-inner > .elementor-container.elementor-column-gap-default {
    padding: 0 !important;
}

@media screen  and (max-width:1024px){
body.page-id-24024 {
    padding-top: 120px !important;
}
}
@media screen  and (max-width:767px){
.jlm-filters-row { 
    gap: 15px;  flex-wrap: wrap;
}
 .jlm-pagination-row {
    flex-wrap: wrap;
    justify-content: center;
}
.jlm-apply-btn { 
    padding: 8px 30px;
}
}