
.pointer a {
    cursor: pointer;
}
.disable-me {
    pointer-events: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
}
pre[class*="language-"].line-numbers > code {
    color: #A2A2A2;
    font-size: 22px;
    line-height: 30px;
    font-family: Consolas, Inconsolata, monospace;
}
.dax-snippet .line-numbers .line-numbers-rows {
    border-right: 4px solid #FFC001 !important;
    width: 4em !important;
    left: -4.8em !important;
}
.mcode-snippet .line-numbers .line-numbers-rows {
    border-right: 4px solid #02723b !important;
    width: 4em !important;
    left: -4.8em !important;
}
.rawcode-snippet .line-numbers .line-numbers-rows {
    border-right: 4px solid #bd1e8c !important;
    width: 4em !important;
    left: -4.8em !important;
}



/*.editor-preview-edit-mode .line-numbers .line-numbers-rows {
    border-color: #1E73BD;
}*/
pre[class*="language-"].line-numbers {
    padding-left: 4.8em;
}
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted,
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    color: #A2A2A2;
}
.token.function, .token.class-name {
    color: #0a64ab;
}
.token.atrule, .token.attr-value, .token.keyword {
    color: #0a64ab;
}

.mcode-snippet .token.function {
    color: #A2A2A2
}
.mcode-snippet .token.class-name,
.mcode-snippet .token.keyword,
.mcode-snippet .token.atrule,
.mcode-snippet .token.attr-value
{
    color: #02723b;
}

.rawcode-snippet .token.function {
    color: #A2A2A2
}
.rawcode-snippet .token.class-name,
.rawcode-snippet .token.keyword,
.rawcode-snippet .token.atrule,
.rawcode-snippet .token.attr-value
{
    color: #bd1e8c;
}

.token.comment {
    color: #009688;
}
.token.string {
    color: #b31919;
}
.token.keyword.keyword-return, .token.keyword.keyword-RETURN,
.token.keyword.keyword-var, .token.keyword.keyword-VAR {
    color: #03a9f4;
}


.editor {
    font-family: Consolas, Inconsolata, monospace;
    width: 100%;
    border: 0;
    resize: none;
    color: #a2a2a2;
    border-left: 4px solid #1E73BD;
    outline: 0;
    padding: 0 17px;
    min-height: 30px;
    max-height: calc(100vh - 360px);
    font-size: 22px;
    line-height: 30px;
    caret-color:#3673b8;
    white-space: pre;
    overflow-wrap: normal !important;
    overflow-x: auto !important;
}
.editor::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.editor::-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
:-moz-placeholder {
    color: #a2a2a2;
    opacity: 1;
}
.editor-wrapper:not(.preview):not(.preview-edit) {
    padding-left: 46px;
}
.editor-wrapper.preview .editor-result {
    display: block;
}
.editor-result pre, .editor-preview-edit-mode pre {
    position: relative;
    min-height: 30px;
    max-height: calc(100vh - 350px);
}
.editor-preview-edit-mode textarea {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    resize: none;
    padding-left: 67px;
    border: none;
    color: #A2A2A2;
    font-size: 22px;
    line-height: 30px;
    font-family: Consolas, Inconsolata, monospace;
    background-color: transparent;
    outline: none;
    color: transparent;
    caret-color:#3673b8;
    white-space: pre;
    overflow-wrap: normal !important;
}


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

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

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background-color: transparent !important;
}

.dax-search-code code {
    color: #A2A2A2 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-family: Consolas, Inconsolata, monospace !important;
}
