.wdt-horizontal-progress-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: white;
    z-index: 1;
}
.wdt-horizontal-progress-bar .progress-bar {
    height: 100%;
    width: 10%;
    background: #EF4E31;
    transition: background 0.15s ease;
}