.btn-teal {
  color: #fff !important;
  background-color: #009688 !important;
  border-color: #009688 !important;
}

.btn-teal:hover {
  color: #fff !important;
  background-color: #00796d !important;
  border-color: #00796d !important;
}

.btn-purple {
  color: #fff !important;
  background-color: #673AB7 !important;
  border-color: #673AB7 !important;
}

.btn-purple:hover {
  color: #fff !important;
  background-color: #5d2ab6 !important;
  border-color: #5d2ab6 !important;
}

.badge-orange {
  background-color: #FF5722 !important;
  color: #fff !important;
}
