.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-white {
  color: #fff !important;
}
.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}
.text-white-50 {
  color: rgba(255,255,255,.5) !important;
}