/* body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
} */

/* #radialTreeChart {
  width: 100dvw;
  height: 100dvh;
  border: 1px solid salmon;
} */

#parallelSetChartDesktop{
      width: 100%;
  height: 700px;
  background: #001d3d;
  direction: ltr;
  /* background: #001d3d;
  width: 100dvw;
  height: 100dvh; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* border: 1px solid salmon; */
}
#parallelSetChart {
      width: 100%;
  height: 700px;
  background: #001d3d;
  direction: ltr;
  /* background: #001d3d;
  width: 100dvw;
  height: 100dvh; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* border: 1px solid salmon; */
}

