/*
 * sidebar-menu.css — styling for the sidebar section headings (nk-menu-heading).
 * Larger, same font family as the menu items, a coloured accent, and a divider
 * line that separates each section.
 */

.nk-sidebar .nk-menu-heading {
    padding: 16px 24px 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

/* No divider above the very first section (sits right under the logo). */
.nk-sidebar .nk-menu > .nk-menu-heading:first-child {
    border-top: 0;
    margin-top: 0;
}

.nk-sidebar .nk-menu-heading .overline-title {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.10em;
    color: #6ea8fe;
    opacity: 1;
}
