.card-body a, .card-body a:hover {
  color: #ee3353;
}

header.sidebarHeader h2 {
  color: #fff !important;
}

.helpButton {
  right: 7% !important;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
  background-color: #3f1833 !important;
}

.embeddedServiceSidebarButton {
  background: #ee3353 !important;
  font-family: "Euclid-bold", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton {
  background-color: #3f1833 !important;
  border-color: #3f1833 !important;
}

:where(.sfPageEditorWrp) .embeddedServiceHelpButton.embeddedServiceHelpButton {
  display: none;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  box-shadow: none !important;
  background: rgba(63, 23, 52, 0.9) !important;
  right: 7% !important;
  max-width: 18em;
}

.embeddedServiceSidebar.layout-docked .dockableContainer {
  right: 7% !important;
}

.embeddedServiceHelpButton:hover .helpButton:hover .uiButton:hover {
  background: #3f1833 !important;
}

.embeddedServiceLiveAgentStateChatAvatar.isLightningOutContext .agentIconColor0 {
  background-color: #ee3353 !important;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
  background: #3f1833 !important;
  color: rgb(255, 255, 255);
  margin-left: auto;
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.agent.plaintextContent a {
  color: #ee3353 !important;
  padding-left: 3px;
}

.embeddedServiceSidebarButton .label, .embeddedServiceSidebarButton:disabled .label {
  z-index: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}

.sidebarHeader[embeddedService-chatHeader_chatHeader] {
  position: unset !important;
}

img.contactUsImg {
  width: 110px;
  height: 140px;
  margin-bottom: 1em;
  object-fit: cover;
}

/*Overwrite default styles for maximized chatbot. Maximized chatbot only appears if initial page load occurs on mobile. */
.embeddedServiceSidebar.sidebarMaximized.embeddedServiceSidebar.sidebarMaximized {
  top: var(--nav-height);
  height: calc(100% - var(--nav-height));
}

.embeddedServiceSidebarButton.uiButton--inverse .label.label {
  color: white;
  text-decoration-color: white;
}

/* Use line-height to nudge up the "A" letter in the bot's chat avatar 'image' by a little bit*/
.embeddedServiceLiveAgentStateChatItem .isLightningOutContext .avatar.iconAvatar {
  line-height: 22px;
}

.slds-icon_x-small {
  cursor: pointer;
}

.embeddedServiceSidebarButton.embeddedServiceSidebarButton.uiButton--inverse:not(:disabled):focus,
.embeddedServiceSidebarButton.embeddedServiceSidebarButton.uiButton:not(:disabled):hover {
  text-decoration-color: white;
}

.embeddedServiceLiveAgentStateChatItem.chatMessage button span {
  line-height: 1.6em;
}

/*# sourceMappingURL=EinsteinChatbot.css.map */
