.ccl-slider-bubble-chat-icon::after {
    content: 'Live Chat';
    font-family: "Roboto",sans-serif;
    line-height: 1.45;
    padding: 0px 6px;
    background: #213f89;
    position: absolute;
    bottom: -21px;
    width: 100%;
    text-align: center;
    left: calc(50% - 40.5px);
    color: white;
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    -webkit-animation: ccl-chat-text 0.25s 1 !important;
    -moz-animation: ccl-chat-text 0.25s 1 !important;
    -o-animation: ccl-chat-text 0.25s 1 !important;
    animation: ccl-chat-text 0.25s 1 !important;
    transform-origin: left;
}

@keyframes ccl-chat-text {
	0% {
                opacity: 0;
		transform: scaleX(0);
	}
	100% {
                opacity: 1;
		transform: none;
	}
}
body .ccl-slider-bubble-chat-icon {
    background: url(https://clientchatlive.com/wp-content/uploads/2022/09/xic-chat_darkblue.png) no-repeat center !important;
}

body .ccl-slider-bubble-close-icon{
background: url(https://clientchatlive.com/wp-content/uploads/2022/09/xclose_darkblue.png) no-repeat center !important;
border: 1px solid #282D3F !important;
}
body .ccl-slider-v2.ccl-chat-slider-animation-dots .ccl-wave .ccl-dot, .ccl-slider-v2.ccl-chat-slider-animation-dots-pulse .ccl-wave .ccl-dot {
background: #061425 !important;
}
body .ccl-slider-window-header-title {
color: #061425;
}

body .ccl-slider-window-header-subtitle {
color: #061425;
}

body .ccl-start-chat-button {
color: #061425;
}

body .ccl-sms-chat-button {
color: #061425 !important;
}