.wdt-horizontal-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--wdtBorderColor);
    z-index: 11;
}
.wdt-horizontal-progress-bar .progress-bar {
    height: 100%;
    width: 10%;
    background: var(--wdtPrimaryColor);
    transition: background 0.15s ease;
}