.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}

.accordion-button {
  color: rgba(220,53,69, 1) !important;
  font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
}
.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}