#mermaid-svg .node rect, #mermaid-svg .node circle, #mermaid-svg .node ellipse, #mermaid-svg .node polygon, #mermaid-svg .node path {
    fill: #beccce !important;
    stroke: #07a888 !important;
    stroke-width: 1px !important;
}

#mermaid-svg .cluster rect {
    fill: #fff !important;
    stroke: #07a888 !important;
    stroke-width: 2px !important;
}

#mermaid-svg .edgePath .path {
    stroke: #07a888 !important;
    stroke-width: 2px !important;
}

#mermaid-svg .arrowheadPath {
    fill: #07a888 !important;
}