#ffec-progress-bar {
    height: 20px;
    background-color: #4CAF50;
    transition: width 0.3s ease-in-out;
}
#ffec-progress {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}