.badge {
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-danger {
  color: #fff;
  background-color: #d74022;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ab331b;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(215, 64, 34, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #009f61;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #006c42;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(0, 159, 97, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #ffeb99;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #ffe166;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(255, 235, 153, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffb700;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc9200;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(255, 183, 0, 0.5);
}

.badge-primary {
  color: #fff;
  background-color: #005fbf;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #00468c;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(0, 95, 191, 0.5);
}

.badge-jurnal {
  color: #fff;
  background-color: #009bde;
}

a.badge-jurnal:hover, a.badge-jurnal:focus {
  color: #fff;
  background-color: #0077ab;
}

a.badge-jurnal:focus, a.badge-jurnal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(0, 155, 222, 0.5);
}

.badge-talenta {
  color: #fff;
  background-color: #c02a34;
}

a.badge-talenta:hover, a.badge-talenta:focus {
  color: #fff;
  background-color: #962129;
}

a.badge-talenta:focus, a.badge-talenta.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(192, 42, 52, 0.5);
}

.badge-klikpajak {
  color: #fff;
  background-color: #f96d01;
}

a.badge-klikpajak:hover, a.badge-klikpajak:focus {
  color: #fff;
  background-color: #c65701;
}

a.badge-klikpajak:focus, a.badge-klikpajak.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(249, 109, 1, 0.5);
}

.badge-mekari {
  color: #fff;
  background-color: #6d48e5;
}

a.badge-mekari:hover, a.badge-mekari:focus {
  color: #fff;
  background-color: #4b1fdb;
}

a.badge-mekari:focus, a.badge-mekari.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(109, 72, 229, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #212121;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #080808;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(33, 33, 33, 0.5);
}

.badge-slate {
  color: #fff;
  background-color: #777;
}

a.badge-slate:hover, a.badge-slate:focus {
  color: #fff;
  background-color: #5e5e5e;
}

a.badge-slate:focus, a.badge-slate.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(119, 119, 119, 0.5);
}

.badge-muted {
  color: #212529;
  background-color: #b4b4b4;
}

a.badge-muted:hover, a.badge-muted:focus {
  color: #212529;
  background-color: #9b9b9b;
}

a.badge-muted:focus, a.badge-muted.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(180, 180, 180, 0.5);
}

.badge-smoke {
  color: #212529;
  background-color: #e2e2e2;
}

a.badge-smoke:hover, a.badge-smoke:focus {
  color: #212529;
  background-color: #c9c9c9;
}

a.badge-smoke:focus, a.badge-smoke.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(226, 226, 226, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #fbfbfb;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e2e2e2;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(251, 251, 251, 0.5);
}

.badge-cloud {
  color: #212529;
  background-color: #f2f4f7;
}

a.badge-cloud:hover, a.badge-cloud:focus {
  color: #212529;
  background-color: #d2d9e4;
}

a.badge-cloud:focus, a.badge-cloud.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(242, 244, 247, 0.5);
}

.badge-link {
  color: #fff;
  background-color: #1357ff;
}

a.badge-link:hover, a.badge-link:focus {
  color: #fff;
  background-color: #0040df;
}

a.badge-link:focus, a.badge-link.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(19, 87, 255, 0.5);
}

.badge-white {
  color: #212529;
  background-color: #fff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5);
}

.badge {
  font-size: 0.75rem;
  line-height: 1.25;
  vertical-align: middle;
}

.badge .ic {
  width: 12px;
  height: 12px;
  font-size: 14px;
  line-height: 12px;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
}

.badge .ic:first-child {
  margin-right: 12px;
}

.badge .ic:last-child {
  margin-left: 12px;
}

.badge-font--circle {
  width: 24px;
}

.badge-font--rounded {
  width: auto;
}

.badge-shape--circle {
  width: 24px;
  padding: 4px;
  border-radius: 50%;
}

.badge-shape--rounded {
  width: auto;
  border-radius: 15px;
}

.badge-sm {
  padding: 0 4px;
}

.badge-sm.badge-shape--circle {
  width: 16px;
  padding: 0;
}

.badge-dot, .badge-dot:empty {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
}
/*# sourceMappingURL=mekari-ui-badge.css.map */