/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+csharp+css-extras+go+http+hsts+java+json+json5+markup-templating+php+python+ruby+typescript&plugins=line-highlight+line-numbers+show-language+highlight-keywords+inline-color+command-line+toolbar+copy-to-clipboard+download-button+match-braces */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

code[class*=language-], pre[class*=language-] {
    color: #f8f8f2;
    background: 0 0;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    font-family: Roboto Mono, monospace !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    letter-spacing: 0.5px;
}

pre[class*=language-] {
    padding: 1em 1em 4em 1em;
    margin: .5em 0;
    overflow: auto;
    border-radius: 1em
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: #150829f0;
}

:not(pre) > code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #7C7C7C;
}

.token.punctuation {
    color: #c5c8c6;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.keyword,
.token.tag {
    color: #3275DE;
}

.token.class-name {
    color: #FFFFB6;
    text-decoration: underline;
}

.token.boolean,
.token.constant {
    color: #99CC99;
}

.token.symbol,
.token.deleted {
    color: #f92672;
}

.token.number {
    color: #FF73FD;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #61d5c9;
}

.token.variable {
    color: #C6C5FE;
}

.token.operator {
    color: #EDEDED;
}

.token.entity {
    color: #FFFFB6;
    cursor: help;
}

.token.url {
    color: #3275DE;
}

.language-css .token.string,
.style .token.string {
    color: #87C38A;
}

.token.atrule,
.token.attr-value {
    color: #F9EE98;
}

.token.function {
    color: #DAD085;
}

.token.regex {
    color: #E9C062;
}

.token.important {
    color: #fd971f;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help
}

pre[data-line] {
    position: relative;
    padding: 1em 0 1em 3em
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em;
    background: hsla(24, 20%, 50%, .08);
    background: linear-gradient(to right, hsla(24, 20%, 50%, .1) 70%, hsla(24, 20%, 50%, 0));
    pointer-events: none;
    line-height: inherit;
    white-space: pre
}

@media print {
    .line-highlight {
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }
}

.line-highlight:before, .line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: hsla(24, 20%, 50%, .4);
    color: #f4f1ef;
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px #fff
}

.line-highlight[data-end]:after {
    content: attr(data-end);
    top: auto;
    bottom: .4em
}

.line-numbers .line-highlight:after, .line-numbers .line-highlight:before {
    content: none
}

pre[id].linkable-line-numbers span.line-numbers-rows {
    pointer-events: all
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
    cursor: pointer
}

pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
    background-color: rgba(128, 128, 128, .2)
}

pre[class*=language-].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre[class*=language-].line-numbers > code {
    position: relative;
    white-space: inherit
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}
div.hide-toolbar > div.code-toolbar > .toolbar {
    display: none !important;
}
div.code-toolbar {
    position: relative
}

div.code-toolbar > .toolbar {
    position: absolute;
    z-index: 10;
    top: 7px;
    right: .2em;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    background: rgb(21, 8, 41);
}

div.code-toolbar:hover > .toolbar {
    opacity: 1
}

div.code-toolbar:focus-within > .toolbar {
    opacity: 1
}

div.code-toolbar > .toolbar > .toolbar-item {
    display: inline-block;
    padding-left: 1rem
}

div.code-toolbar > .toolbar > .toolbar-item > a {
    cursor: pointer
}

div.code-toolbar > .toolbar > .toolbar-item > button {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button {
    color: #fff;
    font-size: .8em;
    padding: .5em;
    /* background: #de4437; */
    /* box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2); */
    /* border-radius: .5em; */
    border-bottom: 2px solid rgb(21, 8, 41);
}


div.code-toolbar > .toolbar > .toolbar-item > span {
    color: #bbb;
    font-size: .8em;
    padding: .5em;
    background: #00178e;;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);
    border-radius: .5em
}

div.code-toolbar > .toolbar > .toolbar-item > a:focus, div.code-toolbar > .toolbar > .toolbar-item > a:hover, div.code-toolbar > .toolbar > .toolbar-item > button:focus, div.code-toolbar > .toolbar > .toolbar-item > button:hover, div.code-toolbar > .toolbar > .toolbar-item > span:focus, div.code-toolbar > .toolbar > .toolbar-item > span:hover {
    color: inherit;
    text-decoration: none
}

span.inline-color-wrapper {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxwYXRoIGZpbGw9ImdyYXkiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0wIDBoMXYxSDB6TTEgMWgxdjFIMXoiLz48L3N2Zz4=);
    background-position: center;
    background-size: 110%;
    display: inline-block;
    height: 1.333ch;
    width: 1.333ch;
    margin: 0 .333ch;
    box-sizing: border-box;
    border: 1px solid #fff;
    outline: 1px solid rgba(0, 0, 0, .5);
    overflow: hidden
}

span.inline-color {
    display: block;
    height: 120%;
    width: 120%
}

.command-line-prompt {
    border-right: 1px solid #999;
    display: block;
    float: left;
    font-size: 100%;
    letter-spacing: -1px;
    margin-right: 1em;
    pointer-events: none;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.command-line-prompt > span:before {
    opacity: .7;
    content: ' ';
    display: block;
    padding-right: .8em
}

.command-line-prompt > span[data-user]:before {
    content: "[" attr(data-user) "@" attr(data-host) "] $"
}

.command-line-prompt > span[data-user=root]:before {
    content: "[" attr(data-user) "@" attr(data-host) "] #"
}

.command-line-prompt > span[data-prompt]:before {
    content: attr(data-prompt)
}

.command-line-prompt > span[data-continuation-prompt]:before {
    content: attr(data-continuation-prompt)
}

.command-line span.token.output {
    opacity: .7
}

.token.punctuation.brace-hover, .token.punctuation.brace-selected {
    outline: solid 1px
}

.rainbow-braces .token.punctuation.brace-level-1, .rainbow-braces .token.punctuation.brace-level-5, .rainbow-braces .token.punctuation.brace-level-9 {
    color: #e50;
    opacity: 1
}

.rainbow-braces .token.punctuation.brace-level-10, .rainbow-braces .token.punctuation.brace-level-2, .rainbow-braces .token.punctuation.brace-level-6 {
    color: #0b3;
    opacity: 1
}

.rainbow-braces .token.punctuation.brace-level-11, .rainbow-braces .token.punctuation.brace-level-3, .rainbow-braces .token.punctuation.brace-level-7 {
    color: #26f;
    opacity: 1
}

.rainbow-braces .token.punctuation.brace-level-12, .rainbow-braces .token.punctuation.brace-level-4, .rainbow-braces .token.punctuation.brace-level-8 {
    color: #e0e;
    opacity: 1
}
.language-empty-bar {
    padding: 0;
    height: auto;
    position: absolute;
    display: table;
    top: 4px;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    background: rgb(21 8 41);
    margin: -2px 0 0 -12px;
    min-height: 40px;
}
.as-text {
    color: white !important;
    cursor: text !important;
}

.language-bar {
    padding: 0;
    height: auto;
    position: absolute;
    display: table;
    top: 4px;
    width: 100%;
    border-radius: 1rem;
    background: rgb(21 8 41);
    margin: -2px 0 0 -12px;
    min-height: 40px;
}

.language-bar > button {
    font-size: 12px;
    text-transform: uppercase;
    width: 60px;
    align-content: center;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background-color: rgb(21, 8, 41);
    padding-top: 12px;
}
.language-bar > button.active {
    border-bottom: 2px solid white;
}


.bottom-tool-bar {
    padding: 0;
    margin: 0;
    height: auto;
    display: table;
    top: 4px;
    width: 80%;
    border-radius: 1rem;
    margin-bottom: -25px !important;
    margin-left: -10px;
}

.bottom-tool-bar > a {
    height: 40px;
    font-size: 12px;
    /*text-transform: uppercase;*/
    width: 200px;
    align-content: center;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    /*background-color: rgb(21, 8, 41);*/
    color: #6c757d;
    cursor: pointer;
}
.bottom-tool-bar > a:hover {

    color: white;
}
.bottom-tool-bar > a.active {
    border-bottom: 2px solid white;
}

.copy-to-clipboard-button {
    font-size: 12px;
    text-transform: uppercase;
    width: 60px;
    align-content: center;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #6c757d !important;
    background-color: rgb(21, 8, 41) !important;
}
.copy-to-clipboard-button:hover {
    color: #ffffff !important;
}

.code-bottom-toolbar {
    margin-top: -20px !important;
    /* display: flex !important; */
    /* float: inline-start !important; */
    background-color: rgb(21 8 41) !important;
    margin-left: -12px;
    width: 100%;
    min-height: 44px;
    position: absolute;
    display: table;
    border-radius: 0 0 1rem 1rem;
}
.code-bottom-toolbar > a {
    font-size: 0.8rem !important;
    letter-spacing: normal;
    color: #6c757d;
    font-weight: normal;
    word-spacing: -3px;
    padding-top: 12px;
}

.code-bottom-toolbar > a:hover {
    color: white;
}

.code-bottom-toolbar > button {
    font-size: 0.8rem !important;
    letter-spacing: normal;
    color: #6c757d;
    font-weight: normal;
    word-spacing: -3px;
    padding-top: 12px;
}

.code-bottom-toolbar > button:hover {
    color: white;
}

.response{
    background-color: #f4f6fc;
}