/* 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: inline-block;
  font-size: 14px;
  line-height: 22px;
}
:host ::ng-deep .up,
:host ::ng-deep .down {
  margin-left: 4px;
  position: relative;
  top: 1px;
}
:host ::ng-deep .up i,
:host ::ng-deep .down i {
  font-size: 12px;
  transform: scale(0.83);
}
:host ::ng-deep .up {
  color: #f04134;
}
:host ::ng-deep .down {
  color: #00a854;
  top: -1px;
}
:host.grey ::ng-deep .up,
:host.grey ::ng-deep .down {
  color: rgba(0, 0, 0, 0.65);
}
