.nav-item a{
    color: #6E747E !important;
}

.dropdown-item a{
    color: black !important;
}

.nav-item .active:not(.child-link){
    color: #F76A0B !important;
    background-color: #FEF0E6;
    border-radius: 0px 5px 5px 0px;
    font-weight: bold !important;
    border-right: solid 4px #F76A0B;
}

.nav-item a:hover:not(.active){
    color: black !important;
}

.navbar-heading{
    font-size: 13px !important;
    padding-bottom: 5px !important;
    padding-top: 20px !important;
    margin: 0px !important;
    color: #6E747E !important;
    text-transform: capitalize !important;
}

.child-link a:hover:not(.active){
    color: black !important;
}

.nav-item .child-link .active{
    color: #0b6af7 !important;
    background-color: #e6eefe;
    font-weight: bold !important;
    border-right: none !important;
    border-radius: 0px 0px 0px 0px !important;
}
