﻿.mud-navmenu {
    color: white;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
}

.mud-nav-link {
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, .15);
    border-left: solid 5px transparent;
}

    .mud-nav-link:hover {
        background-color: rgb(68, 69, 154, 0.4) !important;
        font-weight: bold !important;
    }

    .mud-nav-link svg {
        color: white !important;
    }

    .mud-nav-link.active:not(.mud-nav-link-disabled) {
        background-color: #44459a !important;
        font-weight: bold !important;
        color: white !important;
        border-left: solid 5px #6264ff;
    }

.mud-nav-group {
    border-bottom: solid 1px rgba(255, 255, 255, .15);
}

    .mud-nav-group .mud-nav-link {
        border-bottom: none !important;
    }

    .mud-nav-group:has(.mud-nav-link.active) {
    }

        .mud-nav-group:has(.mud-nav-link.active) button {
            background-color: rgba(68, 69, 154) !important;
            border-left: solid 5px #6264ff;
        }

        .mud-nav-group:has(.mud-nav-link.active) .mud-collapse-container .mud-nav-link {
            background-color: rgba(68, 69, 154, 0.4) !important;
        }

    .mud-nav-group .mud-nav-link.active {
        color: #a7ba27 !important;
        border-left: solid 5px transparent;
    }

        .mud-nav-group .mud-nav-link.active svg {
            color: #a7ba27 !important;
        }

.mud-nav-link-expand-icon {
    color: white !important;
    fill: white !important;
}
