.chatbot-toggle {
  position: fixed;
  z-index: 1000;
  right: 100px;
  bottom: 2rem;
  width: 101px;
  height: 101px;
  background: url(./chatbot-toggle.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 768px) {
  .chatbot-toggle {
    width: 50px;
    height: 50px;
    bottom: 4rem;
  }
}
