#mermaid-1 .cluster rect {
  fill: none !important;
  stroke: #000000;
}


/*
span.nodeLabel {
  color: #305775 !important;
}
*/

#mermaid-1 .cluster rect {
  fill: none !important;
}


#mermaid-1 .edgeLabel p {
  background-color: 000;
  border: 1px solid gray;
  padding: 5px;
  color: #213d4f;
}