/* Chatbase custom css */
 #chatbase-bubble-button {
  right: 75px !important;
  width: 44px !important;
  height: 44px !important;
  bottom: 0.7rem !important;
} 

@media (max-width: 767px) {
  #chatbase-bubble-button {
    right: 10px !important;
    bottom: 10px !important;
  }
}