.custom-button:not(:disabled) {
  background-color: #014584;
  border: 1px solid #014584;
}

.custom-text-transform {
  text-transform: none;
}

.radio-wrapper input:checked+label:before {
  background: radial-gradient(ellipse at center, #014584 0%, #014584 32%, #014584 32%, transparent 32%, transparent 38%);
}