.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    // background: transparent;
    z-index: 1000;

    .progress-bar {
        height: 100%;
        // background: #24aeb8;
        transition: width 0.3s ease-in-out;
    }
}
