/* Add your own CSS classes to this file and reference them using the $cssclassname property */

/* .ctrl-dgrd-header {
    background: rgb(var(--primary-color));
    color: rgb(var(--primary-color-text));
}
*/

.slick-header-columns {
    background: rgba(var(--primary-color), 0.4);
    color: rgb(var(--primary-color-text));
}