/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
.c7n-result {
  padding: 48px 32px;
}
.c7n-result-success .c7n-result-icon > .icon {
  color: #00bf96;
}
.c7n-result-error .c7n-result-icon > .icon {
  color: #d50000;
}
.c7n-result-info .c7n-result-icon > .icon {
  color: #3f51b5;
}
.c7n-result-warning .c7n-result-icon > .icon {
  color: #faad14;
}
.c7n-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.c7n-result-icon {
  margin-bottom: 0.24rem;
  text-align: center;
}
.c7n-result-icon > .icon {
  font-size: 0.72rem;
}
.c7n-result-title {
  margin: unset;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.24rem;
  line-height: 1.8;
  text-align: center;
}
.c7n-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.13rem;
  line-height: 1.6;
  text-align: center;
}
.c7n-result-extra {
  margin: 0.32rem 0 0 0;
  text-align: center;
}
.c7n-result-extra > * {
  margin-right: 8px;
}
.c7n-result-extra > *:last-child {
  margin-right: 0;
}
.c7n-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: rgba(0, 0, 0, 0.04);
}
