.status-indicator{display:inline-block;width:14px;height:14px}.status-indicator--green .status-indicator__center{fill:var(--color-brand-green,#26d97f)}.status-indicator--green .status-indicator__ring{fill:none;stroke:var(--color-brand-green,#26d97f);stroke-width:2;stroke-opacity:.4}.status-indicator--yellow .status-indicator__center{fill:var(--color-brand-yellow,#fbbf24)}.status-indicator--yellow .status-indicator__ring{fill:none;stroke:var(--color-brand-yellow,#fbbf24);stroke-width:2;stroke-opacity:.4}.status-indicator--red .status-indicator__center{fill:var(--color-brand-primary,#e60815)}.status-indicator--red .status-indicator__ring{fill:none;stroke:var(--color-brand-primary,#e60815);stroke-width:2;stroke-opacity:.4}.status-indicator--green.status-indicator--pulse .status-indicator__center{animation:status-pulse 2s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.7}}