.popup-overlay{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:9999}.popup-overlay.show{opacity:1;visibility:visible}.popup-overlay .popup-container{background:#fff;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.3);max-height:90%;max-width:90%;overflow:hidden;position:relative;transform:scale(.8);transition:transform .3s ease}.popup-overlay.show .popup-overlay .popup-container{transform:scale(1)}.popup-overlay .popup-container .popup-close{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:30px;justify-content:center;position:absolute;right:15px;top:10px;transition:all .2s ease;width:30px;z-index:10}.popup-overlay .popup-container .popup-close:hover{background:#fff;transform:scale(1.1)}.popup-overlay .popup-container .popup-image img{display:block;height:auto;max-height:70vh;-o-object-fit:contain;object-fit:contain;width:100%}.popup-overlay .popup-container .popup-footer{background:#f8f9fa;border-top:1px solid #dee2e6;padding:15px 20px}.popup-overlay .popup-container .popup-footer .popup-checkbox-label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup-overlay .popup-container .popup-footer .popup-checkbox-label .popup-checkbox{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.popup-overlay .popup-container .popup-footer .popup-checkbox-label .popup-checkbox:checked~.checkmark{background-color:#007bff;border-color:#007bff}.popup-overlay .popup-container .popup-footer .popup-checkbox-label .popup-checkbox:checked~.checkmark:after{display:block}.popup-overlay .popup-container .popup-footer .popup-checkbox-label .checkmark{background-color:#fff;border:2px solid #ddd;border-radius:3px;height:18px;margin-right:10px;position:relative;transition:all .2s ease;width:18px}.popup-overlay .popup-container .popup-footer .popup-checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:8px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:4px}.popup-overlay .popup-container .popup-footer .popup-checkbox-label:hover .checkmark{border-color:#007bff}@media(max-width:768px){.popup-overlay .popup-container{margin:20px;max-width:95%}.popup-overlay .popup-container .popup-close{font-size:16px;height:25px;right:10px;top:5px;width:25px}.popup-overlay .popup-container .popup-footer{padding:12px 15px}.popup-overlay .popup-container .popup-footer .popup-checkbox-label{font-size:13px}}
