.nav-link i{
    color: #5e72e4;
}

.nav-link-active {
    background: #5e72e4;
    margin: 0 10px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
}

.nav-link-active i {
    color: #fff !important;
}

/* Hide sidebar */
.sidebar-hidden #sidenav-main {
    display: none;
}

/* Expand the main-content */
.sidebar-hidden #mainContent {
    margin-left: 0;
    width: 100%;
}

#toggleSidebar {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1050;
    background-color: #5e72e4;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

#toggleSidebar:hover {
    background-color: #324cdd;
}