/*Styled by Thato Monkgogi Chere*/
/*************************************MUSIC PLAYER STYLE********************************/
/**********************************NEW MUSIC PAGE**********************************/

.mediaPlayerWrapper{
  margin: 0 auto;
}
.newMusicMediaPlayer {
  position: relative;
  width: 100%;
  display: flex;
  float: left;
  float: left;
}

.mediaPlayerTop{
float: left;
}

.playerFunctions{
position: absolute;
bottom: 0;
}

.albumArt {
  position: relative;
  display: flex;
  align-items: center;
  left: 0;
  width: 125px;
}

.albumArt img {
  width: 100%;
  height: auto;
}

.newMusicDetails {
  position: relative;

  padding: 5px;
}

.mediaPlayerTop {
  display: flex;
}

.musicPlayerVibes {
  position: relative;
  display: flex;
  justify-content: center;
}

.newSongSection {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 0;
}

.newSongPlayer {
  position: absolute;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 6px 0px red;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
}

.newSongThumbnail {
  display: flex;
  width: 100px;
  height: 100%;
  border: solid green;
}

.newSongPlayer img {
  width: 100%;
  height: 100%;
}

.playerSection {
  height: 100%;
  padding: 10px;
}

.playerSection p {
  margin: 0em;
}

.seekBar {
  display: flex;
  align-items: center;
  background-color: #245;
  height: 5px;

}

.progressBar {
  position: relative;
  width: 0px;
  background-color: #c0392b;
  height: 100%;
  display: flex;
  cursor: pointer;
}

.timePointer {
  position: absolute;
  right: 0px;
  width: 8px;
  margin-top: -1px;
  background-color: #c0392b;
  height: 8px;
  border-radius: 50px;
}

.timePointer:hover {
  transform: scale(2);
  transition: .8s ease-in-out;
}

.songDetails {
  margin-top: 6px;
  display: flex;
  color: #ecf0f1;
  padding: 10px;
}

.timeSide {
  position: absolute;
  right: 10px;
  bottom: 3px;
  color: #fff;
}

.timeSide span {
  font-size: 12px;
  color: #fff;
}

.playerFunctions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.playerFunctions i {
  margin-left: 5px;
}

.playerFunctions i:first-child {
  margin-left: 0;
}

.plyBtn {
  height: 5px;
  width: 5px;
}

.fa-play {
  color: #c0392b;
  font-size: 100px;
}

.fa-pause {
  color: #c0392b;
  font-size: 100px;
}

.fa-heart {
  color: #ecf0f1;
}

.fa-heart:hover {
  color: #c0392b;
  cursor: pointer;
}

.fa-download {
  color: #ecf0f1;
}

.fa-stream {
  color: #ecf0f1;
}

.fa-stream:hover {
  color: #ecf0f1;
}



/**********************************SELECTED MEDIA******************************/
.SelectedactionCenter {
  height: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.trackName{
  position: absolute;
  right: 0;
  color: red;
}

.mediaPlayer {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -150px;
  background-color: #;
  transition: .8s ease-in-out;
}

.selectedAudioPlayer {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: #222f3e;
  display: inline-flex;
  align-items: center;
}

.selectedPlayerSeekBar {
  position: absolute;
  height: 4px;
  background-color: #7f8c8d;
  width: 100%;
}

.selectedPlayerTrabarBar {
  height: 100%;
  transition: .1s;
  background-color: red;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: .3px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.mediaPlayer>.StimeSide {
  padding: 5px;
  top: 0;
  right: 0px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.mediaPlayer>.StimeSide span {
  color: #111;
  font-size: 12px;
}

.selectedAudioPlayerBtn i{
margin: 0 auto;
}

@media only screen and (max-width:400px)
{
  .mediaPlayer{
    bottom:-200px;
  }
}
