.navbar {
    border-bottom: solid 1px #edd;
    box-shadow: 0rem 1rem 1rem #8001;
}

.nav-item {
    display: flex;
    align-items: baseline;
}

.menu-item {
    height: 3rem;
    display: flex;
    padding:0rem 1rem;
    align-items: center;
    width: -moz-available;
    width: -webkit-fill-available;
}

.menu-item:hover {
    background-color: #ffe5e5;
    border-radius: .5rem;
    cursor: pointer;
}

.menu-icon {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}

.menu-link {
    color: grey;
    text-decoration: none;
}

.menu-link:hover{
    color: grey;
    text-decoration: none;
}

.menu-admin {
    display: flex;
}

.dropdown-menu {
    box-shadow: 0.5rem 1rem 1rem #2002;
}