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