.cx-common-container .cx-titlebar .cx-title {
    line-height: 28px !important;
}
.cx-sidebar  .cx-sidebar-button:hover {
    background: #b61929 !important;
    color: #ffffff !important;
}
.cx-sidebar  .cx-sidebar-button:hover svg g {
    fill: #ffffff !important;
}
.cx-sidebar.cx-expanded .cx-footer {
    display: none !important;
}
.cx-sidebar.cx-mobile {
    z-index: 1000 !important;
}
.cx-channel-selector .cx-channels .cx-channel {
    height: 223px;
    width: 134px;
}
.cx-sidebar .cx-sidebar-button {
padding: 9px 11px;
	background-color: #B61929;
}
.cx-sidebar .cx-icon {
    height: 30px !important;
    width: 30px !important;
}
.cx-sidebar .cx-icon .cx-svg-icon-tone1:not(.cx-buttons-window-control .cx-svg-icon-tone1) {
    fill: #ffffff !important;
}
.cx-sidebar .cx-sidebar-button .name {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	padding-left: 10px !important;
	top: -12px !important;
	font-size: 20px !important;
}
.cx-sidebar .cx-sidebar-button:hover {
    filter: grayscale(10%) !important;
}
@media only screen and (max-device-width: 480px) {
    .cx-side-button-group {
        bottom: 60px !important;
        right: 15px !important;
    }
}
.cx-webchat {
    width: 450px !important;
}

.cx-callback {
    width: 450px !important;
}

.cx-webchat .cx-branding-icon {
    display: none !important;
}
.cx-webchat div.cx-input-container {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.cx-channel-selector .cx-channels .cx-channel .cx-channel-details {
    padding-top: 2px !important;
}
.cx-webchat div.cx-input-container .cx-message-input {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.cx-widget.cx-desktop .cx-input-focus {
    border-width: 1px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: none !important;
    border-color: inherit !important;
}
.cx-svg-icon-tone1 {
    fill: #b61929 !important;
}
.cx-title {
    color: #b61929 !important;
}
.cx-widget.cx-theme-light * {
    border-color: #d2796d !important;
}
.cx-powered-by {
    display: none !important;
}
.cx-branding {
    display: none !important;
}
.cx-time {
    color: #626769 !important;
}
.cx-transcript {
    color: #626769 !important;
    background-color: #fff !important;
}
.cx-widget.cx-theme-light {
    color: #b61929 !important;
    background-color: #fff !important;
    scrollbar-face-color: #ccc;
}
.cx-widget.cx-theme-light .cx-theme {
    background-color: #fdfdfd;
    color: #444a52;
    border-color: #dae1e8 !important;
}
.cx-widget.cx-theme-light .cx-btn-default {
    background: 0 0;
    border-color: #b61929 !important;
    color: #b61929;
    background-color: #fff !important;
}
.cx-widget.cx-theme-light .cx-btn-primary {
    color: #fff !important;
    border-color: #b61929 !important;
    background: #b61929 !important;
}
.cx-submit-disabled {
    opacity: 0.2;
}
#agreeConsentsButton {
    border-radius: 5px;
    line-height: 3rem;
    padding: 0 30px;
    cursor: pointer;
    background-color: #b61929;
    color: #fff;
}
#cancelConsentsButton {
    border-radius: 5px;
    line-height: 3rem;
    padding: 0 30px;
    cursor: pointer;
    color: #b61929;
    background: #fff;
    border: 2px solid #b61929;
}
p.cx-font-h2 {
    font-size: 2.5rem;
}
.rodo-content {
    font-size: 14px !important;
    text-align: justify !important;
}
ul.rodo-content {
    list-style-type: decimal;
    margin-left: 5%;
}
.pfr-cx-webchat-chat-button {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	color: #f0f0f0;
	margin: 25px auto 0;
	box-shadow: rgba(135, 135, 135, 0.7) 0px 0px 15px -1px !important;
	cursor: pointer;
	transition: all .1s ease-out;
	position: relative;
	z-index: 998;
	/* overflow: hidden; */
    background: #ffffff;
    border: 2px solid;
}

.pfr-cx-webchat-chat-button .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.pfr-cx-webchat-chat-button .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.pfr-cx-webchat-chat-button:hover .tooltip {
    visibility: visible;
}
.pfr-cx-webchat-chat-button svg {
    width: 35px;
}
.pfr-cx-webchat-chat-button:hover {
    background: #b61929 !important;
    color: #ffffff !important;
}
.pfr-cx-webchat-chat-button:hover svg g {
    fill: #ffffff !important;
}
.cx-widget .cx-form-control.cx-error {
    background: #fccaca !important;
}