html,
body {
	/* display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0; */
}

.audio {
	display: flex;
    align-items: center;
    width: 700px;
    height: 85px;
    color: #fff;
    background: #fff;
    user-select: none;
    margin-top: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}

.slider-container {
	width: 100%;
	margin: 0 1em;
}

.slider {
	position: relative;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: #F0F0F0;
	cursor: pointer;
}

.slider .slider-progress {
	height: 100%;
	width: 0;
	border-radius: 3px;
	background: #38DAA6;
}

.slider .slider-runway {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	transform: translateX(-50%);
}

.slider .slider-runway .thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	border: 4px solid ##8DAA6;
	background: #38DAA6;
	border-radius: 50%;
	box-sizing: border-box;
}

.audio .audio-controller {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 16%;
	height: 100%;
}

.audio-controller .fa {
	cursor: pointer;
}

.audio .audio-progress {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 65%;
	height: 100%;
	font-size: 12px;
}

.audio-progress .time__current,
.audio-progress .time__end {
	display: inline-block;
	width: 4.5em;
	text-align: center;
	color: #000;
}

.audio .audio-volume {
	display: flex;
	align-items: center;
	width: 19%;
	height: 100%;
	padding: 0 1em;
}

.audio-volume .icon__volume {
	margin-right: 1em;
}

.audio-volume .slider {
	height: 3px;
}
