*{padding:0;margin:0;border:0px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;height:100%;min-width:320px;height:100vh;height:calc(var(--vh, 1vh) * 100);overflow:hidden;position:relative}#root{height:100vh;height:calc(var(--vh, 1vh) * 100);overflow:hidden;position:relative}[contenteditable=true]{outline:none}.app-loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background:#000}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:64px;height:64px;color:#fff}.loader:before,.loader:after{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:.7s spin linear infinite}.loader:after{color:#9154de;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,to{box-shadow:.5em 0 0 0 currentcolor}12%{box-shadow:.5em .5em 0 0 currentcolor}25%{box-shadow:0 .5em 0 0 currentcolor}37%{box-shadow:-.5em .5em 0 0 currentcolor}50%{box-shadow:-.5em 0 0 0 currentcolor}62%{box-shadow:-.5em -.5em 0 0 currentcolor}75%{box-shadow:0 -.5em 0 0 currentcolor}87%{box-shadow:.5em -.5em 0 0 currentcolor}}
