body .ccl-element-chat-tag {
    background: linear-gradient(90deg, #c92026 23.5%, maroon 100%);
    color: #fff;
    text-align: center;
    right: 159px;
}
body .ccl-element-chat-slider .ccl-iframe-inner iframe {
    position: absolute;
    left: -121%;
    width: 343%;
    height: 180%;
    top: -13%;
}
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-start-chat-btn, .ccl-delete-visitor-name {
    background: linear-gradient(90deg, #c92026 23.5%, maroon 100%);
    text-transform: uppercase;
}
body .ccl-visitor-name-input::placeholder {
    color: #d7d7d7 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px !important;
}
body .ccl-visitor-name-input {
    background-color: #323234 !important;
    color: #ffffff !important;
    border: 0px !important;
}
body .ccl-sms-chat-button {
    border-radius: 4px;
    font-family: Lato;
    color: #000000;
    background-color: #fdfdfd;
    border-color: #fdfdfd;
    word-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 700;
}
body .ccl-sms-chat-button:hover {
    background-color: #000000 !important;
    color: #fdfdfd;
    border-color: #000000;
}
body .ccl-start-chat-btn:hover {
    background: linear-gradient(90deg, maroon 23.5%, #c92026 100%) !important;
}
body .ccl-element-chat-slider{
    height: 140px;
    width: 140px;
}