html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}a{color:#0a3;text-decoration:none}body{font-family:Roboto,Arial,Helvetica,sans-serif;color:#ccc;margin:0;background-color:#000}.fixed-bar{border-bottom:1px solid #262;display:flex;align-items:center;position:fixed;top:0;left:0;width:100vw;z-index:100;background-color:#111;min-height:60px}.main-body{padding:50px 20px;max-width:calc(100vw - 32px);margin:65px auto 0;box-sizing:border-box}footer{background-color:#111;color:#fff;padding:40px 40px 80px;display:flex;justify-content:start;align-items:start;flex-direction:column;color:#ccc}main{box-sizing:border-box;min-height:calc(100vh - 200px)}footer p{margin:5px 0}.app-name{font-weight:400;font-size:28px;color:#888;cursor:pointer}.app-logo{width:35px;height:35px;margin:16px}.app-logo img{width:100%;height:auto}.kb-right{display:flex;justify-content:flex-end;flex-grow:1;margin-right:30px}.kb-module{display:flex;font-size:14px}.kb-module:not(:last-child){border-right:1px solid #444;padding-right:16px}.kb-module a{display:block;padding:0 16px}.kb-module a:last-child{padding-right:0}.kb-module a:not(:last-child){border-right:1px solid #444}a:hover{text-decoration:underline;text-underline-position:under}.modal-dialog{position:fixed;background-color:#0003;width:100vw;height:100vh;z-index:100;top:0;left:0}.login-area{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:400px;background-color:#000;box-shadow:0 0 15px #00000080;z-index:110;padding:50px;border:1px solid #ccc;text-align:center;color:#fff}input[type=text],input[type=password],input[type=email]{border:none;border-bottom:1px solid #ccc;padding:3px;background-color:#000;font-size:16px;font-family:Consolas,Courier New,Courier,monospace;max-width:100%;box-sizing:border-box;color:#fff}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus{outline:none;border-bottom:1px solid #999}.login-button{padding:5px 10px;border:1px solid #ccc;border-radius:4px;display:inline-block;cursor:pointer;margin-right:10px;position:relative}.login-button:not(.loading):hover{background-color:#333;border-color:#333;color:#fff}.login-button.loading{color:#333;background-color:#333}.login-button.loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2054.24%2061.39'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23eee;}%3c/style%3e%3c/defs%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cg%20id='Layer_1-2'%20data-name='Layer%201'%3e%3cpath%20class='cls-1'%20d='M4.07,17.24a26.67,26.67,0,0,1,46.11.05l4.06-.93A30.68,30.68,0,0,0,0,16.32Z'/%3e%3cpath%20class='cls-1'%20d='M49.74,44.84A26.67,26.67,0,0,1,4.59,45l-4.1.94a30.67,30.67,0,0,0,53.35-.17Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:auto 60%;animation:rotateme 1s infinite linear;z-index:10}.login-form>div{margin:16px 0}.login-form h3{color:#fff;text-align:center;margin-bottom:30px;font-weight:300}.google-signin-container{display:flex;flex-direction:column;align-items:center;margin:20px 0}.google-signin-button{display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #dadce0;border-radius:4px;color:#3c4043;cursor:pointer;font-family:arial,sans-serif;font-size:14px;font-weight:500;letter-spacing:.25px;margin:0;max-width:400px;min-height:40px;padding:8px 16px;position:relative;text-align:center;vertical-align:middle;width:100%;box-sizing:border-box;transition:background-color .218s,border-color .218s,box-shadow .218s}.google-signin-button:hover:not(.loading){background-color:#f8f9fa;border-color:#dadce0}.google-signin-button:active:not(.loading){background-color:#f1f3f4;border-color:#5f6368}.google-signin-button.loading{opacity:.6;cursor:not-allowed}.google-signin-button.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2054.24%2061.39'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23eee;}%3c/style%3e%3c/defs%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cg%20id='Layer_1-2'%20data-name='Layer%201'%3e%3cpath%20class='cls-1'%20d='M4.07,17.24a26.67,26.67,0,0,1,46.11.05l4.06-.93A30.68,30.68,0,0,0,0,16.32Z'/%3e%3cpath%20class='cls-1'%20d='M49.74,44.84A26.67,26.67,0,0,1,4.59,45l-4.1.94a30.67,30.67,0,0,0,53.35-.17Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:contain;animation:rotateme 1s infinite linear;z-index:10}.google-icon{width:20px;height:20px;margin-right:12px}.login-actions{display:flex;justify-content:center;margin-top:30px}textarea{font-family:Consolas,Courier New,Courier,monospace;font-size:14px;line-height:18px;border:1px solid #ccc;padding:10px;margin:20px 0;max-width:100%;background-color:#000;color:#fff}textarea.nulltext{width:auto}textarea:focus{outline:none;border:1px solid #999}.router-link-active{color:#666}.router-link-active:hover{text-decoration:none}.CodeMirror{font-family:Consolas,Courier New,Courier,monospace!important;height:auto!important}@keyframes rotateme{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:560px){.nomob{display:none}}
