 #ChatbotIframe {
  width: 65vw;
  height: 50vh;
    max-width: 1200px; /* Optional */
    max-height: 800px; /* Optional */
  border: 2px red solid;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 8px;
  z-index: 10000;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  top: auto;
  display: none;
  justify-items: center;
  align-items: center;
  align-content: center;
  margin: auto;
}
#ChatbotIframe.active {
  display:flex;
}