/* _content/BeltPowerApplicationPortal/Components/Editors/CodeEditor.razor.rz.scp.css */
.editor[b-v2ilqm0db6] {
    position: absolute;
    font-family: Consolas;
    font-size: 14px;
    background: #333;
    color: #fff;
}

.editor-wrapper[b-v2ilqm0db6] {
    display: flex;
    overflow-y: auto;
}

.editor-wrapper[b-v2ilqm0db6]::-webkit-scrollbar {
    height: 8px;
}

.editor-line-numbers[b-v2ilqm0db6] {
    display: flex;
    flex-direction: column;
    padding: 0 4px 0 12px;
    min-width: 48px;
    cursor: default;
}

.editor-line-number[b-v2ilqm0db6] {
    padding: 2px 0;
    text-align: right;
}

.editor-lines-wrapper[b-v2ilqm0db6] {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: text;
}

.editor-code[b-v2ilqm0db6] {
    width: 100%;
    color: transparent;
    caret-color: white;
}

.editor-result[b-v2ilqm0db6] {
    width: 100%;
    min-height: 28px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.editor-code > div[b-v2ilqm0db6], .editor-result > div[b-v2ilqm0db6] {
    padding: 2px 0;
    padding-left: 8px;
    white-space: nowrap;
    width: 100%;
    min-height: 25px;
}

.editor-code:focus[b-v2ilqm0db6] {
    outline: none;
}

.editor-save-button[b-v2ilqm0db6] {
    position: absolute;
    cursor: pointer;
    bottom: 16px;
    right: 16px;
    background: #0a0;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 4px 16px;
    box-shadow: 0 0 16px #0004;
    transition: 0.15s;
}

.editor-save-button:hover[b-v2ilqm0db6] {
    background: #0c0;
    box-shadow: 0 0 4px #0008;
}

.editor-code > div:last-child[b-v2ilqm0db6] {
    padding-bottom: 84px;
}
