.notifications{display:flex;flex-direction:column;gap:1rem;margin-left:1rem;max-height:-moz-fit-content;max-height:fit-content;position:fixed;right:2rem;top:6rem;z-index:50}.v-enter-active,.v-leave-active{transition:opacity .3s ease,transform .3s ease}.v-enter-from,.v-leave-to{opacity:0}.v-enter-from{transform:translateY(1rem)}.v-leave-to{transform:translateY(-1rem)}
