.menu-open, .menu-is-opening{
	background: #007bff;
}

.nav-sidebar .menu-open>.nav-treeview,.menu-is-opening>.nav-treeview{
	background-color: rgb(50, 51, 52)!important;
}

.nav-treeview > .active{
	background: #b9b9b9e6;
}

.direct-chat-messages{
	height:500px;
}

.direct-chat-msg{
	width: 50%;
}
.direct-chat-msg.right{
	max-width: 50%;
	margin-left: 50%;
}


@media screen and (max-width:1024px){
	.direct-chat-msg{
		width: 100%;
	}
	.direct-chat-msg.right{
		max-width: 100%;
		margin-left: 0;
	}
}
