* {
  margin: 0;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}

[class*='child'] {
  visibility: hidden;
}

[class*='dad'] {
  cursor: pointer;
}

.nodes g {
  cursor: pointer;
}

[class*='dad'] rect {
  stroke: #f5850b !important;
  color: #f5850b !important;
}

.node div {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}

.node span.mais-informacoes {
  color: #191847 !important;
}

[id^='flowchart-RF'] span.mais-informacoes {
  color: #fffffc !important;
}

.rect {
  fill: #ffffff !important;
  stroke: #191847 !important;
  color: #191847 !important;
}

[class*='dad'] div {
  color: #f5850b !important;
}

.edgePath {
  visibility: hidden;
}

.path {
  stroke: #dddddd !important;
}
.edgePath {
  fill: #dddddd !important;
}

.mermaid {
  visibility: hidden;
  overflow: hidden;
  max-height: 100vh;
}

.mermaid svg {
  display: block;
  margin: 0 auto;
}

.loading {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: rgb(245, 133, 11);
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.node rect,
.node circle,
.node ellipse,
.node polygon,
.node path {
  stroke-width: 2px !important;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

.mais-informacoes {
  font-size: 18px;
}

.mais-informacoes:hover {
  cursor: context-menu;
}

foreignObject div.icons,
foreignObject div.text {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.flowchart-message {
  position: absolute;
  color: black;
  background-color: white;
  border: rgb(219, 219, 219) solid 1px;
  border-radius: 8px;
  padding: 14px 14px 11px 13px;
  margin: 15px;
  pointer-events: none;
  z-index: 10;
}

.flowchart-message div {
  display: flex;
  align-items: center;
}

.flowchart-message img {
  padding-right: 12px;
}

.flowchart-message span {
  font-weight: lighter;
  font-size: 13px;
  vertical-align: 3px;
}
