@media screen and (min-width: 50rem) {
  .embeddedServiceHelpButton .helpButton {
    position: fixed;
    bottom: 0.25rem !important;
    right: 4.75rem !important;
    width: 3.4375rem !important;
    height: 3.4375rem !important;
  }

  .embeddedServiceSidebar.layout-docked .dockableContainer {
    right: 0.75rem;
  }
}

@media screen and (max-width: 49.9375rem) {
  .embeddedServiceHelpButton .helpButton {
    bottom: 4.75rem !important;
    right: 0.75rem;
  }
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background: black !important;
  font-family: "Arial", sans-serif !important;
  min-width: 3.4375rem !important;
  width: 3.4375rem !important;
  height: 3.4375rem !important;
  border-radius: 50% !important;
  font-size: 1.5rem !important;
  box-shadow: none !important;
}

.embeddedServiceHelpButton .helpButton .uiButton.helpButtonDisabled {
  display: none;
}

.embeddedServiceHelpButton .helpButton .uiButton .helpButtonLabel {
  display: none;
}

.embeddedServiceSidebarButton {
  background-color: black;
}

.live-chat-hide {
  display: none;
}
