/*!
 *       __ _____                     ________                              __
 *      / // _  /__ __ _____ ___ __ _/__  ___/__ ___ ______ __ __  __ ___  / /
 *  __ / // // // // // _  // _// // / / // _  // _//     // //  \/ // _ \/ /
 * /  / // // // // // ___// / / // / / // ___// / / / / // // /\  // // / /__
 * \___//____ \\___//____//_/ _\_  / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
 *           \/              /____/                              version 2.17.2
 * http://terminal.jcubic.pl
 *
 * This file is part of jQuery Terminal.
 *
 * Copyright (c) 2011-2020 Jakub Jankiewicz <https://jcubic.pl/me>
 * Released under the MIT license
 *
 * Date: Thu, 11 Jun 2020 19:20:15 +0000
 */
.cmd-prompt,
.cmd-prompt div,
.cmd .format,
.terminal .terminal-output .format {
    display: inline-block
}

.cmd,
.terminal h1,
.terminal h2,
.terminal h3,
.terminal h4,
.terminal h5,
.terminal h6,
.terminal pre {
    margin: 0
}

.cmd .cmd-clipboard {
    position: absolute;
    left: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    color: transparent;
    outline: none;
    padding: 0;
    resize: none;
    z-index: 1000;
    overflow: hidden;
    white-space: pre;
    text-indent: -9999em;
    top: calc(var(--cursor-line, 0)*1em)
}

.cmd .cursor+span:empty,
.cmd div.cmd-end-line span[data-text]:last-child,
.cmd div.cmd-end-line span[data-text]:last-child span,
.cmd span.cmd-end-line,
.cmd span.cmd-end-line span,
.cmd textarea {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.terminal audio,
.terminal canvas,
.terminal img,
.terminal object {
    cursor: default
}

.terminal {
    position: relative;
    overflow-y: auto
}

terminal.terminal-temp {
    visibility: hidden
}

.terminal {
    contain: content
}

body.terminal {
    min-height: 100vh;
    height: 100%
}

html {
    height: 100%
}

body.full-screen-terminal,
body.terminal {
    margin: 0;
    height: 100%
}

body.full-screen-terminal .terminal {
    height: 100%
}

.terminal>div.terminal-fill {
    min-height: 100%;
    height: 100%
}

.terminal>.terminal-font .terminal-resizer,
.terminal>.terminal-resizer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    border: none;
    padding: 0;
    width: 100%
}

.cmd {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 300
}

.terminal a[tabindex="1000"],
.terminal a[tabindex="1000"]:active,
.terminal a[tabindex="1000"]:focus {
    outline: none
}

.cmd.cmd.cmd .cmd-inverted,
.cmd.cmd.cmd .inverted,
.terminal .inverted,
.terminal .terminal-inverted {
    background-color: #aaa !important;
    color: #000 !important
}

.cmd a[href] span,
.terminal .terminal-output>:not(.raw) a[href] span {
    color: #0f60ff !important;
    --color: var(--link-color, #0f60ff);
    color: var(--link-color, #0f60ff) !important;
    text-decoration: underline
}

.cmd a[href]:hover span,
.terminal .terminal-output>:not(.raw) a[href]:hover span {
    background-color: #0f60ff !important;
    background-color: var(--link-color, #0f60ff) !important;
    color: var(--background, #000) !important;
    text-decoration: none
}

.cmd .cmd-cursor {
    vertical-align: top
}

.cmd .cmd-cursor,
.cmd .cmd-cursor-line>span,
.cmd .cmd-cursor-line img {
    display: inline-block
}

.cmd-wrapper div [data-text] {
    vertical-align: top
}

.cmd .cmd-cursor.cmd-blink .fa,
.cmd .cmd-cursor.cmd-blink .far,
.cmd .cmd-cursor.cmd-blink .fas,
.cmd .cmd-cursor.cmd-blink span[data-text]:not(.emoji):not(.fa):not(.far):not(.fas) span,
.cmd .cmd-cursor .emoji {
    -webkit-animation: terminal-blink 1s linear infinite;
    -moz-animation: terminal-blink 1s infinite linear;
    -ms-animation: terminal-blink 1s infinite linear;
    animation: terminal-blink 1s linear infinite
}

.bar.cmd .cmd-inverted,
.bar.terminal .inverted {
    box-shadow: -2px 0 0 -1px #aaa;
    box-shadow: -2px 0 0 -1px var(--original-color, #aaa)
}

.cmd .cmd-prompt,
.terminal .terminal .terminal-output>div>div {
    display: block;
    height: auto
}

.cmd div,
.terminal .terminal-output>div>div {
    min-height: 14px;
    min-height: calc(var(--size, 1)*14px)
}

.terminal .terminal-output>div:not(.raw) div {
    white-space: nowrap
}

.cmd .cmd-prompt>span {
    float: left
}

.cmd span[style*=width],
.terminal span[style*=width] {
    display: inline-block
}

.cmd,
.terminal,
.terminal-output>:not(.raw) {
    font-family: monospace;
    font-size: 12px;
    line-height: 15px
}

.cmd span[data-text]:not(.cmd-inverted):not(.token):not(.emoji),
.terminal-output>div:not(.raw) div>span:not(.token):not(.inverted):not(.terminal-inverted):not(.cmd-inverted):not(.terminal-error):not(.emoji) {
    color: #aaa;
    background-color: #000
}

.cmd .cmd-prompt span,
.cmd span.cmd-prompt {
    background-color: transparent !important
}

.cmd .emoji,
.terminal-output .emoji {
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    position: relative
}

.cmd .far span,
.cmd .fa span,
.cmd .fas span,
.terminal .terminal-output .far span,
.terminal .terminal-output .fa span,
.terminal .terminal-output .fas span {
    background: transparent !important;
    color: transparent !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute
}

.cmd .emoji,
.cmd .emoji span,
.terminal-output .emoji,
.terminal-output .emoji span {
    display: inline-block;
    width: 2ch
}

.cmd,
.terminal {
    box-sizing: border-box;
    cursor: text
}

.cmd .cmd-cursor span:not(.token):not(.inverted) {
    color: inherit;
    background-color: inherit
}

.cmd .emoji.emoji.emoji.emoji,
.cmd .emoji.emoji.emoji.emoji span {
    color: transparent;
    background-color: transparent
}

.cmd .cmd-cursor * {
    background-color: transparent
}

.cmd div {
    clear: both
}

.cmd .cmd-prompt+div {
    clear: right
}

.cmd div,
.terminal-output>div>div {
    min-height: 15px
}

terminal .terminal-output>div {
    margin-top: -1px
}

.terminal-output>div.raw>div * {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.terminal .terminal-font {
    position: absolute;
    float: left;
    font-size: inherit;
    line-height: inherit;
    top: -100%;
    left: 0;
    margin-bottom: 1px
}

.cmd>span:not(.cmd-prompt) {
    float: left
}

.cmd .cmd-prompt span.cmd-line {
    display: block;
    float: none
}

.terminal table {
    border-collapse: collapse
}

.terminal td {
    border: 1px solid #aaa
}

.cmd span[data-text]:not(.emoji):not(.fa):not(.fas):not(.far) span {
    background-color: inherit;
    color: inherit
}

.cmd [role=presentation].cmd-cursor-line {
    position: relative;
    z-index: 100
}

.cmd .cmd-prompt {
    position: relative;
    z-index: 200
}

.cmd [role=presentation]:not(.cmd-cursor-line) {
    overflow: hidden
}

.cmd {
    --original-color: var(--color, #aaa)
}

.cmd a[href] {
    --original-color: var(--link-color, #0f60ff)
}

@-webkit-keyframes terminal-blink {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        color: var(--original-background, var(--original-color, #aaa))
    }
}

@-moz-keyframes terminal-blink {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        color: var(--original-background, var(--original-color, #aaa))
    }
}

@keyframes terminal-blink {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        color: var(--original-background, var(--original-color, #aaa))
    }
}

@-webkit-keyframes terminal-glow {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000);
        box-shadow: 0 0 3px #aaa;
        -webkit-box-shadow: 0 0 3px var(--color, #aaa);
        box-shadow: 0 0 3px var(--color, #aaa)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@-moz-keyframes terminal-glow {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000);
        box-shadow: 0 0 3px #aaa;
        -moz-box-shadow: 0 0 3px var(--color, #aaa);
        box-shadow: 0 0 3px var(--color, #aaa)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

@keyframes terminal-glow {

    0%,
    50% {
        background-color: #aaa;
        background-color: var(--original-color, #aaa);
        color: #000;
        color: var(--background, #000);
        box-shadow: 0 0 3px #aaa;
        box-shadow: 0 0 3px var(--color, #aaa)
    }

    50.1%,
    to {
        background-color: inherit;
        color: inherit;
        box-shadow: none
    }
}

@-webkit-keyframes terminal-bar {

    0%,
    50% {
        box-shadow: -2px 0 0 -1px #aaa;
        box-shadow: -2px 0 0 -1px var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

@-moz-keyframes terminal-bar {

    0%,
    50% {
        box-shadow: -2px 0 0 -1px #aaa;
        box-shadow: -2px 0 0 -1px var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

@keyframes terminal-bar {

    0%,
    50% {
        box-shadow: -2px 0 0 -1px #aaa;
        box-shadow: -2px 0 0 -1px var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

@-webkit-keyframes terminal-underline {

    0%,
    50% {
        box-shadow: 0 2px 0 #aaa;
        box-shadow: 0 2px 0 var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

@-moz-keyframes terminal-underline {

    0%,
    50% {
        box-shadow: 0 2px 0 #aaa;
        box-shadow: 0 2px 0 var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

@keyframes terminal-underline {

    0%,
    50% {
        box-shadow: 0 2px 0 #aaa;
        box-shadow: 0 2px 0 var(--original-color, #aaa)
    }

    50.1%,
    to {
        box-shadow: none
    }
}

.underline-animation .cmd-cursor.cmd-blink a,
.underline-animation .cmd-cursor.cmd-blink span[date-text] span {
    -webkit-animation-name: terminal-underline;
    -moz-animation-name: terminal-underline;
    -ms-animation-name: terminal-underline;
    animation-name: terminal-underline
}

.glow-animation .cmd-cursor.cmd-blink a,
.glow-animation .cmd-cursor.cmd-blink span span {
    -webkit-animation-name: terminal-glow;
    -moz-animation-name: terminal-glow;
    -ms-animation-name: terminal-glow;
    animation-name: terminal-glow
}

.bar-animation .cmd-cursor.cmd-blink a,
.bar-animation .cmd-cursor.cmd-blink span span {
    -webkit-animation-name: terminal-bar;
    -moz-animation-name: terminal-bar;
    -ms-animation-name: terminal-bar;
    animation-name: terminal-bar
}

@supports (-ms-ime-align:auto) {
    .cmd .cmd-clipboard {
        margin-left: -9999px
    }

    @keyframes terminal-blink {

        0%,
        50% {
            background-color: var(--original-color, #aaa);
            color: var(--background, #000)
        }

        50.1%,
        to {
            background-color: var(--background, #000);
            color: var(--original-color, #aaa)
        }
    }

    @keyframes terminal-bar {

        0%,
        50% {
            border-left-color: var(--color, #aaa)
        }

        50.1%,
        to {
            border-left-color: var(--background, #000)
        }
    }

    @keyframes terminal-underline {

        0%,
        50% {
            border-bottom-color: var(--color, #aaa);
            line-height: 12px;
            line-height: calc(var(--size, 1)*12px)
        }

        50.1%,
        to {
            border-bottom-color: var(--background, #000);
            line-height: 12px;
            line-height: calc(var(--size, 1)*12px)
        }
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .cmd .cmd-clipboard {
        margin-left: -9999px
    }

    .underline-animation .cursor.blink span span {
        margin-top: 1px
    }

    @-ms-keyframes terminal-blink {

        0%,
        50% {
            background-color: #aaa;
            color: #000
        }

        50.1%,
        to {
            background-color: #000;
            color: #aaa
        }
    }
}

.cmd span[data-text]::-moz-selection,
.cmd span[data-text]:not(.far):not(.fa):not(.fas) span::-moz-selection,
.terminal .terminal-output .raw div::-moz-selection,
.terminal .terminal-output::-moz-selection,
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div div a::-moz-selection,
.terminal .terminal-output span[data-text]::-moz-selection,
.terminal .terminal-output span[data-text]:not(.far):not(.fa):not(.fas) span::-moz-selection,
.terminal h1::-moz-selection,
.terminal h2::-moz-selection,
.terminal h3::-moz-selection,
.terminal h4::-moz-selection,
.terminal h5::-moz-selection,
.terminal h6::-moz-selection,
.terminal pre::-moz-selection,
.terminal td::-moz-selection {
    background-color: #aaa;
    color: #000
}

.cmd span[data-text]:not(.far):not(.fa):not(.fas) span::selection,
.terminal .terminal-output .raw div::selection,
.terminal .terminal-output::selection,
.terminal .terminal-output div div::selection,
.terminal .terminal-output div div a::selection,
.terminal .terminal-output span[data-text]::selection,
.terminal .terminal-output span[data-text]:not(.far):not(.fa):not(.fas) span::selection,
.terminal h1::selection,
.terminal h2::selection,
.terminal h3::selection,
.terminal h4::selection,
.terminal h5::selection,
.terminal h6::selection,
.terminal pre::selection,
.terminal td::selection {
    background-color: hsla(0, 0%, 66.7%, .99);
    color: #000
}

.cmd .emoji::-moz-selection,
.cmd .emoji span::-moz-selection,
.cmd textarea::-moz-selection,
.terminal-output .emoji::-moz-selection,
.terminal-output .emoji span::-moz-selection {
    background-color: transparent !important;
    color: transparent !important
}

.cmd .emoji::selection,
.cmd .emoji span::selection,
.cmd textarea::selection,
.terminal-output .emoji::selection,
.terminal-output .emoji span::selection {
    background-color: transparent !important;
    color: transparent !important
}

.terminal .terminal-output>:not(.raw) .terminal-error,
.terminal .terminal-output>:not(.raw) .terminal-error * {
    color: red;
    color: var(--error-color, red)
}

.tilda {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

.ui-dialog-content .terminal {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.ui-dialog .ui-dialog-content.dterm {
    padding: 0
}

.clear {
    clear: both
}

.cmd a[href],
.terminal .terminal-output>:not(.raw) a[href] {
    color: #0f60ff;
    color: var(--link-color, #0f60ff);
    cursor: pointer
}

.cmd a[href]:not(.terminal-inverted),
.terminal .terminal-output>:not(.raw) a[href]:not(.terminal-inverted) {
    --color: var(--link-color, #0f60ff)
}

.terminal .terminal-output>:not(.raw) a[href].terminal-inverted {
    background: var(--color, #ccc)
}

.cmd a[href]:hover,
.terminal .terminal-output>:not(.raw) a[href]:hover {
    background-color: #0f60ff;
    background-color: var(--link-color, #0f60ff);
    color: var(--background, #000) !important;
    text-decoration: none
}

.terminal .terminal-fill {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    margin: 1px 0 0;
    border: none;
    opacity: .01;
    pointer-events: none;
    box-sizing: border-box
}

.terminal,
.terminal .terminal-fill {
    padding: 10px
}

.terminal {
    padding-bottom: 0
}

.terminal .cmd {
    margin-bottom: 10px;
    position: relative
}

@supports (--css: variables) {

    .cmd,
    .cmd div,
    .cmd span[data-text]:not(.cmd-inverted):not(.token):not(.emoji),
    .terminal,
    .terminal-output>:not(.raw) a,
    .terminal-output>:not(.raw) div,
    .terminal-output>:not(.raw) span[data-text]:not(.token):not(.inverted):not(.terminal-inverted):not(.cmd-inverted):not(.terminal-error):not(.emoji) {
        color: var(--color, #aaa);
        background-color: var(--background, #000)
    }

    .terminal span[style*="--length"] {
        width: calc(var(--length, 1)*var(--char-width, 7.23438)*1px);
        display: inline-block
    }

    .cmd,
    .cmd div,
    .cmd span,
    .terminal,
    .terminal-output>:not(.raw) a,
    .terminal-output>:not(.raw) div,
    .terminal-output>:not(.raw) span {
        font-size: calc(var(--size, 1)*12px);
        line-height: calc(var(--size, 1)*14px)
    }

    .cmd .emoji,
    .terminal-output .emoji {
        height: calc(var(--size, 1)*14px)
    }

    .cmd .clipboard {
        top: calc(var(--size, 1)*14*var(--cursor-line, 0)*1px)
    }

    .cmd.cmd.cmd .cmd-inverted,
    .cmd.cmd.cmd .inverted,
    .terminal .inverted {
        background-color: var(--color, #aaa) !important;
        color: var(--background, #000) !important
    }

    .cmd div {
        min-height: calc(var(--size, 1)*14px)
    }

    .cmd .cmd-cursor.cmd-blink {
        color: var(--color, #aaa);
        background-color: var(--background, #000)
    }

    .cmd .cmd-cursor.cmd-blink .emoji,
    .cmd .cmd-cursor.cmd-blink .fa,
    .cmd .cmd-cursor.cmd-blink .far,
    .cmd .cmd-cursor.cmd-blink .fas,
    .cmd .cmd-cursor.cmd-blink>span[data-text]:not(.emoji):not(.fa):not(.far):not(.fas) span,
    .cmd .cmd-cursor.cmd-blink a {
        -webkit-animation: var(--animation, terminal-blink) 1s infinite linear;
        -moz-animation: var(--animation, terminal-blink) 1s infinite linear;
        -ms-animation: var(--animation, terminal-blink) 1s infinite linear;
        animation: var(--animation, terminal-blink) 1s infinite linear
    }

    .cmd .cmd-cursor.cmd-blink .emoji,
    .cmd .cmd-cursor.cmd-blink .fa,
    .cmd .cmd-cursor.cmd-blink .far,
    .cmd .cmd-cursor.cmd-blink .fas {
        --original-background: inherit
    }

    .cmd .cmd-cursor.cmd-blink .emoji span {
        color: transparent;
        background: transparent
    }

    .cmd span[data-text]:not(.far):not(.fa):not(.fas):not(.emoji) span::-moz-selection,
    .terminal .terminal-output .raw div::-moz-selection,
    .terminal .terminal-output::-moz-selection,
    .terminal .terminal-output div div::-moz-selection,
    .terminal .terminal-output div div a::-moz-selection,
    .terminal .terminal-output span[data-text]::-moz-selection,
    .terminal .terminal-output span[data-text]:not(.far):not(.fa):not(.fas):not(.emoji) span::-moz-selection,
    .terminal h1::-moz-selection,
    .terminal h2::-moz-selection,
    .terminal h3::-moz-selection,
    .terminal h4::-moz-selection,
    .terminal h5::-moz-selection,
    .terminal h6::-moz-selection,
    .terminal pre::-moz-selection,
    .terminal td::-moz-selection {
        background-color: var(--color, #aaa);
        color: var(--background, #000)
    }

    .terminal .terminal-output div div a::-moz-selection {
        background-color: var(--link-color, rgba(15, 96, 255, .99)) !important;
        color: var(--background, #000) !important
    }

    .terminal .terminal-output div div a:hover::-moz-selection {
        background-color: var(--link-color, rgba(2, 50, 144, .99)) !important
    }

    .cmd span[data-text]:not(.far):not(.fa):not(.fas):not(.emoji) span::selection,
    .terminal .terminal-output .raw div::selection,
    .terminal .terminal-output::selection,
    .terminal .terminal-output div div::selection,
    .terminal .terminal-output div div a::selection,
    .terminal .terminal-output span[data-text]:not(.emoji)::selection,
    .terminal .terminal-output span[data-text]:not(.far):not(.fa):not(.fas):not(.emoji) span::selection,
    .terminal h1::selection,
    .terminal h2::selection,
    .terminal h3::selection,
    .terminal h4::selection,
    .terminal h5::selection,
    .terminal h6::selection,
    .terminal pre::selection,
    .terminal td::selection {
        background-color: var(--color, hsla(0, 0%, 66.7%, .99)) !important;
        color: var(--background, #000) !important
    }

    .terminal .terminal-output div div a::selection {
        background-color: var(--link-color, rgba(15, 96, 255, .99)) !important;
        color: var(--background, #000) !important
    }

    .terminal .terminal-output div div a:hover::selection {
        background-color: var(--link-color, rgba(2, 50, 144, .99)) !important
    }
}

@supports (-ms-ime-align:auto) {

    .cmd span[data-text]::selection,
    .terminal .terminal-output div div::selection,
    .terminal .terminal-output div div a::selection,
    .terminal h1::selection,
    .terminal h2::selection,
    .terminal h3::selection,
    .terminal h4::selection,
    .terminal h5::selection,
    .terminal h6::selection,
    .terminal pre::selection,
    .terminal td::selection {
        background-color: hsla(0, 0%, 66.7%, .99);
        color: #000
    }
}

.cmd .style .token.string,
.cmd .token.entity,
.cmd .token.operator,
.cmd .token.string,
.cmd .token.token,
.cmd .token.url,
.cmd .token.variable,
.terminal .style .token.string,
.terminal .token.entity,
.terminal .token.operator,
.terminal .token.string,
.terminal .token.token,
.terminal .token.url,
.terminal .token.variable {
    background-color: inherit
}

.cmd .cursor-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    top: 14px;
    left: 0
}

.cmd .cursor-wrapper li {
    cursor: pointer;
    white-space: nowrap
}

.cmd .cursor-wrapper li:hover {
    background: #aaa;
    color: #000
}

.cursor-wrapper {
    position: relative
}

.terminal-output div[style*="100%;"] {
    overflow: hidden
}

.terminal-output img {
    display: block
}

.cmd img {
    height: 14px;
    height: calc(var(--size, 1)*14px);
    border: 1px solid transparent
}

.cmd-cursor img {
    border-color: #ccc;
    border-color: var(--color, #ccc)
}

.terminal-output svg.terminal-broken-image {
    height: calc(var(--size, 1)*14px)
}

.terminal-output svg.terminal-broken-image use {
    fill: var(--color, #ccc)
}

.terminal-error {
    --color: var(--error-color)
}

.terminal-glow {
    --animation: terminal-glow
}

.terminal-glow .cmd-prompt>span,
.terminal-glow .terminal-output>div a[href],
.terminal-glow .terminal-output>div span,
.terminal-glow [data-text] span,
.terminal-glow a[data-text],
.terminal-glow span[data-text] {
    text-shadow: 1px 1px 5px #ccc;
    text-shadow: 1px 1px 5px var(--color, #ccc)
}

.terminal-scroll-marker {
    position: relative;
    height: 1px;
    margin-top: -1px;
    z-index: 100
}

.terminal-scroll-marker div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200
}

.terminal-less {
    touch-action: none;
    overscroll-behavior-y: contain
}

.terminal-mobile.terminal-less .terminal-wrapper {
    pointer-events: none
}

.cmd-editable,
.terminal-mobile.terminal-less .terminal-output a {
    pointer-events: visible
}

.cmd-editable {
    position: absolute;
    top: 0;
    top: calc(var(--terminal-y, var(--cmd-y, 0))*1px);
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    color: transparent;
    opacity: .01
}

.terminal::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    width: calc(var(--size)*10px);
    height: calc(var(--size)*10px);
    background: #212020
}

.terminal::-webkit-scrollbar-thumb {
    background: #888
}

.terminal::-webkit-scrollbar-thumb:hover {
    background: #dcdcdc
}

.cmd .token {
    --original-color: var(--color)
}

.terminal {
    --color: #00ff00;
}


/*# sourceMappingURL=jquery.terminal.min.css.map */