@charset "utf-8";

/* ** mobile HEADER ** */
.progress-container {
   position: relative;
   width: 100vw;
   height: 3px;
   margin:0!important;
   padding: 0!important;
   background:transparent;
 }
 .progress-bar {
   position: relative;
   height: 3px;
   background: var(--global-palette1);
   width: 0%;
   z-index: 999;
 }  