#yt-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    z-index: 999999;
    transition: width 0.3s ease;
}
