.phone-modal-enter-active{transition:opacity .2s ease-out}.phone-modal-leave-active{transition:opacity .15s ease-in}.phone-modal-enter-from,.phone-modal-leave-to{opacity:0}.phone-modal-enter-active .phone-modal-card{animation:phone-modal-up .25s cubic-bezier(.34,1.4,.64,1) both}@keyframes phone-modal-up{0%{transform:translateY(1.5rem) scale(.94);opacity:0}to{transform:none;opacity:1}}.toast-enter-active,.toast-leave-active{transition:all .3s ease-out}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%) translateY(-1rem)}
