/* 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 ::ng-deep .chart-card {
  position: relative;
}
:host ::ng-deep .chart-top {
  position: relative;
  overflow: hidden;
  width: 100%;
}
:host ::ng-deep .chart-top-margin {
  margin-bottom: 12px;
}
:host ::ng-deep .chart-top-has-margin {
  margin-bottom: 20px;
}
:host ::ng-deep .meta-wrap {
  float: left;
}
:host ::ng-deep .avatar {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 20px;
}
:host ::ng-deep .avatar img {
  border-radius: 100%;
}
:host ::ng-deep .meta {
  color: rgba(0, 0, 0, 0.43);
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}
:host ::ng-deep .action {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
:host ::ng-deep .total {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
  height: 38px;
}
:host ::ng-deep .desc {
  margin-bottom: 12px;
  width: 100%;
}
:host ::ng-deep .footer {
  border-top: 1px solid #e9e9e9;
  padding-top: 9px;
  margin-top: 8px;
}
:host ::ng-deep .footer > * {
  position: relative;
}
:host ::ng-deep .footer-margin {
  margin-top: 20px;
}
