.LoadingOverlay{position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:#fff;z-index:90;display:flex;justify-content:center;align-items:center;flex-direction:column}:global(.dark) .LoadingOverlay{background-color:#0f111a}