﻿.SideBarUlList
{

}
.menu-arrow {
    transition: .3s;
}

.rotate-180 {
    transform: rotate(180deg);
}

.SideBarUlList li:hover {
    color: var(--text) !important;
    border-bottom-color: var(--primary);
}



#sidebar .SideBarUlList a.active-link {
    color: #ffffff !important;
    background-color: #a40000 !important;
    font-weight: bold !important;
    border-bottom: 2px solid #fdfe00 !important;
}