.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #c8102e !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #c8102e !important;
}
/* For allowing the agent icon to show when there is a hidden question */
.embeddedServiceLiveAgentStateChatItem.chatMessage {
    overflow: visible;
}
/* For allowing the maximize and minimize buttons to render properly on iOS (mobile) */
svg.slds-icon.slds-icon-text-default.slds-icon_x-small {
    height: 20px;
    width: 20px;
    fill: #fff;
}
/* Dealing with CSS conflicts */
.embeddedServiceSidebarButton .label, .embeddedServiceSidebarButton:disabled .label {
    background: transparent !important;
    cursor: pointer;
}
h2[embeddedService-chatHeader_chatHeader] {
    color: white !important;
}
.embeddedServiceSidebarFormField .uiInput .uiLabel-left {
    background-color: transparent !important;
}
.embeddedServiceLiveAgentStateChatButtonItem > .label {
    background: transparent !important;
}