@media (max-width: 767px) {
	.job-card-section{
		margin-bottom: 0px !important;
	}
	.email-job{
		margin-top: 5px;
	}
	.filterbar{
		text-align: center;
	}
}
.inner-header {
	background-image: url('<?php echo base_url() ?>assets/styles/images/resource/plan.png');
	background-repeat: no-repeat;
	background-size: cover;
}

/*Change Job Listing */
.job-listings-sec {
	/* width: 50%!important; */
	padding-right: 0px!important;
	min-height: 265px;
}

.job-list-modern .job-listing.wtabs {
	border-radius: 10px!important;
	border: 1px solid #eee;
}
.job-listing.wtabs .job-title-sec {
	width: 100%!important;
	padding: 0 20px!important;
}
.c-logo {
	width: 100%!important;
	padding-bottom: 20px;
}
.c-logo img {
	float: left!important;
}

.job-style-bx {
	float: left;
	width: 40% !important;
	position: absolute !important;
	right: 0px;
	bottom: 0;
	padding: 15px;
}

.job-style-bx .fav-job {
	padding: 0px 5px 5px 0px !important;
	float: right !important;
}
.job-card .job-employer{
	margin: 0px;
	font-size: 15px;
	color: #0c0c0c;
	padding-bottom: 5px;
}
.job-container-title > h1 {
	color: black;
	font-size: 35px;
	font-weight: bold;
}
.job-search-field{
	float: left;
	width: 100%;
	position: relative;
	border: 2px solid #e8ecec;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.job-search-field input {
	float: left;
	width: 100%;
	background: none;
	padding: 9px 25px 9px 40px !important;
	font-size: 13px;
	margin: 0;
}
.job-search-field i {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #F76618;
	font-size: 24px;
}
.job-location-search i {
	position: absolute;
	left: 27px;
	top: 8px;
	color: #F76618;
	font-size: 24px;
}
.btn-job-search {
	width: 100%;
	padding: 5px 10px !important;
	border-color: #F76618 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px !important;
	color: #F76618 !important;
}

.btn-job-search:hover {
	background: #F76618 !important;
	color: #fff !important;
	border-color: #F76618 !important;
}
.job-card-section{
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.job-card-section{
		margin-bottom: 0px !important;
	}
	.top-field-search{
		margin-bottom: 5px;
	}
	.job-container-title{
		text-align: center;
	}
}
.job-card .job-logo{
	height: 70px;
	margin: 10px 0;
	width: 100%;
}
.job-card .job-logo img{
	width: auto;
	height: 100%;
	border-radius: 50%;
	object-fit: contain;
}
.custom-select-no-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 9px 25px 9px 40px !important;
	float: left;
	width: 100%;
	font-size: 13px;
	margin: 0;
	border: 2px solid #e8ecec;
	color: #9d9d9d;
	background: none;
	border-radius: 8px;
	height: calc(2.25rem + 3px) !important;
}
.custom-select-no-arrow:focus {
	background: none !important;
	outline: none;
	border-color: #ccc;
}
.common-job_btn{
	background: white;
	color: black;
	border: 1px solid #b6b6b6;
	padding: 10px 16px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-inline-end: 10px;
}
.common-job_btn:hover,
.common-job_btn:focus,
.common-job_btn.show {
	background: #fb8a2e !important;
	color: white !important;
	border-color: #fb8a2e !important;
}
.common-job_btn::after {
	display: none !important;
}
.custom-job-drop{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background: #eaeaeafa;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	border-radius: 8px;
	min-width: 300px;
	top: 100%;
	left: 0;
	padding: 10px;
	z-index: 1000;
	border: 1px solid #b6b6b6;
	max-height: 350px;
	overflow: hidden;
	overflow-y: auto;
}
.custom-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	cursor: pointer;
	font-size: 13px;
	transition: 0.3s;
	margin: 0px;
}

.custom-option input {
	display: none;
}

.custom-option .checkmark {
	width: 18px;
	height: 18px;
	border: 2px solid #fb8a2e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.custom-option.checkbox .checkmark {
	border-radius: 4px;
}

.custom-option input:checked + .checkmark {
	border-color: #fb8a2e;
}

.custom-option.checkbox input:checked + .checkmark::after {
	content: "\2714";
	color: #fb8a2e !important;
	font-size: 10px;
}

.custom-option.radio input:checked + .checkmark::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fb8a2e;
	border-radius: 50%;
}
.truncate-text {
	display: inline-block;
	max-width: 200px; /* Adjust the max width as needed */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.all-filter-head{
	font-size: 14px;
	font-weight: bold;
	color: #9d9d9d;
}
.all-filter-save{
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
}
.job-paginate .pagination{
	margin: 0px !important;
}
.job-paginate .viewmore{
	margin: 0px !important;
}
.btn-reset-filter{
	float: none !important;
	padding: 8px 16px !important;
	border-radius: 30px;
	border-color: #fb8a2e;
	color: #fb8a2e;
}
.btn-reset-filter:hover {
	background-color: #fb8a2e;
	color: #fff;
	transition: 0.3s ease-in;
}

