.progress-bar-container{align-items:center;display:flex;flex-direction:column;height:350px;justify-content:center;width:100%}.progress-bar-text{color:#344a6f;font-family:'Circular',serif;margin-bottom:8px}.indeterminate-progress{background-color:#a7caed;position:relative;overflow:hidden;height:4px;width:45%}.bar{width:100%;position:absolute;left:0;bottom:0;top:0;transition:transform .2s linear;transform-origin:left}.barColorPrimary{background-color:#1976d2}.bar1Indeterminate{width:auto;animation:indeterminate1 2.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite}.bar2Indeterminate{width:auto;animation:indeterminate2 2.1s cubic-bezier(0.165,0.84,0.44,1) 1.15s infinite}@keyframes indeterminate1{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate2{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}.progress-text-hidden{opacity:0}