.info-box { background: #d1ecf1; border-left: 4px solid #17a2b8; padding: 15px; margin-bottom: 25px; border-radius: 8px; }
.modal-content p { margin-bottom: 20px; color: #666; }
.btn { padding: 12px 30px; font-size: 16px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; font-weight: 600; }
// Show confirmation modal startBtn.addEventListener('click', () => { confirmModal.style.display = 'flex'; });
.status-text { text-align: center; margin-top: 15px; color: #666; font-size: 14px; }
.info-box { background: #d1ecf1; border-left: 4px solid #17a2b8; padding: 15px; margin-bottom: 25px; border-radius: 8px; }
.modal-content p { margin-bottom: 20px; color: #666; }
.btn { padding: 12px 30px; font-size: 16px; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; font-weight: 600; }
// Show confirmation modal startBtn.addEventListener('click', () => { confirmModal.style.display = 'flex'; });
.status-text { text-align: center; margin-top: 15px; color: #666; font-size: 14px; }