.invoice-risk-block[data-v-1df3a17c] {
  width: 286px;
  margin: 8px auto 0;
  font-family: "HONOR Sans Brand", "Helvetica Neue", Arial, sans-serif;
}
.invoice-risk-bar[data-v-1df3a17c] {
  position: relative;
  box-sizing: border-box;
  width: 286px;
  height: 68px;
  border-radius: 8px;
  background: rgba(242, 243, 246, 0.6);
}
.invoice-risk-bar.is-auditing[data-v-1df3a17c] {
  height: 32px;
}
.invoice-risk-bar.is-rejected[data-v-1df3a17c] {
  height: 56px;
}
.invoice-risk-icon[data-v-1df3a17c] {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.invoice-risk-icon img[data-v-1df3a17c] {
  width: 14px;
  height: 14px;
}
.invoice-risk-message[data-v-1df3a17c] {
  position: absolute;
  top: 8px;
  left: 26px;
  width: 252px;
  margin: 0;
  color: rgba(221, 0, 7, 0.9);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.invoice-risk-upload[data-v-1df3a17c] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 20px;
  padding: 0 7px;
  border: 1px solid #dd0007;
  border-radius: 10.5px;
  outline: 0;
  background: transparent;
  color: #dd0007;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.invoice-risk-audit-note[data-v-1df3a17c] {
  box-sizing: border-box;
  width: 270px;
  min-height: 48px;
  margin: 5px 8px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  word-break: break-all;
}
