/* Center the API request result in the visible viewport. */
#api-order-feedback.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#api-order-feedback .modal-dialog {
  width: calc(100% - 32px);
  max-width: 600px;
  margin: auto;
}
