#loading-screen-inside{min-height:calc(100% - var(--header-height, 70px) - var(--footer-height, 50px) + 40px);width:100%}#loading-screen-inside .loader-container{height:100%;min-height:calc(100vh - var(--header-height, 70px) - var(--footer-height, 50px));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}.loading-logo-spinner{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.loading-logo-container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.loading-logo-container svg{width:64px;height:64px;border-radius:14px}.ls-ring{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:50%;animation:ls-rotate 1.4s linear infinite;background:conic-gradient(from 0deg,#fff0,#ffffff8c 75%,#fff0);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#fff calc(100% - 3px))}@keyframes ls-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
