/* TravelPan custom tweaks on top of DarkPan base theme */

.breadcrumb-item a {
    color: #6C7293;
}

.breadcrumb-item.active {
    color: var(--bs-primary) !important;
}

.table .badge {
    font-weight: 500;
    letter-spacing: .3px;
}

.sidebar .navbar-brand i {
    color: var(--bs-primary);
}
