
/* PATCH_V1035R_PRESENCE_LIVE */

.presence-live-panel {
  overflow: hidden !important;
}

.presence-live-title {
  color: #66ff9c !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  margin-bottom: 10px !important;
}

.presence-live-list {
  display: grid !important;
  gap: 8px !important;
}

.presence-live-user {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.presence-live-dot {
  width: 9px !important;
  height: 9px !important;
  min-width: 9px !important;
  border-radius: 999px !important;
  background: #57ff8e !important;
  box-shadow: 0 0 10px rgba(87, 255, 142, 0.75) !important;
}

.presence-live-avatar {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  border-radius: 999px !important;
  object-fit: cover !important;
}

.presence-live-name {
  min-width: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.presence-live-empty {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* PATCH_V1037_EN_LIGNE */

.presence-live-title {
  letter-spacing: 0.2px !important;
}