li.nav-item a.nav-link i.nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link .fa{
    font-family: 'Font Awesome 5 Free';
}
.nav-link i.nav-icon {
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
}

/* .login_icon::before { */
    /* content: '\f007'; */
/* } */

/* .fav_icon::before { */
    /* content: '\f762'; */
/* } */

.calendar_icon::before {
    content: '\f073';
}

.volleyball_icon::before {
    content: '\f45f';
}

.basketball_icon::before {
    content: '\f434';
}

.table-tennis_icon::before {
    content: '\f45d';
}

.bowling_icon::before {
    content: '\f436';
}

.football_icon::before {
    content: '\f44e';
}

.soccer_icon::before {
    content: '\f1e3';
}

.golf_icon::before {
    content: '\f450';
}

.baseball_icon::before {
    content: '\f433';
}