#chart_placeholder svg g:nth-child(2) rect {
  fill: transparent;
}

#chart_placeholder svg g:nth-child(3) text {
  fill: black;
  font-family: sans-serif !important;
  font-weight: bold !important;
}

#chart_placeholder svg g:nth-child(3) line {
  stroke: transparent;
  stroke-width: 0;
}

#chart_placeholder svg g:nth-child(6) rect {
  fill: black;
}

#chart_placeholder svg g:nth-child(8) path {
  fill: rgba(0, 0, 0, 0.2);
}

#chart_placeholder svg g:nth-child(9) text {
  font-family: sans-serif !important;
  font-weight: normal !important;
}

#chart_placeholder svg g:nth-child(10) rect {
  stroke: white;
}

#chart_placeholder svg g:nth-child(10) text {
  font-family: sans-serif !important;
}

#chart_placeholder svg g:nth-child(10) text:nth-child(1) {
  fill: darkred;
  font-weight: bold !important;
}
/*# sourceMappingURL=gantt.css.map */