#wct-timer-container{font-size:16px;font-weight:700;padding:10px;margin:10px 0;background-color:#f9f9f9;border:2px dashed #ccc;display:flex;justify-content:center;align-items:center;gap:6px;border-radius:6px;text-align:center;direction:rtl}#wct-timer-countdown{font-size:18px;color:#333}.wct-urgent #wct-timer-countdown{color:red;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.wct-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .6);display:flex;justify-content:center;align-items:center;z-index:9999}.wct-popup{background:#fff;padding:25px 30px;border-radius:10px;text-align:center;box-shadow:0 10px 25px rgb(0 0 0 / .3);max-width:300px;width:90%;direction:rtl}.wct-popup p{font-size:18px;margin-bottom:20px}.wct-popup button{margin:0 5px;padding:8px 16px;font-weight:700;border:none;border-radius:5px;cursor:pointer}.wct-popup .wct-yes{background-color:#4CAF50;color:#fff}.wct-popup .wct-no{background-color:#f44336;color:#fff}