/* Table Row Active State */
.table-row-active {
    background-color: rgb(253 244 255);
}

.table-row-active td,
.table-row-active span {
    /* text-primary-purple */
    font-weight: 700;
    color: rgb(150 89 138 / var(--tw-bg-opacity, 1));
}