#hd-progress-bar {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: var(--hd-progress-bar-color, #0073aa);
    transition: width 0.1s;
}
