.nav-item a.nav-link{
    color: #232323;
}

/* .nav-item:hover{
    background-color: #3ea554;
    border-radius: 5px;
} */

.nav-item:hover a.nav-link{
    color: #3ea554;
}

.nav-item.active{
    background-color: #3ea554;
    border-radius: 5px;
}

.nav-item.active a.nav-link{
    color: #fff;
}
