
.table-1 .sorting .sorting-arrow .up.active,
.table-1 .sorting .sorting-arrow .down.active {
  opacity: 1;
}

/* Fix: active sidebar dropdown sub-item text was same color as sidebar background */
.side-bar .side-menu .dropdown-menu .active .dropdown-item {
  color: var(--bs-secondary) !important;
}
.side-bar .side-menu .dropdown-menu .active .dropdown-item::before {
  background-color: var(--bs-secondary) !important;
}

/* Mobile table styles are handled by style.css using data-label attributes */