.sf-jobs-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgb(0 0 0 / 16%);
    z-index: 999;
    backdrop-filter: blur(3px);
}
:root {
	--accent: #0b3bbd;
	--muted: #9aa3b2;
	--bg: #f7f9fb;
	--card: #ffffff;
	--border: #e2e6ef;
	--tag-bg: #f1f4fb;
	--radius: 12px;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial;
}

body.page-careers {
	background: #fff;
}

.job_listing.stack-over-the-section {
	margin-top: -80px;
	padding-top: 0;
}

.job_listing .search-wrap input {
	border: 0 none !important;
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: rgba(6, 5, 52, 0.6);
	outline: none !important;
	box-shadow: none !important;
	width: 100%;
	padding: 10px 10px 10px 0;
}

.job_listing .container {
	margin: 0px auto;
	padding: 0 20px;
}

/* Search area */
.search-wrap {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(15, 22, 45, 0.06);
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(0, 7, 135, 0.2);
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
}

.search-box {
	width: 100%;
	display: flex;
	padding: 15px 24px;
	border-bottom: 1px solid #cccde7;
	align-items: center;
	overflow: hidden;
}

.search-input {
	width: 100%;
	display: flex;
	align-items: center;
}

.search-input svg {
	margin-right: 12px;
	min-width: 24px;
}

.filters-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 0px;
	flex: 1;
	align-items: center;
	padding: 20px 24px;
}

.location-input {
	max-width: 100%;
	min-width: 440px;
	display: flex;
	align-items: center;
	border-left: 1px solid rgba(0, 7, 135, 0.2);
	padding-left: 24px;
	height: 48px;
}

.filters-row .select {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 40px 15px 16px;
	gap: 10px;
	height: 50px;
	background: #ffffff;
	border: 1px solid rgba(0, 7, 135, 0.2);
	border-radius: 8px;
	margin: 0 16px 0 0px;
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #060534;
	order: 0;
	appearance: none;
}

#sf-jobs-clear-btn,
a#clearBtn {
	margin-left: auto;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #000787;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin-right: 32px;
	font-family: "Bahij-TheSansArabic";
	font-weight: 600;
	border: 0;
	background: transparent;
}

.filters-row select#experienceFilter {
	min-width: 211px;
}

.btn {
	background: var(--accent);
	color: #fff;
	padding: 10px 16px;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
}

.btn.ghost {
	background: transparent;
	color: var(--accent);
	border: 1px solid var(--accent);
}

/* Results header */
.results-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 40px 0 32px;
}

.results-head h2 {
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #060534;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin-bottom: 0;
}

.results-head .sort {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: rgba(6, 5, 52, 0.5);
	flex: none;
	order: 0;
	flex-grow: 0;
	font-family: "Bahij-TheSansArabic";
}

/* .results-head .sort select {
	color: rgba(6, 5, 52, 1);
	background: transparent;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 6px) 6px;
	background-size: 12px;
	border: 0;
	padding: 0 32px 0 3px;
}
 */
/* Job list */
.job-list {
	display: flex;
	flex-direction: column;
}

.job-card {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	padding: 24px;
	gap: 10px;
	background: #ffffff;
	border: 1px solid rgba(0, 7, 135, 0.12);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	margin-bottom: 16px;
}

.job-left {
	flex: 1;
}

.job-title {
	font-weight: 600;
	margin: 0 0 12px 0;
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #060534;
	flex: none;
	order: 0;
	flex-grow: 0;
}

.meta-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.job-card .tag {
	align-items: center;
	padding: 6px 12px;
	background: rgba(6, 5, 52, 0.06);
	border-radius: 4px;
	flex: none;
	order: 0;
	flex-grow: 0;
	font-family: "Bahij TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #292935;
	flex: none;
	order: 0;
	flex-grow: 0;
	font-family: "Bahij-TheSansArabic";
}

.sf-job-details svg {
	margin-top: -1px;
	margin-right: 0 !important;
}

.job-card .tag svg {
	width: 14px;
	height: 14px;
	margin-top: -2px;
}

.job-card .description {
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #535366;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin-top: 24px;
	margin-bottom: 0px;
	max-width: 953px;
}

.job-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.view-btn {
	border: 1px solid var(--accent);
	padding: 8px 12px;
	border-radius: 8px;
	background: transparent;
	color: var(--accent);
	cursor: pointer;
}

.job-right .btn.btn-outline {
	color: rgba(0, 7, 135, 1);
	border-color: rgba(0, 7, 135, 1);
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #000787;
	flex: none;
	order: 0;
	flex-grow: 0;
	padding: 6px 12px;
	margin-top: 17px;
	border-radius: 4px;
}

.sf-job-description span {
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.0025em;
	color: #535366;
}

/* Pagination */
.pagination {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px 0 0px;
}

.page-item .page-link,
.page-btn {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px 16px;
	gap: 10px;
	width: 36px;
	height: 36px;
	background: #ffffff;
	border: 1px solid rgba(0, 7, 135, 0.2);
	border-radius: 8px !important;
	flex: none;
	order: 1;
	flex-grow: 0;
	font-family: "Bahij-TheSansArabic";
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;

	color: #060534;
}

.page-item.disabled .page-link {
	padding-left: 0;
	padding-right: 0;
}

.page-item.active .page-link,
.page-btn.active {
	background: #000787;
	color: #fff;
	border-color: #000787;
}

[dir="rtl"] .location-input {
	border-left: 0px solid rgba(0, 7, 135, 0.2);
	border-right: 1px solid rgba(0, 7, 135, 0.2);
	padding-left: 0px;
	padding-right: 24px;
}

[dir="rtl"] .results-head .sort select {
	background-position: 0 6px;
	background-size: 12px;
	border: 0;
	padding: 0 3px 0 32px;
}

[dir="rtl"] #sf-jobs-clear-btn,
[dir="rtl"] a#clearBtn {
	margin-left: 32px;
	margin-right: auto;
}

[dir="rtl"] .filters-row .select {
	margin: 0 0 0px 16px;
}

.modal ul,
.modal ol {
	padding-left: 30px;
}

.modal h2,
.modal h1,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
	line-height: 1;
	margin: 14px 0 9px !important;
}

@media (min-width: 768px) {
}

/* Responsive */
@media (max-width: 1099px) {
	.location-input {
		min-width: 100%;
	}

	.filters-row {
		justify-content: center;
		gap: 12px 16px;
	}

	.filters-row .select,
	[dir="rtl"] .filters-row .select {
		margin: 0;
		min-width: none;
		width: calc(50% - 8px);
	}

	.filters-row select#experienceFilter {
		min-width: 20%;
	}

	.job-card .tag {
		padding: 6px 8px;
		font-weight: 300;
		font-style: Light;
		font-size: 10px;
		line-height: 10px;
		letter-spacing: 0%;
	}

	.meta-tags {
		gap: 7px 6px;
		margin-bottom: 16px;
	}

	.job-card .description {
		margin-top: 0;
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
		color: #535366;
		align-self: stretch;
	}

	.filters-row #sf-jobs-salary.select,
	.filters-row #salaryFilter.select {
		width: 100%;
	}

	[dir="rtl"] a#clearBtn,
	[dir="rtl"] #sf-jobs-clear-btn {
		margin-left: 32px;
		margin-right: 0;
	}

	.filters-row button#searchBtn {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		display: flex;
		align-items: center;
		padding: 12px 26px;
	}

	#sf-jobs-clear-btn,
	a#clearBtn {
		margin-left: 0;
		margin-right: auto;
	}

	.job-card {
		padding: 20px 16px;
		flex-wrap: wrap;
		gap: 0;
	}

	.job-left {
		flex: inherit;
		width: 100%;
	}

	.job-right {
		flex: inherit;
		width: 100%;
	}

	.job-title {
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 20px;
		color: #060534;
		margin: 0 0 14px 0;
	}
}

@media (max-width: 991px) {
	.job_listing.stack-over-the-section {
		margin-top: -55px;
	}

	.results-head h2 {
		margin: 0;
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
		color: #060534;
		flex: none;
		order: 0;
		flex-grow: 0;
	}

	.results-head {
		margin: 32px 0 24px;
	}

	.results-head .sort {
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
		display: flex;
		align-items: center;
		color: rgba(6, 5, 52, 0.5);
		flex: none;
		order: 0;
		flex-grow: 0;
	}

	.results-head .sort select {
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
	}

	.search-wrap {
		border: 0;
		box-shadow: inherit;
	}

	.filters-row {
		padding: 16px 0;
	}

	.search-box {
		flex-wrap: wrap;
		background: #ffffff;
		border: 1px solid rgba(0, 7, 135, 0.2);
		border-radius: 16px;
		flex: none;
		order: 0;
		align-self: stretch;
		flex-grow: 0;
		padding: 0;
	}

	.search-input {
		padding: 14px 21px;
	}

	.location-input {
		padding: 14px 21px;
		border-top: 1px solid rgba(0, 7, 135, 0.2);
		width: 100%;
		border-left: 0;
	}

	.search-box input {
		height: 24px;
	}

	.search-box svg {
		width: 12px;
		min-width: 12px;
	}
}

@media (max-width: 768px) {
	.search-wrap {
		flex-direction: column;
	}

	.job-right {
		align-items: flex-start;
	}

	.job-right .btn.btn-outline {
		border-radius: 8px;
	}

	.select {
		width: 100%;
	}
}
