.cfg-original-form-mount {
  width: 100%;
}

.cfg-form-toast {
  background: #fff;
  border-left: 5px solid #c62828;
  border-radius: 4px;
  bottom: 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .22);
  color: #222;
  font: 16px/1.45 Arial, sans-serif;
  max-width: min(420px, calc(100vw - 32px));
  opacity: 0;
  padding: 16px 20px;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(16px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 2147483647;
}

.cfg-form-toast.is-success {
  border-left-color: #2e7d32;
}

.cfg-form-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#mauticform_input_chengfeilusehuanbao_ti_jiao:disabled {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 600px) {
  .cfg-form-toast {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
