/* 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;
}

#recordButton {
  padding: 10px 20px;
  font-size: 16px;
}

#visualizer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar {
  width: 20px;
  height: 10px;
  background-color: grey;
  margin: 2px;
}

.record-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  height: 100vh;
}


.mt-10 {
  margin-top: 6rem;
}

.formatted-transcript {
  white-space: pre-wrap;
}

.timestamp {
  min-width: 60px;
}

.detail-segment-title {
  cursor: pointer;
  position: relative;
}

.detail-segment-title::before {
  content: "▼";
  font-size: 0.8em;
  margin-right: 8px;
}

.detail-segment-title.collapsed::before {
  content: "▶";
}
