.fe-badge {
  display: inline-block;
  user-select: none;
}
.fe-badge-color {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.fe-badge-color.fe-badge-success {
  background: #52c41a;
}
.fe-badge-color.fe-badge-warning {
  background: #faad14;
}
.fe-badge-color.fe-badge-error {
  background: #f5222d;
}
.fe-badge-color.fe-badge-default {
  background: #ff3b30;
}
.fe-badge-noslots {
  background: #ff3b30;
  border-radius: 14px;
  padding: 0px 6px;
  color: white;
  font-size: 14px;
}
.fe-badge-slots {
  position: relative;
  display: inline-block;
}
.fe-badge-slots .fe-badge-sup {
  position: absolute;
  background: #ff3b30;
  border-radius: 12px;
  padding: 1px 4px;
  color: white;
  font-size: 12px;
  right: 0px;
  top: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.fe-badge-slots .fe-badge-sup.fe-badge-dot {
  width: 10px;
  height: 10px;
  padding: 0px;
}
