.arrow-wrapper{overflow:hidden;display:flex;align-items:center;gap:2px;justify-content:flex-end;position:relative;width:40px;height:40px}.arrow-wrapper.normal span.dot{animation:none;background:var(--neutral-d-400);width:4px;height:1px}.arrow-wrapper.normal .arrow{animation:none;width:1px;height:1px;border:0;background:var(--neutral-d-400)}.arrow-wrapper span.dot{display:inline-block;width:4px;height:2px;background:var(--status-warning);animation:wave 1.9s ease-in-out infinite}.arrow-wrapper.success .arrow{width:0;height:8px;border:5px solid transparent;border-left:5px solid var(--status-warning);transform:translateX(4px)}.arrow{width:0;height:0;border:6px solid transparent;border-left:6px solid var(--status-warning);animation:arrowPulse 1.9s ease-in-out infinite;animation-delay:1.9s}.arrow-wrapper.success span.dot{animation:none;opacity:1;background:#22c55e;transform:scaleY(1);width:13px}.arrow-wrapper.success{gap:0}.check-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;background:#02ce6c;z-index:10;box-shadow:0 0 0 1px white}.check-circle:before{content:"";position:absolute;left:3px;top:30.2%;width:7px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg);opacity:0}.check-circle.show{animation:circleDraw .8s cubic-bezier(.68,-.55,.265,1.55) forwards}.check-circle.show:before{animation:checkmarkDraw .4s ease-in-out .5s forwards}.arrow-wrapper.success .arrow{border-left-color:#22c55e;animation:none}.arrow-wrapper.success span.dot:nth-child(7){transform:translateX(3px)}@keyframes wave{0%,60%,to{transform:scaleY(.5);opacity:.7}30%{transform:scaleY(1.5);opacity:1}}@keyframes arrowPulse{0%,to{transform:translateX(0);opacity:.7}50%{transform:translateX(4px);opacity:1}}@keyframes circleDraw{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes checkmarkDraw{0%{opacity:0;transform:translate(-2px,2px) rotate(-45deg) scale(.5)}50%{opacity:1;transform:translate(0) rotate(-45deg) scale(1.1)}to{opacity:1;transform:translate(0) rotate(-45deg) scale(1)}}@media screen and (max-width:480px){.arrow-wrapper{width:20px;height:20px;flex-grow:0.3}.arrow-wrapper span.dot{width:2px}}.staking-processing-line{animation:stakingLineProgress 2.6s steps(5) infinite}.staking-processing-chevron{left:0;right:auto;opacity:0;animation:stakingChevronTravel 2.6s linear infinite}@keyframes stakingLineProgress{0%{clip-path:inset(0 100% 0 0)}61.5%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes stakingChevronTravel{0%{left:-8px;opacity:0}10%{opacity:1}61.5%{left:calc(100% - 16px);opacity:1}99.9%{left:calc(100% - 16px);opacity:1}to{left:0;opacity:0}}