#chatbot_vp-notification {
  position: fixed;
  bottom: 80px;
  right: 80px;
  width: 250px;
  padding: 15px;
  background-color: #0078d4;
  color: white;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
  transition: 0.5s ease-in-out;
}
#chatbot_vp-notification #chatbot_vp-notification-exit {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
}
#chatbot_vp-notification #chatbot_vp-notification-exit:hover {
  color: #ffa600;
}/*# sourceMappingURL=notification.css.map */