.v-tour {
  z-index: 20;
  .v-step {
    .v-step__arrow {
      border-color:#fe7329;
    }
    background: #fe7329;
    filter: drop-shadow(0 0 2px rgba(255, 175, 70, 0.5));
  }
}