.custom-popup{display:none;position:fixed;z-index:999999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);justify-content:center;align-items:center;padding:20px}.custom-popup.active{display:flex}.custom-popup .popup-content{background:#fff;max-width:600px;width:100%;padding:25px;border-radius:10px;position:relative;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.custom-popup .close-popup{position:absolute;top:10px;right:15px;font-size:28px;cursor:pointer}