.vms-form-processing-overlay {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
}

.vms-form-processing-overlay.is-visible {
  display: flex;
}

.vms-form-processing-card {
  max-width: 26rem;
  width: 100%;
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e6e7e9;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.12);
}

.vms-form-processing-card .spinner-border {
  width: 2.75rem;
  height: 2.75rem;
  border-width: 0.2rem;
}

.vms-form-processing-card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: #0f172a;
}

.vms-form-processing-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.5;
}
