.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .badge:empty {
    display: none; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-light {
  color: #4f5d73;
  background-color: #ebedef; }

.badge-danger {
  color: #fff;
  background-color: #e55353; }

.badge-success {
  color: #fff;
  background-color: #2eb85c; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/*# sourceMappingURL=badge.css.map */
