/* Terminal */
.terminal-layout {
    background: #0c0c0c;
    color: #cccccc;
    font-family: 'Consolas', monospace;
    font-size: 14px;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    cursor: text;
}

.terminal-input-line {
    display: flex;
}

.terminal-input {
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    flex: 1;
    outline: none;
    margin-left: 5px;
}