.question-finished-stopped{border:2px solid #10b981!important;box-shadow:0 2px 8px rgba(16,185,129,.1);border-radius:var(--radius)!important;transition:background .15s;position:relative}.question-finished-stopped:before{content:"✓";position:absolute;top:-.5rem;left:-.5rem;background:#10b981;color:white;border-radius:4px;font-size:.75rem;padding:.1rem .4rem;font-weight:500;box-shadow:none;border:none}.question-finished-stopped:after{content:none}.question-finished-active-paused,.question-finished-active-running{border:2px solid #10b981!important;box-shadow:0 2px 8px rgba(16,185,129,.1);border-radius:var(--radius)!important;transition:background .15s;position:relative;z-index:1;overflow:visible}.question-finished-active-paused:before,.question-finished-active-running:before{content:"✓";position:absolute;z-index:20;top:-.5rem;left:-.5rem;background:#10b981;color:white;border-radius:4px;font-size:.75rem;padding:.1rem .4rem;font-weight:500;box-shadow:none;border:none}.question-finished-active-paused:after,.question-finished-active-running:after{content:none}.question-finished-active-paused:after,.question-finished-active-running:after{content:"";position:absolute;pointer-events:none;z-index:2;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 0 0 0 #10b981;animation:border-pulse-finished 1s cubic-bezier(.4,0,.6,1) infinite}@keyframes border-pulse-finished{0%{box-shadow:0 0 0 0 #10b981}50%{box-shadow:0 0 0 6px rgba(16,185,129,.5)}to{box-shadow:0 0 0 0 #10b981}}.question-finished{border:2px solid #10b981!important;box-shadow:0 2px 8px rgba(16,185,129,.1);border-radius:var(--radius)!important;transition:background .15s;position:relative}.question-finished:before{content:"✓";position:absolute;top:-.5rem;left:-.5rem;background:#10b981;color:white;border-radius:4px;font-size:.75rem;padding:.1rem .4rem;font-weight:500;box-shadow:none;border:none}.question-active-paused,.question-active-running,.question-active-stopped{border:2px solid var(--primary)!important}.question-active-paused{position:relative;z-index:1;overflow:visible}.question-active-paused:before{content:"";position:absolute;pointer-events:none;z-index:2;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 0 0 0 var(--primary,#5fbcd3);animation:border-pulse 1s cubic-bezier(.4,0,.6,1) infinite}.question-active-paused:after{content:none}.question-pending{border:1.5px solid var(--border)!important}.question-active-paused,.question-active-running,.question-active-stopped,.question-finished,.question-finished-active-paused,.question-finished-active-running,.question-finished-stopped,.question-pending{padding:.75rem 1rem!important}.question-active-running{position:relative;z-index:1;overflow:visible}.question-active-running:before{content:"";position:absolute;pointer-events:none;z-index:2;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:inherit;box-shadow:0 0 0 0 var(--primary,#5fbcd3);animation:border-pulse 1s cubic-bezier(.4,0,.6,1) infinite}.question-active-running:after{content:none}@keyframes border-pulse{0%{box-shadow:0 0 0 0 rgba(95,188,211,.9)}70%{box-shadow:0 0 0 12px rgba(95,188,211,0)}to{box-shadow:0 0 0 0 rgba(95,188,211,0)}}.stats-pulse{animation:border-pulse 1s cubic-bezier(.4,0,.6,1) infinite}