#root-loader{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);box-sizing:border-box;width:32px;height:32px;border-radius:50%;border-top:2px solid #ff3d00;border-left:2px solid transparent;border-right:2px solid transparent;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
