#voiceMenuBox{
	position: relative;
	left:10em;
	bottom:7.5em;
	z-index:0;
	width:800px;
	height: 60px;
	overflow: hidden;
	margin-top: 36px;
}
#voiceContainer{
	position: absolute;
	left:10em;
	bottom:8em;
	z-index:1005;
	
}
.progress{
	position: absolute;
	bottom: 0;
	width:150px;
	height: 4px;
	background-color: #1D4D4A;
}
.progress-bar{
	width:0px;
	height: 4px;
	background: #09D081;
	border-radius: 2px;
}
button:focus {outline:none;} /*for IE*/
button::-moz-focus-inner {border-color: transparent;} /*for mozilla*/
.btn{
	background: #00251F;
	width:110px;
	height: 42px;
	opacity: 0.6;
	border-radius: 4px;
	font-family:Noto Sans;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 16px;
	padding:0 !important;
	margin: 0 !important;
	line-height: 42px;
}
.btn>span{
	opacity: 1;
}

#voiceMenuContainer{
	margin-top: 0;
	display: flex;
	right:800px;
	position: relative;
}
.voice-btn{
	width: 150px;
	height: 60px;
	background: #103530;
	box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 37%);
	opacity: 0.7;
	border-radius: 2px;
	color: #FFFFFF;
	padding:0 !important;
	margin:0 10px 0 0 !important;
}
.voice-active>span,.voice-btn>span{
	font-size: 16px;
	font-family: Noto Sans;
	font-weight: 500;
	opacity: 1;
}
.voice-active,.voice-btn:hover{
	background: #138D5D;
	box-shadow: 0px 3px 7px 0px rgba(0, 62, 38, 0.3);
	opacity: 0.8;
}
