.popup-overlay{height:100%;backdrop-filter:blur(10px);position:fixed;top:0;background:transparent;left:0;z-index:999}.popup,.popup-overlay{justify-content:center;align-items:center;width:100%;display:flex}.popup{animation:slideIn 1.25s;overflow-y:auto;overflow:hidden;max-width:800px;flex-direction:column;max-height:100%;margin:0 auto;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:10px}.popup .popup-content{border:5px solid #fff;border-radius:10px}.popup .popup-content img{height:auto;border-radius:10px;width:100%}@keyframes slideIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.close-btn-container{justify-content:flex-end;border:none;background-color:transparent;width:100%;display:flex}#closeBtn{right:10px;color:#00a8e8;position:relative;top:30px;cursor:pointer}#closeBtn:hover{color:red}