.growfund-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.growfund-button-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.growfund-button.is-disabled,
.growfund-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
