.col-val{
	/*color: blue*/
}
.hireRequestBody{
	font-size: 12px;
	text-align: center;
}
.table__head{
	font-size: 14px;
}
.table__header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.buttonSection{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.buttonHire{
	width: 65px;
	height: 25px;
	font-size: 10px;
}

.added__skill{
	background: aliceblue;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 1px 9px -3px;
    margin: 20px 5px;
    
}
.added__skill:hover{
	transition: 0.5s all;
	transform: scale(1.01);
}
.closeIcon{
	cursor: pointer;
}
/*.closeIcon: hover{
	color: blue;
	font-weight: 800;
}*/
