.alert-form {
  padding: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  transition: 0.4s;
  top: -50%;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  gap: 25px;
  z-index: 70;
  pointer-events: none;
  left: 0; }
  .alert-form.danger .alert-form__icon {
    flex-shrink: 0;
    background: url(../../../images/alert.svg) no-repeat;
    width: 25px;
    height: 20px; }
  .alert-form.success .alert-form__icon {
    flex-shrink: 0;
    background: url(../../../images/check-form.svg) no-repeat;
    width: 20px;
    height: 20px; }
  .alert-form.inactive {
    opacity: 0; }

/*# sourceMappingURL=alert.css.map */
