/*  Override the default bootstrap 5 menu styles for the left nav */
.left-menu {
    margin-top: 2em;
}

.left-menu ul.dropdown-menu {
    width: inherit;
    background: #fff !important;
    border: none;
    display: contents;
}

.left-menu .dropdown-toggle {
    color: #000;
    font-weight: bold;
}