.media-image img {
	width: 40px;
	border-radius: 50%;
}
.user-lists{
	height: 520px;
	overflow-y: auto;
	cursor: pointer;
	list-style: none;
	overflow-x: hidden;
}
.all-messages {
	height: 470px;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.list-group-item {
    padding: 5px;
}


.unread_counter {
	position: absolute;
    margin-top: 0;
    background-color: red;
    border-radius: 50%;
    width: 18px;
    height: 20px;
    text-align: center;
    color: #fff;
    right: 15%;
}

.message-item {
	width: 75%;
    margin: 5px;
    border-radius: 20px;
}

.sent .message-item{
	float: right;
	background-color: #7fe0e2;
}
.recieved {
	background-color: #f5cfcf;
	width: 75%;
	border-radius: 20px;
	margin: 5px;
}
.sent p{
	padding: 10px;
	float: right;
}
.recieved p{
	padding: 10px;
}
input[type=text] {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px
}

#style-3::-webkit-scrollbar-track, #style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;

}

#style-3::-webkit-scrollbar, #style-4::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;

}

#style-3::-webkit-scrollbar-thumb, #style-4::-webkit-scrollbar-thumb {
    background-color: #8c8c8c;

}

#style-3, #style-4 {
	scrollbar-width: thin;
	scrollbar-color: #8c8c8c;
}