/* 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.has-legend ::ng-deep .chart {
  width: calc(100% - 240px);
}
:host.legend-block.has-legend ::ng-deep .chart {
  width: 100%;
  margin: 0 0 32px;
}
:host.legend-block.has-legend ::ng-deep .legend {
  position: relative;
  transform: none;
}
:host.legend-block ::ng-deep .legend {
  position: relative;
  transform: none;
}
:host ::ng-deep {
  display: block;
  position: relative;
}
:host ::ng-deep .chart {
  position: relative;
}
:host ::ng-deep .legend {
  position: absolute;
  right: 0;
  min-width: 200px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
  list-style: none;
  padding: 0;
}
:host ::ng-deep .legend li {
  cursor: pointer;
  margin-bottom: 16px;
  height: 22px;
  line-height: 22px;
}
:host ::ng-deep .legend li:last-child {
  margin-bottom: 0;
}
:host ::ng-deep .dot {
  border-radius: 8px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  height: 8px;
  width: 8px;
}
:host ::ng-deep .line {
  background-color: #e9e9e9;
  display: inline-block;
  margin-right: 8px;
  width: 1px;
  height: 16px;
}
:host ::ng-deep .legend-title {
  color: rgba(0, 0, 0, 0.65);
}
:host ::ng-deep .percent {
  color: rgba(0, 0, 0, 0.43);
}
:host ::ng-deep .value {
  position: absolute;
  right: 0;
}
:host ::ng-deep .title {
  margin-bottom: 8px;
}
:host ::ng-deep .total {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  height: 62px;
  transform: translate(-50%, -50%);
}
:host ::ng-deep .total > h4 {
  color: rgba(0, 0, 0, 0.43);
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  margin-bottom: 8px;
  font-weight: normal;
}
:host ::ng-deep .total > p {
  color: rgba(0, 0, 0, 0.85);
  display: block;
  font-size: 1.2em;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
