    .flash_alert {
    background: -webkit-linear-gradient(left, #0B0B0B 0%, #0B0B0B 100%);
    background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
  }
  
  .event-map__marker{
    background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
  }

  .radio-button-group__input:checked+.radio-button-group__wrapper {
    border-color: transparent;
    background: -webkit-linear-gradient(top, #0B0B0B 0%, #0B0B0B 100%);
    background: linear-gradient(to bottom, #0B0B0B 0%, #0B0B0B 100%);
    color: white;}

    .ticket-selection .ticket__incrementer-buttons {
      background: #0B0B0B;
    }

    .gradient-button{
      background: -webkit-linear-gradient(top, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to bottom, #0B0B0B 0%, #0B0B0B 100%);
    }
    .purchase-progress__step.is-current::after {
      background: -webkit-linear-gradient(top, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to bottom, #0B0B0B 0%, #0B0B0B 100%);
    }
    .event-map__marker::after{
      border-top-color: #0B0B0B;
    }

    .event-map__marker::after{
      border-top-color: #0B0B0B);
    }

    .event-action {
      background: -webkit-linear-gradient(left, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
    }

    .ticket-cart__button{
      background: -webkit-linear-gradient(left, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
    }
    .bg-gradient-secondary {
      background: -webkit-linear-gradient(left, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
    }
    .topup-selection{
      background: -webkit-linear-gradient(left, #0B0B0B 0%, #0B0B0B 100%);
      background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 100%);
    }