#progressBar{

    position:fixed;
    top:0;
    left:0;
    height:4px;
    width:0%;
    background:linear-gradient(90deg,#8B5CF6,#FF4FA3);
    z-index:999999;
    transition:.1s linear;
}