.jobreqbtn{margin-bottom: 20px;}
.jobreqbtn a{display: block; padding: 10px 20px; text-align:left; margin-bottom: 10px; background: #056cb8; color: #fff;}
.jobreqbtn a:hover{background: #333; color: #fff;}
.jobreqbtn a.btn-job-alert-disabled{color: #999!important; border: 1px solid #999; cursor: default; background: none;}
.jobreqbtn a.btn-job-alert{background: #056cb8; color: #fff;}



.sidebar {
	background: #f2f6fd ;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.sidebar .widget {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.sidebar .widget-title {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
.optionlist {
	list-style: none;
}
.optionlist li {
	margin-bottom: 10px;
	padding: 5px 0;
	position: relative;
	padding-left: 30px;
}
.optionlist li span {
	position: absolute;
	right: 0;
	top: 6px;
}
.optionlist li input[type=checkbox] {
	display: none;
}
.optionlist li input[type=checkbox] + label {
	width: 20px;
	height: 20px;
	border: 1px solid #d1d1d1;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #4ece00;
	padding-left: 2px;
	position: relative;
	top: 2px;
}
.sidebar a {
	color: #056cb8;
	display: inline-block;
	margin-top: 10px;
}
.searchnt .btn {
	background: #056cb8;
	display: block;
	border-radius: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
}
.sidebar .gad {
	margin-top: 15px;
	text-align: center;
}
.social a {
	color: #00a8ff;
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
}
.social a:hover {
	color: #000;
}
/*Listing*/
.topstatinfo{margin-bottom: 30px;}
.searchList {
	list-style: none;
	margin-bottom: 30px;
}
.searchList > li {
	background: #fcfdff;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #eee;
    padding: 22px 18px;
    margin-bottom: 15px;

}
.searchList > li.featured{background: #f7f5ff; border-color: #ddd;}

.searchList > li:hover {
	box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.1);
	border-bottom-color:#056cb8;
}
.searchList > li .jobimg {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.searchList > li .jobimg img{border-radius: 10px;}
.searchList > li h3 i{font-size: 16px; color: rgb(231, 1, 1);}
.searchList > li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.searchList li .companyName {
	margin: 10px 0;
	color: #969595;
}
.searchList li .companyName a {
	color: #969595;
}
.searchList li a:hover {
	color: #333;
}
.searchList li .location {
	color: #000;
}
.searchList li .location span {
	color: #333;
}
.searchList li .listbtn {
	margin-top: 20px;
	display: flex;
	gap: 5px;
	justify-content: right;
}
.searchList li .listbtn a {
	background: #fff;
	display: block;
	border-radius: 7px;
	color: #056cb8;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #056cb8;
	line-height: 36px;
}
.searchList li .listbtn a:hover {
	background: #056cb8;
	color: #fff;
	text-decoration: none;
}
.searchList li .listbtn .fas.fa-heart{color: #da0303;}
.searchList li .listbtn a.favbtn{border-color: #da0303;}
.searchList li .listbtn a.favbtn:hover{background: #eee;}


.searchList li p {
	line-height: 22px;
	color: #333;
	margin: 10px 0 0 0;
}
.searchList li .cateinfo {
	color: #056cb8;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #056cb8;
}
.searchList li .minsalary span {
	color: #999;
	font-weight: 400;
}
/*Pagination*/

.pagiWrap .showreslt {
	font-weight: 600;
	margin-top: 10px;
}
.pagiWrap .pagination {
	text-align: right;
	margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.btn-bars{background: #eee; padding: 10px 20px;}
.btn-bars::after{display: none;}
.btn-bars:hover{background-color: #ddd;}

.btn-primary{background-color: #056cb8; line-height: normal; padding: 10px 25px;}

.searchList > li .dropdown-menu{z-index: 10;}
.searchList > li .dropdown-menu li a{padding: 10px 15px;}
