body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
.container { margin-top: 40px; max-width: 720px; }
.spinner { display: none; margin-left: 6px; }

/* Tabel utama */
#transaksiTable td, #transaksiTable th {
  white-space: nowrap;
  text-align: left;
}

.dataTables_wrapper {
  overflow-x: auto;
}

/* Modal detail order */
#orderDetailModal .modal-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#orderDetailModal th, #orderDetailModal td {
  white-space: nowrap;
  text-align: left;
}
