*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}.report-button{margin-top:5px;margin-right:5px;font-family:Arial,Helvetica,sans-serif}.box{width:100%;height:100%;background:#fff;padding:25px;border-radius:5px;box-shadow:0 0 10px #0000001a}.spinner{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar{height:20px;width:100%;background-color:#f5f5f5;border-radius:5px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#3498db;transition:width .3s ease-in-out}.pulse-container{display:flex;justify-content:center;align-items:center}.pulse{height:20px;width:20px;border-radius:50%;background-color:#3498db;animation:pulse 1.5s ease-out infinite}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.2);opacity:0}}
