.PopupImage_overlay__45s_U{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:999}.PopupImage_popup__wMSzP{position:relative;background:#e2dad7;padding:.5rem;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.4);animation:PopupImage_fadeIn__9JxKB .3s ease-out}.PopupImage_image__BeuMu{max-width:90vw;max-height:80vh;border-radius:8px;cursor:pointer}.PopupImage_closeButton__0HoRo{position:absolute;top:-10px;right:-10px;background:red;color:#fff;font-size:20px;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer}@keyframes PopupImage_fadeIn__9JxKB{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}