.vue3-progress-bar-container{position:fixed;z-index:999999;top:0;left:0;width:100%;opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}.vue3-progress-bar-container[active=true]{opacity:1;-webkit-transition:none;transition:none}.vue3-progress-bar-container .vue3-progress-bar{width:100%;height:2px;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);background-color:#c50003;-webkit-transition:width .3s ease;transition:width .3s ease}
