body,html{height:100%;margin:0;padding:0}.app{flex-direction:column;height:100vh;display:flex}.loader{z-index:1000;opacity:1;visibility:visible;border:5px solid #0000001a;border-top-color:#3498db;border-radius:50%;transition:opacity .5s,visibility .5s;animation:1s linear infinite spin;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px!important;height:50px!important}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{height:100%}#rendering{background-color:#000;flex-grow:1;justify-content:center;align-items:center;display:flex}#canvas{width:1px;height:1px;display:block;position:absolute;top:0;left:0}.spinning-icon{animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--colorNeutralForeground3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--colorNeutralForeground3Hover)}.fui-Field__validationMessage{min-height:18px}
