.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);display:flex;justify-content:center;align-items:center;z-index:999999}.custom-modal{background:var(--white);padding:30px;border-radius:20px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;animation:popupScale .25s ease-out}.modal-content p{margin-top:15px;color:var(--color-heading);line-height:1.6}@keyframes popupScale{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}