/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: block;
}
:host ::ng-deep .legend {
  margin-top: 16px;
}
:host ::ng-deep .legend .legend-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.43);
  line-height: 22px;
}
:host ::ng-deep .legend .legend-item p {
  margin: 0;
}
:host ::ng-deep .legend .legend-item h6 {
  color: rgba(0, 0, 0, 0.85);
  padding-left: 16px;
  font-size: 24px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 0;
}
:host ::ng-deep .legend .legend-item:after {
  background-color: #e9e9e9;
  position: absolute;
  top: 8px;
  right: 0;
  height: 40px;
  width: 1px;
  content: "";
}
:host ::ng-deep .legend > :last-child .legend-item:after {
  display: none;
}
:host ::ng-deep .legend .dot {
  border-radius: 6px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -1px;
  height: 6px;
  width: 6px;
}
