.pop-modal-container{align-items:center;background:rgba(0,0,0,.6);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.pop-modal-container.active{display:flex}.pop-modal-content{background:#fff;max-height:90%;max-width:90%;overflow:auto;padding:1rem;position:relative;width:60%}.pop-modal-backdrop{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:1024px){.pop-modal-content{width:90%}}