.section-navigation-manual-component {
    position: fixed;
    left: 0px;
    top: 50px;
    width: 220px;
    bottom: 0px;
    padding: 5px 0px;
    padding-bottom: 30px;
    overflow-y: auto;
    background-color: #eee;
}

.section-navigation-manual-component.admin {
    top: 80px;
}

.section-navigation-manual-component a {
    display: block;
    background-image: linear-gradient(-54deg, #17152f, #192045 74%);
    color: white;
    font-size: 16px;
    text-decoration: none;
    margin: 5px 0px;
    padding: 5px 10px;
    border-bottom: none;
}

.section-navigation-manual-component a.subitem {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    background-image: none;
    color: #555;
}

.section-navigation-manual-component a.active {
    font-weight: bold;
}

.section-navigation-manual-component a.subitem.active {
    background: #d9c5a2;
    color: #17152f;
    font-weight: normal;
}