<style>
    .nav-link:hover {
        color: #ffffff !important;
        background-color: transparent;
    }

    .nav-item.active .nav-link {
        color: #ef64ab !important;
    }
</style>