.popup-main[data-v-1eab5d9c]{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;height:100vh;height:-webkit-fill-available;width:100vw;width:-webkit-fill-available;z-index:999;display:flex;align-items:center;justify-content:center}.popup-main .popup-container[data-v-1eab5d9c]{background-color:#000;display:flex;flex-direction:column;width:90%;max-width:750px;padding:10px;border:1px solid grey;border-radius:5px}.popup-container .title[data-v-1eab5d9c]{width:100%;text-align:center;font-weight:700;font-size:1.1em}.popup-container .buttons[data-v-1eab5d9c]{display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:5px}.buttons button[data-v-1eab5d9c]{margin:5px 0;width:100%;padding:5px;max-width:500px;white-space:nowrap}.popup-enter-active[data-v-1eab5d9c],.popup-leave-active[data-v-1eab5d9c]{transition:.3s}.popup-enter-from[data-v-1eab5d9c],.popup-leave-to[data-v-1eab5d9c]{transform:scale(.5);opacity:0}