body{
   background-color:rgb(240,248,255);
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.card-title-profile{
   margin: auto;
   padding: 15px;
   background-color: #2f7fad;
   color: white;
   margin-top: 1%;
   margin-bottom: 3%;
}
.emp-profile{
   padding: 3%;
   margin-top:2%;
   margin-bottom: 3%;
   border-radius: 0.5rem;
   background: #fff;
}
.profile-img{
   text-align: center;
}
.profile-img img{
   width: 70%;
   height: 80%;
}
.profile-img .file {
   position: relative;
   overflow: hidden;
   margin-top: -20%;
   width: 70%;
   border: none;
   border-radius: 0;
   font-size: 15px;
   background: #212529b8;
}
.profile-img .file input {
   position: absolute;
   opacity: 0;
   right: 0;
   top: 0;
}
.profile-head h5{
   color: #333;
}
.profile-head h4{
   color: #4b96e7;
}
.profile-edit-btn{
   border: 3px solid #212529b8;
   border-radius: 1.5rem;
   width: 100%;
   padding: 5%;
   font-weight: 600;
   color: #131b20;
   cursor: pointer;
   background-color: rgb(161, 243, 161);
}
.profile-edit-btn-disable{
   border: 3px solid #212529b8;
   border-radius: 1.5rem;
   width: 100%;
   padding: 5%;
   font-weight: 600;
   color: #f5f8fa;
   cursor: pointer;
   background-color: rgb(241, 61, 55);
}
.proile-rating{
   font-size: 12px;
   color: #7070cc;
   margin-top: 5%;
}
.proile-rating span{
   color: #6398ce;
   font-size: 15px;
   font-weight: 600;
}
.profile-head .nav-tabs{
   margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
   font-weight:600;
   border: none;
}
.profile-head .nav-tabs .nav-link.active{
   border: none;
   border-bottom:2px solid #6298d1;
}
.profile-work{
   padding: 14%;
   /* margin-top: -15%; */
}
.profile-work p{
   font-size: 12px;
   color: #7171dd;
   font-weight: 600;
   /* margin-top: 10%; */
}
.profile-work a{
   text-decoration: none;
   color: #5a85b1;
   font-weight: 600;
   font-size: 14px;
}
.profile-work ul{
   list-style: none;
}
.profile-tab label{
   font-weight: 600;
}
.profile-tab p{
   font-weight: 600;
   color: #5e8ab9;
}