.embeddedServiceHelpButton .embeddedServiceIcon:before,
.embeddedServiceHelpButton .uiButton .helpButtonLabel span.message,
.helpButtonSpan.helpButtonLabel {
    color: #fff;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #00587c;
    font-family: 'Verdana', sans-serif;
}

.embeddedServiceHelpButton,
.embeddedServiceSidebarButton:not(.uiButton--inverse),
.embeddedServiceSidebarHeader,
.embeddedServiceSidebarExtendedHeader,
.embeddedServiceLiveAgentStateChatItem.chasitor .chatContent {
    background-color: #00587c !important;
}

.embeddedServiceSidebarHeader button:hover .headerTextContent,
.embeddedServiceSidebarHeader button:focus .headerTextContent {
    text-decoration-color: #fff;
}

.headerButton:hover:before,
.headerButton:focus:before,
.headerButton:hover:after,
.headerButton:focus:after {
    box-sizing: content-box;
}

#headerTextLabel {
    color: #fff;
}

.extendedHeader div {
    color: #fff;
}

.sidebarBody div {
    font-family: 'Verdana', sans-serif;
    line-height: 1.5rem;
}

.sidebarBody .chasitor div {
    color: #fff;
}

.sidebarBody li:before {
    content: none;
    content: '';
}

.embeddedServiceSidebar.modalContainer {
    z-index: 200000;
}
