﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.text-footer {
    --bs-text-opacity: 1;
    color: gray !important;
    font-size:12px;
}

input, textarea {
    background: #000;
    color: #00ff66;
    border: 1px solid #00ff66;
    font-family: "Courier New", monospace;
    padding: 6px;
    width: 100%;
}

    input:focus {
        outline: none;
    }

.terminal-button {
    background: #000;
    color: #00ff66;
    border: 1px solid #00ff66;
    padding: 8px 16px;
    cursor: pointer;
}

    .terminal-button:hover {
        background: #00ff66;
        color: #000;
    }

.terminal-error {
    color: #ff4444;
}
