@charset "UTF-8";body,html{background:#242424;color:#c8c8c8;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:var(--font-size, 14px);height:100%}*{box-sizing:border-box;margin:0;padding:0}header{min-height:2.5rem;border-bottom:1px solid rgba(200,200,200,.1);align-items:center;background-color:#242424;color:#c8c8c8;display:flex;flex-wrap:nowrap;justify-content:flex-start}header #menu{display:none}header span{margin-left:1rem}header #gh{margin-left:auto;margin-right:1rem}header #gh a{opacity:.7;display:block;background:url("./media/github-mark-white-7VOAV7JB.svg");background-size:1.5rem 1.5rem;height:1.5rem;width:1.5rem}header #logo a{color:#c8c8c8;font-size:1.1rem;text-decoration:none}@media all and (max-width:900px){header #menu{display:block}}header span>a{display:block;color:#c8c8c8b3;font-size:2rem;text-decoration:none}header nav .hidden>div{display:none}header nav span{position:relative}header nav span div{height:100%;position:fixed;top:2.5rem;left:0;width:270px;z-index:1}#page{height:100vh;display:flex;flex-direction:column}#sidebar{display:flex;width:25%;max-width:270px}#content{display:flex;flex-grow:1}@media all and (max-width:900px){#sidebar{display:none}}.links{padding-top:3rem;background-color:#242424;flex-grow:1;font-size:.9rem}.links a{color:#c8c8c8;display:block;padding:.5rem 3rem;text-decoration:none;white-space:nowrap;border-radius:5px}.links a:hover{background-color:#292929}.links span{color:#c8c8c8b3;display:block;cursor:default;padding:2rem 3rem}.links .active{font-style:italic;position:relative}.links .active:before{color:#8b0000;content:"\25cf";position:absolute;transform:translate(-1rem)}#main{flex-grow:1;flex-direction:column;display:flex;width:75%}#main .upload-zone{margin:.2rem;border:1px solid rgba(200,200,200,.1);border-radius:5px}.uploadx-drop-active{background-color:#292929;border:1px dashed rgb(200,200,200)!important}button{background-color:#292929;border:1px solid rgba(200,200,200,.1);border-radius:5px;color:#c8c8c8;cursor:pointer;font-family:inherit;font-size:.85rem;height:2rem;margin:auto .2rem;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:capitalize;transition:all .15s;width:6rem}button:hover{background-color:#2e2e2e}label{cursor:pointer;margin:.5rem}input[type=file]{display:none}.uploads-table,.uploads-table2{font-size:.9rem;height:9rem;overflow-x:hidden;overflow-y:auto}@media all and (max-height:670px){.uploads-table,.uploads-table2{height:7rem}}.control{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;background-color:#292929;border-radius:0 0 5px 5px}.control span{margin:auto .2rem;padding:.2rem;white-space:nowrap}.row{align-items:baseline;display:flex;justify-content:flex-end;margin-top:.2rem}.row span:first-child{margin-left:1rem;flex:auto;overflow:hidden;text-overflow:ellipsis}.row span{margin:auto .2rem;padding:0 .2rem;white-space:nowrap}.json pre{font-size:.8rem;margin:auto;padding:.2rem;overflow:hidden;text-overflow:ellipsis}
