html,body,#root{height:100%;width:100%;padding:0;margin:0}.loading-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.spinner{width:48px;height:48px;border:5px solid #e5e1f0;border-top-color:#8c82ba;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
