/* Copyright (c) 2026 YA All rights reserved. */


body,
html {
    background-color: #ffffff;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#editor {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    color: #333;
    font-family: 'Source Code Pro', monospace !important;
    font-size: 20px;
    height: 100%;
    line-height: 1.6;
    outline: none;
    padding: 20px;
    resize: none;
    width: 100%;
    word-wrap: anywhere;
}

.form-control::placeholder {
    color: #ddd;
}