.po-status {
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.status-pending {
  background: #fff6ce;
  color: #f76e1a !important;
}
.status-receive {
  background: #e1f6e8;
  color: #4ea195 !important;
}
.status-partially {
  background: #fefae8;
  color: #f05200 !important;
}
.status-rejected {
  background: #fddfdf;
  color: #cf0029 !important;
}
.status-cancel {
  background: #e2e5e9;
  color: #333e46 !important;
}
