iframe#bp-widget {
  z-index: 999;
  width: min(360px, 100vw);
}

#botpress-float-btn {
  background-image: url("./botpress.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 80px;
  right: 10px;
  cursor: pointer;
  background-color: #0c9;
  color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

#botpress-float-btn .tooltiptext {
  visibility: visible;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.852);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: 105%;
}

#botpress-float-btn:hover .tooltiptext {
  visibility: visible;
}

#botpress-float-btn .__mt {
  margin-top: 22px;
}

.tooltipFont {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
