.button.is-secondary.outline.w-button {
  border-color: #7cd825 !important;
  border-width: 1px !important;
  border-style: solid !important;
  background-color: transparent !important;
  color: #151b26 !important;
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.button.is-secondary.outline.w-button:hover {
  background-color: #7cd825 !important;
  border-color: #7cd825 !important;
  color: #151b26 !important;
}

.button.is-alternate.outline.w-button {
  border-color: #0080ff !important;
  border-width: 1px !important;
  border-style: solid !important;
  background-color: transparent !important;
  color: #151b26 !important;
  box-shadow: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

.button.is-alternate.outline.w-button:hover {
  background-color: #0080ff !important;
  border-color: #0080ff !important;
  color: #fff !important;
}

.dropdown-toggle:hover {
  color: #0080ff !important;
}

.dropdown-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 #0080ff !important;
  color: #fff !important;
}

.dropdown-card:hover .dropdown-card-title {
  color: #0080ff;
}
