.terminal .window {
    font-family: "Courier New";
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.4);
}

.terminal .container {
    overflow-y: auto;
}

.terminal .user {
    color: royalblue;
}

.terminal .host {
    color: #27ff11;
}

.terminal .direct {
    color: #fffc0b;
}

.term-row {
    width: calc(100% - 20px);
    word-break: break-all;
    white-space: normal;
    height: auto;
    margin: 5px;
}

.term-cursor {
    font-size: 16px;
    height: 16px;
    background-color: black;
}

.term-row.lose .term-cursor {
    display: none;
}

.ls-item {
    padding: 0px 10px;
}