/* NOWMEE Admin - 基础样式 */

body {
  font-size: 14px;
  background-color: #f5f5f5;
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid #dee2e6;
  min-height: calc(100vh - 56px);
  padding: 12px;
}

.filter-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.filter-row input[type="text"] {
  flex: 1;
}

.filter-row select.op-select {
  width: 80px;
  flex-shrink: 0;
}

.filter-row .val-input {
  flex: 2;
}

.filter-row .del-btn {
  flex-shrink: 0;
}

#resultTable {
  font-size: 13px;
}

#resultTable td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#resultTable td:hover {
  white-space: normal;
  word-break: break-all;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

#statusMsg {
  min-height: 20px;
}
