﻿.loading-progress{position:relative;display:block;width:12rem;height:12rem;margin:20vh auto 1rem auto;}.loading-progress circle{fill:none;stroke:#0088c6;stroke-width:.75rem;transform-origin:50% 50%;transform:rotate(-90deg);}.loading-progress circle:last-child{stroke:black;stroke-dasharray:calc(3.141*var(--blazor-load-percentage,0%)*.8),500%;transition:stroke-dasharray .05s ease-in-out;}.loading-progress-text{color:#000;position:absolute;text-align:center;font-weight:bold;inset:calc(20vh + 5.25rem) 0 auto .2rem;}.loading-progress-text:after{color:#000;content:var(--blazor-load-percentage-text,"Loading");}