/**
 * 
 * Found Files: popup.min.css
 * 
 */
.custom-popup-wrapper .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.custom-popup-wrapper .popup-overlay.active{opacity:1}.custom-popup-wrapper .popup-modal{position:relative;max-width:90%;max-height:90%;background:#fff;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.3);transform:scale(.9);transition:transform .3s}.custom-popup-wrapper .popup-overlay.active .popup-modal{transform:scale(1)}.custom-popup-wrapper .popup-header{position:absolute;top:10px;right:10px;z-index:10}.custom-popup-wrapper .popup-close-btn{background:rgba(0,0,0,.7);color:#fff;border:none;width:30px;height:30px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-popup-wrapper .popup-close-btn:hover{background:rgba(0,0,0,.9)}.custom-popup-wrapper .popup-content{width:100%;height:100%;min-width:300px;min-height:200px}.custom-popup-wrapper .popup-content img{max-width:100%;height:auto;display:block}.custom-popup-wrapper .popup-content video{width:100%;height:auto}.custom-popup-wrapper .popup-video-container{width:100%;height:400px}.custom-popup-wrapper .popup-video-container iframe{width:100%;height:100%;border:none}.custom-popup-wrapper .popup-timer{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,.7);color:#fff;padding:5px 10px;border-radius:15px;font-size:12px}.custom-popup-wrapper .popup-text-content{padding:20px;text-align:center;color:#666;font-size:16px}@media (max-width:768px){.custom-popup-wrapper .popup-modal{max-width:95%;max-height:95%}.custom-popup-wrapper .popup-video-container{height:250px}}
