html{--scrollbarBG:#9aa4a8;--thumbBG:#6f7d85}::-webkit-scrollbar{width:10px;height:10px}body{scrollbar-width:thin;scrollbar-color:#6f7d85 #9aa4a8;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}body,h1,h2,h3,h4,h5,h6{font-family:"Rubik",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif!important}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#6f7d85;background-color:var(--thumbBG);border-radius:6px}#root,body{min-height:100vh;height:100%}.app-codeview{position:relative;z-index:1}.app-codeview,.app-codeview .CodeMirror{width:100%;height:100vh}.app-toolbar{position:fixed;top:1rem;right:1rem;z-index:2}.app-footer-toolbar{text-align:center;padding:1rem;z-index:3;background:rgba(27,34,37,.7)}.app-footer-toolbar,.app-loading-container{position:fixed;bottom:0;left:0;right:0;width:100vw}.app-loading-container{top:0;height:100vh;background:rgba(15,19,26,.83);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:400}.app-loading-progress-bar{position:fixed;bottom:2px;left:0;right:0;padding:1rem;z-index:5000}.app-loading-progress-bar .rs-progress-info-status{font-size:14px}.file-drop>.file-drop-target{position:fixed;top:.5rem;left:.5rem;height:calc(100vh - 1rem);width:calc(100vw - 1rem);border:2px dashed rgba(222,231,235,.4);z-index:10000;display:none;font-size:2rem;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(222,231,235,.15);box-shadow:none;opacity:1;color:#fff;font-weight:500}.file-drop>.file-drop-target.file-drop-dragging-over-frame{display:flex!important}.option{margin-top:.5rem;margin-bottom:.5rem}.option-checkbox{margin-left:-.5rem;margin-top:0;margin-bottom:0}