

/* Start:/local/components/site/form/templates/.default/style.css?1772130978464*/
.footer-upper__form {
  position: relative;
}

.form-toast {
  position: absolute;
  top: -10px;
  right: 0;

  max-width: 320px;
  padding: 12px 14px;
  border-radius: 8px;

  background: #2bffe8;;
  color: black;
  border: black 1px solid;
  font-size: 13px;
  line-height: 1.4;

  opacity: 0;
  transform: translateY(-10px);
  transition: .2s ease;
  z-index: 100;
}

.form-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* End */
/* /local/components/site/form/templates/.default/style.css?1772130978464 */
