.rails-bootstrap-forms-date-select select,
.rails-bootstrap-forms-time-select select,
.rails-bootstrap-forms-datetime-select select {
  display: inline-block;
  width: auto;
}

.rails-bootstrap-forms-error-summary {
  margin-top: 10px;
}

.turbo-progress-bar {
  height: 5px;
  background: #5076e5;
}

.card-title {
  color: #4d5052 !important;
}

.nav-muted {
  color: #6c757d !important;
}
.nav-muted.active {
  color: #e8e4e4 !important;
  background: #3f3f3f !important;
}
