.seq-online {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--app-border-soft, #d7e0e3);
}

.seq-online-count {
  margin: 0;
  font-weight: 650;
  color: var(--app-primary, #07554f);
}

.seq-online-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.seq-online-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
}

.seq-online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #177245;
  box-shadow: 0 0 0 4px rgba(23, 114, 69, 0.12);
  flex: 0 0 auto;
}

.seq-user-table {
  width: 100%;
  border-collapse: collapse;
}

.seq-user-table th,
.seq-user-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--app-border-soft, #d7e0e3);
  text-align: left;
}

.seq-user-table th {
  color: var(--app-text-muted, #566c74);
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.seq-user-mgmt-card .shiny-input-container {
  margin-bottom: 12px;
}
