/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Custom styles for statistics page */
.progress-sm {
  height: 20px;
}

.pointer {
  cursor: pointer;
}

/* Call list */
.call-row:hover {
  background-color: rgba(0, 123, 255, 0.1) !important;
}

/* Call detail modal */
.transcript-content {
  max-height: 200px;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
}

.extra-info-content {
  max-height: 150px;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
}
