textarea.notes-autogrow {
  overflow: hidden;
  resize: none;
  white-space: pre-wrap;
}


textarea.notes-autogrow.notes-warn {
  border-color: #ffc107; /* bootstrap warning */
}

textarea.notes-autogrow.notes-danger {
  border-color: #dc3545; /* bootstrap danger */
}

/* si quieres que el foco se vea consistente */
textarea.notes-autogrow:focus {
  box-shadow: none;
}

.evidence-thumb {
  max-width: 220px;
  max-height: 140px;
  object-fit: cover;
}
.evidence-link { display: inline-block; }

.evidence-thumb {
  max-width: 220px;
  max-height: 140px;
  object-fit: cover;
  cursor: zoom-in;
}

.evidence-zoom {
  position: fixed;
  z-index: 1100;
  pointer-events: none;
  display: none;
  max-width: 840px;
  max-height: 640px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.65);
  box-shadow: 0 12px 40px rgba(0,0,0,.55);
  overflow: hidden;
}

.evidence-zoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.users-table thead th {
  background-color: #14171a;   
  color: #f1f3f5;             
  border-bottom: 1px solid #2a2f34;
  font-weight: 600;
  vertical-align: middle;
}
