.k-pagetable-section .category-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  padding: 5px 7px;
  border-radius: 3px;
}
.k-pagetable-section .category-label[data-category="true"] {
  background: #d0e5e2;
  /* color: #f1f1f1; */
}
.k-pagetable-section .category-label[data-category="false"] {
  background: #e0d4e4;
}

.pagetable-comment-label {
  font-size: .825rem;
  border-radius: 3px;
  padding: 2px 4px;
  margin-right: 4px;
  
}

.pagetable-comment-label.awaiting {
  border: 1px solid black;
  border-color: var(--color-orange-600);
  color: var(--color-orange-600);
}