:root {
    --custom__primary: rgb(164, 94, 4, .8);
    --custom__bg_primary: rgba(80, 188, 186, .8);
}

#nav-sidebar .simplebar-content {
    display: grid;
}
#nav-sidebar .simplebar-content .current-app {
    order: -1;
}


#nav-sidebar .module .px-6 {
    padding: 0;
}
#nav-sidebar .module ol li {
    padding: 0 .5rem;
}
#nav-sidebar .module ol li h2 a {
    padding: .5rem;
    color: #fff;
    border-radius: .25rem;
    background-color: var(--custom__primary);
}
.current-model a {
    background-color: initial;
}

.dark #nav-sidebar .module ol li h2 a {
    padding: .5rem;
    color: #fff;
    border-radius: .25rem;
}

