.breadcrumb-item.active a{
    color: #ded8d8;
}

.breadcrumb-item a {
    color: #ded8d8;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ded8d8;
    content: var(--bs-breadcrumb-divider, "/");
}

.svglist-item {
    display: flex;
    margin-bottom: 25px;
    justify-content: flex-start;
    align-items: center;
}

width {}

.svglist-icon {
    width: 48px;
    margin-right: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip);
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #CBB492;
    --stroke-opacity: 1;
    --fill: #CBB492;
}

.svglist-icon svg {
    width: 100%;
    height: auto;
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #CBB492;
    --stroke-opacity: 1;
    --fill: #CBB492;
}

.text-primary {
    color: #f5a425!important;
}    