.weipei-chatwoot-waiting {
  cursor: progress !important;
  opacity: .72;
}

@media (max-width: 839px) {
  .woot--bubble-holder {
    bottom: calc(var(--mobile-action-bar-height, 4rem) + 1rem) !important;
  }

  .woot-widget-bubble {
    bottom: calc(var(--mobile-action-bar-height, 4rem) + 1rem) !important;
  }

  .woot-widget-holder {
    bottom: calc(var(--mobile-action-bar-height, 4rem) + 5.25rem) !important;
    max-height: calc(100dvh - var(--mobile-action-bar-height, 4rem) - 6.5rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woot--bubble-holder,
  .woot-widget-holder {
    transition: none !important;
  }
}
