.pop-up-container{align-items:center;background:#00000080;display:flex;height:100dvh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.pop-up-wrapper{align-items:center;animation:popIn .3s ease-out forwards;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #fff;display:flex;flex-direction:column;gap:10px;max-width:400px;opacity:0;padding:60px 15px 20px;position:relative;transform:scale(.8);transition:.5s;width:90%}@keyframes popIn{to{opacity:1;transform:scale(1)}}.pop-up-wrapper img{border-radius:50%;height:100px;position:absolute;top:-50px;width:100px}.pop-up-wrapper h2{margin-top:10px}.pop-up-wrapper p{color:grey;text-align:center}.pop-up-wrapper button{border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.ok{background-color:#f44336;color:#fff}.cancel{background-color:#eee;color:#333}
/*# sourceMappingURL=main.c6c31ab7.css.map*/