/* Apply material dark theme only in dark mode */
.theme-dark code[class*="language-"],
.theme-dark pre[class*="language-"] {
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    color: #eee;
    background: #1e1e1e;
    font-family: Roboto Mono, monospace;
    font-size: 1em;
    line-height: 1.5em;
    text-shadow: none;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

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

.theme-dark code[class*="language-"]::selection,
.theme-dark pre[class*="language-"]::selection,
.theme-dark code[class*="language-"] ::selection,
.theme-dark pre[class*="language-"] ::selection {
    background: #363636;
}

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

.theme-dark pre[class*="language-"] {
    overflow: auto;
    position: relative;
    margin: 0;
    margin-bottom: 1rem;
    padding: 1rem;
}

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

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

.theme-dark main
{
    background-color: #353434;
}

.theme-dark .preview-content
{

    background-color: #1c1c1c;
}

.theme-dark .breadcrumb-item + .breadcrumb-item::before
{
 color: #fff;
}

.theme-dark .token.atrule {
    color: #c792ea;
}

.theme-dark .token.attr-name {
    color: #ffcb6b;
}

.theme-dark .token.attr-value {
    color: #a5e844;
}

.theme-dark .token.attribute {
    color: #a5e844;
}

.theme-dark .token.boolean {
    color: #c792ea;
}

.theme-dark .token.builtin {
    color: #ffcb6b;
}

.theme-dark .token.cdata {
    color: #80cbc4;
}

.theme-dark .token.char {
    color: #80cbc4;
}

.theme-dark .token.class {
    color: #ffcb6b;
}

.theme-dark .token.class-name {
    color: #f2ff00;
}

.theme-dark .token.comment {
    color: #616161;
}

.theme-dark .token.constant {
    color: #c792ea;
}

.theme-dark .token.deleted {
    color: #ff6666;
}

.theme-dark .token.doctype {
    color: #616161;
}

.theme-dark .token.entity {
    color: #ff6666;
}

.theme-dark .token.function {
    color: #c792ea;
}

.theme-dark .token.hexcode {
    color: #f2ff00;
}

.theme-dark .token.id {
    color: #c792ea;
    font-weight: bold;
}

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

.theme-dark .token.inserted {
    color: #80cbc4;
}

.theme-dark .token.keyword {
    color: #c792ea;
}

.theme-dark .token.number {
    color: #fd9170;
}

.theme-dark .token.operator {
    color: #89ddff;
    background-color: transparent;
}

.theme-dark .token.prolog {
    color: #616161;
}

.theme-dark .token.property {
    color: #80cbc4;
}

.theme-dark .token.pseudo-class {
    color: #a5e844;
}

.theme-dark .token.pseudo-element {
    color: #a5e844;
}

.theme-dark .token.punctuation {
    color: #89ddff;
}

.theme-dark .token.regex {
    color: #f2ff00;
}

.theme-dark .token.selector {
    color: #ff6666;
}

.theme-dark .token.string {
    color: #a5e844;
}

.theme-dark .token.symbol {
    color: #c792ea;
}

.theme-dark .token.tag {
    color: #ff6666;
}

.theme-dark .token.unit {
    color: #fd9170;
}

.theme-dark .token.url {
    color: #ff6666;
}

.theme-dark .token.variable {
    color: #ff6666;
}