#genai-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  height: 52px;
  width: 52px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 9999px;
  background: linear-gradient(244deg, #dbcedd 16.43%, #efd5df 84.87%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 1px 2px 0px rgba(0, 0, 0, 0.06);

  position: fixed;
  bottom: 31px;
  right: 31px;
}

#genai-iframe {
  position: fixed;
  height: 568px;
  width: 350px;
  overflow: hidden;
  right: 28px;
  bottom: 92px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999999;
}

#genai-iframe-hidden {
  width: 0px !important;
  height: 0px !important;
}
