.sidebar-item.active .sidebar-link2 {
    color: white;
}

.sidebar-link:hover {
    color: unset;
    border-left: initial;
    background: initial;
}

.sidebar-link:hover svg {
    fill: black;
}

.page-help, .page-help:hover {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 20px;
    color: #2A55A1;
}