.badge___m_tuR {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.3s;
}
.default___fqAuJ {
  background: rgba(0, 255, 255, 0.1);
  color: #00ffff;
  border: 1px solid rgba(0, 255, 255, 0.2);
}
.primary___aHFEZ {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.2), rgba(255, 0, 255, 0.15));
  color: #e2e8f0;
  border: 1px solid rgba(0, 255, 255, 0.3);
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}
.success___SWp2j {
  background: rgba(5, 255, 161, 0.15);
  color: #05ffa1;
  border: 1px solid rgba(5, 255, 161, 0.3);
}
.warning___mn8hJ {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.error___RJajr {
  background: rgba(244, 63, 94, 0.15);
  color: #f43f5e;
  border: 1px solid rgba(244, 63, 94, 0.3);
}
.magenta___xCZk7 {
  background: rgba(255, 0, 255, 0.15);
  color: #ff00ff;
  border: 1px solid rgba(255, 0, 255, 0.3);
}
.purple___sWx3B {
  background: rgba(185, 103, 255, 0.15);
  color: #b967ff;
  border: 1px solid rgba(185, 103, 255, 0.3);
}
.small___m4wOh {
  padding: 2px 6px;
  font-size: 12px;
}
.large___m9Ged {
  padding: 8px 16px;
  font-size: 16px;
}
.rounded___A0JqS {
  border-radius: 9999px;
}
glow {
  box-shadow: 0 0 10px currentColor;
}
dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  min-width: auto;
}
dot.default___fqAuJ {
  background: #00ffff;
  box-shadow: 0 0 8px #00ffff;
}
dot.success___SWp2j {
  background: #05ffa1;
  box-shadow: 0 0 8px #05ffa1;
}
dot.error___RJajr {
  background: #f43f5e;
  box-shadow: 0 0 8px #f43f5e;
}
.status___TgszU {
  position: relative;
  padding-left: 16px;
}
.status___TgszU::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 6px currentColor;
}
.removable___bRf4q {
  padding-right: 4px;
}
.removable___bRf4q .removeIcon___JSaTV {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
.removable___bRf4q .removeIcon___JSaTV:hover {
  background: rgba(255, 255, 255, 0.2);
}

