* {
    font-family: 'Nunito', sans-serif;
}

a.router-link-exact-active {
    border-bottom: revert;
}

a.router-link-active {
    border-bottom: revert;
}

a.router-link-exact-active::after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: brown;

}

.ag-header-cell-menu-button {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    /* Ensure it stays visible without any hover transition */
}

.ag-header-cell-menu-button .ag-hidden {
    opacity: 1 !important;
    visibility: visible !important;
}