.active {
    background-color: #f3f4f6 !important;
    border-color: #e5e7eb !important;
    color: #3b82f6 !important;
}

:is(:where(.dark) .active) {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #60a5fa !important;
}