.ahura_player{
	display: flex;
	position: relative;
	overflow: hidden;
}
.ahura_player.no-video
{
	background: #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 5px;
}
body:not(.elementor-page) video::-webkit-media-controls {
	display: none;
}
.video_controls{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 60px;
    align-items: center;
    display: flex;
	z-index: 99;
}
.video_controls_wrapper{
	width: 100%;
	position: relative;
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	align-items: center;
	flex-wrap: wrap;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
	padding: 2px 10px
}
.video_controls .video_controls_top{
	width: 100%;
}
.video_controls .video_play{
    color: white;
    font-size: 25px;
	cursor: pointer;
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.video_controls .video_pause{
    color: white;
    font-size: 25px;
	cursor: pointer;
	display: none;
	margin-right: 20px;
}
.video_controls .video_fullscreen{
    right: 1em;
    color: white;
    font-size: 25px;
	cursor: pointer;
	display: flex;
}
.video_controls .video_audio_wrapper{
	display: flex;
    align-items: center;
    color: white;
    font-size: 25px;
}
.video_controls .video_audio_wrapper input{
	margin-left: 15px !important;
}
.video_controls input[type="range"]{
	direction: ltr;
	margin: 0 10px;
	padding: 0;
	border: none;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	background: var(--main-text-color);
	height: 8.4px;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.video_controls .video_controls_left{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 10px 10px 10px 0;
}
.video_timer{
	margin-left: 20px;
}
.video_timer{
	color: white;	
}
.video_time_duration,
.video_time_current{
	font-style: normal;
}