.breadcrumb-position {
    position: fixed;
    left: 265px;
    right: 0;
    top: 45px;
    padding: 0px;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #f1f2f3;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    text-transform: capitalize;
}

.breadcrumb-position-driver {
    position: fixed;
    left: 0px;
    right: 0;
    top: 45px;
    padding: 0px;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #f1f2f3;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    text-transform: capitalize;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0.25rem;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    text-transform: capitalize;
}

.breadcrumb-item a, .breadcrumb-item .ng-star-inserted {
    font-size: 13pt;
    font-weight: 500;
    color: #0CA2D1;
    text-transform: capitalize;
}

.last-index a {
    color: #041527;
    text-transform: capitalize;
}