.initSpinner{top:50%;background-color:gray;width:32px;height:32px;margin:-16px 0 0 -16px;animation:1.2s ease-in-out infinite rootSpinner;position:absolute;inset-inline-start:50%}@keyframes rootSpinner{0%{transform:perspective(120px)rotateX(0)rotateY(0)}50%{transform:perspective(120px)rotateX(-180deg)rotateY(0)}to{transform:perspective(120px)rotateX(-180deg)rotateY(-180deg)}}html{font-size:14px}body{width:100vw;max-width:100vw;height:100vh;margin:0;font-family:Roboto,sans-serif;overflow:hidden}
