.hxtable-indicator {
    line-height: 40px;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

.htmx-request.hxtable-indicator {
    opacity: 1
}

.sorting-arrow{
    color:var(--clr-gray-500);
}
.header:hover .sorting-arrow{
    color:var(--clr-gray-600);
}
.sorting-arrow.active{
    color:var(--base-text-clr);
}