.pipelines-agents-list .agent-icon {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 4px; }

.pipelines-agents-list .online {
  background: rgba(16, 124, 16, 1);
  background: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.pipelines-agents-list .offline {
  background: rgba(205, 74, 69, 1);
  background: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
