body{
    font-family: 'Poppins', sans-serif;
}














/* Sent Chat Text Color */
.jb-template .messages ul li.sent .message-data {
	color: #f5f5f5 !important;
}


/* Chat Info Background Gradient */
.jb-template .selected-chat-col, .selected-chat {
	background: #e9ebec !important;
	background: linear-gradient(180deg, #e9ebec 0%, #cfd3d6 100%) !important;
}

/* Chat Info Section Header Color */
.jb-template .chat-data-header, .jb-template .chat-list-col .nav-link.active{
	background: #2b3036 !important;
}
.input-message-write{
	background: #2b3036 !important;
}

/* Chat Info Text Color */
.jb-template .chat-data-header{
	color: #455A64 !important;
}

.jb-template .selected-chat-name, .jb-template .active-group-users, .jb-template .selected-chat-profile{
	color: #455A64 !important;
}

