<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes v-indeterminate{0%{left:-35%;right:100%}100%,60%{left:100%;right:-90%}}@keyframes v-indeterminate{0%{left:-35%;right:100%}100%,60%{left:100%;right:-90%}}@-webkit-keyframes v-indeterminate-short{0%{left:-200%;right:100%}100%,60%{left:107%;right:-8%}}@keyframes v-indeterminate-short{0%{left:-200%;right:100%}100%,60%{left:107%;right:-8%}}.v-progress{box-shadow:none;display:block;position:relative;width:100%;height:4px;overflow:hidden;background-color:#01579b}.v-progress .indeterminate{background-color:#b3e5fc}.v-progress .indeterminate:after,.v-progress .indeterminate:before{content:"";position:absolute;background-color:inherit;left:0;will-change:left,right;top:0;bottom:0}.v-progress .indeterminate:before{-webkit-animation:v-indeterminate 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:v-indeterminate 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.v-progress .indeterminate:after{-webkit-animation:v-indeterminate-short 1.7s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:v-indeterminate-short 1.7s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1s;animation-delay:1s}.v-progress.v-fixed-top{position:fixed;top:0;left:0;z-index:999}
</pre></body></html>