footer{
	background-color:#585241;
	color:#ffffff;
	margin-top:2rem;
}
footer a {
	color: #ffffff;
}
footer ul {
	margin-left: 0;
}
footer li {
	list-style: none;
	margin-left: 0;
}
footer ul li a {
	color: #ffffff;
}
footer ul li a a:hover {
	color: #fff;
}
footer h3, footer h4 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
    border-bottom: 1px solid #ffffff;
}
footer p {
	color: #ffffff;
	line-height: 18px;
	font-size: 14px;
}
footer hr{
	height: 2px;
	color: #ffffff;
	background-color: #ffffff;
	border: 0;
	margin: 5px 0 12px 0px;
}
.iconefooter{
	margin-top:3rem !important;
}
.footercopyright{
	background-color:#d9d9d9;
}

.ze-widget .ze-chat .ze-message-text {
    color: orange !important;
}

/* Change agent text color to white */
.ze-widget .ze-chat .ze-agent-message .ze-message-text {
    color: white !important;
}


