.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: #400074;
  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: #3d3d3d;
  color: #fff;
}
.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
  background-color: #166600;
  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: #b30900;
  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: #944000;
  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: #0056b3;
  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: #000;
  color: #fff;
}
.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
  background-color: #e4e4e4;
  color: #000;
}
.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
  background-color: rgb(35.8620689655, 0, 65);
}
.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
  background-color: rgb(35.5, 35.5, 35.5);
}
.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
  background-color: #0b3300;
}
.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
  background-color: rgb(128, 6.4357541899, 0);
}
.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
  background-color: rgb(97, 41.9459459459, 0);
}
.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
  background-color: rgb(0, 61.4972067039, 128);
}
.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
  background-color: hsl(0, 0%, -10%);
}
.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
  background-color: rgb(202.5, 202.5, 202.5);
}
.e-badge.e-badge-primary[href].e-badge-ghost:hover {
  border-color: rgb(21.7931034483, 0, 39.5);
  color: rgb(21.7931034483, 0, 39.5);
}
.e-badge.e-badge-secondary[href].e-badge-ghost:hover {
  border-color: rgb(22.75, 22.75, 22.75);
  color: rgb(22.75, 22.75, 22.75);
}
.e-badge.e-badge-success[href].e-badge-ghost:hover {
  border-color: rgb(5.5, 25.5, 0);
  color: rgb(5.5, 25.5, 0);
}
.e-badge.e-badge-danger[href].e-badge-ghost:hover {
  border-color: rgb(102.5, 5.1536312849, 0);
  color: rgb(102.5, 5.1536312849, 0);
}
.e-badge.e-badge-warning[href].e-badge-ghost:hover {
  border-color: rgb(71.5, 30.9189189189, 0);
  color: rgb(71.5, 30.9189189189, 0);
}
.e-badge.e-badge-info[href].e-badge-ghost:hover {
  border-color: rgb(0, 49.2458100559, 102.5);
  color: rgb(0, 49.2458100559, 102.5);
}
.e-badge.e-badge-light[href].e-badge-ghost:hover {
  border-color: hsl(0, 0%, -15%);
  color: hsl(0, 0%, -15%);
}
.e-badge.e-badge-dark[href].e-badge-ghost:hover {
  border-color: rgb(189.75, 189.75, 189.75);
  color: rgb(189.75, 189.75, 189.75);
}
.e-badge.e-badge-ghost.e-badge-primary {
  background-color: transparent;
  border: 1px solid #400074;
  color: #400074;
}
.e-badge.e-badge-ghost.e-badge-secondary {
  background-color: transparent;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.e-badge.e-badge-ghost.e-badge-success {
  background-color: transparent;
  border: 1px solid #166600;
  color: #166600;
}
.e-badge.e-badge-ghost.e-badge-danger {
  background-color: transparent;
  border: 1px solid #b30900;
  color: #b30900;
}
.e-badge.e-badge-ghost.e-badge-warning {
  background-color: transparent;
  border: 1px solid #944000;
  color: #944000;
}
.e-badge.e-badge-ghost.e-badge-info {
  background-color: transparent;
  border: 1px solid #0056b3;
  color: #0056b3;
}
.e-badge.e-badge-ghost.e-badge-light {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.e-badge.e-badge-ghost.e-badge-dark {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
}