﻿.app-loading{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;overflow:hidden;text-align:center;top:0;left:0;z-index:5000;}.app-loading .spinner{max-height:400px;max-width:400px;animation:rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}.app-loading .spinner .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:var(--primary);}.app-loading>h2{margin-bottom:10px;font-size:2em;}.app-loading>h3{margin-bottom:0;margin-top:3px;font-size:1.5rem;}@keyframes rotate{100%{transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0;}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px;}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px;}}