﻿/* Added by Matt D*/
embeddedservice-chat-header .sidebarHeader h2 {
    color: white;
}
/*End Matt D styles*/


/*The following are provided by the SF team*/
.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #7E267E;
    font-family: "Arial", sans-serif;
}

    .embeddedServiceHelpButton .helpButton .uiButton:focus {
        outline: 1px solid #7E267E;
    }
/*Added by Tyler S to Stop the Chat Bot showing on Training Records Print to Pdf option (it was covering data in some instances.)*/
@media print {
    .helpButton {
        display: none;
    }
}
