*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.App{height:100vh;width:100vw;overflow:hidden;display:flex}.App .file-explorer{height:100vh;flex:1 1;background-color:#252526;position:relative}.App .file-explorer .file-explorer-header{height:5vh;padding:0 20px;justify-content:space-between;align-items:center;color:#c8c8c8;font-size:.8rem;display:flex}@media screen and (max-width:768px){.App .file-explorer .file-explorer-header{justify-content:center}}.App .file-explorer .files .file{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:20px;height:2rem;display:flex;align-items:center}.App .file-explorer .files .file:hover{background-color:#2d2d2d}.App .file-explorer .files .file.active{background-color:#333}@media screen and (max-width:768px){.App .file-explorer .files .file{display:flex;justify-content:center;height:4rem}}.App .file-explorer .files .file .file-icon{height:1.5rem;width:1.5rem}@media screen and (max-width:768px){.App .file-explorer .files .file .file-icon{height:2rem;width:2rem}}.App .file-explorer .files .file .file-name{padding:0 12px;font-size:1rem;color:#c8c8c8}@media screen and (max-width:768px){.App .file-explorer .files .file .file-name{display:none}}.App .file-explorer .share-btn-container{position:absolute;bottom:0;width:100%}.App .file-explorer .share-btn-container .share-btn{width:100%;height:3rem;font-size:1.5rem;background-color:#007acc;color:#fff;border:none;outline:none;cursor:pointer}.App .file-explorer .share-btn-container .share-btn:hover{background-color:#0070c2}.App .overlay{position:absolute;z-index:5;top:0;bottom:0;left:0;right:0;width:100%;min-height:100vh;background-color:#000;opacity:.8}.App .overlay.close{display:none}.App .share{position:absolute;z-index:10;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:500px;background-color:#fff;padding:1rem;border-radius:10px}.App .share.close{display:none}@media screen and (max-width:768px){.App .share{width:300px}}.App .share .share-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #007acc}.App .share .share-header .share-header-text{font-size:2rem;font-weight:700;color:#007acc}@media screen and (max-width:768px){.App .share .share-header .share-header-text{font-size:1.5rem}}.App .share .share-header .close-btn{display:flex;justify-content:center;align-self:stretch;align-items:center;opacity:.8;border-radius:50%}.App .share .share-header .close-btn:hover{opacity:1;background-color:rgba(0,122,204,.1)}.App .share .share-header .close-btn img{padding:0 1rem;height:1rem}@media screen and (max-width:768px){.App .share .share-header .close-btn img{height:.8rem}}.App .share .copy-link-container{margin-top:1rem}.App .share .copy-link-container .copy-link-text{font-size:1.5rem}@media screen and (max-width:768px){.App .share .copy-link-container .copy-link-text{font-size:1rem}}.App .share .copy-link-container .copy-link-box{background-color:#1e1e1e;height:3rem;border-radius:10px;margin-top:.5rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.App .share .copy-link-container .copy-link-box span{color:#c8c8c8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.App .share .copy-link-container .copy-link-box img{height:1.2rem;width:1.2rem;cursor:pointer}.App .right-pane{flex:4 1}.App .right-pane .code-editor-pane .code-editor-header{display:flex;justify-content:space-between;align-items:center;height:5vh;background-color:#333;color:#c8c8c8;cursor:pointer}.App .right-pane .code-editor-pane .code-editor-header .file-name{height:5vh;display:flex;align-items:center;padding:0 20px;background-color:#1e1e1e}.App .right-pane .code-editor-pane .code-editor-header .file-name span{display:flex;align-items:center}.App .right-pane .code-editor-pane .code-editor-header .file-name span .file-name-icon{height:1rem;width:1rem;margin-right:.5rem}.App .right-pane .code-editor-pane .code-editor-header .code-editor-toggle{height:5vh;display:flex;align-items:center;margin-right:20px}.App .right-pane .code-editor-pane .code-editor-header .code-editor-toggle img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);height:1rem;width:1rem;transition:.5s}.App .right-pane .code-editor-pane .code-editor-header .code-editor-toggle img.collapsed{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.App .right-pane .code-editor-pane .code-editor{height:0;transition:.5s;overflow:hidden;background-color:#1e1e1e}.App .right-pane .code-editor-pane .code-editor.big{height:45vh}.App .right-pane .live-view{height:100vh}.App .right-pane .live-view.small{height:50vh}.App .right-pane .live-view .errors-container{background-color:#353535;padding:30px;height:50vh}.App .right-pane .live-view .errors-container .failed-header{font-size:2rem;color:#e83b46}.App .right-pane .live-view .errors-container .errors{margin:20px 0;padding:10px;background-color:#453234;border-radius:10px}.App .right-pane .live-view .errors-container .errors .error{list-style-type:none;color:#fccfcf}
/*# sourceMappingURL=main.732d7e19.chunk.css.map */