/* Genesys Chat Code*/

/** Chat form bgcolor change **/
.cx-widget.cx-common-container.cx-webchat 
{
	background-color: #F4F4F4 !important;
}
/** Title bar color change **/
.cx-widget.cx-common-container.cx-webchat .cx-titlebar 
{
	background-color: #AB2328 !important;
}
.cx-widget.cx-common-container.cx-webchat .cx-titlebar
{
	padding: 7px 20px !important;
}
/** Title font weight & position change (re-alignment) **/
.cx-widget.cx-common-container.cx-webchat .cx-title
{
	font-weight: bold !important;
	position: relative;
	vertical-align: middle;
	color:#fff !important;
	padding-bottom: 3px;
    padding-top: 4px;
}
/** Genesys branding removal (footer, and on chat started) **/
.cx-footer .cx-powered-by, li[aria-label~=Genesys], div .cx-menu-item.cx-icon.cx-branding-icon.cx-inert 
{
	display: none !important;
}
/** Button color change **/
.cx-widget .cx-form .cx-button-group button.cx-btn-primary, button.cx-end-confirm.cx-btn.cx-btn-primary, button.cx-close-confirm.cx-btn.cx-btn-primary 
{
	background: #AB2328 !important;
	color: #fff !important;
	border-color: transparent !important;
}
/** Minimize, maximize, and close button fill change **/
.cx-icon.cx-button-minimize .cx-svg-icon-tone1, .cx-icon.cx-button-close .cx-svg-icon-tone1, .cx-icon.cx-button-maximize .cx-svg-icon-tone1 
{
	fill: #fff !important;
}
/** Add image as background for icon, then hide originally added svg **/
.cx-titlebar .cx-icon 
{
	width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	background-repeat: no-repeat;
	background-image: url(../images/chp_round.webp);
	background-position: center;
	background-size: 100%;
	border: 0 !important;
	position: relative;
	top: -5px;
	margin-right: 5px !important;
}
.cx-webchat div.cx-input-container .cx-textarea-cell
{
	height:40px !important;
}
/** Hide icon svg, for replacement **/
.cx-titlebar .cx-icon .cx-svg-icon-tone1 
{
	display: none !important;
}
/** End-user bubble color change (on chat started) **/
.cx-webchat .cx-transcript .cx-message-group>.cx-message.cx-participant.cx-you .cx-bubble
{
	background: #c8c6c6;
}
/** Little chat info notice section in chat form **/
.cx-form-chat-notice 
{
	color:#444a52;
	font-size:0.75em;
	padding:0 0 5px 0 !important;
}
/** Additional form mod for Little chat info notice section in chat form **/
.cx-form.cx-form-horizontal 
{
	padding-top: 10px !important;
}
