.fx-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    background: linear-gradient(90deg, rgba(198, 255, 58, 0.35), #c6ff3a);
    z-index: 10000;
    pointer-events: none;
    will-change: transform;
}
