@keyframes slideIn{0%{transform:translate(-50%,calc(-100% - 40px));opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes hideUp{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,calc(-100% - 40px));opacity:0}}.toast-message{transform:translate(-50%,calc(-100% - 40px))}.toast-message.show{animation:slideIn .5s ease-in-out 0s forwards}.toast-message.hide{animation:hideUp .5s ease-in-out 0s forwards}.toast-message.animation-pause{animation-play-state:paused}.toast-message{display:inline-flex;width:auto;min-width:max-content}