.my-popup{background:#00000080;cursor:pointer;top:0;right:0;bottom:0;left:0;position:fixed}.my-popup-content{cursor:default;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}._animate-up{animation:scale-up .3s}._animate-down{animation:scale-down .3s}.my-popup-fade-enter-active,.my-popup-fade-leave-active{transition:opacity .3s}.my-popup-fade-enter-from,.my-popup-fade-leave-to{opacity:0}@keyframes scale-up{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes scale-down{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(0)}}
