audio {
	display: none !important;
}

.wavecontrols img {
	width: 20px;
	margin-right: 1rem;
	cursor: pointer;
}

/*generated with Input range slider CSS style generator (version 20210711)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
	height: 10px;
	-webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
	--range: calc(var(--max) - var(--min));
	--ratio: calc((var(--value) - var(--min)) / var(--range));
	--sx: calc(0.5 * 10px + var(--ratio) * (100% - 10px));
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
	width: 10px;
	height: 10px;
	border-radius: 1em;
	background: #24b4ae!important;
	border: none;
	box-shadow: 0 0 2px black;
	margin-top: calc(max((8px - 1px - 1px) * 0.5, 0px) - 10px * 0.5);
	-webkit-appearance: none;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
	height: 8px;
	border-radius: 0.5em;
	background: #efefef!important;
	border: 1px solid #b2b2b2!important;
	box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
	background: #299F9A!important;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
	background: #e5e5e5!important;
	border-color: #9a9a9a!important;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
	background: #00FFF4!important;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
	background: #f5f5f5!important;
	border-color: #c1c1c1!important;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
	background: linear-gradient(#24B4AE, #24B4AE) 0/var(--sx) 100% no-repeat, #efefef!important;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
	background: linear-gradient(#299F9A, #299F9A) 0/var(--sx) 100% no-repeat, #e5e5e5!important;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
	background: linear-gradient(#00FFF4, #00FFF4) 0/var(--sx) 100% no-repeat, #f5f5f5!important;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border-radius: 1em;
	background: #24b4ae!important;
	border: none;
	box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
	height: max(calc(8px - 1px - 1px), 0px);
	border-radius: 0.5em;
	background: #efefef!important;
	border: 1px solid #b2b2b2!important;
	box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
	background: #299F9A!important;
}

input[type=range].styled-slider:hover::-moz-range-track {
	background: #e5e5e5!important;
	border-color: #9a9a9a!important;
}

input[type=range].styled-slider::-moz-range-thumb:active {
	background: #00FFF4!important;
}

input[type=range].styled-slider:active::-moz-range-track {
	background: #f5f5f5!important;
	border-color: #c1c1c1!important;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
	background: linear-gradient(#24B4AE, #24B4AE) 0/var(--sx) 100% no-repeat, #efefef!important;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
	background: linear-gradient(#299F9A, #299F9A) 0/var(--sx) 100% no-repeat, #e5e5e5!important;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
	background: linear-gradient(#00FFF4, #00FFF4) 0/var(--sx) 100% no-repeat, #f5f5f5!important;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
	background: transparent;
	border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
	background: transparent;
	border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
	width: 10px;
	height: 10px;
	border-radius: 1em;
	background: #24b4ae!important;
	border: none;
	box-shadow: 0 0 2px black;
	margin-top: 0;
	box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
	height: 8px;
	border-radius: 0.5em;
	background: #efefef!important;
	border: 1px solid #b2b2b2!important;
	box-shadow: none;
	box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
	background: #299F9A!important;
}

input[type=range].styled-slider:hover::-ms-track {
	background: #e5e5e5!important;
	border-color: #9a9a9a!important;
}

input[type=range].styled-slider::-ms-thumb:active {
	background: #00FFF4!important;
}

input[type=range].styled-slider:active::-ms-track {
	background: #f5f5f5!important;
	border-color: #c1c1c1!important;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
	height: max(calc(8px - 1px - 1px), 0px);
	border-radius: 0.5em 0 0 0.5em;
	margin: -1px 0 -1px -1px;
	background: #24b4ae!important;
	border: 1px solid #b2b2b2!important;
	border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
	background: #299F9A!important;
	border-color: #9a9a9a!important;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
	background: #00FFF4!important;
	border-color: #c1c1c1!important;
}