.holler-box .holler-box-overlay {
  background: transparent;
  opacity: 1;
}
.holler-box .holler-box-overlay::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.holler-box .space-between {
  display: flex;
  justify-content: space-between;
}
.holler-box.holler-popup .holler-box-modal-content {
  width: 400px;
}
.holler-box.holler-popup.yes-no .yes-no-buttons {
  display: flex;
  gap: 10px;
}
.holler-box.holler-popup.yes-no .yes-no-buttons button {
  width: 100%;
}
.holler-box.holler-popup.yes-no .yes-no-buttons .choose-no {
  font-weight: 400;
  background-color: #fff;
  color: #333;
}
.holler-box.holler-popup.yes-no .yes-no-buttons.vertical {
  flex-direction: column-reverse;
}
.holler-box.holler-popup.has-embed .display-flex {
  gap: 30px;
}
.holler-box.holler-popup.has-embed.embed-right .right {
  width: min-content;
}
.holler-box.holler-popup.has-embed.embed-left .left {
  width: min-content;
}
.holler-box.holler-popup.has-embed .embed-here:empty {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background: rgba(16, 38, 64, 0.5);
}
.holler-box.holler-popup.has-embed .embed-here:empty::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.holler-box.holler-popup.has-embed .holler-embed-wrap:has(.holler-responsive-embed) {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background: rgba(16, 38, 64, 0.5);
}
.holler-box.holler-popup.has-embed .holler-responsive-embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.holler-box.holler-banner .holler-box-modal {
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
.holler-box.holler-banner .holler-box-modal .holler-box-modal-content {
  width: max-content;
  max-width: 100%;
}
.holler-box.holler-banner .holler-box-modal:not(:has(.display-flex)) .holler-box-modal-content {
  margin: 0 auto;
}
.holler-box.holler-banner .holler-box-modal .holler-button-cta {
  flex-shrink: 0;
}
.holler-box.holler-banner.with-button .display-flex {
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.holler-box.holler-banner.with-button .holler-box-button {
  border-radius: 5px;
}
.holler-box.holler-banner.with-image-right .image, .holler-box.holler-banner.with-image-left .image {
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  min-width: 200px;
}
.holler-box.holler-banner.with-image-right .holler-box-modal {
  padding: 0;
}
.holler-box.holler-banner.with-image-right .holler-box-modal .display-flex {
  align-items: stretch;
}
.holler-box.holler-banner.with-image-right .holler-box-modal .display-flex .left {
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
.holler-box.holler-banner.with-image-right .holler-box-modal .display-flex .left .holler-box-input {
  max-width: 300px;
}
.holler-box.holler-banner.with-image-left .holler-box-modal {
  padding: 0;
}
.holler-box.holler-banner.with-image-left .holler-box-modal .display-flex {
  align-items: stretch;
}
.holler-box.holler-banner.with-image-left .holler-box-modal .display-flex .right {
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
.holler-box.holler-banner.with-image-left .holler-box-modal .display-flex .right .holler-box-input {
  max-width: 300px;
}
.holler-box.holler-banner.with-fixed-image .top-left img {
  top: 0;
}
.holler-box.holler-banner.with-fixed-image .bottom-left img {
  bottom: 0;
}
.holler-box.holler-banner.with-fixed-image .holler-box-modal {
  padding: 0;
}
.holler-box.holler-banner.with-fixed-image .holler-box-modal .display-flex {
  align-items: stretch;
  width: fit-content;
  margin: auto;
}
.holler-box.holler-banner.with-fixed-image .holler-box-modal .display-flex .image {
  width: 100px;
  flex-shrink: 0;
}
.holler-box.holler-banner.with-fixed-image .holler-box-modal .display-flex .image img {
  width: 100px;
  position: absolute;
}
.holler-box.holler-banner.with-fixed-image .holler-box-modal .display-flex .left,
.holler-box.holler-banner.with-fixed-image .holler-box-modal .display-flex .right {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.holler-box.holler-banner.with-form .display-flex {
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.holler-box.holler-banner.with-form .holler-box-form {
  flex-shrink: 0;
  min-width: 400px;
}
.holler-box.holler-banner.with-form .holler-box-input,
.holler-box.holler-banner.with-form .holler-box-button {
  border-radius: 5px;
}
.holler-box.holler-banner.with-form .holler-box-input {
  min-width: 300px;
}
.holler-box.holler-banner .positioner {
  left: 0 !important;
  right: 0 !important;
  transform: none;
}
.holler-box.holler-banner .positioner.top-left {
  top: 0;
}
.holler-box.holler-banner .positioner.bottom-left {
  bottom: 0;
}
.holler-box.holler-sidebar .positioner {
  top: 0 !important;
  bottom: 0 !important;
  transform: none;
}
.holler-box.holler-sidebar .positioner.center-left {
  left: 0;
}
.holler-box.holler-sidebar .positioner.center-right {
  right: 0;
}
.holler-box.holler-sidebar .holler-box-modal {
  max-width: 500px;
  height: 100vh;
}
.holler-box.holler-sidebar .holler-box-modal .holler-box-modal-content {
  width: 400px;
}
.holler-box.holler-fomo .holler-box-modal {
  width: max-content;
}
.holler-box.holler-fomo .holler-box-modal .display-flex {
  align-items: center;
}
.holler-box.holler-fomo .holler-box-modal .display-flex .fomo-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
.holler-box.holler-fomo .holler-box-modal .display-flex .order-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.holler-box.holler-fomo .holler-box-modal .display-flex .order-details .holler-box-modal-content {
  font-size: 18px;
  background: transparent;
  padding: 0;
  line-height: 1.1;
}
.holler-box.holler-fomo .holler-box-modal .display-flex .order-details .time-ago {
  font-size: 14px;
  font-style: italic;
}
.holler-box.has-survey .holler-choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.holler-box.has-survey .holler-choices > .holler-choice {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 117, 255, 0.6);
  background-color: transparent;
  color: #0075ff;
  border-radius: 5px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
}
.holler-box.has-survey .holler-choices > .holler-choice::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0075ff;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.holler-box.has-survey .holler-choices > .holler-choice:hover, .holler-box.has-survey .holler-choices > .holler-choice:focus {
  color: #ffffff;
  background-color: #0075ff;
  border-color: #0075ff;
  font-weight: bold;
}
.holler-box.has-survey .holler-choices > .holler-choice:hover::before, .holler-box.has-survey .holler-choices > .holler-choice:focus::before {
  background-color: #FFF;
}
.holler-box.has-survey .holler-survey-next {
  color: #ffffff;
  background-color: #0075ff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
}
.holler-box.has-survey .holler-skip-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.holler-box.has-survey .holler-skip-wrap .holler-skip {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  cursor: pointer;
  color: rgba(16, 38, 64, 0.5);
}
.holler-box.has-survey .holler-skip-wrap .holler-skip:hover {
  color: #102640;
  background: rgba(16, 38, 64, 0.05);
  border-radius: 4px;
}
.holler-box.has-survey .text-answer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.holler-box.has-survey .text-answer > .holler-survey-text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .holler-box.holler-banner .holler-box-modal {
    max-height: 100vh;
    overflow: auto;
  }
  .holler-box .yes-no-buttons {
    flex-direction: column-reverse !important;
  }
  .holler-box.holler-sidebar .positioner {
    left: 0;
    right: 0;
  }
  .holler-box.holler-sidebar .positioner .holler-box-modal {
    max-height: 100vh;
    width: 100%;
  }
  .holler-box.holler-sidebar .positioner .holler-box-modal .holler-box-modal-content {
    width: 100%;
  }
}

/*# sourceMappingURL=holler-pro.css.map */
