/* Shared ShariX badge standard for Django/Jazzmin admin. */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .15rem .45rem;
  border: 1px solid currentColor;
  border-radius: .4rem !important;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.badge-primary,
.badge-info {
  background: #eef6ff !important;
  color: #318ce7 !important;
}

.badge-success {
  background: #f0fcf4 !important;
  color: #316a3b !important;
}

.badge-warning {
  background: #fefaec !important;
  color: #af8b2d !important;
}

.badge-danger {
  background: #f9f2f2 !important;
  color: #681611 !important;
}

.badge-secondary,
.badge-dark,
.badge-light {
  background: #f1f3f5 !important;
  color: #5f5f5f !important;
}
