.s-flash-alert{visibility:hidden;opacity:0;color:#fff;z-index:9999;background:#40597d;border-radius:4px;width:16rem;padding:1rem;animation:4.5s linear .1s forwards s-flash-alert-animation;position:fixed;top:5.5rem;right:2rem}@media (max-width:767px){.s-flash-alert{width:90%;left:1rem;right:1rem}}@keyframes s-flash-alert-animation{0%{opacity:0;visibility:hidden}1%{visibility:visible}22%{opacity:1}66%{opacity:1}to{opacity:0;visibility:hidden}}