.playlists-player {
	background: #232431;
	color: #ffffff;
	padding: 4px 0px 0px 0px;
}
.playlists-iframe {
	height: 100%;
	/* min-height: 220px; */
	background: #000;
	margin-bottom: 4px;
aspect-ratio: 16 / 9;
}
.playlists-items {
	position: relative;
}
.playlists-items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}
.playlists-items li {
	width: 140px;
	height: 40px;
	margin: 0px 0px 4px 4px;
	background: #2c2737;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	text-align: center;
	display: none;
}
.playlists-items li:hover {
	background: #330682;
	cursor: pointer;
}
.playlists-items li.active {
	background: #330682;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.playlists-items li.visible {
	display: inline-block !important;
}

.playlists-videos .playlists-items li {
	width: 180px !important;
	text-align: left;
	padding: 0px 40px 0px 15px;
	box-sizing: border-box;
	position: relative;
}
.playlists-view {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 40px;
	background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJ0lEQVQ4jeXUsUqcURQE4NmAzWZ18QWEBdFYSLRNEbASAmmFdBYJSB4hvYXY21rkAUQbfQ5DQiAIS0gRUGMjrFrkS7H/wvJzfzcBKzPlmblzOecMJ/nv0GoiMJVkPcnzJL2q3E9ymuSk1Wrd/dUPaGMb55pxiR10Jpm9QL/B4KJQ/46XTWavMag9OMbCmGYeRzXNLTbqZku4rglPKm4ab/EO3ap2WNMOsDwye4rPhXaeoYOvY7UzdNEr6L+gHXwskFfVZ5sFbqvifha4/SdjkXgItIMV3DxAy98wM5rj+4JgtJSOyUu5wWp903sF02MsTojNHd4UB4APhrmqoynYP7B271QNM3nQYDzCL+xiuv7+vuMwm+RVkvkkc0l+Z3gcPuVfjsPjxx+UKYwH8JKOawAAAABJRU5ErkJggg==');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
.playlists-view:hover {
	opacity: 0.6;
	transform: 0.4ms easy 0.4ms;
}
.playlists-view.watched {
	opacity: 1;
}

.playlists-prev, .playlists-next {
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 4px;
	z-index: 100001;
	opacity: 0.8;
}
.playlists-prev {
	left: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAeElEQVQ4jd3UzQ1AQBCG4Y2DhGqcNIBoQSuKUYm+uHkdrMTBZM0a2cR3n2ezmR/nfhMgBwagssBKYObIBvRW2JnJEluA2gpbgSY5VghYq8Y8ON5g3dP6LOpVTcy/7FGpKZ+g+k4H0LjBDqBxqyeg747DBbU7X0mzAymuSWfKXk8JAAAAAElFTkSuQmCC');
}
.playlists-next {
	right: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAbUlEQVQ4jdWUsQ2AMAwEI6RIjANVJqBhAFZhmuwRGIySo4CGiCr+SORq6yzLfjvXNMAILIBXyGbg5CYBvVUYeWOTAgE4MulmlU5NS/ca0jWv64o7WJCOLF2KWvZ12OVpoUL0tM/hkQ6o3tdvuABsDUk5DyWdywAAAABJRU5ErkJggg==');
}
.playlists-prev:hover, .playlists-next:hover {
	opacity: 1;
	cursor: pointer;
}
.playlists-prev.disabled, .playlists-next.disabled {
	display: none;
}

.playlists-alert {
	background: #375d7a;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

.playlists-alert-img {
	width: 120px;
}

.playlists-alert-descr {
	font-size: 18px;
	color: #ffffff;
	margin: 20px 0px;
}

.playlists-alert-btn {
	background: #000000;
	color: #fff;
	padding: 15px 30px;
	border-radius: 4px;
	font-size: 20px;
	display: inline-block;
}

.playlists-alert-btn:hover {
	text-decoration: none;
}

.playlist-episodes {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.playlist-episodes th, .playlist-episodes td {
    border-collapse: collapse;
    border: 1px solid #333;
    padding: 3px 20px;
}

.playlist-episodes th {
    padding: 10px 10px 8px 10px;
    background: #343c50;
    color: #fff;
    font-family: sans-serif;}

.playlist-episodes td {
    background: #484e5d 0;
}

.playlist-episodes-link {
    display: inline-block;
    background-color: #8c45c5;
    color: #fff;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    font-size: 10px;
}

.playlist-episodes-link:hover, .playlist-episodes-link, .playlist-episodes-link:link {
    color: #fff;
}

.playlist-episodes-link:hover {
	background: #9e53da;
}

.playlist-episodes-toggle {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    background-color: #ffdb4c;
    line-height: 40px;
    margin: 10px 0 -5px 0;
}

