/* CLI Form Styles */

label {
    font-size: 16px;
    color: white;
    position: relative;
    width: 5%;
}

input[type=text] {
    background-color: #1e1e1e;
    color: white;
    border: none;
    outline: none;
    font-size: 16px;
    width: 95%;
}

p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.cli-history {
    font-family: monospace;
    color: white;
    font-size: 16px;
    line-height: 1.2;
}

.cli-form {
    font-family: monospace;
    background-color: #1e1e1e;
    color: white;
}

.cli-body {
    background-color: #1e1e1e;
    color: white;
}

.cli-input {
    border: none;
    font-family: monospace;
}

.cli-container {
    width: 100%;
}
