﻿#navSidebarMenu ul{
    padding-left:20px;
}

    #navSidebarMenu ul li.nav-item {
        font-size:1.5rem;
    }

    #navSidebarMenu ul li.nav-item::before {
        content: '\f054';
        margin-right: 20px;
        float: right;
        margin-top: 0;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
        font-size: 1.5rem;
        vertical-align: baseline;
        border: unset;
        margin-left: 0.5rem;
    }

    #navSidebarMenu > nav > ul:nth-child(1) > li.nav-item::before
    {
        margin-top: 0.5rem;
    }
/* Disable the icon for mobile menu */
@media (max-width: 768px) {
    #navSidebarMenu ul li.nav-item::before {
        content: none;
        margin-right: 0;
        font-size: 1.0rem !important;
    }
}

#navSidebarMenu .mm-login{
    /*background-color: var(--blue-lighter) !important;*/
    height:100%;
}

#navSidebarMenu .mm-chat {
    /*background-color: var(--bs-blue) !important;*/
    height: 100%;
}

#navSidebarMenu a.text-white:visited {
	color: white !important;
}

#navSidebarMenu a:focus{
    border:none !important;
}