[role="dialog"] form button[type="submit"],
[data-radix-dialog-content] form button[type="submit"] {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 44px !important;
  min-width: 170px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #0f75bd !important;
  color: #ffffff !important;
  border: 1px solid #0f75bd !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  pointer-events: auto !important;
}

[role="dialog"] form button[type="submit"]:disabled,
[data-radix-dialog-content] form button[type="submit"]:disabled {
  background: #64748b !important;
  border-color: #64748b !important;
  color: #ffffff !important;
  opacity: .95 !important;
}
