body {
  background-color: #f5f6f8;
}

.navbar-brand {
  font-weight: 600;
}

.card-stat {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.card-stat .value {
  font-size: 1.75rem;
  font-weight: 700;
}

.table-toolbar {
  margin-bottom: 1rem;
}

.low-stock {
  color: #b91c1c;
  font-weight: 600;
}

@media print {
  .no-print {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .voucher,
  .invoice {
    box-shadow: none !important;
    border: 1px solid #000;
  }
}

.voucher,
.invoice {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.invoice {
  max-width: 800px;
}
