﻿@charset "UTF-8";
#yendif-video-share-video{display: flex;justify-content: space-between;}
.yendif-video-share-player{width: 100%;}
.vidoeplayer-sidebar{max-width: 400px;margin-left: 0;margin-right: 15px;}
/*.yendif-player-wrapper{margin-bottom: 10px;}*/
#yendif-video-share-video .yendif-video-share-title {font-size: 22px;}
.yendif-video-player-category-image .yendif-video-share-image{
    background-size: cover;
    position: static !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
	}
.video-flex-elements{display: flex;}
.video-flex-elements-info{display: flex;flex-direction: column;}
.video-cat-image{margin-left: 10px;}
.video-cat-date-views{margin-top: 20px;}
.date-and-views{display: flex;align-items: center;grid-gap: 12px;}

/*كود إظهار الفيديو كامل ولكن سيظهر عنوان يوتيوب الاصلي وصورة قناة يوتيوب وشعار يويتيوب والمزيد من الفيديوهات*/
/*وتم حل المشكلة بواسطة صنع بلاغين يخفي عناصر يوتيوب*/
.yendifplayer .vjs-hide-youtube-logo iframe.vjs-tech{top: 0 !important;height: 100% !important;} 
/*----------------------------*/
/*كود جعل الشعار فوق الكل*/
.video-js .vjs-overlay.vjs-logo{z-index: 10 !important;}




















