.chatbot_vp-shortcode {
  position: fixed;
  bottom: 0;
  width: 33%;
  height: 500px;
  max-height: 0px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.97);
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4117647059);
  transition: 0.2s ease-in-out;
}

#chatbot_vp-botimg-onClick {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  margin: 20px;
  border: 1px solid black;
  transition: 0.2s ease-in-out;
}
#chatbot_vp-botimg-onClick:hover {
  width: 60px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4117647059);
}

/* styles for small screens */
@media screen and (max-width: 768px) {
  .chatbot_vp-shortcode {
    width: auto;
  }
}/*# sourceMappingURL=front.css.map */