<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swipe_in{animation:swipeIn .5s forwards;animation-timing-function:cubic-bezier(.2,.9,.5,1)}.swipe_out{animation:swipeOut .5s forwards;animation-timing-function:cubic-bezier(1,.5,.9,.5)}@keyframes swipeIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes swipeOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}[class*=underline-animation-]:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;transition:width 1s ease-in-out}.underline-animation-success:after{background:#17c653;box-shadow:2px 2px 10px #17c653}.underline-animation-warning:after{background:#f6c000;box-shadow:2px 2px 10px #f6c000}.underline-animation-danger:after{background:#f8285a;box-shadow:2px 2px 10px #f8285a}[class*=underline-animation-]:hover:after{width:100%}
</pre></body></html>