.text-primary {
  color: #007bff;
}

/* add your other styles here */
.btn-custom-purple {
  background-color: #6f42c1;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn-custom-gray {
  background-color: #2F4F4F;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.btn-custom-orange {
  background-color: #FFA500;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn-custom-drkorange {
  background-color: #C76E00;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.btn-custom-drkpink {
  background-color: #C11C84;
  color: white;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
