
body{
	background: #d7d7d791;
}
.companies-container{
	margin-top: 60px;
}
.logo-icon > img{
	width: 187%;
    height: 50px;
    border-radius: 7px;
    margin-top: 0px;
    border: 2px solid #e7e7f1;
}
.badge1{
	display: inline-block;
	padding: 2px 6px;
    border: 1px solid #e7e7f1;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #717b9e;
    background: white;
}
.card-text{
	font-size:15px;
	font-weight: bold;
}
.card-text > i{
	color: #fdaa29;
}
.card-text > span{
	font-size: 13px;
	color: #717b9e;
}
.followers-container{
	margin-top: 40px;
}
.followers-number{
	color: #717b9e;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}       	
.mybtn{
	padding: 6px;
	background: #275df5;
	border-radius: 12px;
	width: 100%;
	border: none;
	margin-top: 30px;
	margin-left: -24px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.companies-item{
	border: 1px solid #dbdbdb;
	padding: 15px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 3px -3px 9px 0px #b9b9b9b0;
	/*height: 255px;*/
}
.companies-name{
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}
.companies-name > span{
	font-size: 15px;
	color: #717b9e;
}
a{
	text-decoration: none;
	color: white;
}
.job-conatiner{
	border: 1px solid #dbdbdb;
	padding: 15px;
	background: white;
	margin-top: 30px;
	border-radius: 13px;
	box-shadow: 4px 7px 9px 0px #b9b9b9b0;
}
.job-title{
	font-size: 19px;
	font-weight: bold;
	color: #121224;
}
.profile-based{
	margin-top: 10px;
}
.profile-item{
	border: 1px solid #dbdbdb;
	padding: 8px;
	background: white;
	margin-top: 10px;
	border-radius: 13px;
	height: 155px;
}
.Overview-item{
	padding: 14px;
}
.overview-title{
	font-size: 16px;
	line-height: 20px;
	color: #121224;
	font-weight: bold;
}
.Overview-text{
	color: #474d6a;
	margin-top: 9px;
    display: box;
    font-weight: 500;
    font-size: 14px;
	line-height: 18px;
	height: 35px;
	width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item{
	margin-top: 8px;
}
.key-item > a{
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.key-item{
	font-size: 14px;
	color: #121224;
	line-height: 18px;
	font-weight: 700;
}
.key-item1{
	font-size: 13px;
	font-weight: 500;
	color:#808080;
	padding-left: 3px;
}
.interested-text{
	margin-right: 10px;
    position: relative;
    cursor: pointer;
    padding: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #121224;
    border-bottom: 2px solid #121224;
    width: 50%;
}
.interested-subtext{
	cursor: pointer;
    padding:5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #474d6a;
    margin-bottom: -10px;
}
.interested-subtext > img{
	width: 7%;
}
.interested-based{
	background: #fff;
}
.more-item{
	background: #fff;
}
.profile-text{
	width: 70%;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #717b9e;
}
.text-reviews{
	padding-top: 6px;
	width: 70%;		    
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color:#121224;
}
.text-reviews > textarea{
	border: none;
    width: 142%;
    height: 85px;
    outline: none;
}
.review_submit_btn > a{
	border: 1px solid #0d6efd;
    border-radius: 7px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    background: #0d6efd;
    margin-left: auto;
    display: block;
    text-align: center;
    width: 38%;
    margin-right: 5px;
    line-height: 25px;

}
.error_container{
	font-size: 10px;
	color: red;
	margin-top: -19px;
}
.review-write{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #275df5;
	padding-top: 24px;
	display: inline-block;
}
.text-reviews1{		    
	font-weight: bold;
	font-size: 16px;	
	color:#121224;
}
.profile-icon > i{
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	color: #275df7;
}
.Departments-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700; 
	color: #121224;
	margin: 24px 0px 0;
}
.hiring-container{
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 16px;
	width: 190px !important;
	padding: 9px;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 10px;
	height: 77px;
}
.hiring-title{
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #121224;
}
.hiring-text{
	font-size: 14px;
	font-weight: 700;
	color: #275df5;
}
.openings-title{
	margin-top: 17px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #121224;
	height: 20px;
}
.openings-text{
	display: inline-block;
	/*padding: 7px 12px;
	border: 1px solid #979ec2;
	border-radius: 19px;
	font-weight: 500;
	font-size: 13px;
	margin-top: 13px;
	line-height: 14px;
	color: #474d6a;
	background: white;*/
	margin-top: 20px;
	position: relative;
	margin-right: 5px;
}
.openings-text > i{
	margin-left: 5px;
}
.salesforce-container{
	margin-top: 30px;
}
.salesforce-title{
	font-size: 16px;
	font-weight: 700;
}
.text12{
	font-weight: 500;
	color: #474d6a;
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.years-section{
	display: flex;
}
.years-based{
	margin-right: 25PX;
	font-size: 13px;
	color: #8292b4;
	margin-top: 8px;
}
.jobs-yrs-text{
	font-size: 13px !important;
	margin-top: 5px;
	display: flex;
}
.jobs-yrs-text > i{
	vertical-align: middle;
}
.jobs-yrs-text > span{
	    margin-top: -4px;
    margin-left: 7px;
    margin-bottom: -13px;
}
.salesforce-item{
	display: flex;
}
.salesforce-text{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #717b9e;
	margin-right: 20px;
	margin-top: 7px;
}
.days-section{
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #717b9e;
	margin-top: 15px;
}
.salesforce-based{
	position: relative;
}
.logo-icon1 > img{
	position: absolute;
	top: 14px;
	right: 20px;
	width: 7%;
	border-radius: 6px;
	border: 2px solid #e7e7f1;
}
.follow-btn{
	border: none;
	background: #0d6efd;
	padding: 5px;
	color: white;
	width: 95%;
	border-radius: 11px;
	text-align: center;
	margin: 4px 11px 0px 11px;
	font-size: 15px;
	font-weight: 500;
}
.salesforce-section{
	border: 1px solid #dbdbdb;
	border-radius: 11px;
	padding: 9px;
	margin-bottom: 28px;
}
.hiring-text > a{
	color: #0d6efd;
}
.openings-text > a{
	padding: 7px 12px;
	border: 1px solid #979ec2;
	border-radius: 19px;
	font-weight: 500;
	font-size: 13px;
	margin-top: 13px;
	line-height: 14px;
	color: #474d6a;
	background: white;
	color: #474d6a;
	position: relative;
}
.review-write > a{
	color: #0d6efd;
}
.profile-icon > a{
	color:#0d6efd;
	font-weight: 700;
	font-size: 35px;
}
.salesforce-title > a{
	color: black;
}

/*.openings_detail_box_container{
	display: flex;
}
.each_dropdown1{
	border: 1px solid lightgray;
    border-radius: 16px;
    height: 35px;
    width: 124px;
    margin-top: 25px;
    margin-left: 4px;
    margin-right: 15px;
}*/
.openings_detail_box_container{

}
.each_detail_box_container{
	display: none;
}
.dropdown_container{
	width: 266px;
    height: 204px;
    overflow-y: scroll;
    font-size: 13px;
    box-shadow: 0 14px 40px rgba(30, 10, 58, .1);
    border: 1px solid white;
    background: #fff;
    border-radius: 25px;
    padding: 15px 0 15px 10px;
    margin-top: 8px;
    position: absolute;
    z-index: 2;
    top: 68%;
}
.location_box{
	position: absolute;
    top: 68% !important;
    left: 200px;
}
.experience_box{
	position: absolute;
    top: 68% !important;
    left: 308px;
}
.each_dropdown{

}
.each_dropdown > ul{
	background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}
.each_dropdown > ul > li{
	font-weight: 500;
    color: #121224;
    padding-left: 28px;
    padding-top: 0;
    padding-bottom: 12px;
    cursor: pointer;
}

.no-jobs{
	border: 1px solid #dbdbdb;
    padding: 15px;
    background: white;
    text-align: center;
    line-height: 35px;
    border-radius: 13px;
    box-shadow: 4px 7px 9px 0px #b9b9b9b0;
}


	/*col-*/
@media only screen and (max-width: 576px){
  		
  		.logo-icon > img {
				width: 80%;
			}
			.card-section{
				 margin-left: -23px;
			}
			.interested-text {
		    width: 93%;
		}
		.overview-title {
		    margin-top: 10px;
		}
		.Overview-text {
		    font-size: 10px;
		    line-height: 15px;
		}
		.interested-subtext {
		   	padding: 0px;
		}
		.jobs-yrs-text {
		    font-size: 10px !important;
		}
		.text-reviews {
		    width: 100%;
		}
		.companies-item {
			margin-top: 9px;
		}
		.hiring-container {
	        width: 231px !important;
	    }
		.salesforce-text {
		    font-size: 7px;
			margin-right: 4px;
		}
		.hiring-container {
		    width: 165px !important; 
		}


}

/*col-sm*/
@media only screen and (min-width: 576px) and (max-width : 768px){
  		.logo-icon > img {
				width: 80%;
			}
			.card-section{
				 margin-left: 4px;
			}
			.interested-text {
		    width: 65%;
		}
		.overview-title {
		    margin-top: 10px;
		}
		.Overview-text {
		    font-size: 12px;
		    line-height: 15px;
		}
		.interested-subtext {
		   	padding: 5px;
		}
		.jobs-yrs-text {
		    font-size: 11px !important;
		}
		.companies-item {
			margin-top: 9px;
		}
		.salesforce-text {
		    font-size: 10px;
		    margin-right: 6px;
		}
		.hiring-container {
		    width: 231px !important; 
		}

}

/*col-md*/
@media only screen and (min-width: 768px) and (max-width : 992px){
 	.logo-icon > img {
 		width: 4300%;
 		margin-left: -5px;
	    margin-top: 6px;
	}	
	.card-text {
	    font-size: 9px;
	    font-weight: 800;
	    line-height: 13px;
	    margin-top: 0px;
		margin-bottom: 0px;
	}
	.hiring-container {
	    width: 192px !important;
	}
	.profile-text {
	    width: 100%;
	    font-size: 11px;
	}
	.salesforce-text {
	    margin-right: 10px;
	    font-size: 8px;
	    margin-top: 0px;
	}
	.days-section {
	    margin-top: 9px;
	}
	.jobs-yrs-text {
	    font-size: 11px !important;
	}
	.text-reviews1 {
	    font-size: 15px;
	}
	.text-reviews {
	    width: 103%;
	    font-size: 13px;
	}
	.follow-btn {
	    width: 87%;
	}
	.key-item1 {
	    font-size: 12px;
	}   
	.key-item{
	    font-size: 12px;
	} 
	.badge1 {
	    font-weight: 700;
	    font-size: 7px;
	}
	.interested-text {
	    width: 88%;
	}
	.interested-subtext {
	    font-size: 6px;
	    font-weight: 700;
	}
	.Overview-text {
	    font-size: 10px;
	    line-height: 12px;
	}
}

/*col-lg*/
@media only screen and (min-width: 992px) and (max-width : 1200px){
  	.logo-icon > img {
	    width: 280%;
	    margin-top: 6px;
	}	
	.card-text {
	    font-size: 12px;
	    font-weight: bold;
	}
	.hiring-container {
	    width: 264px !important;
	}
	.salesforce-text {
	    margin-right: 10px;
	}
	.text-reviews {
	    width: 87%;
	}
	.follow-btn {
	    width: 90%;
	}
	.key-item1 {
	    font-size: 12px;
	}   
	.key-item{
	    font-size: 11px;
	} 
	.interested-text {
	    width: 64%;
	}
	.interested-subtext {
	    font-size: 9px;
	}
	.Overview-text {
	    font-size: 13px;
	}
}

/*col-xl*/
@media only screen and (min-width: 1200px) and (max-width : 1400px){  
  	.logo-icon > img {
	    width: 223%;
	    margin-top: 6px;
	}	
	.hiring-container {
	    width: 161px !important;
	}
	.key-item1 {
	    font-size: 12px;
	}   
	.key-item{
	    font-size: 12px;
	} 
	.interested-text {
	    width: 53%;
	}
} 

/*col-xxl*/
@media only screen and (min-width: 1400px){
  
}
