html,body,#root{height:100%;margin:0;padding:0;display:flex;flex-direction:column}.global-spinner-overlay{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100vh;background-color:#fffc;display:flex;align-items:center;justify-content:center}.loader-wrapper{margin:0;padding:0;background-color:#fff;display:flex;align-items:center;justify-content:center;height:100vh;font-family:sans-serif;color:#333;flex-direction:column}.loader{border:6px solid #f3f3f3;border-top:6px solid #3498db;border-radius:50%;width:200px;height:200px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text{font-size:32px}
