.menu-home li {
    margin-bottom: 10px;
}

.menu-home svg {
    min-width: 20px;
    margin-right: 20px;
}

.menu-home a {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    align-items: center;
}

.nav-item .nav-link:hover {
    background-color: #009ef7;
    color: #fff;
}

.notification-home {
    background: #F7F7F7;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
