/* Badge Styles */

.badge-outline {
  background: transparent;
  color: hsl(215, 25%, 15%);
  border-radius: 1rem;
}

.badge-success-soft {
  background: rgba(0, 128, 0, 0.1);
  border-radius: 1rem;
}

.badge-warning-soft {
  background: rgba(255, 193, 7, 0.1);
  border-radius: 1rem;
}

.badge-danger-soft {
  background: rgba(220, 53, 69, 0.1);
  border-radius: 1rem;
}

.badge-secondary-soft {
  background-color: hsl(215, 20%, 96%);
  color: hsl(215, 25%, 15%);
  font-size: 0.75rem;
  border-radius: 1rem;
}