.breadcrumbsContainer {
    background-color: var(--background-color) !important;
    padding: 1rem;
}

.breadcrumbsContainer {
    color: var(--gray-shade-4-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.straightLine {
    display: flex;
}

.activebreadcrumbs {
    color: var(--black-2-font-color) !important;
}

.breadcrumb-item {
    color: var(--gray-shade-4-color) !important;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}