.jims-webchat {
    background-color: var(--chat-btn-color, #05acf2);
    position: fixed;
    top: 26%;
    height: 50px;
    right: -25px;
    line-height: 25px;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border: 0;
    transform: rotate(270deg);
    margin: 0;
    color: white;
    font-size: 18px;
    z-index: 99999999;
}

.cx-widget.cx-theme-dark * {
    border: 0!important;
    border-color: #222529;
}

.cx-widget.cx-theme-dark {
    color: var(--chat-color, #6b6b6b) !important;
    background-color: var(--chat-bg-color, #fff) !important;
    scrollbar-face-color: #a3a8ae;
    scrollbar-track-color: #212529;
    scrollbar-arrow-color: #a3a8ae;
}
.cx-widget.cx-theme-dark label{
    color: var(--chat-color, #6b6b6b) !important;
}

.cx-widget.cx-theme-dark .cx-titlebar .cx-title {
    color: #6b6b6b!important;
}

.cx-widget.cx-theme-dark .cx-svg-icon-tone1 {
    fill: var(--chat-btn-color,#05acf2)!important;
}

.cx-widget.cx-theme-dark .cx-btn-primary {
    color: #fdfdfd!important;
    border-color: #0495d3!important;
    background: var(--chat-btn-color,#05acf2)!important;
}


.cx-widget.cx-theme-dark .cx-btn-default {
    background: none;
    border-color: #222529!important;
    color: #fdfdfd!important;
    background-color: #6b6b6b!important;
}

label.cx-control-label.i18n {
    text-transform: capitalize!important;
    font-family: sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
}

.cx-webchat.cx-theme-dark .cx-transcript .cx-filename, .cx-webchat.cx-theme-dark .cx-transcript .cx-filesize, .cx-webchat.cx-theme-dark .cx-transcript .cx-message-text, .cx-webchat.cx-theme-dark .cx-transcript .cx-name {
    color: #8f8a8a!important;
}

.cx-webchat.cx-theme-dark .cx-transcript .cx-filename, .cx-webchat.cx-theme-dark .cx-transcript .cx-filesize, .cx-webchat.cx-theme-dark .cx-transcript .cx-message-text, .cx-webchat.cx-theme-dark .cx-transcript .cx-name {
    color: #ffffff!important;
}

.cx-webchat.cx-theme-dark .cx-transcript .cx-message.cx-system .cx-message-text,
.cx-webchat.cx-theme-dark .cx-transcript .cx-message.cx-system .cx-name {
    color: black!important;
}

.cx-webchat.cx-disabled.cx-theme-dark .cx-input-container {
    background: #eaeaea;
    pointer-events: none;
}

.cx-widget.cx-window-manager {
    position: fixed;
    z-index: 99999999;
}
/**jims chat textarea**/
.cx-webchat div.cx-input-container textarea.cx-message-input {
	color: inherit!important;
}