body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}.code-editor{white-space:initial;overflow-y:scroll;height:100%;display:flex;flex-direction:column}#code-editor{height:100px;flex-grow:1;font-size:14px}.tab{background:#fff;color:#000;border:0px;margin-bottom:2px;cursor:pointer}.tab-active{color:#005fbe;border-bottom:solid 2px}.error-line{background:#fec9cd;position:absolute;z-index:2}.code-editor-button{line-height:1em}.input,code i{color:#000;font-style:normal}.output,code o{color:#005fbe}.input,.output{white-space:pre}.error{color:red;white-space:pre}.output-pane{display:flex;flex-direction:column}.output-pane code{white-space:initial;overflow-y:scroll;height:100%}.challengeComponent{display:flex;width:100vw;height:100vh;justify-content:stretch}.challengeComponent>*{width:50%}.loadingScreen{position:fixed;top:0;left:0;bottom:0;right:0;background:radial-gradient(circle at 5% 0%,#6495ed,#a3bbe8);color:#fff;-webkit-text-stroke:black 2px;font-size:10vmin;display:flex;align-items:center;justify-content:center;font-weight:700;transition:1s all}
