
.aset-side-menu {
    display: flex;
    flex-direction: column;
}

.aset-side-menu a {
    font-size: 16px;
    color: #212427 !important;
    text-decoration: none !important;
    line-height: 25px;
}

.aset-side-menu a:not(.active):hover {
    font-weight: bold;
}

.aset-side-menu a.active {
    color: #00908d !important;
    border-left: solid 2px #00908d;
    padding-left: 5px;
}
