.embeddedServiceHelpButton .helpButton{
    height: 46px !important;
    bottom: 0px; 
    right: 0px; 
    position: fixed;
}
/* .embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #A12B4E !important;
    border-radius: 5px 5px 0 0 !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:hover {
    background-color: #A12B4E !important;
    border-radius: 5px 5px 0 0 !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #A12B4E !important;
} */

.uiButton.helpButtonEnabled, .helpButton,.uiButton.helpButtonEnabled::before {
    background-color: #003DA5 !important;
    border-radius: 5px 5px 0 0 !important;
}

.helpButton:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
  }

img[embeddedService-chatHeader_chatHeader]{
    max-width: 100px;
    max-height: 50px;
}
.embeddedServiceSidebarMinimizedDefaultUI .minimizedImage img, .embeddedServiceSidebarMinimizedDefaultUI .minimizedImage .uiImage{
    width: 60px;
    height: 40px;
    padding: 0px;
}

iframe{
    width: 100%;
    height:100%;
    border: none;
}

.chat-frame-div{
    bottom: -10px; 
    right: 10px; 
    position: fixed;
    z-index: 1 !important;
}
.chat-frame-div.span:empty {
    display: none;
}

.sidebarHeader, .headerAnnouncement{
    color: #ffffff !important;
}
.embeddedServiceLiveAgentStateChatItem .rich-button-item, .embeddedServiceLiveAgentStateChatItem .rich-menu-item{
    color: #2D3842;
    font-size: 14px;
}

.embeddedServiceSidebarButton.uiButton--inverse .label{
    color: #2D3842;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu-items .slds-dropdown__item>a{
    color: #2D3842;
    
}

.chasitor a:-webkit-any-link{
    color: #ffffff !important;
}

p[embeddedService-chatHeaderAnnouncement_chatHeaderAnnouncement]{
    font-size: 14px;
}

.embeddedServiceSidebarMinimizedDefaultUI.newMessage, .embeddedServiceSidebarMinimizedDefaultUI.idleTimeout{
    background-color: #003DA5;
}

.embeddedServiceHelpButton .helpButton .uiButton{
    background: #003DA5 !important;
    box-shadow: none !important;
}
/* updates after original prod deploy*/
/*update to adjust sizing of menu items when a guest select a menu item*/
.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li:first-of-type, .embeddedServiceLiveAgentStateChatItem .chatContent .rich-menu-itemOptionIsClicked{
    font-size: 14px;
}