.user-mfa-status {
  display: inline-flex;
  padding: 4px 8px;
  color: #78869b;
  background: #eef2f7;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.user-mfa-status.enabled {
  color: #15835d;
  background: #e7f7ef;
}
