.dv-conical-column-chart {
  width: 100%;
  height: 100%;
}
.dv-conical-column-chart text {
  text-anchor: middle;
}

.dv-decoration-10 {
  width: 100%;
  height: 100%;
  display: flex;
}

.dv-decoration-11 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.dv-decoration-11 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv-decoration-12 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.dv-decoration-12 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

