.pending {
  background-color: #ffc107 !important;
  color: #fff;
}

.placed {
  background-color: #007bff !important;
  color: #fff;
}

.preparing {
  background-color: #17a2b8 !important;
  color: #fff;
}

.ready-to-serve {
  background-color: #28a745 !important;
  color: #fff;
  text-wrap: nowrap;
}

.sticky-cart {
    position: sticky;
    top: 10px;     /* distance from top */
    height: auto;
}