.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10000001}.popup-main{display:flex;flex-direction:column;justify-content:space-between;position:fixed;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px;border-radius:8px;max-width:90vh;max-height:85vh;min-width:50vh;overflow:auto;box-sizing:border-box;z-index:10000002}.popup-main video,.popup-main img{max-width:100%;max-height:50%;width:auto;height:auto;object-fit:cover}.popup-main p{margin:10px 0}.popup-main h2{font-weight:500}.popup-main label{display:flex;align-items:center;margin-bottom:10px}.popup-main label input{margin-right:5px}.popup.display-block{display:block}.popup.display-none{display:none}.popup button{background-color:#7c4197;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer}.popup button:hover{background-color:#7c4197}@media screen and (max-width: 1000px){.popup-main{width:90%}.popup-main video{width:100%}.popup-main img{width:100%}}
