#catv-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:99998;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;display:none}#catv-popup-content{position:absolute;background-color:#fff;padding:30px;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.3);z-index:99999;box-sizing:border-box;font-family:inherit}.default-popup{border:1px solid #ccc}.theme-popup{background-color:#f0f0f0;border:2px solid #0073aa;color:#333}#catv-popup-close{position:absolute;top:5px;right:8px;background:0 0;border:none;font-size:24px;line-height:1;color:#666;cursor:pointer;padding:5px}#catv-popup-close:hover{color:#000}#catv-popup-content h1,#catv-popup-content h2,#catv-popup-content p,#catv-popup-content a{color:#333}#catv-popup-content a{color:#0073aa}#catv-popup-content a:hover{color:#005177}