/* Clean Dispatch V3.62: order create/edit mobile stability fix */
html.cd-order-form-stable,
html.cd-order-form-stable body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100% !important;
  position: static !important;
  overscroll-behavior-x: none;
  -webkit-text-size-adjust: 100%;
}

html.cd-order-form-stable .app-shell,
html.cd-order-form-stable .main-panel,
html.cd-order-form-stable .content,
html.cd-order-form-stable .card,
html.cd-order-form-stable .topbar,
html.cd-order-form-stable form,
html.cd-order-form-stable .form-grid,
html.cd-order-form-stable .detail-grid {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  transform: none !important;
  animation: none !important;
}

html.cd-order-form-stable .form-actions,
html.cd-order-form-stable form .form-actions,
html.cd-order-form-stable .sticky-actions,
html.cd-order-form-stable .floating-submit,
html.cd-order-form-stable .bottom-actions {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 12px 0 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(148,163,184,.25) !important;
  box-shadow: none !important;
  z-index: auto !important;
}

html.cd-order-form-stable #v361-admin-notify-float,
html.cd-order-form-stable .v361-notify-float,
html.cd-order-form-stable .v360-tracker-bar {
  display: none !important;
}

html.cd-order-form-stable input,
html.cd-order-form-stable select,
html.cd-order-form-stable textarea,
html.cd-order-form-stable button,
html.cd-order-form-stable .btn {
  max-width: 100% !important;
}

html.cd-order-form-stable table {
  width: 100% !important;
  min-width: 0 !important;
  table-layout: auto !important;
}

html.cd-order-form-stable .table-wrap {
  overflow-x: auto !important;
  max-width: 100% !important;
}

@media (max-width: 760px) {
  html.cd-order-form-stable .content { padding-bottom: 24px !important; }
  html.cd-order-form-stable .topbar { position: relative !important; top: auto !important; }
  html.cd-order-form-stable .card { margin-bottom: 14px !important; }
  html.cd-order-form-stable .form-actions .btn,
  html.cd-order-form-stable .form-actions button,
  html.cd-order-form-stable .form-actions a { width: 100% !important; min-height: 46px; }
}
