code[class*="language-"],
pre[class*="language-"] {
    text-align: left !important;
    white-space: pre-wrap !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
    color: #c3cee3 !important;
    background: #263238 !important;
    font-family: Roboto Mono,"Liberation Mono",Menlo,Courier,monospace !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    -moz-tab-size: 4 !important;
    -o-tab-size: 4 !important;
    tab-size: 4 !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    padding: 12px;
    border-radius: 5px;
}




code[class*="language-"]::-moz-selection,
pre[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
    background: #363636 !important;
}

code[class*="language-"]::selection,
pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection,
.css-bdtlhc {
    background: #363636 !important;
}

:not(pre) > code[class*="language-"] {
    white-space: normal !important;
    border-radius: 0.2em !important;
    padding: 0.1em !important;
}

pre[class*="language-"] {
    overflow: auto !important;
    position: relative !important;
    padding: 10px !important;
    border-radius: 16px !important;
    margin-bottom: 3px !important;
}

.language-css > code,
.language-sass > code,
.language-scss > code {
    color: #fd9170 !important;
}

[class*="language-"] .namespace {
    opacity: 0.7 !important;
}

.token.plain-text {
    color: #c3cee3 !important;
}

.token.atrule {
    color: #c792ea !important;
}

.token.attr-name {
    color: #ffcb6b !important;
}

.token.attr-value {
    color: #c3e88d !important;
}

.token.attribute {
    color: #c3e88d !important;
}

.token.boolean {
    color: #c792ea !important;
}

.token.builtin {
    color: #ffcb6b !important;
}

.token.cdata {
    color: #80cbc4 !important;
}

.token.char {
    color: #80cbc4 !important;
}

.token.class {
    color: #ffcb6b !important;
}

.token.class-name {
    color: #82aaff !important;
}

.token.color {
    color: #f2ff00 !important;
}

.token.comment {
    color: #5cd15c !important;
}

.token.constant {
    color: #c792ea !important;
}

.token.deleted {
    color: #f07178 !important;
}

.token.doctype {
    color: #546e7a !important;
}

.token.entity {
    color: #f07178 !important;
}

.token.function {
    color: #c792ea !important;
}

.token.hexcode {
    color: #f2ff00 !important;
}

.token.id {
    color: #c792ea !important;
    font-weight: bold !important;
}

.token.important {
    color: #c792ea !important;
    font-weight: bold !important;
}

.token.inserted {
    color: #80cbc4 !important;
}

.token.keyword {
    color: #c792ea !important;
    font-style: italic !important;
}

.token.number {
    color: #fd9170 !important;
}

.token.operator {
    color: #89ddff !important;
}

.token.prolog {
    color: #546e7a !important;
}

.token.property {
    color: #80cbc4 !important;
}

.token.pseudo-class {
    color: #c3e88d !important;
}

.token.pseudo-element {
    color: #c3e88d !important;
}

.token.punctuation {
    color: #89ddff !important;
}

.token.regex {
    color: #f2ff00 !important;
}

.token.selector {
    color: #f07178 !important;
}

.token.string {
    color: #c3e88d !important;
}

.token.symbol {
    color: #c792ea !important;
}

.token.tag {
    color: #f07178 !important;
}

.token.unit {
    color: #f07178 !important;
}

.token.url {
    color: #fd9170 !important;
}

.token.variable {
    color: #f07178 !important;
}



/* Markdown code highlight override */
pre span, code span{
    color:#929292 !important;
}