﻿.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 2.5rem !important;
    font-size: 0.80rem !important;
    font-weight: 400;
    text-transform: none;
}

.breadcrumb a {
    color: #198754;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
}

.breadcrumb a:hover {
    color: #146c43;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #6c757d;
    padding: 0 0.5rem;
}

.breadcrumb-item.active {
    color: #6c757d !important;
    font-weight: 400;
    text-transform: none;
    font-size: 0.85rem;
}
