/**
 * MIT License
 * Copyright (c) 2018 Sarah Drasner
 * Sarah Drasner's[@sdras] Night Owl
 * Ported by Sara vieria [@SaraVieira]
 * Added by Souvik Mandal [@SimpleIndian]
 */

code[class*='language-'],
pre[class*='language-'] {
    color: #d6deeb;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 0.95em;
    border-radius: 1em;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

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

pre[class*='language-']::-moz-selection,
pre[class*='language-'] ::-moz-selection,
code[class*='language-']::-moz-selection,
code[class*='language-'] ::-moz-selection {
    text-shadow: none;
    background: rgba(29, 59, 83, 0.99);
}

pre[class*='language-']::selection,
pre[class*='language-'] ::selection,
code[class*='language-']::selection,
code[class*='language-'] ::selection {
    text-shadow: none;
    background: rgba(29, 59, 83, 0.99);
}

@media print {
    code[class*='language-'],
    pre[class*='language-'] {
        text-shadow: none;
    }
}

/* Code blocks */
pre[class*='language-'] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
}

:not(pre) > code[class*='language-'],
pre[class*='language-'] {
    color: #dcd7ba;
    background: rgb(40, 40, 48);
}

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

.token.comment,
.token.prolog,
.token.cdata {
    color: #727169;
    font-style: italic;
}

.token.punctuation {
    color: #94a7c9;
}

.namespace {
    color: #957fb8;
}

.token.deleted {
    color: #c34043;
    font-style: italic;
}

.token.symbol,
.token.attr-name,
.token.property {
    color: #eabf79;
}

.token.tag,
.token.atrule,
.token.operator,
.token.keyword {
    color: #6eb6cd;
}

.token.constant,
.token.boolean {
    color: #ff9e64;
}

.token.number {
    color: #e07999;
}

.token.class-name,
.token.function,
.token.builtin,
.token.char {
    color: #957fb8;
}

.token.selector,
.token.doctype {
    color: rgb(199, 146, 234);
    font-style: italic;
}

.token.inserted {
    color: rgb(173, 219, 103);
    font-style: italic;
}

.token.string,
.token.url,
.token.entity,
.language-css .token.string,
.style .token.string {
    color: #6a9488;
}

.token.attr-value {
    color: #8fbc6e;
}

.token.regex,
.token.important,
.token.variable {
    color: rgb(214, 222, 235);
}

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

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