:nth-child(2) > .nav-link {
    background-color: var(--bs-primary);
    border-radius: 10px;
    font-weight: 450 !important;
    color: white !important;
}

:nth-child(2) > .nav-link:hover {
    background-color: var(--header-txt-color);
}

/* hide second expenses */

#app > main > div:nth-child(3) > div > div:nth-child(1) > aside > div > div.py-2.px-xl-2 > ul > li:nth-child(5) {
    display: none !important;
}