.window.terminal-apps {
    --text: #ddd;
    --bg: #000000;
    --bg50: #00000050;
    --bg70: #00000070;
    --sd: #00000070;
    --card: #72727240;
    --hover: #ffffff40;
    --hover-half: #ffffff20;
    --hover-b: #ffffff30;
    --bggrey: #444;
    --bgul: url('./bg-dark.svg');
    --mm: #ffffff50;
    --cm: #252525bb;
    --bar: #7272722a;
    --hr: #00000050;
    --unfoc: #333;
    cursor: default;
}

.window.terminal-apps.max>.content {
    padding-bottom: 55px !important;
}

.window.terminal-apps>.content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 10px;
}

.window.terminal-apps>.content>pre {
    color: #ddd;
    margin: 0px 15px;
    font-family: "Consolas", "Monaco", "monospace", system-ui;
    user-select: text;
    font-size: 16px;
}

.window.terminal-apps>.content * {
    white-space: break-spaces;
}

.window.terminal-apps>.content *::selection {
    background: #ddd;
    background-clip: content-box;
    color: #333;
}

.window.terminal-apps>.content>pre>input {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: #eee;
    cursor: default;
    width: 100%;
}

.window.terminal-apps>pre>input::selection {
    background: #ddd;
    background-clip: content-box;
    color: #333;
}