.mermaid svg { 
    height: 100%;
}

[data-bs-theme='dark'] #flowchartSvg {
    filter: invert(0.9);
}

@media (prefers-color-scheme: dark) {
    :root:not([data-bs-theme='light']) #flowchartSvg {
        filter: invert(0.9);
    }
}

.nav-tabs.flex-column .nav-link.active {
    border-left-color: #dc3545;
}
.card .nav.flex-column:not(.nav-sidebar)>li {
    border-bottom: none !important;
}

.cards tbody tr {
    float: left;
    width: 18rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
    display: block;
}

.cards thead {
    display: none;
}

.cards td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected td:before {
    color: #CCC;
}

.table .avatar {
    width: 50px;
}

.cards .avatar {
    width: 150px;
    height: 150px;
    margin: 15px;
}

