/*#chatBoxWrapper .chatBoxHeader .chatHeaderIcon span.icon{
	background-image: url('/img/bluebridge-chatbot.svg') !important;	
	width: 110px !important;
	height: 110px !important;
	margin: -15px 0 0 -25px !important;
}*/

#chatBoxWrapper .chatBoxHeader {
	/*background-image: linear-gradient(-25deg, rgb(0, 99, 177), rgb(45, 74, 119)) !important;*/
    /*background-position-x: initial !important;
    background-position-y: initial !important;
    background-size: initial !important;
    background-repeat-x: initial !important;
    background-repeat-y: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: #63666A !important;*/
}

#chatBoxWrapper .chatBoxHeader .chatHeaderTitle{
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

#chatBoxWrapper .chatBoxHeader .chatHeaderTitle h1{
	/*color:white !important;*/
}

#myChatButton span.icon {
	/*background-image: url('/img/bluebridge-chatbot-callout.svg') !important;	*/
}

#myChatButton {
	width: 200px !important;
	z-index: 100000 !important;
}

.wc-message-from-bot .wc-message-content{
	background-color:#064299 !important;
}
.wc-message-from-bot svg.wc-message-callout path{
	fill:#064299;
}

.wc-textbox{
	/*background-color:#064299 !important;*/
}

.wc-message-from-me .wc-message-content{
	/*background-color:#00B3EC  !important;*/
}

.wc-message-from-me svg.wc-message-callout path {
    /*fill: #00B3EC;*/
}
#chatBoxWrapper .wc-card button:active, .wc-card button, .wc-card button:hover{
	background: #00B3EC;
}

@media only screen and (max-width: 600px){
	#myChatButton {
		width: 100px !important;
		bottom: -4vh !important;
		right: -1vh !important;
	}

	#myChatButton span.icon {
		background-image: url('/img/bluebridge-chatbot.svg') !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		background-position: 80% !important;
		background-color: transparent !important;
		height: 100% !important;
		width: 100% !important;
		float: left !important;
		text-align: center !important;
	}	
}