pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}



pre {
    position: relative;
    padding: 0!important;
    border: #e6e8eb 1px solid;
    background: #fff;
    padding-left: 40px !important;
}
pre code{padding-top: 1.375rem !important;}

.hljsbar{
    position: absolute;right: 10px;
    padding-right: 5px;
}
.hljsbar .bar-item{
    line-height: 18px;padding: 2px 8px;font-size: 14px;background: #757575;color:#fff;vertical-align: middle;margin-left: 5px;
}
.hljsbar .bar-item.pointer{
    cursor:pointer;
}

.hljsln {
    display: block;
    margin-left: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.hljsln::-webkit-scrollbar {
    height: 15px;
}
.hljsln::-webkit-scrollbar-thumb {
    background: #e9e8e8;
}
.hljsln::-webkit-scrollbar-thumb:hover {
    background: #e9e8e8;
}
.hljsln::-webkit-scrollbar-thumb:active {
    background: #e9e8e8;
}
.hljsln .ln-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-right: #eeeeeea3 1px solid;
    background: #fff;
}
.hljsln .ln-num {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 40px;
    height: 1rem;
    text-align: center;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hljsln .ln-num::before {
    color: #777;
    font-style: normal;
    font-weight: normal;
    content: attr(data-num);
}
.hljsln .ln-eof {
    display: inline-block;
}

