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


 /* Homepage Color Gradient */
.bg-gradient-primary-to-secondary, .bg-gradient-primary, .join {
	background-color: #43bb48 !important;
	background-image: linear-gradient(135deg, #43bb48 0%, #43bb48 100%) !important;
}

/* Homepage Text color */
.about-container .title, .about-container .text, .sq .card-text{
    color: #ffffff !important;
}

/* Homepage Header Background Color */
.navbar-marketing.navbar-dark.navbar-scrolled, .navbar-no-header {
	background-color: #212529 !important;
}

/* Homepage Header Text color */
.navbar-dark .navbar-nav .nav-link, .page-header-title, .page-header-text {
	color: #ffffff !important;
}

/* Chat User List Color Gradient */
.chat-list-col {
	background: #212529 !important;
	background: linear-gradient(180deg, #212529 0%, #212529 100%) !important;
}

/* Chat User List Text color */
.chat-name, .chat-preview, .chat-list-col .nav-link{
	color: #ffffff !important;
}

/* Chat Container Color Gradient */
.chat-messages-col {
	background: #ffffff !important;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
}

nav.navbar.navbar-expand.navbar-light.topbar.static-top.lite-shadow{
	background: #ffffff !important;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important;
}

/* Chat Container Text color */
.chat-title, .chat-slug, .new-date, .message-time{
	color: #2b3037 !important;
}

/* Received Chat Background Color */
.replies .chat-img-sgl, .replies .chat-img-duo, .replies .chat-img-grp, .replies .chat-gif, .replies .chat-txt, .replies .message-data small, .replies .chat-replied-bubble  {
	background: #ffffff !important;
}

.replies .message-data:after{
	border-color: #ffffff transparent transparent transparent;
}

.replies .message-data{
    background: #ffffff !important;
}


/* Received Chat Text Color */
.messages ul li.replies .message-data {
	color: #ffffff !important;
}


/* Sent Chat Background Color */
.sent .chat-img-sgl, .sent .chat-img-duo, .sent .chat-img-grp, .sent .chat-gif, .sent .chat-txt, .sent .chat-replied-bubble {
	background: #6e707e;
}

.sent .message-data:before{
	border-color:  #6e707e transparent transparent transparent;
}

.sent .message-data {
    background: #6e707e !important;
}


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

/* Group Chat Username Text Color */
.messages ul li.replies .message-data small{
	color: #43bb48 !important;
}

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

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

/* Chat Info Text Color */
.chat-data-header{
	color: #000000 !important;
}

.selected-chat-name, .active-group-users, .selected-chat-profile{
	color: #000000 !important;
}

