/* v8 PATCH END */

body .ccl-slider-v2 {
font-family: inherit;
}

.ccl-slider-bubble-chat-icon::after {
    content: 'Live Chat';
   padding: 0px 5px;
    background: #213f89;
    position: absolute;
    bottom: -23px;
    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; /* Safari 4+ */
        -moz-animation: ccl-chat-text 0.25s 1 !important; /* Fx 5+ */
        -o-animation: ccl-chat-text 0.25s 1 !important; /* Opera 12+ */
        animation: ccl-chat-text 0.25s 1 !important; /* IE 10+, Fx 29+ */
transform-origin: left;
    width: 100%;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
}

@keyframes ccl-chat-text {
	0% {
                opacity: 0;
		transform: scaleX(0);
	}
	100% {
                opacity: 1;
		transform: none;
	}
}
body .ccl-slider-bubble-chat-icon {
    border: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 50%;
}
body .ccl-slider-bubble-close-icon {
left: 12px;
}