    .sidebar-category li.active a {
    background: linear-gradient(90deg, #83cfdd 0%, #44bad0 100%);
    color: #fff;
    border-radius: 8px;
}

.sidebar-category li.active a .icon-1 i {
    color: #fff;
}

.sidebar-category li a {
    transition: all .25s ease;
}