.license-loading-container{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.license-loader{border:4px solid var(--system-background-component);border-top:4px solid var(--system-font-color);border-radius:50%;width:50px;height:50px;margin-bottom:10px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
