.col-lg-3 {
    height: 60px;
}

.li-css {
    list-style-type: square;
}

.card-img-top {
    width: 90px;
    align-items: center;
    margin-left: 6rem;
}


/* #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #0c0c0ca1;
} */

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #007A33;
    background: #fff;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}