/* Figma node 180278:31293. Side rails intentionally remain untouched. */
.target-pill{bottom:30px;height:41px;min-width:154px;padding:4px 12px;gap:8px;background:#111;border-color:#303031;justify-content:center}
.target-select{display:flex;align-items:center;height:32px;padding-left:8px}
.target-select img:first-child{width:24px;height:24px;display:block}
.target-select img:last-child{width:16px;height:16px;display:block}
.detector-label{font-size:14px;line-height:22px;font-weight:400;white-space:nowrap;color:#efeff4}
.target-pill.detecting .detector-label:after{content:"";display:inline-block;width:4px;height:4px;margin-left:5px;border-radius:50%;background:#05a479;box-shadow:8px 0 #05a47980,16px 0 #05a47940;animation:detecting-pulse 1.1s infinite}
.pill-stop{width:32px;height:32px;display:grid;place-items:center;border-radius:8px}
.pill-stop img{width:20px;height:20px;display:block}
.target-pill>i{display:none}
.species-chip[hidden]{display:none}
@keyframes detecting-pulse{0%,100%{opacity:.35}50%{opacity:1}}
