#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;position:absolute;top:0;left:0;width:100%;min-height:100vh;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#app,#app button{font-family:Avenir,Helvetica,Arial,sans-serif}#app button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;border:none;outline-color:transparent;background-color:transparent}#app .code{font-family:monospace}#app .slide-in-enter,#app .slide-in-right-leave-to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#app .slide-in-leave-to,#app .slide-in-right-enter{-webkit-transform:translateX(100%);transform:translateX(100%)}#app .slide-in-enter-active,#app .slide-in-leave-active,#app .slide-in-right-enter-active,#app .slide-in-right-leave-active{transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}.router-view{position:absolute}.welcome-template{max-width:550px;margin:auto;padding:40px}.welcome-template .message{height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcome-template .button-wrap{margin-top:40px}.slide-enter,.slide-leave-to{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0}.slide-leave-active{position:absolute;right:0;left:0;max-width:550px;margin:auto}.slide-enter-active,.slide-leave-active{transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s}.board{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.board,.board>section{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.board>section{overflow-y:auto;width:33.33333%;padding:20px;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.board>section>div{position:relative}.board .instructions{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.board .browser-wrap,.board .instructions{display:-webkit-box;display:-ms-flexbox;display:flex}.board .browser-wrap{background-color:#70c1b3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.board .meta{position:fixed;bottom:20px;left:20px;background-color:rgba(0,0,0,.4);color:#fff;margin:0;padding:30px 20px 10px;font-size:24px;height:120px;text-align:left;width:calc(33.33333% - 80px)}.board .meta h2{margin-top:0}.board .message{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);color:#fff;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.board .message a{margin-top:20px;background-color:#fff;color:#000;padding:10px;text-decoration:none;transition:color .4s,background-color .4s}.board .message a:focus,.board .message a:hover{background-color:#000;color:#fff}#app .req-res{background-color:#ff1654;color:#fff;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#app .req-res>div{height:calc(50% - 10px);background-color:#c90035;overflow-x:hidden}#app .req-res .output{height:calc(50% - 190px)}#app .req-res .single-request,#app .req-res .single-response{background-color:#960028;box-sizing:border-box;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#app .req-res .single-request .label,#app .req-res .single-response .label{text-align:right;text-transform:uppercase;font-size:14px;background-color:#fff;color:#000;display:inline-block;padding:0 10px;transition:background-color .4s}#app .req-res .single-request:focus .label,#app .req-res .single-request:hover .label,#app .req-res .single-response:focus .label,#app .req-res .single-response:hover .label{background-color:#ddd}#app .req-res .single-request .content,#app .req-res .single-response .content{padding:0 10px 0 0}#app .req-res .request-line{width:100%;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#app .req-res .request-line.has-border{padding-bottom:10px;border-bottom:2px solid #fff}#app .req-res .request-line .svg-wrap{height:48px;width:48px;background-color:rgba(0,0,0,.7);padding:10px}#app .req-res .request-line .code{text-align:left;font-size:24px;margin:10px}#app .req-res .request-line .path{text-align:right;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:5px}#app .req-res .fields{padding:10px 5px;text-align:left}#app .req-res .headers h2{font-size:18px;font-family:monospace;margin:5px auto}#app .req-res .single-response{min-height:100%;margin-bottom:0}#app .req-res .single-response .content{padding:0 5px}#app .req-res .single-response ul{margin:5px auto 0}#app .req-res .single-response .validation-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1}#app .req-res .single-response .validation{width:75px;height:75px;background-color:rgba(0,0,0,.4);margin:0 10px 10px;position:relative}#app .req-res .single-response .validation svg{width:100%;height:auto;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}#app .req-res .output{margin-top:20px}#app .req-res .failure-reasons{text-align:left;margin-top:10px;font-size:18px}#app .staging-area{background-color:#f3ffbd}#app .staging-area>.staging{height:100%}#app .staging-area>.cache{height:calc(25% - 10px)}#app .staging-area>div{background-color:rgba(0,0,0,.2);overflow-x:hidden;position:relative}#app .staging-area>div+div{margin-top:20px}#app .staging-area .work-area{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#app .staging-area .label,#app .staging-area .work-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#app .staging-area .label{background-color:#fff;padding:10px;min-height:27px}#app .staging-area .label,#app .staging-area .label .code{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#app .staging-area .label .code{font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex}#app .staging-area .label .code .svg-wrap{font-size:0}#app .staging-area .label .code svg{background-color:rgba(0,0,0,.8);width:32px;height:32px;padding:5px;margin-right:10px}#app .staging-area .request-headers{text-align:left;margin:10px}#app .staging-area .request-headers h2{font-size:18px;font-family:monospace;margin:5px auto}#app .staging-area .request-headers .is-auth-header.value-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px;background-color:rgba(0,0,0,.7);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#0c0;font-size:16px;font-family:monospace}#app .staging-area .request-headers .is-auth-header.value-wrap .key-svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#app .staging-area .request-headers .is-auth-header.value-wrap svg{width:32px;height:32px}#app .staging-area .request-body{text-align:left;margin:10px}#app .staging-area .request-body .body-label{margin-bottom:10px;display:block}#app .staging-area .request-body .body-content{background-color:#000;color:#fff;font-family:monospace;padding:10px;font-size:16px}#app .staging-area .response-building{background-color:rgba(0,0,0,.4);margin:20px 10px;border-radius:5px;position:relative;color:#fff;padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1}#app .staging-area .response-building h2{margin:0 auto 5px}#app .staging-area .response-building h4{margin:0 auto 10px}#app .staging-area .response-building .code-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#app .staging-area .response-building .code-wrap h3{margin:0}#app .staging-area .files-wrap,#app .staging-area .response-body-wrap{padding:0 0 10px}#app .staging-area .files-wrap h3,#app .staging-area .response-body-wrap h3{text-align:left;margin:0 0 10px}#app .staging-area .files-wrap .files,#app .staging-area .files-wrap .lines,#app .staging-area .response-body-wrap .files,#app .staging-area .response-body-wrap .lines{margin-top:3px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#app .staging-area .files-wrap .file,#app .staging-area .files-wrap .line,#app .staging-area .response-body-wrap .file,#app .staging-area .response-body-wrap .line{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:10px;text-align:left}#app .staging-area .files-wrap .file code,#app .staging-area .files-wrap .line code,#app .staging-area .response-body-wrap .file code,#app .staging-area .response-body-wrap .line code{background-color:#000;padding:0 5px;font-size:16px}#app .staging-area .files-wrap .file .exit,#app .staging-area .files-wrap .line .exit,#app .staging-area .response-body-wrap .file .exit,#app .staging-area .response-body-wrap .line .exit{background-color:rgba(0,0,0,.4);padding:0 5px;margin-left:10px;transition:background-color .4s,color .4s;cursor:pointer}#app .staging-area .files-wrap .file .exit:focus,#app .staging-area .files-wrap .file .exit:hover,#app .staging-area .files-wrap .line .exit:focus,#app .staging-area .files-wrap .line .exit:hover,#app .staging-area .response-body-wrap .file .exit:focus,#app .staging-area .response-body-wrap .file .exit:hover,#app .staging-area .response-body-wrap .line .exit:focus,#app .staging-area .response-body-wrap .line .exit:hover{background-color:#fff;color:#000}#app .staging-area .response-body-label{text-align:left;margin:5px 0}#app .staging-area .controls{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#app .staging-area .controls button{background-color:#fff;font-size:14px;margin-bottom:10px;width:calc(33.33333% - 5px);transition:color .4s,background-color .4s;cursor:pointer}#app .staging-area .controls button:focus,#app .staging-area .controls button:hover{background-color:#000;color:#fff}#app .staging-area .controls .submit{width:100%;font-size:24px}.fade-enter,.fade-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.directory{list-style-type:none;padding:0;text-align:left;margin:0}.directory .file-wrapper{background-color:rgba(0,0,0,.4);padding-bottom:10px;margin-bottom:10px}.directory .filename{display:block;background-color:#fff;padding:5px;font-size:18px}.directory .file-controls-wrap{margin-top:10px;text-align:right}.directory .file-controls-wrap button{font-size:16px;background-color:#fff!important;margin:0 20px;transition:color .4s,background-color .4s;padding:0!important;cursor:pointer}.directory .file-controls-wrap button:focus,.directory .file-controls-wrap button:hover{background-color:#000!important;color:#fff}.directory .file-controls-wrap button .button-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.directory .file-controls-wrap button .button-content-wrap .svg-wrap{display:block;width:48px;height:48px;background-color:rgba(0,0,0,.8);margin-right:15px;padding:5px}.directory .file-controls-wrap button .button-content-wrap .command{margin-right:15px}.directory .file-controls-wrap button:last-child{margin:0}.directory .authentication{margin:10px 10px 0;background-color:rgba(0,0,0,.55);padding:5px;color:#0c0;font-size:16px;font-family:monospace;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.directory .authentication,.directory .authentication .svg-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.directory .authentication .svg-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.directory .authentication svg{width:32px;height:32px}
/*# sourceMappingURL=app.0ccf2dd820a37438f7ea9caf542978fc.css.map */