.progress_bar{position:relative;height:7px;width:100%;background-color:#e5e5e6;margin:0;overflow:hidden}.progress_bar>div{background-color:#a3a3a8}.progress_bar.red>div{background-color:#005941}.progress_bar .indeterminate::before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate 3.36s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress_bar .indeterminate::after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate-short 3.36s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation-delay:1.84s}.progress_bar .ten_sec::before{content:"";position:absolute;background-color:inherit;top:0;left:0;width:100%;height:100%;animation:ten_sec 10s linear}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}
