#navFade {
    display: none;
    z-index: 99;
    content: "";
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.noscroll {
    overflow: hidden;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navSidebar {
    background: #eee;
    width: 256px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -256px;
    z-index: 999;
}
#navSidebar #navHeader {
    background: #505050;
    width: 100%;
    height: 150px;
    border-bottom: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navSidebar #navHeader h2 {
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0;
}
#navSidebar #breadcrumbs {
    padding-bottom: 0;
}
#navSidebar #breadcrumbs ul > li {
    display: inline-block;
}
#navSidebar #breadcrumbs .uk-icon {
    position: relative;
    top: -1px;
}
#navSidebar #one li {
    flex-direction: row;
    justify-content: flex-start;
}
#navSidebar #one li span {
    min-width: 25px;
}
#navSidebar section {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
#navSidebar section:last-child {
    border-bottom: none;
}
#navSidebar li a{
    color: #000!important;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
}

#navSidebar li:hover > a,
#navSidebar li.current > a {
    border-radius: 3px;
    background-color: #d1d2d6;
    color: #000!important;
    /* width: 300px; */
    display: block;
}

#navSidebar li {
    /*font-family: ClearFont, sans-serif;*/
    /*font-family: 'Amiri', 'Quattrocento', 'Cinzel', serif;*/
    text-transform: uppercase;
    font-size: 18px;
    /*letter-spacing: 0.5px;*/
    line-height: 35px;
    margin: 0;
    /* padding: 0.5rem 0; */
    color: #333;
    margin-bottom: 3px
}
#navSidebar li.header {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    /*font-family: Arial;*/
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
}

#menu {
    /*color: #1e87f0;*/
    text-decoration: none;
    cursor: pointer;
    font-size: 33px;
    float: left;
}

#menu i {
    margin-top: 16px;
}

#navSidebar > li > a {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#navSidebar li {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sidemenu_submenu {
    margin-left: 11px;
}

.sidemenu_submenu li a {
    font-size: 16px!important;
    /* color: red; */
    line-height: normal!important;
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
    padding: 0;
}