#nav-container {
    width: 100%;
    background-color: var(--white);
    padding: 20px 8px;
    height: auto;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

#left {
    display: flex;
    justify-content: space-between;
}

#right {
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    padding: 0px 20px;
    margin-bottom: 0;
    list-style: none;
    background-color: var(--white);
    border-radius: 0;
}