*{box-sizing:border-box;margin:0;padding:0}html{background-image:linear-gradient(to right bottom,#323232,#252525);background-size:cover;min-height:100%}body{padding:120px 40px 0}.loading-container{background:#36393f;border-radius:6px;box-shadow:0 0 3px rgba(0,0,0,.5);color:#fff;display:flex;flex-direction:column;gap:16px;margin:0 auto;padding:32px;width:512px;z-index:1}@media(max-width:800px){.loading-container{width:100%}}.loading-container .caption:after{content:var(--blazor-load-percentage-text);margin-left:8px}.loading-container .spinner{animation-duration:1.3s;animation-iteration-count:infinite;animation-name:rotateSpinner;animation-timing-function:cubic-bezier(.53,.21,.29,.67);background:conic-gradient(#fd004c,#fe9000,#fff020,#3edf4b,#3363ff,#b102b7,#fd004c);border-radius:50%;border-width:0;box-sizing:border-box;display:inline-block;height:20px;margin-right:8px;width:20px}.loading-container .progress-bar{background:#56595f;height:8px;position:relative;width:100%}.loading-container .progress-bar .meter{background:#17ac86;bottom:0;height:100%;left:0;position:absolute;top:0;transition:width 333ms;width:var(--blazor-load-percentage)}.loading-container .progress-bar .meter:after{animation:background-continuous-move 10s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:3rem 3rem;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.loading-container .tips{animation-duration:1s;animation-name:tips;background:#56595f;border-radius:6px;padding:16px}.loading-container .tips p:not(.tip){font-weight:700}.loading-container .tips .tip{margin-top:8px}.loading-container .error-help{animation-duration:5s;animation-fill-mode:forwards;animation-name:errorHelp;background:#56595f;border-radius:6px;padding:16px}.loading-container .error-help .refresh-button{margin-top:16px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes errorHelp{0%{opacity:0}80%{opacity:0}to{opacity:100%}}@keyframes tips{0%{opacity:0}to{opacity:100%}}