#pause-reason-popup .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999}#pause-reason-popup .popup-content{background:#fff;padding:40px;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}#pause-reason-popup .close-popup{position:absolute;top:15px;right:15px;background:0 0;border:none;font-size:32px;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;line-height:1}#pause-reason-popup .close-popup:hover{background:#f0f0f0;color:#333}#pause-reason-popup label{display:block;margin-bottom:15px;padding:12px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease}#pause-reason-popup label:hover{border-color:#999;background:#f9f9f9}#pause-reason-popup input[type=checkbox]{margin-right:10px}#pause-reason-popup label:has(input:checked){border-color:#4caf50;background:#f0f8f0}#pause-reason-popup .submit-reason-btn{width:100%;padding:15px;background:#4caf50;color:white;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;margin-top:20px;transition:background .3s ease}#pause-reason-popup .submit-reason-btn:hover{background:#45a049}