.progress-bar { width: 100%; height: 20px; background-color: #e0e0e0; border-radius: 10px; overflow: hidden; } .progress { width: 0%; height: 100%; background-color: #4caf50; transition: width 0.3s ease-in-out; }