[data-page="profile"] .icons .big-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid white;
    margin-top: -90px;
    position: relative;
}

[data-page="profile"] .jumbo {
    width: 100%;
    height: 400px;
}
@media screen and (max-width: 600px){
	[data-page="profile"] .jumbo {
		height: 200px !important;
		position: relative;
	}
}

[data-page="profile"] .icons .big-icon i{
    position: absolute;
    bottom: -12px;
    left: 78px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #000;
}

[data-page="profile"] .icons .big-icon input{
	height: inherit;
	width: inherit;
	opacity: 0;
	padding: 10px;
	margin-left: -10px;
	margin-top: -5px;
	position: absolute;
}

[data-page="profile"] .icons .big-icon .overlay{
    width: inherit;
    height: inherit;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

[data-page="profile"] .jumbo i{
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #000;
}



[data-page="profile"] .jumbo input{
	height: inherit;
	width: inherit;
	opacity: 0;
	position: absolute;
}

[data-page="profile"] .jumbo .overlay{
    width: inherit;
    height: inherit;
    background: rgba(0, 0, 0, 0.4);
}

[data-page="profile"] .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-page="profile"] .icons {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

[data-page="profile"] .icons .left-icon {
    width: 50px;
    position: absolute;
    height: 50px;
    background: #222;
    top: 400px;
    left: 20px;
}

[data-page="profile"] .icons .right-icon {
    width: 50px;
    position: absolute;
    height: 50px;
    background: #222;
    top: 400px;
    right: 20px;
}

[data-page="profile"] .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 50px; */
}

[data-page="profile"] .details h3 {
    color: #212121;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

[data-page="profile"] .details p {
    color: #727272;
    margin-top: 0px;
    margin-bottom: -10px;
}
[data-page="profile"] .toolbar-inner a sup {
    /* height: 12px; */
    /* margin-bottom: 20px; */
    font-size: 12px;
}
[data-page="profile"] .toolbar-inner a {
	font-size: 14px;
}

[data-page="profile"] .friend-list .item-media, [data-page="search"] .people-list .item-media{
    position: relative;
}

[data-page="profile"] .friend-list .online, [data-page="search"] .people-list .online{
	width: 10px;
    height: 10px;
    background: #4CAF50;
    position: absolute;
    bottom: 9px;
    right: 0;
    visibility: visible !important;
    border-radius: 50%;
}

[data-page="profile"] .friend-list .offline, [data-page="search"] .people-list .offline{
	width: 10px;
	height: 10px;
	background: #F44336;
	position: absolute;
	bottom: 9px;
	right: 0;
	visibility: visible !important;
	border-radius: 50%;
}
[data-page="profile"] .bottom-bar {
	top:calc(100vh - 50px);
	position: fixed;
	height: 50px;
}
[data-page="profile"] .bottom-bar a{
	font-size:12px;
}

sup.friend-count, sup.unread-messages-count{
	font-size: 12px;
	margin-bottom: 10px;
	background: #BB0102;
	height: 17px;
	line-height: 17px;
	border-radius: 3px;
	width: 18px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 2px;
	font-weight: 500;
}
[data-page="home"] .navbar a.link {
	padding:0 12px;
}

[data-page="userChat"] .user-name {
	 font-size: 20px;
	  line-height: 30px;
}

[data-page="userChat"] .user-status {
    font-size: 10px;
	line-height: 10px;
}

[data-page="profile"] .about p{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
[data-page="profile"] .about p i{
    padding-right: 10px;
}
[data-page="profile"] .about {
    padding: 0px 15px;
    position: relative;
}

[data-page="profile"] .about a{
    position: absolute;
    top: -30px;
    right: 0px;
}


