/* 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;
  text-align: center;
  width: 72%;
  margin: 0 auto;
}
:host ::ng-deep .icon {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 24px;
}
:host ::ng-deep .icon > .success {
  color: #00a854;
}
:host ::ng-deep .icon > .error {
  color: #f04134;
}
:host ::ng-deep .title {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}
:host ::ng-deep .description {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.43);
  margin-bottom: 24px;
}
:host ::ng-deep .extra {
  background: #fafafa;
  padding: 24px 40px;
  border-radius: 2px;
  text-align: left;
}
:host ::ng-deep .actions {
  margin-top: 32px;
}
:host ::ng-deep .actions button:not(:last-child) {
  margin-right: 8px;
}
:host ::ng-deep .ant-steps .ant-steps-head,
:host ::ng-deep .ant-steps .ant-steps-title {
  background: #fafafa;
}
