.widget{
	margin-bottom: 20px;
    border: 1px solid #ababab;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}
.profile-menu{
	list-style:none;
	margin:0;
	padding:0;
}
.profile-menu li{
	padding: 10px 15px;
	transition:all 0.3s;
}
.profile-menu li a{
	display: block;
    width: 100%;
    height: 100%;
}
.profile-menu li:not(:last-child){
    border-bottom: 1px solid #ababab;
}
.profile-menu li.active{
	background:#ededed;
}
.profile-menu li:hover{
	background:#ededed;
	transition:all 0.3s;
}
.page-wrap{
	background:#fff;
	border-radius:7px;
	margin-bottom:10px;
	padding:10px;
}
.page-wrap .avatar{
	width:180px;
	height:180px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:999999px;
	overflow:hidden;
}
.page-wrap label{
    font-size: 14px;
    font-weight: 600;
	margin-bottom:5px;
}
#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  background-color: #fff;
}
#style-5::-webkit-scrollbar {
  height: 1px;
  background-color: #fff;
}
#style-5::-webkit-scrollbar-thumb {
  background-color: #eee;
  border: 1px solid #eee;
}
@media screen and (max-width:992px){
	.page-wrap .avatar{
		width:100px;
		height:100px;
		margin:0 auto;
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
		border-radius:999999px;
		overflow:hidden;
	}
}