.notifications{z-index:1000000000;flex-direction:column-reverse;width:100%;max-width:408px;padding:24px;display:flex;position:fixed;top:0;right:0;transform:translateZ(0)}.notifications__item{transform-origin:100%;margin-bottom:8px;position:relative;overflow:hidden}@media (max-width:460px){.notifications{padding:8px}}.notifications:empty{pointer-events:none}.notifications-enter-active,.notifications-leave-active{transition:max-height .3s,opacity .2s}.notifications-enter-active .notifications__item,.notifications-leave-active .notifications__item{transition:transform .25s}.notifications-enter-from,.notifications-leave-to{opacity:0;max-height:0}.notifications-enter-from .notifications__item,.notifications-leave-to .notifications__item{transform:scale(.5)}