body .ccl-element-chat-slider .ccl-iframe-inner iframe {
    position: absolute;
    left: -86px;
    width: 343%;
    height: 180%;
    top: -41%;
}
body .ccl-interactions-row:last-child {
  background: linear-gradient(0,rgba(0,0,0,0.9514180672268907) 10%,rgba(28,28,28,0.4556197478991597) 90%,rgba(255,255,255,0) 100%);
}
body .ccl-video-prompt-container .ccl-iframe-inner iframe {
    bottom: 56px;
}
body .ccl-element-chat-tag {
color: #ffffff !important;
}
body .ccl-visitor-name-input::placeholder {
    color: #ffffff;
    font-weight: 500;
    font-family: Oswald,sans-serif;
}
body .ccl-visitor-name-input {
    background-color: #414141 !important;
    color: rgba(0,0,0,.75) !important;
}
body .ccl-start-chat-btn, .ccl-delete-visitor-name {
    color: #fff;
    background-color: #d37935 !important;
    border-color: #ffffff !important;
    border: 1px solid;
    border-radius: 0px !important;
    text-transform: uppercase;
}
body .ccl-sms-chat-button {
    color: #ffffff;
    background: #bd9a21;
    border-radius: 0px;
}
body .ccl-close-btn {
    background-color: #d37935;
}
body .ccl-close-btn:after {
margin-top: -9px;
}