.overlay-svg{z-index:1;pointer-events:none;position:absolute;top:0;left:0}.overlay-clickable{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}
@keyframes popoverBounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}[data-id=tour-popover-content]{animation:.5s ease-in-out popoverBounce}
@keyframes animateStrike{0%{background-size:0% 2px}to{background-size:100% 2px}}@keyframes animateStrikeRtl{0%{background-position:100%;background-size:0% 2px}to{background-position:100%;background-size:100% 2px}}.strike-animation{animation:.5s ease-in-out animateStrike}.strike-animation-rtl{animation:.5s ease-in-out animateStrikeRtl}@keyframes pulseListItem{0%{background:0 0}50%{background:var(--checklist-item-highlight-color)}to{background:0 0}}.highlight-animation{animation:1s ease-in-out pulseListItem}@keyframes pointerAnimationRtl{0%{opacity:1;animation-timing-function:ease-in;transform:translate(-50%)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translate(-28%)}65%{animation-timing-function:ease-in;transform:translate(-15%)}25%,55%,75%{animation-timing-function:ease-out;transform:translate(0)}to{opacity:1;animation-timing-function:ease-out;transform:translate(0)}}@keyframes pointerAnimationLtr{0%{opacity:1;animation-timing-function:ease-in;transform:translate(50%)}24%{opacity:1}40%{animation-timing-function:ease-in;transform:translate(28%)}65%{animation-timing-function:ease-in;transform:translate(15%)}25%,55%,75%{animation-timing-function:ease-out;transform:translate(0)}to{opacity:1;animation-timing-function:ease-out;transform:translate(0)}}.pointer-animation-rtl{animation:1.5s forwards pointerAnimationRtl}.pointer-animation-ltr{animation:1.5s forwards pointerAnimationLtr}