.playlist-add-area {
    position: relative;
}

.playlist-add-trigger {
    width: 100%;
}

.message-info{
	width: 100%;
}


.mute__text-btn {
}

.playlist-add-window, .playlist-add-create {
    width: 100%;
    display: none;
    padding: 0 15px;
    font-size: 15px;
    padding-top: 15px;
}


.playlists-area .berrors {
	width: 100%;
}

.playlist {
	margin-bottom: 40px;
}

.playlists__add {
	height: 120px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	padding: 0 15px;
	font-size: 29px;
	font-weight: 500;
	flex-direction: column;
	text-align: center;
}


.playlists__add-text {
	font-size: 16px;
}

.playlists__item {
	padding: 0 10px 40px;
	width: 33.333%;
	font-size: 15px;
}

.playlists__itemLink {
	display: block;
}





.playlists__itemPoster {
	position: relative;
	height: 120px;
	background: #f8f8f8;
	border-radius: 3px;
}

.playlists__itemLink:hover .playlists__itemPoster {
box-shadow: 0 0 0 4px #ea003d;
	border-radius: 0;
}

.playlists__itemPoster.img-mask:before {
	height: 100%;
    background: none;
}

.playlists__itemPosterInfo {
    margin-top: 5px;
}

.playlists__itemPosterInfo span {
}

.js-playlist .sect__sort li {
    color: rgba(255,255,255,.72);
    display: inline-block;
    margin-left: 15px;
}

.js-playlist .sect__sort li.active, 
.js-playlist .sect__sort li.asc a, 
.js-playlist .sect__sort li.desc a {
    color: #FF5A5A;
    font-weight: 400;
}

.js-playlist  .sect__sort li::after {
    content: "\f107";
    font-weight: 300;
    font-family: 'Font Awesome 6 Pro';
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}


.playlists__itemDelete {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 24px;
    background: #ea003d;
    color: #000;
}

.playlists__itemDelete:before {
	line-height: 24px!important;
}

.playlists__itemDelete:before{
	    display: flex!important;
    align-items: center;
    justify-content: center;
}

.playlists__itemLink:hover .playlists__itemDelete {
	display: block;
	opacity: 1;
	z-index: 9;
}

.playlists__itemMeta {
	margin-top: 5px;
}

.playlists__itemTitle {
	font-weight: 600;
	font-size: 17px;
}

.playlists__itemMeta-lock {
	margin-top: 8px;
}

.playlists__itemMeta-lock .fal {
	font-weight: 700;
	margin-right: 5px;
}

.playlists__search {
	position: relative;
}

.playlists__search input {
	padding-right: 40px;
}

.playlists__searchReset {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	color: #c4cacf;
	font-size: 16px;
}

.playlists__searchReset .ui-icon {
	position: static;
}

.playlist__heading {
	padding-bottom: 20px;
}

.playlist__cover {
    width: 250px;
    height: 160px;
    margin-right: 20px;
    background: #25252d;
}

.playlist__heading-title {
	font-size: 26px;
	font-weight: 500;
	margin-right: 15px;
}

.playlist__meta{
}

.playlist__meta-heading {
	margin-top: 4px;
}

.playlist__meta-author {
	margin-top: 15px;
	line-height: 22px;
}

.playlist__meta-date {
	margin-top: 4px;
}

.playlist__buttons {
	margin-top: 15px;
}

.playlist__buttons .btn {
	margin-right: 15px;
	margin-bottom: 10px;
}



.playlist__film {
    padding: 20px 12px 20px;
    position: relative;
    border-bottom: 1px dashed #25252d;
    padding-bottom: 30px;
}

.playlist__film:hover {
	background: rgba(0,0,0,.1);
}

.playlist__filmPosi {
	width: 33px;
	color: #c4cacf;
	font-size: 14px;
}

.playlist__filmImage {
	width: 120px;
	height: 70px;
	margin-right: 15px;
}

.playlist__filmImage .poster-shader {
	font-size: 30px;
}

.playlist__filmContent {
}

.playlist__filmTitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 7px;
}

.playlist__filmInfo {
font-size: 13px;
}

.playlist__filmInfo > div:before {
	content: '•';
	margin: 0 8px;
}

.playlist__filmRatings {
	padding-left: 15px;
	text-align: right;
}

.playlist__filmRatings b {
	display: inline-block;
	margin-left: 7px;
}

.playlist__edit {
	margin: 0 auto 40px;
	max-width: 960px;
	padding: 40px;
	border: 10px solid rgba(0,0,0,.2);
	background: #455a7a;
}

.playlist__delete-link {
	font-size: 13px;
	color: #FF5A5A;
}

.plrating{
	width: 100%;
	    margin-bottom: 10px;
}
.playlist-edit-dialog-title {
	margin-bottom: 10px;
}

.playlists__itemPoster-group {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 1;
}

.playlists__itemPoster-group img:first-child {
	width: 60px;
	height: 90px;
	position: relative;
	z-index: 3;
	border-radius: 2px;
	right: -40px;
	box-shadow: 0 0 10px 0 #100e1954;
}

.playlists__itemPoster-group img:nth-child(2) {
	width: 60px;
	height: 90px;
	position: relative;
	right: -20px;
	z-index: 2;
	border-radius: 2px;
	box-shadow: 0 0 10px 0 #100e1954;
}

.playlists__itemPoster-group img:last-child {
	width: 60px;
	height: 90px;
	position: relative;
	right: 0;
	z-index: 1;
	border-radius: 2px;
	box-shadow: 0 0 10px 0 #100e1954;
}

.playlist .sect__sort {
	margin-bottom: 20px;
}

.playlist-main-table {
	counter-reset: playlistvideo;
}

.playlist__filmPosi:before {
	content: counter(playlistvideo);
	counter-increment: playlistvideo;
	display: inline-block;
}

.playlist__comments .comment-item__reply a {
	margin-left: 0;
}

.playlist__rating-likes a {
	align-content: center;
	min-width: 40px;
	min-height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background-color: #00a0b0;
	padding: 0px;
	font-size: 12px;
}

.playlist__rating-likes a:last-child {
	background-color: #ef2828;
	margin: 0 10px;
}

.playlist__rating-likes a:hover {
	background-color: #363636;
}

.playlist-list__text {
	line-height: 45px;
}


.playlist-add-list {
	margin: 15px -15px 10px;
	overflow: auto;
	max-height: 210px;
}

.playlist-add-list li {
	padding: 5px 15px 5px 35px;
	cursor: pointer;
	position: relative;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	font-size: 14px;
}

.playlist-add-list li:hover {
background: #141519;
    color: #ea003d;
}


.playlist-add-list li:before {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 12px;
	content: '';
	width: 13px;
	height: 13px;
	border: 1px solid rgb(236 23 79);
	border-radius: 2px;
}

.playlist-add-list li.current:before {
	background: #ea003d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNpi+P//PwMRmAOIfUFsBiI1dP6HgE5iFJsB8R8oNiPGKVdhphPjJJhTrkE1wzVkALEoPqfAxEFEDtSUK0iaOKCmwp2CrEEUqhhZE4ZTkDWga7qLzSnoGtA1YTgFhhnBuhBAFIiDgfgZEO8C4h8MaAAgwADD5otwlnG7+QAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}

.playlist-add-window span.pload {
	background: url(data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==) no-repeat 100% 50%;
}

.playlist-add-loading {
	background: url(data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==) no-repeat 0 50%;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
}

.playlist-add-search {
	    height: 35px!important;
    line-height: 35px!important;
	padding: 0 0 0 21px !important;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO5JREFUeNqEj7sKwkAQRXe3tUivFv6Bla3YC/5JHvhAOxNEkFR52Nta2voFtpIfsLPRYGGdxHtDCEsQHdidZOfMvTNSIOI4bmdZtlVKTfI8N5ATZN9xnKPQQhEsiuIC4Incl1K2cJaoeVEUrXRYBkFwIGhZ1kIvVG4JagPUbqUyraEYikaYpnmHwwmf43oMzoj8EF8CMEczapjL4AybICCJNELDVVf2MdueM+og/rlDN03Tc+3Ei1ujac4ZaU1FgjgdNHq2bbulMi9su+PWtETxjacNFHsE8bYOw9CtlX8FQTagcfYXrhqmcH59BBgA7Rt1fTz8b80AAAAASUVORK5CYII=) no-repeat 5px 50%;
}
.js-playlist-select .playlist-add-window {
	    background-color: rgba(0, 0, 0, 0.7);
}
.playlist-add-title {
	margin-bottom: 10px;
}

.playlist-add-create-area {
	margin: 0 -15px 5px;
	border-top: 1px solid rgba(0,0,0,.12);
	padding: 10px 0;
}

.playlist-add-submit {
	width: 100%;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.playlist__search {
	margin-bottom: 20px;
}

.playlist-add-create-area a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 7px 15px;
    text-align: center;
}

.playlist-add-create-area a:hover {
	background: rgba(0,0,0,.07);
	color: #ff684d;
}

.playlist-add-area.is-active .playlist-add-trigger {
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 590px) {
	.playlist__heading {
		flex-direction: column;
	}

	.playlist__cover {
		width: 100%;
		margin: 0 0 20px;
	}

	.playlist_items {
		margin: 0 -15px;
	}

	.playlist__filmPosi {
		display: none;
	}

	.playlist__filmImage {
		width: 80px;
		height: 120px;
	}

	.playlist__filmInfo {
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.playlist__filmRatings {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-justify-content: space-around;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.playlist__buttons .btn {
		width: 100%;
		margin-right: 0;
	}

	.playlist__edit {
		margin-left: -20px;
		margin-right: -20px;
		border: none;
		padding: 40px 20px;
	}
}

@media screen and (max-width: 950px) {
	.playlists__item {
		width: 33.33%;
	}
}

@media screen and (max-width: 590px) {
	.playlists__item {
		width: 50%;
		font-size: 14px;
	}
}



.modAlert, .modAlert *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modAlert{
	position: fixed;
	top: 0;
	right: 0;
	width: 380px;
	overflow: hidden;
	z-index: 1007;
	padding: 17px 25px 17px;
	background: rgba(0,0,0,.25);
}
.modAlert-item:last-child{
	margin-bottom: 3px;
}
.modAlert-item{
	display: none;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-left: 4px solid #888;
	background: #fafafa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAF0lEQVQImWP4//8/EwMDAxOMRsc0EgcADVcSKWmPmVIAAAAASUVORK5CYII=) repeat-x 0 0;
	font: normal 13px/130% 'Trebuchet MS', Arial;
	color: #888;
	padding: 5px 22px 10px 60px;
	box-shadow: inset 0 0 0 1px #fff, 0 2px 11px -2px rgba(0,0,0,.35);
	border-radius: 2px;
	cursor: pointer;
}
.modAlert-item.modAlert-onerow {
	padding-top: 10px;
}
.modAlert-item.modAlert-noicon {
	padding-left: 22px;
}
.modAlert-item.modAlert-notitle {
	padding-top: 13px;
	padding-bottom: 13px;
}
.modAlert-item:hover{
	background: #fff;
}
.modAlert-title{
	font-size: 1.4em;
	line-height: 1.58em;
	font-style: italic;
	color: #333;
}
.modAlert-text{
	word-break: break-word;
}
.modAlert-text b{
	color: #666;
}
.modAlert-success{border-left-color: #8cc540;}
.modAlert-success .modAlert-title{color: #8cc540;}

.modAlert-error{border-left-color: #f15941;}
.modAlert-error .modAlert-title{color: #f15941;}

.modAlert-warning{border-left-color: #f3b00a;}
.modAlert-warning .modAlert-title{color: #f3b00a;}

.modAlert-info{border-left-color: #38bae4;}
.modAlert-info .modAlert-title{color: #38bae4;}

.modAlert-icon{
	position: absolute;
	top: 50%;
	left: 30px;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	margin-left: -17px;
	border: 2px solid #fff;
	background: #888;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAECAYAAAC+0w63AAAAO0lEQVQYV2P8//+/JwMDw1wGBgZJBuLAcwYGhmTG////PyNBE8zo5+RqfAHS6AV1qgRxLmV4ysDAkAYANkQUWTGdBTUAAAAASUVORK5CYII=);
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.1);
}
.modAlert-success .modAlert-icon{
	background-color: #8cc63e;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiElEQVQ4T6WSYQ6AIAiFZXXWOlOdtWaTiROCgOUfN/V7wPNB+bkgy9f7OhoDy7rjnhFAGMqGTC1nEwkLMJiqNpFIBypMXXgCn7A3ggczE6W7EXgISHdxLHJ7nrE7Px+BWUmao8BYJyRgwPoIwcr0bOTADEqPrPXdLEhaVL2cvJIovzMt4AHy/gFTwlUzd7dpzAAAAABJRU5ErkJggg==);
}
.modAlert-error .modAlert-icon{
	background-color: #f15941;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAgElEQVQ4T61T0Q6AIAiE1bfWN+W31mywsETENvRFhfPGHYjwrHydBx1xWXeJWbvGIYE4iLDxgwypR2LhsAqWclqSLs5MqEpcTCPhKzxD4qvIUzmSyh64JKaTr8RC8JtEmVwRDEmMDs0l6LptmCehOSZ6fR62MTxI4VEOf6bod74BGHuKVcXz6f0AAAAASUVORK5CYII=);
}
.modAlert-warning .modAlert-icon{
	background-color: #ffcb06;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkwAH+////H1mKkZGREZtSrIIghaMGjIYBVdIBrhSKLo4zJVJswAhKygBSLzgRfdCTRgAAAABJRU5ErkJggg==);
}
.modAlert-info .modAlert-icon{
	background-color: #40c9f7;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAuklEQVQ4T6WTgQqDMBBDk9b9/w+vyUiLwqbCbjuoSFvvcrkncRNeMU9JZvHq6uVmLkoyaBgETbRWTLArIHcVvabAspWPleqzjVqCO28+9289+CvB6n+sHOxg/Ozt+xbm/AzkMUg0GJ2FBCk8ZBNR0UAR3IomSk8jAKFFCljlQI6CFdGxVcd4cByO+AMH9nD6V2DOWyuaeCiYP0ZhjEHYFOjwi2lgkCaeIB4npE9wvFVOA84wemRA4ImHF63bZhEL3Lj4AAAAAElFTkSuQmCC);
}
