#root-loader{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:#f9fafb;z-index:9999;pointer-events:none}#root-loader svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
