&--amber{
  background-color: #f0a30a;
  .plyr{
    &--audio{
      .plyr__controls {
        
        $thumb-color: #f0a30a;

        input[type=range]:active{
          &::-webkit-slider-thumb {
            background: $thumb-color;
          }
          &::-moz-range-thumb {
            background: $thumb-color;
          }
          &::-ms-thumb {
            background: $thumb-color;
          }
        }
      }

    }

  }
}
