.circular-progress-indicator{width:3rem;height:3rem;padding:0;box-sizing:border-box}.circular-progress-indicator circle{fill:rgba(0,0,0,0);animation:circular-progress-indicator-dash-animation 8s ease-in-out infinite;stroke:var(--md-sys-color-primary);stroke-dasharray:100.5309648px;stroke-width:4px}.circular-progress-indicator__wheel{transform-origin:center;animation:circular-progress-indicator-wheel-animation 1s linear infinite}@keyframes circular-progress-indicator-dash-animation{0%,5%{stroke-dasharray:0 0 10.05309648px 100.5309648px}25%,30%{stroke-dasharray:0 0 90.47786832px 100.5309648px}50%,55%{stroke-dasharray:0 80.42477184px 10.05309648px 100.5309648px}75%,80%{stroke-dasharray:0 0 90.47786832px 100.5309648px}100%{stroke-dasharray:0 0 10.05309648px 100.5309648px}}@keyframes circular-progress-indicator-wheel-animation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.suspense-fallback{width:100%;height:100%;flex:1 1 auto;display:flex;align-items:center;justify-content:center}
h1{margin-top:20px}html{min-height:100%;padding:0;margin:0;display:flex;flex-direction:column}body{padding:0;margin:0;min-height:100%;display:flex;flex-direction:column;flex:1 1 auto;position:relative;font-family:"Roboto Medium","Roboto",sans-serif;line-height:1.25rem;font-size:.875rem;letter-spacing:.015625rem;font-weight:400}body #wrapper,body #root{flex:1;display:flex;flex-direction:column}body div#wrapper,body div#root{margin:0}footer{display:none}
