:root  > * {
    --md-primary-fg-color:        #008000;
}

.mermaid svg{
    background-color: white !important;
}

.mermaid rect.activation0 {
    stroke: #bfa1fd !important;
    fill: #dacef3 !important;
}
.mermaid rect.note {
    stroke: #dacef3 !important;
    fill: #ECECFF !important;
}

.mermaid .loopLine {
    stroke: #bfa1fd !important;
    stroke-dasharray: unset !important;
}
.mermaid .loopText tspan {
    font-family: "Arial", sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
.mermaid .loopText {
    transform: translateY(4px) !important;
}