@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.popup{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:500px;width:100%;text-align:center;position:relative;animation:slideIn .3s ease-in-out}.close-popup-btn{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.2rem;cursor:pointer}.popup-image{max-width:100%;height:auto;margin:10px 0}h2{color:red}h2,h3{margin-top:0}h3{color:#000}p{margin-bottom:0;font-size:20px}.Toast_snackbar__WaJ4P{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#5cc593;color:#fff;text-align:center;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px;font-size:17px;border-radius:8px}.Toast_snackbar__WaJ4P.Toast_show__YS_3i{visibility:visible;-webkit-animation:Toast_fadein__CjCWR .5s,Toast_fadeout__eI_UE .5s 2.5s;animation:Toast_fadein__CjCWR .5s,Toast_fadeout__eI_UE .5s 2.5s}@-webkit-keyframes Toast_fadein__CjCWR{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes Toast_fadein__CjCWR{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes Toast_fadeout__eI_UE{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes Toast_fadeout__eI_UE{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}