/* line 5, app/assets/stylesheets/whisper_drive.scss */
body {
  background-color: #efefef;
  font-size: 0.8em;
}

/* line 10, app/assets/stylesheets/whisper_drive.scss */
#steno-app {
  margin-top: 1.0em;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}

/* line 16, app/assets/stylesheets/whisper_drive.scss */
div.form-group {
  margin-bottom: 1.0em;
}

/* line 20, app/assets/stylesheets/whisper_drive.scss */
a.logo img {
  width: 100%;
}

/* line 24, app/assets/stylesheets/whisper_drive.scss */
form.button_to {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/whisper_drive.scss */
span.duration {
  font-family: monospace;
}

/* line 32, app/assets/stylesheets/whisper_drive.scss */
div#sidebar {
  background: #444;
}

/* line 36, app/assets/stylesheets/whisper_drive.scss */
div#sidebar a {
  color: white;
}

/* line 40, app/assets/stylesheets/whisper_drive.scss */
table.table {
  background: white;
  border: 1px #ccc solid;
}

/* line 45, app/assets/stylesheets/whisper_drive.scss */
table.table tr.info th, table.table tr.info td {
  border-bottom-width: 0;
}

/* line 49, app/assets/stylesheets/whisper_drive.scss */
table.table tr.info th i.bi-star, table.table tr.info td i.bi-star {
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

/* line 54, app/assets/stylesheets/whisper_drive.scss */
table.table tr.info th .quote, table.table tr.info td .quote {
  font-size: 0.7rem;
}

/* line 58, app/assets/stylesheets/whisper_drive.scss */
table.table tr.info h3 {
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/whisper_drive.scss */
tr.keywords span.btn-sm {
  font-size: 0.6rem;
  padding: 0.125rem 0.25rem;
  background: #ccc;
  color: #333;
  border: none;
  cursor: default;
}

/* line 72, app/assets/stylesheets/whisper_drive.scss */
td.actions .btn {
  font-size: 0.7rem;
  padding: 0.125rem 0.25rem;
}

/* line 77, app/assets/stylesheets/whisper_drive.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--bs-gray);
}

/* line 81, app/assets/stylesheets/whisper_drive.scss */
.dashboard {
  font-size: 0.7rem;
}

/* line 85, app/assets/stylesheets/whisper_drive.scss */
.wordcloud-container {
  height: 400px;
  background: white;
}

/* line 90, app/assets/stylesheets/whisper_drive.scss */
.top-histogram {
  height: 160px;
  margin-bottom: 1.0rem;
}

/* line 95, app/assets/stylesheets/whisper_drive.scss */
.star-toggler:hover {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/whisper_drive.scss */
.star-widget {
  display: inline-block;
  width: 1.0rem;
}

/* line 104, app/assets/stylesheets/whisper_drive.scss */
.filter-bar {
  margin-bottom: 1.0rem;
}

/* line 108, app/assets/stylesheets/whisper_drive.scss */
div.transcription-chunk-row {
  margin-bottom: 1.0rem;
}

/* line 112, app/assets/stylesheets/whisper_drive.scss */
div.transcription-chunk-row textarea {
  font-size: 0.7rem;
  font-family: monospace;
}
