.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #1f6070;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .embeddedServiceHelpButton .helpButton .uiButton {
    height: 55px;
  }
}
.embeddedServiceSidebarButton {
  background: #1f6070;
}
.embeddedServiceSidebarButton:not(:disabled):focus, .embeddedServiceSidebarButton:not(:disabled):hover {
  background: #1f6070 ;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #484e58;
}
.embeddedServiceHelpButton .uiButton {
  max-width: none;
}
.embeddedServiceHelpButton .helpButton {
  right: 8%;
  height: 70px;
}
.helpButton {
  width: 296px;
}
button.uiButton.helpButtonEnabled {
  width: -webkit-fill-available;
}
.embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
  font-weight: bold;
  font-size: 19px;
}
.embeddedServiceHelpButton .embeddedServiceIcon {
  margin-right: 0;
  font-size: 19px;
}
h2[embeddedService-chatHeader_chatHeader] {
  color: white;
}
embeddedservice-chat-header lightning-icon, embeddedservice-chat-header svg.slds-icon-text-default {
  fill: white !important;
}
.plaintextContent.agent.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI {
  background: rgba(31, 96, 112, .14);
}
.embeddedServiceLiveAgentStateChatInputFooter.chasitorInputWrapper {
  background-color: #1f6070;
}
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent, .embeddedServiceLiveAgentStateChatInputFooter .chasitorText, .embeddedServiceLiveAgentStateChat .chatSessionStartTime {
  color: #333;
}
.embeddedServiceLiveAgentStateChatAvatar.isLightningOutContext .agentIconColor0 {
  background-color: #1f6070;
}
.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li:first-of-type {
  border: 1px solid #333;
}
.embeddedServiceLiveAgentStateChatItem .chatContent ul.rich-menu-items li {
  border-color: #333;
}
.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-item, .embeddedServiceLiveAgentStateChatMenuMessage .chatContent .rich-menu-item:hover {
  color: #333;
}
.embeddedServiceLiveAgentStateChatMenuMessage .rich-menu-itemOptionIsClicked {
  color: #333;
}
.embeddedServiceSidebarDialogState #dialogTextTitle, .embeddedServiceSidebarDialogState #dialogTextBody {
  color: #333;
}
span.embeddedServiceIcon {
  content: url("https://inceptionfertility.com/wp-content/uploads/2022/03/icon-chat-bubble.svg");
  width: 35px;
}
button.rich-button-item.uiButton--default.uiButton.embeddedServiceLiveAgentStateChatButtonItem {
  background: #f2ae5a;
}
.embeddedServiceLiveAgentStateChatButtonItem {
  border: none;
}
.embeddedServiceLiveAgentStateChatEventMessage .eventMessage {
  color: #333;
}
embeddedservice-chat-header-announcement.headerAnnouncement {
  display: none;
}
.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent a {
  color: #1f6070;
  font-weight: bold;
} 

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
  background: #1f6070;
}

.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper .footer-menu .slds-button {
  color: white;
}
.embeddedServiceSidebarFormField .slds-style-inputtext:focus, .embeddedServiceSidebarFormField .slds-style-select:focus {
  border: solid 1px #1f6070;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage button span {
  color: white;
}