.playlist {
    margin-top: 2vw;
}

.playlist-controls {
    position: absolute;
    top: 2.2vw;
    right: 0;
    z-index: 5;
	display: flex;
    align-items: center;
}

button.main-play-pause {
    color: #ffffff;
    background-color: #131313;
    border: none;
    border-radius: 50em;
    width: 1.7vw;
    height: 1.7vw;
    padding: 0;
    margin: 0 0.3vw;
	display: flex;
    align-items: center;
    justify-content: center;
}

button.main-play-pause i {
    font-size: 0.55vw;
	line-height: 1.7vw;
}

button.main-play-pause i::before {
    vertical-align: middle;
}

button.main-prev,
button.main-next {
    color: #131313;
    background-color: transparent;
    border: none;
    padding: 0;
}

button.main-prev i,
button.main-next i {
    font-size: 0.8vw;
    vertical-align: middle;
}

button.main-prev i:before {
    content: "\f04a" !important;
}

button.main-next i:before {
    content: "\f04e" !important;
}

.audioPlayer {
    width: 100%;
    display: flex;
    color: #171717;
    flex-wrap: wrap;
    margin-bottom: 2vw;
}

.audioPlayer:last-child {
    margin: 0;
}

.audioImage {
    width: 5%;
    height: 50px;
    object-fit: contain;
	display: none;
}

.audioImage img {
    height: 100% !important;
}

.audioControls {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 8%;
    outline: none;
	color: #ffffff;
	display: none;
}

button.playPauseButton {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.audioNames {
    width: 24.1%;
    padding-right: 3%;
}

a.songName {
	font-size: 0.82vw;
    line-height: 1.2em;
    letter-spacing: -0.01vw;
    color: #171717;
    font-weight: 500;
    text-decoration: none !important;
    display: block;
	pointer-events: none;
}

.audioPlayer span.isNewBadge {
    color: #ffda2a;
    padding-left: 5px;
    font-size: 12px;
	display: none;
}

span.artistName {
    display: block;
    color: #131313;
    font-weight: 300;
    font-size: 0.55vw;
    line-height: 1.5em;
    margin-top: 0.1vw;
}

.audioCategories {
    color: #131313;
    display: block;
    font-size: 0.73vw;
    line-height: 1.8em;
    letter-spacing: -0.02vw;
	width: 24.5%;
	padding-right: 2%;
}

.audioWaveform {
    width: 46.4%;
    height: 20px;
    cursor: pointer;
	padding-right: 2%;
}

.audioWaveform wave {
    overflow: hidden !important;
}

a.audioDownload {
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}

a.audioDownload i {
    font-family: fontawesome;
    font-style: normal;
    color: #ffffff;
}

.audioDuration {
    display: block;
    color: #131313;
    font-weight: 400;
    font-size: 0.55vw;
    line-height: 2.3em;
	width: 5%;
	text-align: right;
}

.noSongsError {
    padding: 10px;
    color: #797979;
    font-weight: bold;
    border-bottom: 1px solid #2d2d2d;
}




/* laptop */
 @media (min-width:1100px) and (max-width:1450px) {
	 
	 .audioImage {
    width: 6%;
}

	.audioNames {
    width: 20%;
} 

.audioWaveform {
    width: 61%;
}
	 
 }
 
 /* tablet landscape 1024 */
	@media (min-width:1024px) and (max-width:1100px) {
		
		 .playlist-controls {
    top: 4vw;
}
	 
button.main-play-pause {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1vw;
}

button.main-play-pause i {
        font-size: 1.1vw;
        height: 100%;
        display: flex;
        align-items: center;
		line-height: 3.2vw;
    }

button.main-prev i,
button.main-next i {
    font-size: 1.45vw;
}
		
		    a.songName {
        font-size: 1.5vw;
        line-height: 1.1em;
    }
	
	span.artistName {
    font-size: 0.95vw;
}

.audioCategories {
    font-size: 1.4vw;
    line-height: 1.1em;
}

.audioDuration {
    font-size: 0.95vw;
}

		
	}
 
 
 
 /* tablet */
 @media (min-width:768px) and (max-width:1023px) {
	 
	 .playlist-controls {
    top: 5.5vw;
}
	 
button.main-play-pause {
    width: 4.2vw;
    height: 4.2vw;
    margin: 0 1vw;
}

    button.main-play-pause i {
        font-size: 1.4vw;
        line-height: 4.2vw;
    }

button.main-prev i,
button.main-next i {
    font-size: 2vw;
}

a.songName {
    font-size: 2vw;
    line-height: 1.3em;
}

span.artistName {
    font-size: 1.35vw;
}

.audioCategories {
    font-size: 1.8vw;
    line-height: 1.4em;
}

.audioDuration {
    font-size: 1.35vw;
}


	 
 }
 



 /* mobile */
 @media (max-width:767px) {
	 
	 .audioPlayer {
    margin-bottom: 10.5vw;
}
	 
    .playlist-controls {
        top: -19vw;
        left: 0;
        text-align: center;
		justify-content: center;
    }
	 
    button.main-play-pause {
        width: 10vw;
        height: 10vw;
        margin: 0 2.5vw;
        background-color: #ffffff;
        color: #131313;
    }

    button.main-play-pause i {
        font-size: 3.8vw;
        /* padding-top: 1.5vw; */
        padding-left: 0.8vw;
        line-height: 10.1vw;
        width: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	button.main-play-pause i::before {
    vertical-align: middle;
}
	
	button.main-prev,
	button.main-next {
    color: #ffffff;
}

button.main-prev i,
button.main-next i {
    font-size: 3.8vw;
}

.audioNames {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
}

    a.songName {
        font-size: 4.5vw;
        line-height: 1.3em;
        margin-right: 1.5vw;
    }

    span.artistName {
        font-size: 3.4vw;
        margin-top: 0;
		line-height: 1.3em;
    }

    .audioCategories {
        display: none;
    }
	
    .audioWaveform {
        height: 15px;
        width: 90%;
        margin-top: 4vw;
    }

       .audioDuration {
        font-size: 3.4vw;
        width: 10%;
        line-height: 1.3em;
		margin-top: 4vw;
    }
	 
 }
 
