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