#fmp-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 4px;
    height: 0%;
    background-color: #10B981;
    z-index: 99999;
    border-radius: 0 2px 2px 0;
    transition: height 0.1s linear;
    pointer-events: none;
}
