.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;
}