/* Custom button styles */
.button-custom-green {
  background-color: #0e8a62 !important;
  border-color: #0e8a62 !important;
  color: white !important;
}

.button-custom-green:hover {
  background-color: #0a6e4e !important;
  border-color: #0a6e4e !important;
}