.project-progress-badge[data-v-94cafc42],
.customer-badge[data-v-94cafc42],
.product-badge[data-v-94cafc42],
.order-badge[data-v-94cafc42] {
  border-radius: var(--border-radius);
  padding: 0.25em 0.5rem;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.product-badge.status-instock[data-v-94cafc42] {
  background: #C8E6C9;
  color: #256029;
}
.product-badge.status-outofstock[data-v-94cafc42] {
  background: #FFCDD2;
  color: #C63737;
}
.product-badge.status-lowstock[data-v-94cafc42] {
  background: #FEEDAF;
  color: #8A5340;
}
.project-progress-badge.status-hasNotBeenStarted[data-v-94cafc42] {
  background: #C8E6C9;
  color: #256029;
}
.project-progress-badge.status-justStarted[data-v-94cafc42] {
  background: #FFCDD2;
  color: #C63737;
}
.project-progress-badge.status-inProgress[data-v-94cafc42] {
  background: #FEEDAF;
  color: #8A5340;
}
.project-progress-badge.status-halfOfWay[data-v-94cafc42] {
  background: #B3E5FC;
  color: #23547B;
}
.project-progress-badge.status-onFire[data-v-94cafc42] {
  background: #f564b4;
  color: #7c142c;
}
.project-progress-badge.status-finishingSoon[data-v-94cafc42] {
  background: #b2ffea;
  color: #36806f;
}
.project-progress-badge.status-completed[data-v-94cafc42] {
  background: #c5ffb2;
  color: #118a09;
}
.customer-badge.status-qualified[data-v-94cafc42] {
  background: #C8E6C9;
  color: #256029;
}
.customer-badge.status-unqualified[data-v-94cafc42] {
  background: #FFCDD2;
  color: #C63737;
}
.customer-badge.status-negotiation[data-v-94cafc42] {
  background: #FEEDAF;
  color: #8A5340;
}
.customer-badge.status-new[data-v-94cafc42] {
  background: #B3E5FC;
  color: #23547B;
}
.customer-badge.status-renewal[data-v-94cafc42] {
  background: #ECCFFF;
  color: #694382;
}
.customer-badge.status-proposal[data-v-94cafc42] {
  background: #FFD8B2;
  color: #805B36;
}
.order-badge.order-delivered[data-v-94cafc42] {
  background: #C8E6C9;
  color: #256029;
}
.order-badge.order-cancelled[data-v-94cafc42] {
  background: #FFCDD2;
  color: #C63737;
}
.order-badge.order-pending[data-v-94cafc42] {
  background: #FEEDAF;
  color: #8A5340;
}
.order-badge.order-returned[data-v-94cafc42] {
  background: #ECCFFF;
  color: #694382;
}
[data-v-94cafc42] .p-datatable-frozen-tbody {
  font-weight: bold;
}
[data-v-94cafc42] .p-datatable-scrollable .p-frozen-column {
  font-weight: bold;
}