.svs-ai-amount-status {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  min-width: 0.9rem;
  min-height: 0.9rem;
  line-height: 0.9rem;
  border-radius: 999px;
  border: 2px solid #fff;
  vertical-align: middle;
  font-size: 0;
}

.svs-ai-amount-status-accepted {
  background-color: #198754;
  box-shadow: 0 0 0 0.22rem #d1e7dd, 0 0 0 0.3rem #146c43;
}

.svs-ai-amount-status-changed {
  background-color: #ffc107;
  box-shadow: 0 0 0 0.22rem #fff3cd, 0 0 0 0.3rem #cc9a06;
}
