.btn-primary {
  background-color: #f7941d !important; /* Replace with your desired color */
  border-color: #f7941d !important; /* Ensure the border color matches */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ed901f !important; /* Adjust for hover/active states */
  border-color: #ed901f !important;
}