body .ccl-element-chat-slider .ccl-iframe-inner iframe {
    position: absolute;
    left: 0%;
    width: 343%;
    height: 180%;
    top: -1%;
}
body .ccl-close-btn:after {
margin-top: -9px;
    color: #ffffff;
}
body .ccl-interactions-row:last-child {
  background: linear-gradient(0,rgba(0,0,0,0.9514180672268907) 0,rgba(28,28,28,0.4556197478991597) 70%,rgba(255,255,255,0) 100%);
}
body .ccl-video-prompt-container .ccl-iframe-inner iframe {
    left: 0%;
    top: -20px;
}
body .ccl-start-chat-btn {
    color: #ffffff;
    background-color: #0097fe !important;
    font-family:  "Manrope",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
body .ccl-start-chat-btn:hover {
    background-color: #01416d !important;
}
body .ccl-visitor-name-input::placeholder {
    color: #8c8c8c;
    font-weight: 500;
}
body .ccl-visitor-name-input {
    background-color: white !important;
    color: rgba(0,0,0,.75) !important;
}
body .ccl-close-btn {
    background-color: #01416d;
}
body .ccl-spanish-chat-button {
    background: #1d1d1b;
    color: #ffffff;
    border: 0px;
    font-family: "Manrope",sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
}
body .ccl-sms-chat-button {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.05;
    color: #000000;
}
body .ccl-element-chat-tag {
    color: #ffffff;
    background-color: #0097fe !important;
    font-family:  "Manrope",sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    width: 140px ;
}