﻿.breadcrumb-container {
    background-color: var(--nx-color-secondary, whitesmoke);
    padding: .3rem 0;
}

#BreadCrumbBarContainer {
    display: flex;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.NavbarChevron {
    margin: 0 .3em;
    font-size: 1.3rem;
    color: navy;
    opacity: .4;
    display: flex;
}

.NavbarItem {
    color: navy;
    font-size: .9rem;
    transition: all .1s ease;
    font-weight: 200;
}

    .NavbarItem:hover {
        color: navy;
        font-weight: 400;
    }

.NavbarCurrentItem {
    color: navy;
    font-size: .9rem;
    font-weight: 200;
    transition: all .1s ease;
}


.NavbarGlyphIcon {
    font-size: 1.4rem;
    display: flex;
}
