.webix_progress_outer {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
}
.webix_progress_inner {
    height: 100%;
    background: #4A90E2;
    transition: width 0.3s ease;
    width: 0%;
}