.wrapper{
	padding: 0px
}

.job_title{
	border:1px solid #E6E6E6;
	border-radius: 5px;
	padding:20px;
	margin-bottom: 20px
}
.outer_wrapper_skill{
	margin: 30px 0px;
}
.add__skill__btn{
	display: grid;
}
.skillWrapper{
	border-radius: 6px;	
	box-shadow: 7px 7px 13px -7px grey;
}
.skillWrapper:hover{
	transition: 0.5s all;
	transform: scale(1.01);
}
.skill__section{
	font-size: 15px;
	font-weight: 600;
	margin-left: 20px;
}
.xbtn{
	color: black;
	font-weight: 600;
	cursor: pointer;
}
.xbtn:hover{
	color: red;
	font-weight: 800;
}
.job__title__header{
	background-color: aliceblue;
    padding: 5px 20px;
    border-radius: 10px;
}
.para__title{
	font-size: 12px;
	font-weight: 600;
}
.posted__by{
	    background: aliceblue;
    padding: 5px 20px;

}