.linkStyle {
    color: inherit !important;
    text-decoration: none !important;
}

.linkStyle .MuiSvgIcon-root {
    fill: rgb(136, 200, 109) !important;
}

.linkStyle .MuiListItemText-secondary {
    color: green !important;
}

.navigation-overflow {
    overflow-y: auto;
    overflow-x: hidden;
}

.navigation-overflow::-webkit-scrollbar-thumb {
    background: #96C677;
}

.navigation-overflow::-webkit-scrollbar {
    width: 1px;
}

.navigation-overflow::-webkit-scrollbar-track {
    background-color: #1e1e1e;
}