.status-badge.open,
.status-badge.past_due {
  background: rgba(255, 185, 73, .12);
  color: #ffc76b;
}

.status-badge.paid {
  background: rgba(66, 226, 148, .1);
  color: #64eda8;
}

.status-badge.draft {
  background: rgba(141, 161, 184, .14);
  color: #b9c9da;
}

.status-badge.uncollectible {
  background: rgba(255, 107, 135, .1);
  color: #ff8da3;
}

.activation-code {
  overflow-wrap: anywhere;
  font-size: 16px;
}
