.ccl-show .ccl-wave {
    display: none !important;
}

.ccl-wave {
    position: absolute;
    top: 27px;
    left: 0px;
    text-align: center;
    width: 87px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.ccl-wave .ccl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
    background: #303131;
    background: #ffffff;
    animation: ccl-dots-animation 1.1s linear infinite;
    /* animation-duration: 0.5s; */
}

.ccl-wave .ccl-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.ccl-wave .ccl-dot:nth-child(3) {
    animation-delay: -0.9s;
}
  
@keyframes ccl-dots-animation {
    0%, 60%, 100% {
        transform: initial;
    }
    30% {
        transform: translateY(-6px);
    }
}

body .ccl-element-chat-slider .ccl-iframe-inner iframe {
    position: absolute;
    left: -121%;
    width: 343%;
    height: 180%;
    top: -17%;
}

body .ccl-close-btn:after {
margin-top: 7px;
    margin-left: 0px;
}