#chtl-widget-button {
  bottom: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 35 !important;
}
.chtl-widget-container {
  bottom: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 35 !important;
}
body[data-hide-chat="true"] #chtl-widget-button,
body[data-hide-chat="true"] .chtl-widget-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
[class*="fixed"][class*="bottom-6"][class*="left-6"] {
  z-index: 40 !important;
}
@media (max-width: 640px) {
  #chtl-widget-button {
    bottom: 1rem !important;
    right: 1rem !important;
  }
  .chtl-widget-container {
    bottom: 1rem !important;
    right: 1rem !important;
  }
}
