.audio-player-tts-sec { padding-bottom: 10px; }
.audio-player-group { display: flex; align-items: center;}
.article-listen { display: block;font-size: 14px;line-height: 16px; font-weight: 700;  margin-bottom: 5px;}
.audio-player-tts {position: relative;}
.audio-player-tts #play-pause{ cursor: pointer; min-width: 35px; height: 30px; background-size: 100%; border: none; padding: 0; margin: 0 0 0 -5px; }
.audio-player-tts .play-icon{ background: url(../img/play-icon.svg) no-repeat; }
.audio-player-tts .pause-icon {background: url(../img/pause-icon.svg) no-repeat;}
.audio-player-tts input[type="range"] {-webkit-appearance: none;width: 200px;height: 4px;background: #e2e2e2;border-radius: 5px;background-image: linear-gradient(#ff0000, #ff0000);background-size: 0% 0%;background-repeat: no-repeat;width: 100%;}
.audio-player-tts input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none;height: 12px;width: 20px;background: url(../img/progress-bar.svg) no-repeat;cursor: ew-resize; background-size: 100%;}
.audio-player-tts input[type="range"]::-moz-range-thumb { -webkit-appearance: none;height: 12px;width: 20px;background: url(../img/progress-bar.svg) no-repeat;cursor: ew-resize; border:none; background-size: 100%;}
.audio-player-tts input[type="range"]::-ms-thumb {-webkit-appearance: none;height: 12px;width: 20px;background: url(../img/progress-bar.svg) no-repeat;cursor: ew-resize; background-size: 100%;}
.audio-player-tts input[type=range]::-webkit-slider-runnable-track  {-webkit-appearance: none;box-shadow: none;border: none;background: transparent;}
.audio-player-tts input[type=range]::-moz-range-track { -webkit-appearance: none;box-shadow: none;border: none; background: transparent;}
.audio-player-tts input[type="range"]::-ms-track {-webkit-appearance: none;box-shadow: none;border: none;background: transparent;}
.audioPlayerSticky{ width: 640px; position: fixed; top: 45px;background: #fff;border-radius: 4px;box-shadow: 0 5px 5px 0 rgb(0,0,0,0.2);border: solid 1px #ccc;padding: 5px 10px 5px 10px;z-index: 100000; margin-right: 0.825em;}
.audio-time.audio-duration{display: flex;column-gap: 20px;font-size: 12px; line-height: 16px; font-weight: 500; font-family: Roboto,sans-serif;margin-left: 20px;align-items: center;}
#audio-close-btn { background: url(../img/audio-player-close-icon.svg) no-repeat; background-size: 100%; width: 10px; height: 10px; font-size: 0; cursor: pointer; }
#audio-close-btn-mobile { display: none;position: absolute;top: 0px;right: 0px;cursor: pointer;background: #fff;box-shadow: 0 1px 4px #ccc;border-radius: 50%;width: 18px;height: 18px;text-align: center;margin-top: -7px;font-family: 'Roboto', sans-serif;font-size: 15px;margin-right: -8px;padding: 1px 0 1px 2px;box-sizing: border-box;color: #707070;}
.audioPlayerSticky #audio-close-btn { display: block;}
#audio-player-speed{display: flex; min-width: 100px;height: 24px;padding: 2px 0 2px 3px;border-radius: 12px;background-color: #e2e2e2;}
.speed-options{ cursor: pointer; width:fit-content;height: 20px;margin: 0;padding: 2px 8px;border-radius: 10px;}
.speed-options.active{background-color: #fff;margin-right: 2px;}
.audio-mnt{display: none;}
.labelContainer {display: flex;width: 500px; height: 20px; overflow: hidden;position: relative;}
.labelContainer span { display: block; width:500px;color: #000;text-overflow: ellipsis; overflow: hidden;position: absolute;white-space: nowrap;transform: translateX(0);transition: 2s; font-size: 14px; line-height: 19px; font-weight: 500; font-family: Roboto,sans-serif;}
.audioPlayerSticky .audio-mnt{ display: flex; justify-content: space-between;  }
@media screen and (min-width: 768px) {
	.audio-player-tts-sec { height: 61px;}
}
@media screen and (max-width: 767px) {
	.audio-player-group { padding-top: 5px;}
	#audio-player-speed { position: absolute; top: -20px; right: 0; padding-right: 0; }
}
