.privateMsgsPreviews {
	display: flex;
  	flex-direction: column;
  	width: 100%;
  	overflow-y: auto;
}

.privateMsgsPreviews .no-chats {
  	margin-top: 25%;
}

.privateMsgsPreviews .no-chat-p {
  	color: #797979;
  	margin: 0 10px;
}