 body{
	background-color: rgb(248 249 250) !important; 
	font-family: 'Poppins', sans-serif !important;
}
.dataerror{
	border: 1px solid #dbdbe8;
    line-height: 154px;
    text-align: center;
    border-radius: 10px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.company_search_area{
	margin-top: 20px;
}

/*filter container starts*/
.each_filter_header{
	cursor: pointer;
	display: flex;
	align-items: center;
    color: rgb(0 0 0 / 70%);
}
.filter_title{
	font-size: 16px;
    font-weight: 700;
    
}
.reset_filter_wrapper{
	text-align: center;
	margin-top: 25px;
	width: 60px;
	justify-self: center;
	background-color: whitesmoke;
	border-radius: 3px;
	border: 1px solid rgb(161 158 158 / 70%);
}
.reset_filter_title{
	line-height: 24px;
	font-size: 15px;
    margin-left: 8px;
    padding: 3px;
    border-radius: 2px;
    color: dimgray;
}
.company_filter_container{
	height: 790px;
	font-family: "Open Sans", sans-serif;
	margin: 8px 0px;
	top: 10px;
    position: sticky;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #e8eaed;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 1%);
}
.filter_header{
	display: flex;
    padding: 0px 15px;
    line-height: 60px;
    background-color: white;	
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 5%);
    justify-content: space-between;
}

.filter_content{
	width: 100%;
	max-height: 729px;
	overflow: auto;
    padding: 20px 20px 10px 20px;
	height: 730px;
}




.each_between_space{
    padding: 10px 0px;
    border-bottom: 1px solid #f4f4f5;
}
.each_filter_title{
	display: flex;
	align-items: center;
	color: rgb(29 25 52);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.city_input_wrapper{
	flex: 1;
	padding-left: 15px;
	justify-content: right;
}
.city_input_wrapper > input{
	height: 20px;
    width: 70%;
    border: 1px solid silver;
    border-radius: 3px;
    outline: none;
    font-size: 12px;
    padding-left: 5px;
}
.each_filter_title > span > i{
	margin-left: 10px;
	font-size: 22px;
	margin-top: 4px;
}
.filter_apply_wrapper{

}
.filter_reset_wrapper{
	width: 27px;
    height: 27px;
    line-height: 0px;
    font-size: 15px;
    text-align: center;
    padding-top: 6px;
    color: dimgray;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}
.filter_reset_wrapper:hover{
	color: rgba(0,0,0,0.7);
	background-color: #e5e5e5;
}
.filter_apply_button{
	width: 60px;
    line-height: 24px;
    font-size: 12px;
    margin-left: 8px;
    background-color: rgb(0 117 255);
    color: white;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}
.filter_apply_button:hover{
	background-color: rgb(0 98 213);
}
.each_filter_sub_title{
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	font-weight: 400;
	cursor: pointer;
    font-size: 12px; 
    color: rgb(20 20 20);
/*	color: rgb(71 77 106);*/
}

.each_filter_detail{
	cursor: pointer;
	display: flex;
	margin-bottom: 4px;
}
.each_filter_detail > input{
	cursor: pointer;
	margin-right: 5px;
}

.expand_list{
	width: 265px;
	display: none;  
	margin-top: 12px;
}

.moreskill_list{
	display: none;
}

.skill_more{
    margin: 3px 1px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
}
.each_more_container{
	font-size: 12px;
	color: gray;
	cursor: pointer;
	font-weight: 500;
}


.active_class{
	transform: rotate(180deg);
    transition: all 0.3s ease;
}
.reset_active_class{
  animation: rotateIcon 0.3s linear;
}
.capitalize{
	text-transform: capitalize !important;
}
.search-location{
	position: relative;
}
.search-location > input{
	border-radius: 6px;
    border: 1px solid lightgray;
    outline: none;
    line-height: 26px;
}
.searchlocation-btn{
	position: absolute;
    top: 0px;
    right: 75px;
    background: var(--bs-primary);
    color: white;
    border: none;
    height: 30px;
    border-radius: 0px 6px 6px 0px;
    width:37px;
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*filter container ends*/

/*Company List Starts */

.middlecompany_list{
	margin: 8px 0px;
    position: relative;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #e8eaed;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 1%);
}
.left_container{
	margin-top: 15px;
	position: relative;
    text-align: center;
}

/*.left_container > .company_icon{
	width:45px;
	height: 45px; 
    border-radius: 10px; 
    display: inline-block;
	background-size: cover;
	background-position: center;
	border: 1px solid rgb(128 128 128 / 30%);
	background-image:url("../../images/r/company_list_logo1.png");
}*/

/*.company_icon > img{
	width:45px;
	height: 45px;
    border-radius: 10px;
	border: 1px solid rgb(128 128 128 / 30%);
}*/
.company_name{
	width: 140px;
    text-align: center;
    padding-top: 10px;
    justify-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company_name > a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none; 
    color: rgb(0 0 0 / 70%);
}
.job_title{
   	font-size: 16px;
    color: black;
    font-weight: 500;
}
.job_location{
	font-size: 10px;
    color: rgb(0 0 0 / 70%);
}
.job_location i{
	color: steelblue;
	font-size: 14px;
    vertical-align: bottom;
}


/*button container starts*/ 

.button_container{
	display: block;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    bottom: -52px;
    justify-self: anchor-center;
}
.button_container > a{
	text-decoration: none;
    width: 130px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid green;
}
.apply_button{
	color: white;
	background-color:green;

}
.apply_button:hover{
	color: white;
	background-color: darkgreen;
	transition: 1s ease;
}
.apply_button > a{
	color: white;
	text-decoration: none;
}
.apply_button > a:hover{
	color: white;
}	

/*button container ends*/

.center_container{
    margin-left: -15px;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid rgb(128 128 128 / 20%);
}
.each_detail_space{
	margin: 10px 0px 10px 0px;
}
.each_require_title{
	font-weight: 700;
	font-size: 12px;
    color: rgb(0 0 0 / 60%);
}
.each_require_title >  span > i { 
	width: 17px;
    margin-right: 5px;
    font-size: 14px;
    color: steelblue;
    vertical-align: middle;
}
.each_require_data{
    margin-left: 25px;
	font-size: 12px;
    color: rgb(0 0 0 / 65%);
    font-weight: 500;
    line-height: 18px;
}

/*skill container starts*/

.chip_container{
    position: relative;
}
.each_chipbutton_container{
	margin: 3px 1px;
	width: auto;
	cursor: pointer;
	font-weight: 400; 
	position: relative;
	text-align: center;
	border-radius: 7px;
	display: inline-block;
}
.each_color_container{
	padding:  1px 7px;
	width: auto;
    border-radius:7px 0 0 7px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 5%);
}

.each_color_container .each_tooltip{
    left: 50%;
 	bottom: 110%;
 	opacity: 0;
    z-index: 1;
    width: auto;
    color: white;
    font-size: 10px;
    padding: 5px 10px;
    text-align: center;
    visibility: hidden; 
    position: absolute;
    border-radius: 10px;
    background-color: #333;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.each_color_container:hover .each_tooltip{
	visibility: visible;	
	 opacity: 1;
}


.color_yellow{
	background-color: rgb(242 230 190 / 30%);
	color:rgb(121 108 73);
}

.color_orange{
	background-color:  rgb(238 224 215 / 30%);
	color: rgb(166 94 79);
}

.color_green{
	background-color: rgb(208 236 222 / 30%);
    color: rgb(93 117 101);
}

.color_pink{
	background-color: rgb(238 226 238 / 30%);
	color: rgb(84 68 133);
}


.color_orange:hover{
	width: 70%;
	transition: 0.4s ease-out;
	background-color:  rgb(238 224 215);
}
.color_green:hover{
	width: 60%;
	transition: 0.4s ease-out;
	background-color: rgb(208 236 222);
}
.color_pink:hover{
	width: 75%;
	transition: 0.4s ease-out;
	background-color: rgb(238 226 238);	
}

.yellow_container{
	border: 2px solid rgb(121 108 73 / 20%);
}
.orange_container{
	border: 2px solid rgb(166 94 79 / 20%);
}
.green_container{
	border: 2px solid rgb(93 117 101 / 20%);
}
.pink_container{
	border: 2px solid rgb(84 68 133 / 20%);
} 

/*skill container ends*/


.posted_date{
	color: gray;
    right: 1%;
	bottom: 3%;
    position: absolute;
    font-size: 11px;
}
.posted_date > span{
/*	color: rgba(0 0 0 / 70%);*/
}




/*Company List Ends */

/* add container starts */

.each_add_container{
	height: auto;
	margin: 5px 0px;
	border-radius: 10px;
	background-color: white;
    border: 1px solid #e8eaed;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 1%);
}
.each_add_container img{
	height: 200px;
	width: 100%;
	padding: 5px;
	border-radius: 10px;
}

/* add container ends */

.jobs-list-container{
	position: relative;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 24px 24px 20px;
    box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
    transition: box-shadow .2s linear;
    border: none;
    margin-bottom: 20px;
    margin-top: 14px;
}
.job-list-title-section{
	display: flex;
}
.job-list-title{
	flex:7;
}
.middle-job-section{
	display: flex;
	font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color:#474d6a;
    padding-top: 10px;
   vertical-align: middle;
}
.each-title-section{
	padding-left: 10px;
	border-right: 1px solid lightgray;
	padding-right: 13px;
}
.each-title-section > span > i,.joblist-salary > span > i,.jobdescription > span >i{
	padding-right: 7px;
    font-size: 18px;
    vertical-align: middle;
    COLOR:#717b9e;
}
.joblist-salary{
	border-right: 1px solid lightgray;
	padding-right: 13px;
}

.joblist-mode{
	border: none !important;
}
.jobList-title{
	line-height: 22px;
    color: #121224;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;

}
.companyName{
	color:#474d6a;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}
.joblist-skill{
	color:#717b9e;
	font-size: 14px;
	line-height: 15px;
	padding-top: 15px;
	display: inline-block;
}
.jobdescription{
	font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color:#474d6a;
    padding-top: 12px;
    display: flex;
    width: 669px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.last-joblist-section{
	display: flex;
	padding-top: 10px;
}
.saveJob{
	margin-left: auto;
	colro:#474d6a;
	font-size: 14px;

}
.dateposted{
	color:#717b9e;
	font-size: 12px;
}

/*col*/
@media only screen and (max-width: 576px){
	.center_container{
		border-left: none;
		margin: 10px 0px 15px 0px;
		padding: 0px;
	}
	
	.posted_date {
    	left: 2%;
    	bottom: 1%;
	}
	.company_filter_container{
		display: none;
	}
}

/*col-sm*/
@media only screen and (min-width: 576px) and (max-width : 768px){
	
	.center_container{
		margin: 10px 0px 15px -15px;
		padding-left: 15px;
	}
		
	.each_add_container{
		display: none;
	}
	.company_filter_container{
		display: none;
	}
}

/*col-md*/
@media only screen and (min-width: 768px) and (max-width : 992px){
	.center_container{
		/*border-left: none;*/
		margin: 10px 0px 15px -15px;
		padding-left: 15px;
	}
	.job_title {
/*    	font-size: 10px;*/
	}
		
	.button_container{
		margin-top: 10px;
	}
	.each_add_container img {
    	/*height: 170px;*/
	}
	.company_filter_container{
		display: none;
	}
	
}

/*col-lg*/

@media only screen and (min-width: 992px) and (max-width : 1200px){
	.company_filter_container{
		display: none;
	}
	.each_add_container{
		display: block;
	}
	.company_requirements {
        margin: 10px 0px 10px -12px;
        padding: 0px 10px 0px 10px;
    }
}

/*col-xl*/
@media only screen and (min-width: 1200px) and (max-width : 1400px){
	.company_filter_container{
		display: block;
	}
	.each_add_container img {
    	height: 170px;
	}
	.job_title {
/*    	font-size: 9px;*/
	}
	.each_chipbutton_container {
	    font-size: 9px;
	}
	.each_require_data {
    	font-size: 10px;
	}

}	

/*col-xxl*/
@media only screen and (min-width: 1400px){
	.company_filter_container{
	
	}
	.job_title {
/*    	font-size: 12px;*/
	}
	.center_container{
		margin: 15px 0px 15px -12px;
	}
}


