.oda-chat-header {
	background-color: #EB6235 !important;
}

.oda-chat-header-button oda-chat-button-close {
	background-color: #EB6235 !important;
}

.oda-chat-user-input{
	overflow-y:hidden;
}
	
.oda-chat-right .oda-chat-message-bubble {
	background-color: #F1AB3D !important;
}

.oda-chat-message oda-chat-right {
	color: #000000 !important;
}

.oda-chat-right .oda-chat-message-bubble {
	border-radius: 10px 10px 0 10px !important;
}

.oda-chat-message oda-chat-left {
	color: #000000 !important;
}

.oda-chat-left .oda-chat-message-bubble {
	Background: #E5E5E5 !important;
	border-radius: 10px 10px 10px 0 !important;
}

.oda-chat-card .oda-chat-card-actions a.oda-chat-disabled {
	color: #ffffff !important;
	background: #043AEE !important;
}

.oda-chat-card {
	border-radius: 10px !important;
}

.oda-chat-card .oda-chat-card-actions a {
	border-radius: 3px !important;
	border: none !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
}

.oda-chat-footer-button-svg-icon {
	fill: #043AEE !important;
}

.oda-chat-footer-button-svg-icon:hover {
	fill: #146AFF !important;
}