.e-badge {
  background: #fafafa;
  border-color: transparent;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 0 2px transparent;
          box-shadow: 0 0 0 2px transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  padding: 0.25em 0.4em 0.3em 0.4em;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
}
.e-badge:hover {
  text-decoration: none;
}
.e-badge.e-badge-pill {
  border-radius: 5em;
}
.e-badge.e-badge-notification {
  border-radius: 1em;
  height: 18px;
  line-height: 1.1;
  min-width: 24px;
  padding: 0.25em 0.4em 0.3em 0.4em;
  width: auto;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 100%;
}
.e-badge.e-badge-notification.e-badge-ghost {
  line-height: 0.9;
}
.e-badge.e-badge-circle {
  border-radius: 50%;
  height: 1.834em;
  line-height: 1.8em;
  min-width: 0;
  padding: 0;
  width: 1.834em;
}
.e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.8em;
}
.e-badge.e-badge-overlap {
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.e-badge.e-badge-dot {
  border-radius: 100%;
  height: 6px;
  line-height: 1;
  min-width: 0;
  padding: 0;
  width: 6px;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -3px;
  left: 100%;
}
.e-badge.e-badge-bottom.e-badge-dot {
  position: absolute;
  top: auto;
  bottom: 3px;
}
.e-badge.e-badge-bottom.e-badge-notification {
  position: absolute;
  top: auto;
  bottom: -3px;
}
button .e-badge {
  line-height: 0.9;
  position: relative;
  top: -2px;
}
button .e-badge.e-badge-circle {
  height: 2em;
  line-height: 2em;
  width: 2em;
}
button .e-badge.e-badge-circle.e-badge-ghost {
  line-height: 1.9em;
}

.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
  background-color: #0074cc;
  color: #fff;
}
.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
  background-color: #414040;
  color: #dadada;
}
.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #37844d;
  color: #000;
}
.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) {
  background-color: #cd2a19;
  color: #000;
}
.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) {
  background-color: #bf7500;
  color: #000;
}
.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) {
  background-color: #1e79cb;
  color: #000;
}
.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
  background-color: #201f1f;
  color: #dadada;
}
.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #f4f4f4;
  color: #000;
}
.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: #005799;
}
.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: rgb(39.3023255814, 38.6976744186, 38.6976744186);
}
.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: #286038;
}
.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: rgb(159.5434782609, 32.6869565217, 19.4565217391);
}
.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: rgb(140, 85.7591623037, 0);
}
.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: rgb(23.4334763948, 94.5150214592, 158.5665236052);
}
.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: rgb(6.0952380952, 5.9047619048, 5.9047619048);
}
.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: rgb(218.5, 218.5, 218.5);
}
.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: rgb(0, 72.5, 127.5);
  color: rgb(0, 72.5, 127.5);
}
.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: rgb(26.4534883721, 26.0465116279, 26.0465116279);
  color: rgb(26.4534883721, 26.0465116279, 26.0465116279);
}
.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: rgb(32.5, 78, 45.5);
  color: rgb(32.5, 78, 45.5);
}
.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: rgb(136.8152173913, 28.0304347826, 16.6847826087);
  color: rgb(136.8152173913, 28.0304347826, 16.6847826087);
}
.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: rgb(114.5, 70.1387434555, 0);
  color: rgb(114.5, 70.1387434555, 0);
}
.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: rgb(20.1502145923, 81.2725321888, 136.3497854077);
  color: rgb(20.1502145923, 81.2725321888, 136.3497854077);
}
.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: hsl(0, 1.5873015873%, -2.6470588235%);
  color: hsl(0, 1.5873015873%, -2.6470588235%);
}
.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: rgb(205.75, 205.75, 205.75);
  color: rgb(205.75, 205.75, 205.75);
}
.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #0074cc;
  color: #0074cc;
}
.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #414040;
  color: #414040;
}
.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #37844d;
  color: #37844d;
}
.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #cd2a19;
  color: #cd2a19;
}
.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #bf7500;
  color: #bf7500;
}
.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #1e79cb;
  color: #1e79cb;
}
.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #201f1f;
  color: #201f1f;
}
.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
}