.popup-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999}.popup-modal .popup{background-color:#fff;color:#000;padding:2rem;position:relative}.popup-modal .popup .close{top:0;right:0;transform:translate(50%, -50%);position:absolute}.popup-modal .popup .inner{min-width:350px;max-height:80vh;max-width:800px;overflow-y:auto}
