.songActionButton {
  width: 100%;
  background-color: #f5f6fa;
}

.actionButtons {
  display: flex;
}

.streamMusicList{
  padding:0;
}

.streamMusicList li{
  padding:10px;
}
.youtubeStream{
  color:#111;
}
.buyMusicList{
  padding:0;

}

.buyMusicList li{
  padding:7px;
}


/**************************MEDIA PLAYER BUTTONS******************************/
.btnss{
  display: flex;
  align-items: center;
  padding: 10px;

}

.btnss i{ margin-left: 10px;}

@media only screen and (min-width:768px) {



.songActionButton{
  padding:10px;
}


}

.isDisabled{
  color: currentColor;
cursor: not-allowed;
opacity: 0.5;
text-decoration: none;
}

.isDisabled:hover{
  background-color: #fff;
}

.playBtnOverlay{
  position: absolute;
}
