#color-bg {
  background-color: #f5f9fc;
}

.detail-card {
  border-radius: 0.75rem;
  /* box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.07); */
}
.icon-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #eef0f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #6c757d;
}
.badge-processing {
  background: #ffe9d8;
  color: #ff8747;
  font-weight: 600;
}
.card-soft {
      border-radius: .75rem;
      box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, .07);
    }
    .table-nowrap th,
    .table-nowrap td {
      white-space: nowrap;
    }
    .product-img {
      width: 40px;
      height: 40px;
      border-radius: .35rem;
      background: #d9dbe0;          /* grey placeholder */
    }
    .badge-orders {
      background: #d1f1d9;
      color: #0aa35b;
      font-weight: 600;
    }