.indicator-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    
}

.indicator {
    width: 0;
    height: 100%;
    background-color: #4f46e5;
    /* box-shadow: 0 2px 5px #4f46e5; */
}


