/* admin/assets/admin.css */

body {
  background-color: #f8f9fa;
  font-family: system-ui, sans-serif;
  padding: 30px;
}

h1, h2, h3 {
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}

table th, table td {
  padding: 10px 12px;
  border: 1px solid #dee2e6;
  text-align: left;
}

table th {
  background-color: #e9ecef;
  font-weight: 600;
}

a.btn {
  margin-right: 5px;
}

.alert {
  margin-top: 20px;
}

.progress {
  background-color: #e9ecef;
}

.web-preview {
  font-size: 0.875rem;
  max-height: 150px;
  overflow-y: auto;
  background: #f8f9fa;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.form-control,
.btn {
  max-width: 100%;
}
  .session-box { margin-bottom: 1.5rem; border: 1px solid #ccc; border-radius: 5px; padding: 1rem; background: #f9f9f9; }
    .session-toggle { cursor: pointer; font-weight: bold; margin-bottom: .5rem; }
    .msg-user { color: #0d6efd; font-weight: 600; }
    .msg-bot { color: #198754; }
    .msg-time { font-size: 0.8rem; color: #888; }
    .web-preview { font-size: 0.875rem; max-height: 150px; overflow-y: auto; background: #f8f9fa; padding: 10px; border: 1px solid #ddd; margin-top: 5px; }
    td a{ font-size: 0.875rem; color: #333;}