.mermaid rect {
    stroke-width: 2px !important;
    fill: white !important;
    stroke: #5692c9 !important;
}

.mermaid .clickable:hover {
    cursor: pointer;
}

.mermaid .clickable:hover rect {
    fill: #e6f2fb !important;
}

.mermaid .flowchart-link {
    stroke: #5692c9 !important;
}

.mermaid .edgeLabel {
    color: #5692c9 !important;
    background: white !important;
}

.mermaid .nodeLabel {
    color: #5692c9 !important;
}

.mermaid .basic {
    stroke: #73ae42 !important;
}

.mermaid .basic ~ * .nodeLabel {
    color: #73ae42 !important;
}
