﻿.ui-chatWindow {
    background-color: #007bc3;
}

.cx-widget .cx-theme-dark {
    background-color: #007bc3 !important;
}

.cx-widget label {
    font-family: sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.cx-widget.cx-theme-dark .cx-common-container .cx-titlebar {
    border-color: #FFFFFF !important;
}

cx-common-container .cx-titlebar {
    border-bottom-width: 1px !important;
    border-color: #007bc3 !important;
}

.cx-widget.cx-theme-dark .cx-titlebar .cx-title {
    font-family: sans-serif !important;
    color: #FFFFFF !important;
}

.cx-widget.cx-theme-dark .cx-buttons-window-control .cx-svg-icon-tone1, .cx-widget.cx-theme-dark .cx-input-icon-overlay .cx-svg-icon-tone1 {
    fill: #FFFFFF !important;
}

.cx-bubble {
    background-color: #007bc3 !important;
    border-color: white !important;
}

/*-----------Start Button-----------*/
.cx-widget.cx-theme-dark .cx-btn-primary {
    font-family: sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    background: #8E8C8A !important;
    border-color: #666666 !important;
    color: #FFFFFF !important;
    /*background: linear-gradient(180deg,#8E8C8A,#8E8C8A) !important;*/
}

/*-----------Cancel Button-----------*/
.cx-widget.cx-theme-dark .cx-btn-default {
    font-family: sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    background: #8E8C8A !important;
    border-color: #666666 !important;
    color: #FFFFFF !important;
}

/*-----------Text Fields-----------*/
.cx-widget.cx-theme-dark .cx-form-control {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

/*-------------Purecloud Logo/*-------------*/
.cx-powered-by {
    font-size: 0rem !important;
}

.cx-common-container .cx-powered-by .cx-icon svg {
    width: 0px !important;
    height: 0px !important;
}
