.text-primary {
  color: #0d6efd;
}

.text-secondary {
  color: #6c757d;
}

.text-success {
  color: #198754;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #0dcaf0;
}

.text-light {
  color: #f8f9fa;
}

.text-dark {
  color: #212529;
}

.text-body {
  color: #212529;
}

.text-muted {
  color: #6c757d;
}

.btn-primary {
  background-color: #0d6efd;
}

.btn-secondary {
  background-color: #6c757d;
}

.btn-success {
  background-color: #198754;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-warning {
  background-color: #ffc107;
}

.btn-info {
  background-color: #0dcaf0;
}

.btn-light {
  background-color: #f8f9fa;
}

.btn-dark {
  background-color: #212529;
}

.btn-body {
  background-color: #212529;
}

.btn-muted {
  background-color: #6c757d;
}

html.dark .btn-normal {
  color: #212529;
  background-color: #f8f9fa;
}

/*# sourceMappingURL=bootstrap-theme.css.map */
