/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/

pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    background: #f3f3f3;
    color: #444
}

.hljs-comment {
    color: #697070
}

.hljs-punctuation, .hljs-tag {
    color: #444a
}

    .hljs-tag .hljs-attr, .hljs-tag .hljs-name {
        color: #444
    }

.hljs-attribute, .hljs-doctag, .hljs-keyword, .hljs-meta .hljs-keyword, .hljs-name, .hljs-selector-tag {
    font-weight: 700
}

.hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
    color: #800
}

.hljs-section, .hljs-title {
    color: #800;
    font-weight: 700
}

.hljs-link, .hljs-operator, .hljs-regexp, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-symbol, .hljs-template-variable, .hljs-variable {
    color: #ab5656
}

.hljs-literal {
    color: #695
}

.hljs-addition, .hljs-built_in, .hljs-bullet, .hljs-code {
    color: #397300
}

.hljs-meta {
    color: #1f7199
}

    .hljs-meta .hljs-string {
        color: #38a
    }

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.pre-code-wrapper {
    position: relative;
    background: #383b40;
}

.copy-code-button {
    background-image: url(../images/copyImage.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1c2130;
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    background-repeat: no-repeat;
    background-position: 8px;
    z-index: 10;
    border: 1px solid rgba(255,255,255,.2);
    font-size: 0;
}

    .copy-code-button:hover {
        cursor: pointer;
        background-color: #000110;
    }

.copied-code {
    background-image: url(../images/correct-signal.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1c2130;
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    background-repeat: no-repeat;
    background-position: 8px;
    z-index: 10;
    border: 1px solid rgba(255,255,255,.2);
    font-size: 0;
}
.code-editor-action {
    border: 1px solid gray;
    padding: 15px;
}
.button-run-code {
    border: 1px solid #fafcfe;
    color: #fff;
    font-weight: 400;
    background: #3496e4;
    padding: 4px 10px;
    border-radius: 5px;
}

    .button-run-code:hover {
        border: 1px solid #fafcfe;
        color: #fff;
        font-weight: 400;
        background: #00BCD4;
        padding: 4px 10px;
        border-radius: 5px;
    }

.scriptTabs .tab-pane {
    position: relative;
}

.scriptTabs pre code.hljs {
    padding: 0;
    margin: 0;
    background: transparent;
}

.scriptTabs pre {
    padding: 1em;
    border-radius: 0;
    background-color: #383b40;
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
    color: #d5d5d5;
}

.scriptTabs .tab-content {
    background-color: #383b40;
}

.scriptTabs pre code, .scriptTabs pre samp {
    border: none;
    background-color: none;
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
    color: #e06c75 !important;
}

.hljs-punctuation, .hljs-tag {
    color: #d3c5c5 !important;
}

.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
    color: #61aeee !important;
}

.hljs {
    color: #d3d3d3;
    background: #383b40 !important;
}

.hljs-comment,
.hljs-quote {
    color: #ffddbe !important;
}

.hljs-doctag, .hljs-formula, .hljs-keyword {
    color: #c678dd !important;
}

.hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_ {
    color: #e6c07b !important;
}

.hljs-literal {
    color: #56b6c2 !important;
}

.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
    color: #d19a66 !important;
}

.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string {
    color: #98c379 !important;
}

.hljs-built_in,
.hljs-doctag, .hljs-formula, .hljs-keyword {
    color: #c678dd !important;
}

.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
    color: #61aeee !important;
}

.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string {
    color: #98c379 !important;
}

.scriptTabs pre::-webkit-scrollbar {
    height: 10px;
    width: 10px
}

.scriptTabs pre::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background: #484b50;
}

.scriptTabs pre::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 10px #a0a0a0;
}

    .scriptTabs pre::-webkit-scrollbar-thumb:hover {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 10px #787878;
    }

.scriptTabs pre::-webkit-scrollbar-corner {
    background-color: #585b60;
}

.scriptTabs pre {
    overflow-y: hidden;
    overflow-y: auto;
    max-height: 600px;
}

.scriptTabs code {
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    border: none;
    border-radius: 4px;
    display: inline-block;
    color: #d3d3d3;
    background: #383b40;
}

.scriptTabs .nav-tabs {
    display: flex;
    align-items: flex-end;
}

    .scriptTabs .nav-tabs ul {
        padding-left: 0 !important;
    }

    .scriptTabs .nav-tabs li a {
        color: rgba(37,38,94,.7);
        text-align: center;
        padding: 12px;
        background: #2d2f34;
        border: 1px solid rgba(255,255,255,.2);
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        padding: 12px 24px;
        color: rgba(255,255,255,.87);
        border-radius: 0;
        transition: none;
    }

        .scriptTabs .nav-tabs li a:hover {
            border: 1px solid rgba(255,255,255,.2);
            background-color: #383b40;
        }

        .scriptTabs .nav-tabs li a.active {
            margin-bottom: -1px;
            padding: 16px 24px;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            background-color: #383b40;
            border-bottom: none;
            border-radius: 0;
            color: #fff;
            border: 0;
        }
