.nav-pills .nav-link.active.custom {
    color: var(--bs-nav-link-color);
    background-color: var(--bs-body-bg);
    text-decoration: underline;
}