
.wavesurfer-block {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 2em;
}

.wavesurfer-player wave {  display: flex;
	z-index: 0;
}

.wavesurfer-player canvas {  display: flex;
	max-width: none;
}

.wavesurfer-buttons_set {
    display: inline-block;
	margin-top: 10px;
}

.wavesurfer-buttons_set .fa-stop{
	font-size: 17px;
    padding: 3px;
}

.wavesurfer-block button:hover {
	cursor: pointer;
	opacity: 0.7;
}

.wavesurfer-block button, .wavesurfer-time, .wavesurfer-duration {
	font-family: Arial;
	font-size: 1em;
    margin-right: 10px;
	padding: 0.5em 1em 0.5em;
	border-width: 0;
	outline: none;
	vertical-align: top;
	transition: .3s ease all;
	font-weight: bold;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
	background-color: #eee;
    color: #444;
}

.wavesurfer-block button {
	border-radius: 2px;	
}

.volume-mp {
	position: relative;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: #eee;
    height: 100%;
    padding: 5.8px;
	vertical-align: top;
}

.volume-mp .dashicons {
	height: auto;
	width: auto;
	font-size: 26px;
	color: #666;
}

.wavesurfer-download a {
	color: white;
	text-decoration: none;
}

.wavesurfer-time {
	font-family: Arial;
    background-color: #eee;
    color: #444;
}

.wavesurfer-duration {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #eee;
    margin: 0;	
}

.wavesurfer-stop {
	position: relative;
}
.wavesurfer-play {
	position: relative;
}

button.wavesurfer-paused-button {
	background-color: #FF3C00;
	color: #fff;
}

.wavesurfer-buttons_set button:before, .wavesurfer-buttons_set div:before {
	font-family: "wavesurfer", "FontAwesome";
	font-weight: normal;
	font-style: normal;
	width: 1em;
}

.wavesurfer-time:before, .wavesurfer-duration:before {
	padding-right: 0.3em;
}

button.wavesurfer-play:before {
	font-family: "dashicons";
	content: "\f522";
	font-size: 20px;
    vertical-align: bottom;
}

button.wavesurfer-play.wavesurfer-active-button:before {
	font-family: "dashicons";
	content: "\f522";
	font-size: 20px;
    vertical-align: bottom;
	color: #FF3C00;
}

button.wavesurfer-paused-button:before {
	font-family: "dashicons";
	content: "\f523";
	font-size: 20px;
    vertical-align: bottom;
}

div.wavesurfer-duration:before {
    font-family: "dashicons";
	content: "\f469";
	font-size: 14px;
    vertical-align: bottom;
}

.wavesurfer-player {
	position: relative;
}

.metadata-waves {
    position: absolute;
    bottom: 0;
    z-index: 9;
	color: #eee;
}

.wavesurfer-player canvas {
	display: flex;
	gap: 20px 10px;
	padding: 12px 0;
}

.wavesurfer-player .wave  .wave {
	background: red !important;
}


.wavesurfer-time {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #eee;
	margin: 0;
}

.wavesurfer-block button span, .wavesurfer-time span, .wavesurfer-duration span {
	padding-left: 0.3em;
}

.wavesurfer-block wave:hover {
	cursor: pointer;
}


/* Playlist */

.wavesurfer-list-group {
	counter-reset: section;
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	margin-right: 1em;
}

.wavesurfer-list-group li:hover {
	cursor: pointer;
}

.wavesurfer-active-track {
	background: rgba(0, 0, 0, 0.8);
}

#waveform {
	position: relative;
}

.wavesurfer-progress {
	position: relative;
	display: none;
	/* since 2.2 */
}

.wavesurfer-loading[value] {
	border: none;
	appearance: none;
	width: 100%;
	height: 20px;
	background-color: #eee;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
	position: absolute;
	z-index: 10;
	margin-top: -80px;
}

.wavesurfer-marker:hover {
	cursor: pointer;
	text-decoration: underline;
}

.wavesurfer-marker-current {
	background: #FFFF66;
}

/* PLAYLIST - Tracks */
.wavesurfer-list-group .list-group-item {
	display: flex;
	align-items: center;
}

.wavesurfer-playlist-track-artist {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.wavesurfer-playlist-track-title {
	margin-left: 0.5em;
}

.wavesurfer-playlist-track-duration {
	margin-left: auto;
}

.wavesurfer-playlist-track-thumbnail {
	margin-right: 0.5em;
}

.wavesurfer-playlist-track-thumbnail img {
	max-height: 4em;
	width: auto;
}

.wavesurfer-block .wavesurfer-player wave {
	overflow: hidden !important;
	color: #3aabc9;
	border-right-width: 3px  !important;
	background: #eee;
	
}
.wavesurfer-block .wavesurfer-player wave wave {
	background: rgb(134 22 23 / 14%);	
}



.wavesurfer-buttons_set .dashicons-controls-volumeoff {
	position: relative;
	left: 5px;
}

.wavesurfer-buttons_set .dashicons-controls-volumeon {
	position: relative;
	left: 4px;
	top: 1px;
}

/* Input Type Range */

.wavesurfer-buttons_set input[type=range] {
	position: relative;
    top: 3px;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
    width: 150px;
	height: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);	
	background: #eee;
	vertical-align: unset;
}
.wavesurfer-buttons_set input[type=range]:focus {
	outline: none;
	border: none;
}

/************ Webkit **************/

.wavesurfer-buttons_set input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4.8px;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);	
	background: #eee;
	border-radius: 25px;
	border: 0px solid #000101;
}
.wavesurfer-buttons_set input[type=range]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 16px;
	width: 25px;
	border-radius: 7px;
	background: #666;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
}

.wavesurfer-buttons_set input[type=range]:focus::-webkit-slider-runnable-track {
	background: #eee;
}

/************ Mozila **************/

.wavesurfer-buttons_set input[type=range]::-moz-range-track {
	width: 100%;
	height: 4.8px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	background: #eee;
	border-radius: 25px;
	border: 0px solid #000101;
}
.wavesurfer-buttons_set input[type=range]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 16px;
	width: 25px;
	border-radius: 7px;
	background: #666;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4.6px;
}

/************ MS **************/

.wavesurfer-buttons_set input[type=range]::-ms-track {
	width: 100%;
	height: 12.8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}
.wavesurfer-buttons_set input[type=range]::-ms-fill-lower {
	background: #999;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
	background: #999;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.wavesurfer-buttons_set input[type=range]::-ms-thumb {
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
	border: 0px solid #000000;
	height: 16px;
	width: 25px;
	border-radius: 7px;
	background: #666;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -4.6px;
}
.wavesurfer-buttons_set input[type=range]:focus::-ms-fill-lower {
	background: #999;
}
.wavesurfer-buttons_set input[type=range]:focus::-ms-fill-upper {
	background: #999;
}


.wavesurfer-metadata {
    position: absolute;
    bottom: 50px;
	left:0;
	color: #eee;
	vertical-align: middle;
}

.wavesurfer-artist .dashicons,
.wavesurfer-album .dashicons {
    font-size: 17px;
    vertical-align: middle;
    line-height: 19px;
}

.wavesurfer-artist,
.wavesurfer-album {
	display: inline-block;
	vertical-align: middle;
	background: rgba(0,0,0,0.6);
	padding: 3px 5px;
	line-height: 19px;
	font-size: 12px;
}

.wavesurfer-post_title {
	position:absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #666;
}

@media screen and (max-width: 900px) {
	.wavesurfer-buttons_set .volume-mp {
		display: none;
	}
}

