.nav-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.form-group.has-success .error { display: none !important; }
.form-group label.error { margin-top: 0px; margin-left: 1em; }

.select2-table-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 10px;
}

.select2-table-field1 {
    font-weight: bold;
    color: #555;
}

.select2-table-field2 {
    color: #000;
}

/* Optional: header row look */
.select2-results__option--highlighted .customer-row {
    background-color: transparent;
}

div.terminal-window {
    height: 400px;
    overflow-y: auto;
    white-space: pre;
    text-align: left;
    padding: 10px;
    border: 1px solid #333;
    background-color:#000;
    color:white;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 14px;
    line-height: 1.4;
}

.main-panel>.container { min-height: calc(100% - 136px);}