@import url(https://fonts.googleapis.com/css?family=Ubuntu&display=swap);.snotifyToast{animation-fill-mode:both}.snotify-leftBottom .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftTop .fadeIn{animation-name:fadeInLeft}.snotify-leftBottom .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftTop .fadeOut{animation-name:fadeOutLeft}.snotify-rightBottom .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightTop .fadeIn{animation-name:fadeInRight}.snotify-rightBottom .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightTop .fadeOut{animation-name:fadeOutRight}.snotify-centerTop .fadeIn{animation-name:fadeInDown}.snotify-centerTop .fadeOut{animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{animation-name:fadeIn}.snotify-centerCenter .fadeOut{animation-name:fadeOut}.snotify-centerBottom .fadeIn{animation-name:fadeInUp}.snotify-centerBottom .fadeOut{animation-name:fadeOutDown}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes disappear{0%{opacity:0;max-height:50vh}to{opacity:0;max-height:0}}@keyframes async{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.snotify{display:block;position:fixed;width:300px;z-index:9999;pointer-events:none}.snotify,.snotify *{box-sizing:border-box}.snotify-leftBottom,.snotify-leftCenter,.snotify-leftTop{left:10px}.snotify-rightBottom,.snotify-rightCenter,.snotify-rightTop{right:10px}.snotify-centerBottom,.snotify-centerCenter,.snotify-centerTop{left:calc(50% - 150px)}.snotify-centerTop,.snotify-leftTop,.snotify-rightTop{top:10px}.snotify-centerCenter,.snotify-leftCenter,.snotify-rightCenter{top:50%;transform:translateY(-50%)}.snotify-centerBottom,.snotify-leftBottom,.snotify-rightBottom{bottom:10px}.snotify-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:9998;transition:opacity .3s}.snotifyToast{display:block;cursor:pointer;background-color:#fff;max-height:300px;height:100%;margin:5px;opacity:0;overflow:hidden;pointer-events:auto}.snotifyToast--in{animation-name:appear}.snotifyToast--out{animation-name:disappear}.snotifyToast__inner{display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center;position:relative;padding:5px 65px 5px 15px;min-height:78px;font-size:16px;color:#000}.snotifyToast__noIcon{padding:5px 15px 5px 15px}.snotifyToast__progressBar{position:relative;width:100%;height:5px;background-color:#c7c7c7}.snotifyToast__progressBar__percentage{position:absolute;top:0;left:0;height:5px;background-color:#4c4c4c;max-width:100%}.snotifyToast__title{font-size:1.8em;line-height:1.2em;margin-bottom:5px;color:#000}.snotifyToast__body{font-size:1em;color:#000}.snotifyToast-show{transform:translate(0);opacity:1}.snotifyToast-remove{max-height:0;overflow:hidden;transform:translateY(50%);opacity:0}.snotify-simple{border-left:4px solid #000}.snotify-success{border-left:4px solid #4caf50}.snotify-info{border-left:4px solid #1e88e5}.snotify-warning{border-left:4px solid #ff9800}.snotify-error{border-left:4px solid #f44336}.snotify-async{border-left:4px solid #1e88e5}.snotify-confirm,.snotify-prompt{border-left:4px solid #009688}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{position:relative;z-index:1;display:inline-block;margin:0;width:100%;vertical-align:top;transition:all .5s;transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field{position:relative;display:block;float:right;padding:.85em .5em;width:100%;border:none;border-radius:0;background:#0000;color:#333;font-weight:700;-webkit-appearance:none;opacity:0;transition:opacity .3s}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{display:inline-block;float:right;padding:0 .85em;width:100%;color:#999;font-weight:700;font-size:70.25%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:absolute;left:0;height:100%;text-align:left;pointer-events:none}.snotifyToast__input__label:after,.snotifyToast__input__label:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .3s}.snotifyToast__input__label:before{border-top:2px solid #009688;transform:translate3d(0,100%,0) translate3d(0,-2px,0);transition-delay:.3s}.snotifyToast__input__label:after{z-index:-1;background:#eee;transform:scaleY(0);transform-origin:50% 0}.snotifyToast__input__labelContent{position:relative;display:block;padding:1em 0;width:100%;transition:transform .3s .3s}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled .snotifyToast__input__field,.snotifyToast__input--filled:focus{opacity:1;transition-delay:.3s}.snotifyToast__input--filled .snotifyToast__input__labelContent,.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent{transform:translateY(-80%);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input--filled .snotifyToast__input__label:before,.snotifyToast__input__field:focus+.snotifyToast__input__label:before{transition-delay:0s;transform:translate(0)}.snotifyToast__input--filled .snotifyToast__input__label:after,.snotifyToast__input__field:focus+.snotifyToast__input__label:after{transform:scale(1);transition-delay:.3s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f44336}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#4caf50}.snotifyToast__buttons{display:flex;flex-flow:row nowrap;justify-content:space-between;border-top:1px solid #0000001a}.snotifyToast__buttons button{position:relative;width:100%;border-right:1px solid #0000001a;border-left:1px solid #0000001a;border-top:none;border-bottom:none;background:#0000;padding:8px;text-transform:capitalize;color:#000}.snotifyToast__buttons button:focus,.snotifyToast__buttons button:hover{background:#0000001a;outline:none}.snotifyToast__buttons button:active{background:#00000026}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}.snotify-icon{position:absolute;right:10px;top:50%;line-height:0;transform:translateY(-50%);max-height:48px;max-width:48px;width:100%;height:100%}.snotify-icon--error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23f44336'%3E%3Cpath d='M437 75A256 256 0 1 0 75 437 256 256 0 1 0 437 75Zm-20.57 341.43a226.82 226.82 0 0 1-320.86 0C7.11 328 7.11 184 95.57 95.57a226.82 226.82 0 0 1 320.86 0c88.46 88.43 88.46 232.43 0 320.86Z'/%3E%3Cpath d='M368.81 143.19a14.5 14.5 0 0 0-20.58 0L256 235.42l-92.23-92.23a14.55 14.55 0 0 0-20.58 20.58L235.42 256l-92.23 92.23a14.6 14.6 0 0 0 10.24 24.89 14.19 14.19 0 0 0 10.24-4.31l92.23-92.23 92.23 92.23a14.64 14.64 0 0 0 10.24 4.31 14 14 0 0 0 10.24-4.31 14.5 14.5 0 0 0 0-20.58l-92-92.23 92.23-92.23a14.5 14.5 0 0 0-.03-20.58Z'/%3E%3C/svg%3E")}.snotify-icon--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ff9800'%3E%3Cpath d='M256 512c141.15 0 256-114.84 256-256S397.15 0 256 0 0 114.84 0 256s114.85 256 256 256Zm0-480.49c123.79 0 224.49 100.71 224.49 224.49S379.79 480.49 256 480.49 31.51 379.79 31.51 256 132.21 31.51 256 31.51Z'/%3E%3Ccircle cx='260.08' cy='343.87' r='26.35'/%3E%3Cpath d='M254.68 278.39a15.76 15.76 0 0 0 15.75-15.75V128.72a15.75 15.75 0 1 0-31.51 0v133.91a15.76 15.76 0 0 0 15.76 15.76Z'/%3E%3C/svg%3E")}.snotify-icon--info{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231e88e5'%3E%3Cpath d='M256 0C114.84 0 0 114.84 0 256s114.84 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 478.43c-122.65 0-222.43-99.79-222.43-222.43S133.35 33.58 256 33.58 478.42 133.36 478.42 256 378.64 478.43 256 478.43Z'/%3E%3Cpath d='M251.26 161.24a22.39 22.39 0 1 0-22.38-22.39 22.39 22.39 0 0 0 22.38 22.39ZM286.84 357.87h-14v-160A16.79 16.79 0 0 0 256 181.05h-30.83a16.79 16.79 0 0 0 0 33.58h14.05v143.24h-14.05a16.79 16.79 0 0 0 0 33.57h61.67a16.79 16.79 0 1 0 0-33.57Z'/%3E%3C/svg%3E")}.snotify-icon--success{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%234caf50'%3E%3Cpath d='M256 0C114.85 0 0 114.84 0 256s114.85 256 256 256 256-114.84 256-256S397.15 0 256 0Zm0 492.31c-130.29 0-236.31-106-236.31-236.31S125.71 19.69 256 19.69 492.31 125.71 492.31 256 386.29 492.31 256 492.31Z'/%3E%3Cpath class='cls-1' d='M376.64 151 225.31 321.24l-91.17-72.93a9.85 9.85 0 0 0-12.3 15.38l98.46 78.77a9.86 9.86 0 0 0 13.52-1.15l157.54-177.23A9.85 9.85 0 0 0 376.64 151Z'/%3E%3C/svg%3E")}.snotify-icon--async{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231e88e5'%3E%3Cpath d='M256 0a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0V32a32 32 0 0 0-32-32Zm0 384a32 32 0 0 0-32 32v64a32 32 0 0 0 64 0v-64a32 32 0 0 0-32-32Zm135.74-218.5L437 120.22A32 32 0 0 0 391.74 75l-45.24 45.22a32 32 0 0 0 45.25 45.28Zm-271.52 181L75 391.74A32 32 0 0 0 120.22 437l45.25-45.25a32 32 0 0 0-45.25-45.25Zm0-271.52A32 32 0 1 0 75 120.22l45.25 45.28a32 32 0 1 0 45.25-45.28ZM391.74 346.5a32 32 0 0 0-45.25 45.25L391.74 437A32 32 0 0 0 437 391.74ZM480 224h-64a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64Zm-352 32a32 32 0 0 0-32-32H32a32 32 0 0 0 0 64h64a32 32 0 0 0 32-32Z'/%3E%3C/svg%3E");animation:async 3s linear infinite;transform-origin:50% 50%}.loading-icon[data-v-238d7794]{display:inline-block;width:1em;height:1em;font-size:1em;line-height:1em}.loading-icon.rotate[data-v-238d7794]{animation:loading-icon-rotate-238d7794 1s linear infinite}@keyframes loading-icon-rotate-238d7794{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.logo img[data-v-af3cbbb2]{filter:brightness(0) invert(1)}.logo[data-v-af3cbbb2]{display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;flex-wrap:wrap}.logo img[data-v-af3cbbb2]{display:inline-block;max-height:100%;max-width:100%}.logo h2[data-v-af3cbbb2]{display:inline-block;margin:.5rem 1rem;font-size:40px;color:#fff;font-weight:400;white-space:nowrap}.logo .version[data-v-af3cbbb2]{position:relative;top:-26px;font-size:11px;background-color:#547f1b;color:#fff;padding:3px;border-radius:5px;cursor:pointer}.logo .version[data-v-af3cbbb2]:hover{background-color:#fff;color:#547f1b}.vue-component .highlight-box{box-shadow:0 0 0 .2em #c8e1ff}.vue-component code.id{color:maroon}.vue-component abbr{-webkit-text-decoration:underline dotted 1px;text-decoration:underline dotted 1px}.vue-component .unit{opacity:.6}.vue-component .status[data-value=submitted]{color:#000}.vue-component .status[data-value=running]{color:#ff8c00}.vue-component .status[data-value=queued]{color:#00008b}.vue-component .status[data-value=finished]{color:#006400}.vue-component .status[data-value=canceled]{color:#a9a9a9}.vue-component .status[data-value=error]{color:red}.vue-component.inline.process{margin-left:1em}.vue-component.inline h1{font-size:1.17em}.vue-component.inline h2{font-size:1.1em}.vue-component.inline h3{font-size:1.05em}.vue-component.inline h4,.vue-component.inline h5,.vue-component.inline h6{font-size:1em}.vue-component .comma-separated-list{display:inline;list-style:none;padding:0}.vue-component .comma-separated-list li{display:inline;padding:0}.vue-component .comma-separated-list li:after{content:", "}.vue-component .comma-separated-list li:last-child:after{content:""}.vue-component .required{color:red;font-weight:700}.vue-component.message-block{margin:1em 0;padding:.5em}.vue-component.message-block>strong{display:block;margin-bottom:.5em}.vue-component.message-block>p{margin:0}.vue-component .param-name,.vue-component .process-name{color:#369}.vue-component .param-argument,.vue-component .return-value{color:#936}.vue-component .data-type{color:#693}.vue-component .param-optional{font-weight:700}.vue-component .badges{margin:0;padding:0;list-style-type:none;display:inline-block}.vue-component .badges .badge{display:inline-block;font-size:.8em;margin:.25em;padding:.35em .5em .25em .5em;line-height:1em;text-align:center;white-space:nowrap;text-transform:uppercase;vertical-align:initial;border-radius:.5em;color:#fff;background-color:#6c757d}.vue-component .badges:not(.inline){margin-left:-.25em;margin-right:-.25em}.vue-component .badges.small .badge{padding:.25em .35em .2em .35em;font-size:.75em}.vue-component .badges.inline{margin-left:.5em;border-radius:.25em}.vue-component .badges.inline .badge{margin-top:0;margin-bottom:0}.vue-component .badges .badge a{color:#fff;border-bottom:1px dotted #fff;text-decoration:none}.vue-component .badges .badge a.badge-fill{margin:-.35em -.5em;padding:.35em .5em;display:block;border-bottom:0}.vue-component .badges.small .badge a.badge-fill{margin:-.2em -.3em;padding:.25em .35em}.vue-component .badges .badge a:hover{color:#fff;border-bottom-style:solid}.vue-component .badges .default{background-color:#555}.vue-component .badges .green{background-color:green}.vue-component .badges .red{background-color:maroon}.vue-component .badges .option1{background-color:#369}.vue-component .badges .option2{background-color:#693}.vue-component .badges .option3{background-color:#936}.vue-component .badges .option4{background-color:#963}.vue-component .badges .deprecated{background-color:red}.vue-component .badges .experimental{background-color:#8a2be2}.vue-component .badges .action{border:1px solid #000;background-color:#fff;color:#000;margin:.33em;cursor:pointer;text-transform:none}.vue-component .badges .action:hover{background-color:#000;color:#fff}.vue-component .badges .action:hover>a{color:#fff}.vue-component .badges .action>a{color:#000}.vue-component .badges .docker{background-color:#0db7ed}.vue-component .tabular{display:flex;margin:.2em 0;padding:1px}.vue-component .tabular label{flex:1;font-weight:700}.vue-component .tabular .value{flex:3}.vue-component .tabular .value td>div,.vue-component .tabular .value>.formatted>ul,.vue-component .tabular .value>ul,.vue-component .tabular ul.value{max-height:15em;overflow:auto}.vue-component .tabular .value pre{margin:0}.vue-component.stac .map{background:#0000;height:350px}.vue-component.stac .tabular{margin:.5em 0}.vue-component.stac .tabular.wrap{display:block}.vue-component.stac .tabular.wrap .value{margin-top:.5em;margin-left:1em;margin-bottom:.5em}.vue-component.stac .tabular .value ul{padding-left:20px}.assets.empty,.vue-component.stac .links:empty{display:none}.vue-component.stac .thumbnails{overflow-x:auto;overflow-y:hidden;width:100%;white-space:nowrap}.vue-component.stac .thumbnails a{margin:5px;display:inline-block}.vue-component.stac .thumbnails a img{padding:2px;max-height:200px;vertical-align:middle;border:2px solid #0000}.vue-component.stac .thumbnails a:hover img{border:2px solid #00000080}.vue-component .federation>ul>li{margin-bottom:.5em}.vue-component .federation>ul>li>small{display:block}.vue-component .federation>ul>li>h4{margin:0}.vue-component .federation .fed-header{margin:.2em 0}.vue-component .federation .fed-header>.fed-title{display:inline-block;vertical-align:bottom}.vue-component.tabs{display:flex;flex-direction:column;height:100%}.vue-component.tabs .tabsHeader{display:flex}.vue-component.tabs .tabsHeader .tabClose,.vue-component.tabs .tabsHeader .tabName{display:inline-block;vertical-align:middle}.vue-component.tabs .tabsHeader .tabName{text-overflow:ellipsis;overflow:hidden;min-width:2em;flex-grow:1}.vue-component.tabs .tabsHeader .tabHasIcon .tabName{margin-left:5px}.vue-component.tabs .tabsBody{flex-grow:1;height:100%;overflow:hidden}.vue-component.tabs .tabContent.tabActive{display:block}.vue-component.tabs .tabItem{display:flex;background-color:#0000;border:0;padding:5px 10px;min-width:6em;white-space:nowrap;cursor:pointer}.vue-component.tabs .tabItem::-moz-focus-inner{border:0}.vue-component.tabs .tabItem:focus{outline:none}.vue-component.tabs .tabItem .tabClose{display:inline-block;margin-left:5px;height:1em;width:1em;min-width:1em}.vue-component.tabs .tabItem .tabClose *{stroke:#000}.vue-component.tabs .tabItem .tabClose:hover *{stroke:red}.vue-component.tabs.top .tabItem{margin:5px 5px 0 0}.vue-component.tabs.bottom{flex-direction:column-reverse}.vue-component.tabs.bottom .tabItem{margin:0 5px 5px 0}.vue-component.tabs.boxed{border-radius:3px;border:1px solid #aaa;box-sizing:border-box}.vue-component.tabs.boxed>.tabsHeader{padding-left:5px;background-color:#f9f9f9}.vue-component.tabs.boxed>.tabsHeader>.tabItem{border:1px solid #aaa;color:#666;background-color:#eee}.vue-component.tabs.boxed>.tabsHeader>.tabItem:hover .fas,.vue-component.tabs.boxed>.tabsHeader>.tabItem:hover .tabName{color:#000}.vue-component.tabs.boxed>.tabsHeader>.tabItem.tabActive{background-color:#fff;color:#000;z-index:1}.vue-component.tabs.boxed>.tabsBody>.tabContent{background-color:#fff;overflow:auto;height:100%}.vue-component.tabs.boxed.top>.tabsBody>.tabContent{border-top:1px solid #ddd;box-sizing:border-box}.vue-component.tabs.boxed.top>.tabsHeader>.tabItem{border-bottom:0;border-radius:5px 5px 0 0}.vue-component.tabs.boxed.top>.tabsHeader>.tabItem.tabActive{padding-bottom:6px;margin-bottom:-1px}.vue-component.tabs.boxed.bottom>.tabsBody>.tabContent{border-bottom:1px solid #ddd;padding-bottom:1px;box-sizing:border-box}.vue-component.tabs.boxed.bottom>.tabsHeader>.tabItem{border-top:0;border-radius:0 0 5px 5px}.vue-component.tabs.boxed.bottom>.tabsHeader>.tabItem.tabActive{padding-top:6px;margin-top:-1px}.vue-component.tabs.pills.multiline>.tabsHeader{display:block}.vue-component.tabs.pills.multiline>.tabsHeader>.tabItem{display:inline-block}.vue-component.tabs.pills>.tabsBody>.tabContent{height:100%}.vue-component.tabs.pills>.tabsHeader>.tabItem{border:1px solid #000;border-radius:5px;color:#000;opacity:.6}.vue-component.tabs.pills>.tabsHeader>.tabItem:hover{opacity:1}.vue-component.tabs.pills>.tabsHeader>.tabItem.tabActive{opacity:1;border-width:2px;padding:4px 9px}.vue-component.tabs.hide{border:0}.vue-component.tabs.hide>.tabsBody,.vue-component.tabs.hide>.tabsEmpty:empty,.vue-component.tabs.hide>.tabsHeader,.vue-component.tabs.spaceLimited .tabHasIcon:not(.tabActive) .tabName,.vue-component.tabs.spaceLimited .tabItem:not(.tabActive) .tabClose{display:none}.vue-component.tabs.spaceLimited .tabItem{min-width:auto}.logo img[data-v-714226be]{filter:brightness(0) invert(1)}.connectPage[data-v-714226be]{background-color:#547f1b;align-items:center;justify-content:center;display:flex;flex-direction:column;overflow:auto;width:100%;height:100%}.connectPage .logo[data-v-714226be]{max-width:500px;margin-bottom:1rem}.connectPage .logo img[data-v-714226be]{max-height:150px}.connectContainer[data-v-714226be]{width:500px;background-color:#fff;border:1px solid #000;border-radius:3em;padding:2.5em 3em;font-family:Ubuntu,sans-serif}.connectContainer .helpBtn[data-v-714226be]{float:right;cursor:pointer;color:#547f1b;margin-left:1rem}.connectContainer .helpBtn[data-v-714226be]:hover{color:#000}header[data-v-714226be]{text-align:center;margin-bottom:2em}h3[data-v-714226be]{margin:0 0 .75em 0}.switch[data-v-714226be]{font-size:.9em;text-align:center;margin-top:.5em}.row[data-v-714226be]{display:flex;margin:.25em 0}label[data-v-714226be]{width:30%;display:flex;align-items:center}.input[data-v-714226be]{flex-grow:1;display:flex}.input input[data-v-714226be]{flex-grow:1}input[data-v-714226be]{padding:.3em}button[data-v-714226be],input[data-v-714226be]{margin:3px}.connectBtn[data-v-714226be]{width:100%;margin:0;margin-top:.5em;padding:5px 1.33em 5px 0}.fa-spinner[data-v-714226be]{visibility:hidden}.loading .fa-spinner[data-v-714226be]{visibility:visible}.loading .fa-openid[data-v-714226be],.loading .fa-user-slash[data-v-714226be]{display:none}@media only screen and (min-height:600px){#credentials.tabs{min-height:250px}}#credentials.tabs .tabsHeader{margin-bottom:.5em}#credentials.tabs{display:flex}#credentials.tabs .tabContent,#credentials.tabs .tabsBody,#credentials.tabs form,#credentials.tabs form>div:last-child{flex-grow:1;display:flex;flex-direction:column}#credentials.tabs form>div{flex-grow:1}#credentials.tabs form>div.bottom{justify-content:flex-end}.logo img{filter:brightness(0) invert(1)}.container,body,html{height:100%;overflow:hidden}body,button,datalist,input,select,textarea{font-family:Ubuntu,sans-serif}body{margin:0}a{color:#547f1b;text-decoration:none;cursor:pointer}a:hover{color:#000}ol,ul{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}button,input[type=reset],input[type=submit]{margin:1px;background-color:#eee}button,datalist,input,select,textarea{border:1px solid #aaa;border-radius:2px;padding:2px 6px}button:hover,datalist:hover,input:hover,select:hover,textarea:hover{border-color:#000}button:hover:disabled,datalist:hover:disabled,input:hover:disabled,select:hover:disabled,textarea:hover:disabled{border-color:#aaa}.multiselect:focus-within,button:focus,datalist:focus,input:focus,select:focus,textarea:focus{outline:none;box-shadow:0 0 3px #1666b6bf}.multiselect input:focus{box-shadow:0 0 0}button:disabled i{color:#aaa}.sepr{margin-right:.5em}.sepl{margin-left:.5em}.boolean .fa-check-circle{color:green}.boolean .fa-times-circle{color:red}.boolean .fa-question-circle{color:#555}.vue-component.styled-description code,p code,tt{color:maroon;display:inline-block;padding:0 .1em 0 .3em}kbd{margin:0 .1em;padding:.2em .6em .1em .6em;border-radius:3px;border:1px solid #ccc;color:#333;line-height:1.33em;font-size:.9em;box-shadow:0 1px 0 #0003,inset 0 0 0 2px #fff;background-color:#f7f7f7;text-shadow:0 1px 0 #fff}#activeRequests,kbd{display:inline-block}#activeRequests{width:2em;height:2em;padding:.5em;position:absolute;left:1rem;bottom:1rem;background-color:#ffffff80;border-radius:2em;z-index:9999}.connecting #activeRequests{color:#fff;background-color:#00000080}.vue-component h2{font-size:1.75em;padding:.25em 0 .25em 0;margin:0 0 .75em 0;border-bottom:1px solid #ccc}.vue-component h3{font-size:1.4em;margin:1.5em 0 .75em 0;padding:.25em 0 .25em 0;border-bottom:1px dotted #ccc}.vue-component h4{font-size:1.2em}.vue-component .tabular{margin:.5em 0}.vue-component .tabular .value ul{padding-left:20px}.container{width:100%;height:100%}.container .snotifyToast__title{font-size:1em;font-weight:700}.container .snotifyToast__body{font-size:.9em}p.aboutPage{line-height:1.33em;text-align:justify;margin-top:0}h3.aboutPage{margin-bottom:.5em}.log-empty,.no-data{text-align:center;margin:1em;font-weight:700}.help,.message{display:flex}.help span,.message span{display:block;flex-grow:1}.help .fas,.message .fas{display:block;height:100%;margin-right:.5em;margin-top:1px}.help.info,.message.info{border:1px solid #aaa;background-color:#eee;color:#555}.help.warning,.message.warning{border:1px solid #f9d67a;background-color:#fbeabc;color:#795600}.help.error,.message.error{border:1px solid #f97a7a;background-color:#fbbcbc;color:#790000}.message{padding:.5em;margin-bottom:1em;border-radius:.5em}.help{margin:.75em .5em}.help span{font-size:.9em}.connect-fade-enter-active,.connect-fade-leave-active{transition:opacity .3s ease}.connect-fade-enter,.connect-fade-leave-to{opacity:0}.sourceHeader{padding:5px;border-bottom:1px solid #ddd;display:flex;justify-content:flex-end;background-color:#fff}.sourceHeader strong{display:block;margin:auto 0;flex-grow:1}.sourceToolbar{text-align:right}.tabContent>.textEditor{border:0!important}