@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

#survey_widget-embedded {
  width: 100vw;
  height: 100vh;
}
.survey-widget {
  z-index: 100;
  min-height: 560px !important;
  /* min-height: 65%; */
  /* box-shadow: 0px -3px 10px 2px rgba(0, 0, 0, 0.1); */
  background-color: transparent !important;
}

.survey-widget.full {
  position: fixed;
  min-height: 260px;
  bottom: 0;
  width: 90%;
  bottom: 0;
  left: 5%;
  right: 5%;
  max-width: 900px;
  margin: 0 auto;
}

.survey-widget.small {
  position: fixed;
  min-height: 260px;
  min-width: 551px;
  bottom: 0;
}

.survey-widget.small.right {
  right: 0;
}

.survey-widget.small.left {
  left: 0;
}

.survey-widget.pop-over {
  min-width: 480px;
  min-height: 210px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.survey-widget.pop-over.right {
  right: 0;
}

.survey-widget.pop-over.left {
  left: 0;
}

@media only screen and (max-width: 556px) {
  .survey-widget.small,
  .survey-widget.pop-over {
    max-width: 100%;
    min-width: 100%;
  }
  .survey-widget.full {
    min-width: 98%;
    left: 1%;
  }
}
