
.sc-player {
    margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sc-player a {
  color: #444;
}
.sc-player .sc-artwork-list,
.sc-player .sc-info-toggle,
.sc-player .sc-trackslist{
  display: none;
}
.sc-player .sc-waveform-container {
  height: 24px;
}
.sc-player .sc-time-span {
  position: relative;
  height: 3px;
  background-color: var(--white-color);
}
.sc-player .sc-time-span .sc-played {
  position: absolute;
  width: 0%;
  top: 0;
  height: 24px;
  background-color: #000;
  display: block;
  height: 6px;
  transition: 0.25s;
}
.sc-player .sc-time-span img {
  width: 100%;
  height: 0;
  visibility: hidden;
  position: relative;
}
.sc-player .sc-time-span .sc-buffer {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 6px;
  background-color: #d53023;
  transition: 0.25s;
}
.sc-player .sc-info {
  display: none;
  mix-blend-mode: multiply;
  position: absolute;
  margin-top: 45%;
  top: 34px;
}
.sc-player .sc-info h3 {
  text-transform: uppercase;
}
.sc-player .sc-info .sc-info-close {
  display: none;
}
.sc-player .sc-info p {
  display: none;
}
.sc-player .sc-controls .sc-play,
.sc-player .sc-controls .sc-pause {
  color: transparent;
  width: 30px;
  padding-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.sc-player .sc-controls .sc-play {
    color: var(--white-color);
}
.sc-player .sc-controls .sc-pause {
    color: var(--white-color);
    display: none;
}
.sc-player.playing .sc-play {
  display: none;
}
.sc-player.playing .sc-pause {
  display: block !important;
}
.sc-player.playing .sc-played {
  min-width: 1px;
}

.sc-time-indicators{
    position: absolute;
    top: -30px;
    right: 0;
}

.track-title{
    margin-left: 30px;
}

.sc-controls{
    position: absolute;
    top: -37px;
    left: 0;
}

.sc-scrubber {
    width: 100%;
    position: absolute;
    left: 0px;
    top: -6px;
}

.sc-waveform-container {
  height: 6px !important;
}
