.animated{animation-duration:.3s;animation-fill-mode:both}.fadeIn{animation-name:fadeIn}.fadeOut{animation-name:fadeOut}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.slide-up-leave-active[data-v-ffed5ccc]{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.slide-up-leave-from[data-v-ffed5ccc]{opacity:1;transform:translateY(0)}.slide-up-leave-to[data-v-ffed5ccc]{opacity:0;transform:translateY(-100%)}.slide-up-enter-active[data-v-ffed5ccc]{transition:transform .3s ease-in-out .3s,opacity .3s ease-in-out .3s}.slide-up-enter-from[data-v-ffed5ccc]{opacity:0;transform:translateY(100%)}.slide-up-enter-to[data-v-ffed5ccc]{opacity:1;transform:translateY(0)}.notification-wrapper{overflow:hidden}.expand-enter-active,.expand-leave-active{transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,transform .4s ease}.expand-enter-from,.expand-leave-to{max-height:0;opacity:0;transform:translateY(-10px)}.expand-enter-to,.expand-leave-from{max-height:200px;opacity:1;transform:translateY(0)}.expand-enter-active .animated-check .circle,.expand-enter-active .animated-x .circle{animation:draw .4s ease-out .2s forwards;stroke-dasharray:63;stroke-dashoffset:63}.expand-enter-active .animated-check .check{animation:draw .3s ease-out .5s forwards;stroke-dasharray:20;stroke-dashoffset:20}@keyframes draw{to{stroke-dashoffset:0}}.animated-x{display:block;transform-origin:center}.animated-x .circle{animation:draw-x .4s ease-out forwards;stroke-dasharray:63;stroke-dashoffset:63}.animated-x .line-1{animation:draw-x .2s ease-out .3s forwards}.animated-x .line-1,.animated-x .line-2{stroke-dasharray:10;stroke-dashoffset:10}.animated-x .line-2{animation:draw-x .2s ease-out .4s forwards}@keyframes draw-x{to{stroke-dashoffset:0}}.is-error .animated-x{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-3px,0,0)}40%,60%{transform:translate3d(3px,0,0)}}
