@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.sp-toast{animation:.2s ease-out 0s 1 slideInFromRight;animation-delay:var(--load-delay);animation-fill-mode:both}
