﻿@charset "UTF-8";
.yendif-video-share-playlist-item .yendif-video-share-title{
font-size:15px !important;
display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
    .mod-yendifvideoshare-playlist{position: relative;}
    .sof-playlist-videos-container{position: relative;border: 1px solid #9d9898;border-radius: 12px;}
    .yendif-video-share-playlist-videos.right {
       top: auto !important;
	}
	.yendif-video-share-playlist-videos.left {
    position: absolute;
    left: 0;
    overflow-y: auto;
	}
	.yendif-video-share-playlist-videos{
	  margin-bottom: 10px; 
	  bottom: 0;
	}
	.yendif-video-share-playlist-videos.right .yendif-video-share-playlist-item {
	  padding-left: 10px !important;
	}
	.yendif-video-share-playlist-videos.left .yendif-video-share-playlist-item {	  
	  padding-right: 10px !important;	  
	}
	.yendif-video-share-playlist-videos .ms-3 {
	  margin-right: 1rem !important;
	  margin-left: auto !important;
	}
.yendif-video-share-playlist{background-color: #FFFFFF !important;}	
.yendif-player iframe{border-radius: 12px;}
.yendif-video-share-playlist-item{border: none !important ;color: #333;position: relative;display: flex;}
.yendif-video-share-playlist-item.active,
.yendif-video-share-playlist-item.active:hover{
    background-color: #E2EEDC;
}.yendif-video-share-playlist-item:hover {
    background-color: #F3F3F3;
}
.yendif-video-share-playlist-item .yendif-video-share-responsive-item{min-width: 115px !important;}
.yendif-video-share-playlist-item .yendif-video-share-meta-date, .yendif-video-share-playlist-item .yendif-video-share-category{font-size:12px !important;}
.yendif-video-share-playlist-item .text-muted, .yendif-video-share-playlist-item .text-muted *{color: #646C74 !important;}
.sof-playlist-category-name-header {
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
	padding: 10px;}
.sof-playlist-category-name-link{font-size: 15px;/*font-weight: bold;*/color: #2B2B2B !important;}
.playlist-items-numbers-main{display: flex;width: 15px;align-items: center;}
.playlist-items-numbers{font-size: 12px;color: #535353;}
.yendif-video-share-playlist-item.active .playlist-items-numbers{font-weight: bold;font-size: 14px;color: #2E2E2E;}

.sof-playlist-category-name-header .sof-playlist-category-image {
    background-size: cover;
    position: static !important;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;     
}
.sof-playlist-category-name-header .sof-responsive-item.yendif-video-share-responsive-item {
    height: auto !important;
    overflow: hidden;
	padding-bottom: 0 !important;
	width: auto !important;
	min-width: 30px;
}
.underplayer-underplaylist .sof-playlist-category-image {
    background-size: cover;
    position: static !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;     
}
.underplayer-underplaylist .sof-responsive-item.yendif-video-share-responsive-item {
    height: auto !important;
    overflow: hidden;
	padding-bottom: 0 !important;
	width: auto !important;
	min-width: 60px;
}
#under-player-category{display: flex;align-items: flex-start;margin-top: 20px;}
.d-flex-colm{display: flex;flex-direction: column;}
.sof-playlist-listname {font-size: 16px;padding: 10px 10px 0 10px;font-weight: bold;}
.playlist-items-count{font-size: 12px;color:  #484848;font-weight: normal;}
.playlist-close{position: absolute;top: 16px;left: 20px;font-size: 22px;cursor: pointer;}
.underplayer-underplaylist .under-flex{display: flex;justify-content: space-between;}
.under-player-description{background-color: #EFEFEF;padding: 10px;border-radius: 12px;margin-top: 15px;}
#under-player-description{cursor: pointer;}
.description-hover:hover{background-color: #F5FDF0;}
.toggle-link, .toggle-link:hover{font-size: 12px;font-weight: bold;color: #484848 !important;}
.toggle-link i{margin: 0 6px;vertical-align: middle;;}



















