/* r25: only the dispatch dialog; keep the table visible below the mask. */
.n-modal-container:has(.codex-dispatch-compact-r25) .n-modal-body-wrapper,
.n-modal-container:has(.codex-dispatch-compact-r25) .n-scrollbar,
.n-modal-container:has(.codex-dispatch-compact-r25) .n-scrollbar-container,
.n-modal-container:has(.codex-dispatch-compact-r25) .n-scrollbar-content {
  background-color: transparent !important;
}

.n-modal-container:has(.codex-dispatch-compact-r25) .n-modal-mask {
  background: rgba(0, 0, 0, .4) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.n-modal.codex-dispatch-compact-r25.modal-content {
  width: 400px !important;
  max-width: calc(100vw - 32px) !important;
  box-sizing: border-box !important;
  margin: auto !important;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18) !important;
}

@media (max-width: 600px) {
  .n-modal.codex-dispatch-compact-r25.modal-content {
    width: calc(100vw - 32px) !important;
    padding: 16px !important;
  }
}
