/*
@media screen and (min-height: 850px) {
    .sidenav-mat-list {
        max-height: 95%;
        overflow-y: auto;
    }

    .sidenav-mat-list a.router-link-active {
        background-color: var(--primary-color);
    }

}

@media screen and (max-height: 850px) {
    .sidenav-mat-list {
        max-height: 90%;
        overflow-y: auto;
    }

    .sidenav-mat-list  a.router-link-active {
        background: var(--primary-color);
    }
}



.sidenav-container {
    height: 100%;
    width:200px;
    color: rgba(0,0,0,.54);
    background-color: var(--primary-color);
    float:left;
}

.sidenav {
    height: 100%;
    width: 100%;
    margin-top:-2px;
}

.sidenav-header {
    height: 46px !important;
}

.sidenav-header-span {
    width: 100%;
}

.submenu-button {
    height: 40px !important;
}

.sidenav-content {
    height: 100%;
}

.submenu-icon {
    margin-right: 10px;
}
.sidenav a {
    color: rgba(0,0,0,.54);
}
.sidenav mat-icon {
    margin-right: 15px;
}
*/

.sidenav {
    background-color: var(--primary-color);
    z-index: 4;
}

.sidenav img {
    max-width: 120px;
    height: auto;
}
.sidenav-item.has-products {
    display: none;
}

.sidenav-item {
    width: 100%;
    display: block;
    height: 40px;
}

.sidenav button {

    width: auto;
    float: left;
    text-align: left;
    background-color: var(--primary-color) \);
    border: 0px;
    color: var(--primary-font-color);
    cursor: pointer;
}

.sidenav button.active {
    background-color: var(--secondary-color);
}

@media screen and (max-width: 820px) {
    .sidenav {
        position:fixed;
        z-index: 6;
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
    }

}

