.sidebar {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e4e4e4;
    padding: 30px 20px;
    height: 100vh;
    /* overflow-y: auto; */
    position: sticky;
    top: 0;
    left: 0;
}

.sidebar h2 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #635bff;
}

.sidebar {
    .api {
        font-size: 22px;
        margin-bottom: 25px;
        color: #ff9900;
    }
}

.nav-section {
    margin-bottom: 25px;
}

.nav-section h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}

.nav-section a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin-left: 25px;
}

.nav-section a:hover,
.nav-section .active {
    color: #635bff;
}