﻿.nav-link {
    color: #ffc107 !important;
}

    .nav-link.disabled {
        color: #343a40 !important;
    }

.nav-pills .nav-link.active {
    background-color: #6c757d !important;
}

.sub-nav-link {
    color: #ffc107 !important;
}

    .sub-nav-link.disabled {
        color: #343a40 !important;
    }

.sub-nav-pills .sub-nav-link.active {
    background-color: #343a40 !important;
}