.project-options span,.goal-list span{position:relative}.project-options input:checked+span::after,.goal-list input:checked+span::after{content:"✓";position:absolute;top:10px;left:10px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#22a06b;color:#fff;font:800 13px/1 Arial;box-shadow:0 4px 9px #16825444;animation:selectionCheck .22s ease-out}.goal-list input:checked+span::after{top:50%;left:9px;transform:translateY(-50%)}.project-options input:checked+span,.goal-list input:checked+span{border-color:#22a06b;box-shadow:0 0 0 3px #22a06b16}@keyframes selectionCheck{from{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}.goal-list input:checked+span::after{animation:selectionCheckGoal .22s ease-out}@keyframes selectionCheckGoal{from{opacity:0;transform:translateY(-50%) scale(.55)}to{opacity:1;transform:translateY(-50%) scale(1)}}
