.app-loading{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.app-loading .logo>IMG{height:150px}.app-loading .logo.bg-img{mask-image:url(logo-loading.efd80c66a5381d81.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-image:url(logo-loading.efd80c66a5381d81.svg);background-color:#fa9100;width:150px;height:150px}.app-loading .spinner{height:300px;width:300px;animation:app-loading-keyframes-rotate 2s linear infinite;transform-origin:center center;position:absolute;inset:0;margin:auto}.app-loading .spinner .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:app-loading-keyframes-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fa9100}@keyframes app-loading-keyframes-rotate{to{transform:rotate(360deg)}}@keyframes app-loading-keyframes-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
