/* BASIC LAYOUT
----------------------------------------------- */
.wrappers {min-width: 320px; overflow: hidden; overflow: clip;}
.wrappers__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrappers__container--main {padding: 0 var(--indent);}
.cols {display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 30px;
	grid-template-areas: "main side";}
.cols__main {grid-area: main;}
.cols__side {grid-area: side;}
.content {padding: 40px 0;}
.header, .footer {box-shadow: var(--bsh);}
.header {position: relative; z-index: 100;}
.header__one, .footer__two {background-color: var(--bg-black); position: relative; z-index: 30;}
.header__two, .footer__one {background-color: var(--bg);}
.footer__one {padding-top: 15px; padding-bottom: 15px;}
.footer__two {--tt: var(--tt-black);}

.fbtns {position: fixed; z-index: 990; right: 10px; bottom: 10px;}
.scrolltop {height: 50px; width: 50px; padding: 0; 
	background-color: var(--bg); color: var(--tt); box-shadow: var(--bsh-popover);
	border-radius: 50%; font-size: 22px; opacity: 0; scale: 0 0;}
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.logo {display: flex; align-items: center; height: 80px; color: #fff !important; 
	font-size: 24px; text-transform: uppercase; text-align: left; gap: 10px;}
.logo span {font-weight: 700;}
.logo div div {font-size: 10px; letter-spacing: 3px; opacity: 0.9;}
.logo::before {content: ''; background: url(../images/logo.svg) 0 0 / contain no-repeat; width: 50px; aspect-ratio: 1/1;}

.user-area__avatar {height: 40px; border-radius: 4px;}
.user-area__avatar.fal {background-color: var(--accent); color: #fff; font-size: 18px;}
.user-area__name b {max-width: 90px;}
.theme-switcher {font-size: 24px;}
.dt .theme-switcher::before {content:"\f755";}

.header__menu > li > a {display: flex; align-items: center; height: 80px; gap: 10px; color: var(--tt-black);}
.header__menu-submenu {background-color: var(--bg); box-shadow: var(--bsh-popover); width: 600px; padding: 20px 15px;
	position: absolute; left: 0%; top: 99%; translate: -30px 30px; opacity: 0; visibility: hidden; font-size: 14px;
	z-index: 10; display: grid; grid-template-columns: repeat(3,1fr); border-radius: 0 0 10px 10px;}
.header__menu-submenu a {display: block; padding: 5px 15px; border-radius: 4px;}
.header__menu li.header__menu-has-submenu > a::after {content:"\f078";}
.header .header__menu-submenu:not(:has(li:nth-child(11))) {width: 240px; display: block;}

.search-block {position: relative; padding-left: 30px; border-left: 1px solid var(--bdc);}
.search-block__input, .search-block__input:focus {padding: 0 100px 0 0; border-radius: 0; 
	height: 80px; line-height: 80px; border: 0; box-shadow: none;}
.search-block__input:not(:focus)::placeholder {color: var(--tt); opacity: 0.66; font-size: 15px;}
.search-block__btn {position: absolute; right: 0; top: 50%; translate: 0 -50%; font-weight: 400; font-size: 12px; text-transform: uppercase;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 20px;}
.sect__title {font-size: 24px; font-weight: 500;}
.sect__grid-select {background-color: var(--bg); box-shadow: var(--bsh); border-radius: 4px; overflow: hidden;}
.sect__grid-select button {font-size: 18px; border-radius: 0;}
.sect__grid-select button + button {border-left: 1px solid var(--bdc);}
.grid1 .sect__grid-select button:first-child, .grid2 .sect__grid-select button:nth-child(2), 
.grid3 .sect__grid-select button:nth-child(3) {background-color: var(--accent); color: #fff; border-color: var(--accent);}
.speedbar {font-size: 13px; margin-bottom: 20px; color: var(--tt-fade);}
.speedbar::before {color: var(--accent); margin-right: 5px;}

.descr {color: var(--tt-fade-0);}
.descr--top {font-size: 14px;}
.descr--bottom {border-top: 1px solid var(--bdc); padding-top: 40px; padding-bottom: 40px;}
.descr > *:not(:last-child) {margin-bottom: 10px;}
.descr img {display: block; float: left; margin: 0 15px 5px 0; width: 140px;}
.descr__badge {display: inline-block; vertical-align: middle; padding: 1px 5px; border-radius: 3px; 
	background-color: var(--red); color: #fff; font-size: 12px;}
.descr :is(h1,h2,h3) {font-size: 20px; font-weight: 500; color: var(--tt);}
.descr--top :is(h1,h2,h3) {font-size: 16px;}
.descr :is(h1,h2,h3):not(:first-child) {padding-top: 10px;}
.descr a {text-decoration: underline; color: var(--accent-2);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent-2); position: absolute; left: 0; top: 0;}
.descr :is(b,strong) {font-weight: 500;}


/* ITEM
----------------------------------------------- */
.ep {padding: 0;}
.ep__img {box-shadow: var(--bsh-popover); border-radius: 4px; overflow: hidden;}
.ep__subtitle {position: absolute; z-index: 10; left: 0; bottom: 0; padding: 10px 15px; backdrop-filter: blur(8px);
	background-color: rgba(0,0,0,0.6); color: #fff; font-size: 13px; max-width: 80%;}
.item-short__img {width: 120px;}
.item-short {background-color: var(--bg); padding: 20px;}
.item__label {padding: 3px 6px; font-size: 12px; border-radius: 4px; background-color: var(--accent-2); color: #fff;}
.top100 {counter-reset: n;}
.top100 .item__img::before {content: counter(n, decimal-leading-zero); counter-increment: n; 
	display: grid; place-items: center; width: 40px; height: 40px; background-color: var(--accent-2); color: #fff; 
	position: absolute; left: 5px; top: 5px; z-index: 5; border-radius: inherit; font-weight: 500; font-size: 16px;}
.item-collection__count {display: grid; place-items: center; padding: 0 10px;
	min-width: 40px; height: 30px; font-weight: 400; background-color: var(--accent-2); color: #fff;
	position: absolute; left: 5px; bottom: 5px; z-index: 3;}


/* LAST COMMENTS
----------------------------------------------- */
.sb__title {font-size: 20px; font-weight: 500; margin-bottom: 20px;}
.sb__title span, .sect__title span {color: var(--accent);}
.sb__menu {background-color: var(--bg-black); box-shadow: var(--bsh); padding: 10px 0; border-radius: 4px;}
.sb__menu a {display: block; padding: 6px 20px; color: var(--tt-black); font-size: 14px;}
.bdt {border-top: 1px solid rgba(255,255,255,0.2); padding-top: 10px; margin-top: 10px;}

.lcomm {font-size: 14px; border-radius: 4px; padding: 20px; background-color: var(--bg);}
.lcomm__img {width: 40px; border-radius: 6px;}
.lcomm__author {font-weight: 500;}
.lcomm__date {font-size: 12px; color: var(--tt-fade);}
.lcomm__text {margin-top: 15px;}
.lcomm__link {border-top: 1px solid var(--bdc); font-weight: 500; margin-top: 10px; padding-top: 10px;}


/* PAGINATION
----------------------------------------------- */
.pagination {gap: 20px 10px;}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; background-color: rgba(0,0,0,0.1);}
.pagination__pages {gap: 10px; font-size: 14px;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg-darker);;}
.pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.pagination__btns > span {color: var(--tt-fade);}


/* INNER PAGE
----------------------------------------------- */
.turan__cols {background-color: var(--bg); padding: 20px; border-radius: 6px;}
.turan__header h1 {font-size: 24px; font-weight: 500; line-height: 1.1; margin-top: 10px; text-wrap: balance;}
.turan__header h1 a {font-size: 16px; margin-left: 10px;}
.turan__titles {font-size: 13px; color: var(--tt-fade); margin-top: 6px;}
.turan__subtitle {text-align: center; font-size: 18px;}

.turan__poster, .turan__btn-watch {width: 240px;}
.turan__img {border-radius: 6px; overflow: hidden;}
.turan__img a {display: block; position: absolute; inset: 0;}
.item__label--on-img {position: absolute; left: 10px; top: 10px; z-index: 3;}
.turan__favs-dle .btn:not(:hover) {background-color: var(--accent-2);}
.turan__favs-dle a {display: block; width: 100%;}

.page__meta {gap: 5px 20px; border: 1px solid var(--bdc);
	border-left: 0; border-right: 0; padding: 10px 0;}
.page__meta-item {color: var(--tt-fade); font-size: 12px;}
.page__meta-item.d-flex span {display: grid; place-items: center; width: 26px; height: 26px; 
	font-weight: 500; background-color: #fe7500; color: #fff; border-radius: 50%;}
.page__meta-item--imdb.d-flex span {background-color: #f1c42d; color: #000;}
.page__meta-item--dorama.d-flex span {background-color: var(--green);}

.turan__list li {position: relative; min-height: 14px; font-size: 14px;}
.turan__list li > span:first-child {position: relative;padding-right: 5px;/* color: #fc4a49; */color: var(--accent);}
.turan__list li a {color: var(--accent-2);}
.turan__list-rates-item {padding-left: 30px; line-height: 20px;}
.turan__list-rates-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.turan__list-rates-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.turan__list-rates-item.shiki {background: url(../images/shiki.svg) 0 center / 20px no-repeat;}
.turan__revs-rcount {font-size: 18px; font-weight: 500; height: 40px; border: 2px solid var(--accent-2);}
.turan__rating > span {font-size: 13px;}

.turan__info-label {display: inline-block; vertical-align: middle; padding: 1px 6px; position: relative; top: -1px;
    border-radius: 6px; font-weight: 400; border: 1px solid var(--tt); margin: 0 6px;}
.turan__info-label.nr {max-width: calc(100% - 140px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.turan__info-status .turan__info-label {border: 0;padding: 2px 6px;color: #fff;background: var(--accent);}
.turan__info-status .turan__info-label.ongoing {background: var(--blue);}
.turan__info-status .turan__info-label.released {background: var(--green);}
.turan__info-mpaa {min-height: 23px;}
.turan__info-label {position: relative;}
.turan__info-label span {font-size: 12px; color: var(--tt-fade); pointer-events: none; 
	width: max-content; display: block; text-wrap: balance; line-height: 1.2; 
	max-width: 400px; position: absolute; left: 100%; margin-left: 10px; top: 50%; translate: 0 -50%;}
.turan__info-label:hover span {display: block;}
.turan__info-label:hover {z-index: 10;}

.turan__info-btm {position: relative; z-index: 30;}
.turan__btn-watch {background-color: var(--bg-black);}

.countdown {height: 66px;}
.countdown-container {text-align: center; background-color: var(--bg); border-radius: 4px; padding: 10px 0;
	flex: 1 1 0; min-width: 0; max-width: 90px; display: flex; flex-direction: column; justify-content: center;}
.countdown-value {font-size: 18px; font-weight: 500;}
.countdown-value + div {font-size: 13px; color: var(--tt-fade);}
.turan__timer.done .countdown {display: flex !important; background-color: var(--bg-darker); border-radius: 10px;
	font-size: 24px; font-weight: 500; color: var(--tt); align-items: center;}

.turan__player .tabs-block__select button {background-color: var(--bg);}
.turan__player .tabs-block__select button.is-active, .turan__player .tabs-block__select button:hover {background: var(--accent); color: #fff;}
.turan__complaint a {display: flex; align-items: center; gap: 10px; color: var(--red);}
.nl .turan__player-controls + .tabs-block__content {display: block;}

.turan__select-items {width: auto;}
.bb-editor textarea {height: auto;}

.page__tabs-mylists, .page__player-btns {gap: 5px; padding: 5px;}
.page__tabs-mylists li, .page__player-btns .btn {background-color: var(--bg); color: var(--tt); border-radius: 4px; font-weight: 400;}
.page__tabs-mylists li.active, .page__player-btns .btn:hover {background-color: var(--accent); color: #fff;}
.page__stars-rating {position: relative; gap: 5px 15px;}
.page__stars-rating-score {height: 40px; width: 40px; border-radius: 6px; 
	background-color: var(--green); color: #fff; font-weight: 500; font-size: 18px;}
.page__stars-rating-votes {font-size: 12px;}
.page__stars-rating-caption {font-size: 16px; font-weight: 500;}

.series__list {position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -140%; padding: 10px 0px;
    white-space: nowrap; border-radius: 10px; opacity: 0; z-index: -1; color: var(--tt); transform: scale(0); 
    transition: all 0.3s ease 0s; background-color: var(--bg); border: 1px solid var(--bdc); box-shadow: var(--bsh);}
.series__list.is-active {opacity: 1; z-index: 1; transform: scale(1);}
.series__list li {cursor: pointer; padding: 10px 20px; text-align: left;}
.series__list li::before {margin-right: 10px; color: var(--accent);}
.series__list li.active, .series__list li:hover {background: var(--accent); color: #fff;}
.series__list li:hover::before, .series__list li.active::before {color: #fff;}



/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: var(--accent-2);}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table {margin-bottom: 25px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 6px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {background-color: #000;}
.video-responsive > iframe, .video-responsive > video {width: 100%; height: auto; aspect-ratio: 3/2;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.turan__comments {padding-bottom: 1px;}
.turan__comments-info {color: var(--tt-fade); margin: -15px 0 20px; font-size: 14px; padding-left: 23px; position: relative;}
.turan__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 25px;}
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.comments_subscribe + br, .ac-form .bb-editor + br, .mass_comments_action {display: none;}

.comm__title {font-size: 18px; margin-bottom: 20px; font-weight: 500;}

.comm {margin-bottom: 20px; padding: 15px; background-color: var(--bg); position: relative; border-radius: 6px;}
.comm.poss, .comm.negg {position: relative; isolation: isolate;}
.comm.poss::before, .comm.negg::before {content: ''; border-radius: inherit;
	position: absolute; inset: 0; z-index: -1; opacity: 0.15; 
	background: linear-gradient(to left, var(--green), transparent 50%);}
.comm.negg::before {--green: var(--red);}
.comm__img {width: 45px; height: 45px; border-radius: 10px;}
.comm__header::before {width: 26px; height: 26px; border-radius: 50%; background-color: var(--green); color: #fff; order: 10;}
.neg.comm__header::before {background-color: var(--red);}
.comm__author, .comm__author a {font-weight: 500;}
.comm__author .fal {color: var(--tt-fade); font-size: 15px;}
.comm__author img {display: block; height: 15px;}
.comm__date {color: var(--tt-fade); font-size: 13px; margin-top: 3px;}
.comm__rating a {display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; 
	color: var(--green); font-size: 18px; line-height: 1;}
.comm__rating a:last-child {color: var(--red);}
.comm__rating span:not(.fal) {font-size: 14px; font-weight: 400;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 10px 0 15px 0;}
.comm__action {font-size: 13px; --tt: var(--tt-fade); color: var(--tt-fade);}
.comm__ctrl {margin: -5px 0; height: 30px;}
.comm__ctrl-btn {font-size: 24px; height: 30px; border-radius: 15px;}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}
.full-text > *:last-child, .comm__text > div > *:last-child, .quote_body > *:last-child {margin: 0;}


/* POPUP WIDGET
----------------------------------------------- */
.pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.pwidget .wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.pwidget::before {display: none;}
}


/* LOGIN
----------------------------------------------- */
.lgn, .lgn-logged {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; background-color: var(--bg);
	width: 380px; max-width: calc(100% - 40px); box-shadow: var(--bsh-popover); padding: 30px 40px; border-radius: 20px;
	--link: var(--accent-2); --fs: 13px; --fw: 500; --indent: 30px; --ui-elem-height: 50px; display: none;}
.lgn-logged {padding: 0; overflow: hidden; width: 360px;}
.lgn-logged .lgn__btn-close {right: 10px; top: 10px;}
.lgn__btn-close {position: absolute; right: 0px; top: 0px; font-size: 24px; z-index: 6;}
.lgn__header {text-align: center; margin-bottom: 30px; font-size: var(--fs); color: var(--tt-fade);}
.lgn__title {font-weight: var(--fw); font-size: 24px; color: var(--tt);}
.lgn__row + .lgn__row {margin-top: 15px;}
.lgn__row:not(.lgn__soc) a {color: var(--link);}
.lgn__ctrl {font-size: var(--fs);}
.lgn__btn {margin-top: 45px !important;}
.lgn-logged {--ui-elem-height: 40px}
.lgn-logged__header {padding: 20px var(--indent); background-color: var(--bg-darker);}
.lgn-logged__caption {font-size: 22px; font-weight: var(--fw); margin-bottom: 20px;}
.lgn-logged__user {padding-left: 60px; position: relative;}
.lgn-logged__user-avatar {width: 50px; border-radius: 50%; position: absolute; left: 0; top: 50%; translate: 0 -50%;}
.lgn-logged__user-name {font-weight: var(--fw);}
.lgn-logged__user-group, .lgn-logged__user-group * {font-size: var(--fs); font-weight: 400; color: var(--tt-fade) !important;}
.lgn-logged__menu {background-color: var(--bg); border-radius: 0 0 20px 20px; 
	position: relative; z-index: 3; padding: 20px var(--indent);}
.lgn-logged__menu a {display: flex; align-items: center; gap: 10px; height: 40px;}
.lgn-logged__menu a span {margin-left: auto; background-color: var(--accent-2); color: #fff; font-size: 12px; 
	display: inline-block; border-radius: 3px; padding: 1px 5px;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {width: 100%; position: relative; z-index: 1;}
.owl-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: 0; top: 0; margin-top: -59px; display: flex; gap: 10px; z-index: 5;}
.owl-prev, .owl-next {cursor: pointer; width: 40px; height: 40px; display: grid; place-items: center; 
	font-size: 14px; background-color: var(--bg); color: var(--tt); box-shadow: none; 
	color: var(--tt-fade); border-radius: 50%;}


/* CLS FIX
----------------------------------------------- */
.carou-nl, .slider-nl {display: flex; overflow: hidden; gap: 20px;}
.carou-nl > *, .slider-nl > .sl {flex-shrink: 0;}
.carou-nl > .item-poster {width: calc((100% - 60px)/4);}
@media screen and (min-width: 1220px) {
.carou-nl.has-carou-2 > .item-poster {width: calc((100% - 100px)/6);}
}

@media screen and (max-width: 1220px) {
	.carou-nl > .item-poster {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 950px) {
	.carou-nl > .item-poster {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.carou-nl > .item-poster {width: calc((100% - 40px)/3);}
}
@media screen and (max-width: 470px) {
	.carou-nl > .item-poster {width: calc((100% - 20px)/2);}
}



/* ADDED FOR THE MODULES
----------------------------------------------- */
.favmod {cursor: pointer;}
.favmod .favmod-unset, .favmod.active .favmod-add {display: none;}
.favmod.active .favmod-unset {display: inline-grid;}
.transfer .fa::before {font-weight: 300; font-family: 'Font Awesome 5 Pro'; font-style: normal;}

.utabs-profile {margin-bottom: 30px;}
.utabs-profile .tabs__caption {display: flex; flex-wrap: wrap; gap: 10px; border-radius: 6px; padding: 10px;
    background: var(--bg-black); color: var(--tt-black); border-bottom: 3px solid var(--accent);}
.utabs-profile .tabs__caption li {cursor: pointer; padding: 10px 20px; flex-grow: 1; text-align: center; font-size: 12px;
    background-color: rgba(255,255,255,0.1); color: var(--tt-black-fade); border-radius: 4px; text-transform: uppercase;}
.utabs-profile .tabs__caption li.active {background: var(--accent); color: #fff;}
.utabs-profile .tabs_content {display: none;}
.utabs-profile .tabs_content.active {display: block;}
.utabs-profile .news-list, .utabs-profile .news-list__custom {display: grid; gap: 15px 15px; 
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));}
.utabs-profile .news-list > *:not(.grid-item), .news-list__custom > *:not(.grid-item) {grid-column: 1 / -1;}
.utabs-profile .tabs-searchform {display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0;}
.utabs-profile .clearsearch {position: relative;}
.utabs-profile .clearsearch input {padding: 0 15px;}
.utabs-profile .clearsearch .clear {position: absolute; top: 0%; right: 0px; width: 30px; height: 100%;
	cursor: pointer; font-size: 25px; color: var(--red); display: none;}
.utabs-profile .tabs-searchform .column {flex: 1 0 250px; max-width: 100%; min-width: 250px;}
@media screen and (max-width: 470px) {
    .utabs-profile .tabs__caption {border-radius: 0; margin: 0 var(--indent-negative); padding: 10px var(--indent);}
	.utabs-profile .news-list, .utabs-profile .news-list__custom {gap: 10px 10px; 
        grid-template-columns: repeat(2,minmax(100px,1fr));}
}

.utabs-profile .news-list .transfer {display: flex; gap: 5px; margin-top: 15px;}
.utabs-profile .news-list .transfer li {display: grid; place-items: center; cursor: pointer;
    background-color: var(--bg-darker-2); box-shadow: inset 0 0 0 1px var(--bdc); flex-grow: 1;
    border-radius: 3px; height: 33px; font-size: 14px;}
.popular-item__tabs {padding: 5px; position: relative; z-index: 100;}
.utabs-profile .news-list .transfer li i {font-size: 14px; color: var(--tt); opacity: .7;}
.utabs-profile .news-list .transfer li:hover {background: var(--blue); box-shadow: inset 0 0 0 1px var(--blue);}
.utabs-profile .news-list .transfer li:hover i {color: #fff; opacity: 1;}
.utabs-profile .news-list .transfer li:last-child {margin-right: 0;}
.utabs-profile .news-list.nomargin {margin: 0; width: 100%;}
.utabs-profile input, .utabs-profile select {width: 100%; margin: 0;}

.statlist ul {list-style: none; padding: 0; margin: 0;}
.statlist-area {margin-right: 0; position: relative;}
.statlist {position: absolute; top: 45px; right: 0; padding: 15px; z-index: 9999; display: none;
    border-radius: 6px; min-width: 280px; background-color: var(--bg); border: 1px solid var(--bdc);
    box-shadow: var(--bsh); color: var(--tt);}
.statlist::before {content: ""; border-width: 8px;  border-style: solid;
    border-color: transparent transparent var(--bg); border-image: initial; 
    position: absolute; bottom: 100%; right: 34%;}
.statlist tbody tr:first-child { color: var(--tt); font-weight: 500; }
.statlist tbody tr { color: var(--tt); }
.statlist tbody tr td:nth-child(2) { padding: 5px 15px; }
.statlist tbody tr td:nth-child(3) {width: 105px; white-space: nowrap;}
.statlist tbody tr td .bar {background: var(--blue); color: rgb(255, 255, 255); text-align: center; border-radius: 2px;}
.my-list-statistics-all{text-align: center; padding: 9px;}
.statlist tbody tr .my-1 {width: 200px; position: relative; background: var(--bg-darker); box-shadow: inset 0 0 0 1px var(--bdc);}
.statlist.active { display: block; }

.statlist .bar { position: relative; height: 24px; line-height: 26px; font-size: 13px; }
.statlist .list-name { display: inline-block; vertical-align: middle; }
.statlist .bar .progressz { position: relative; height: 30px; background: var(--green); }
.statlist .bar .number { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.bar_count {position: absolute; width: 100%; top: 0px; text-align: center; z-index: 12; height: 24px; line-height: 27px;}
@media screen and (max-width: 470px) {
    .statlist {width: calc(100vw - (var(--indent)*2));}
    .statlist .my-list-statistics {width: 100%; white-space: nowrap;}
    .statlist tbody tr .my-1 {width: 100%;}
    .statlist tbody tr [align="right"] {font-size: 12px; font-weight: 300;}
    .statlist tbody tr td:nth-child(2) { padding: 5px 10px; }
    .statlist tbody tr td:nth-child(2) {width: 100%;}
    .statlist tbody tr td:nth-child(3) {width: 120px;}
    .statlist tbody tr:first-child td {font-weight: 500; font-size: 14px;}
    .statlist tbody tr:first-child td:first-child {font-size: 0; text-align: right;}
    .statlist tbody tr:first-child td:first-child::after {font-size: 14px; content: attr(data-text); display: inline;}
}

.utabs-profile .news-list__custom {gap: 5px;}
.utn {padding: 5px; padding-right: 85px; background-color: var(--bg-darker); gap: 10px; grid-column: 1 / -1;}
.utn:nth-child(2n) {background-color: var(--bg-darker);}
.utn__img {width: 50px; height: 70px; display: block;}
.utn__img::before {font-size: 18px;}
.utn__title {font-weight: 400; font-size: 17px;}
.utn__title:hover {text-decoration: underline;}
.utn__meta {margin-top: 11px; gap: 10px;}
.utn__meta > * {position: static; overflow: hidden; border-radius: 4px; transform: none;}
.utn .popular-item__tabs {position: absolute; right: 0; top: 0; width: 75px; height: 100%;}
.utabs-profile .news-list .utn .transfer {display: grid; margin: 0; grid-template-columns: repeat(2,1fr); height: 100%;}
.utabs-profile .news-list .transfer li {height: auto;}
.dt .utn .poster-item__rating, .dt .utn .poster-item__label--series {background-color: rgba(0,0,0,0.2); color: #fff;}
@media screen and (max-width: 590px) {
    .utn {padding: 5px; padding-bottom: 40px; margin-left: -5px; margin-right: -5px;}
    .utn .popular-item__tabs {width: 100%; height: 40px; top: auto; bottom: 0;}
    .utabs-profile .news-list .utn .transfer {grid-template-columns: repeat(4,1fr); height: 30px;}
    .utn__title {font-size: 15px;} 
    .utn__meta {gap: 5px;}
    .utabs-profile .news-list .transfer li {height: 30px;}
}

.other-lists li + li {margin-top: 10px;}
.other-lists li {font-size: 13px; display: flex; align-items: center; gap: 10px;}
.rating-votes {width: 110px;}
.bar-container {flex-grow: 1; height: 16px; background-color: var(--bg-darker); border-radius: 3px; overflow: hidden;}
.rating-bar {height: 100%; background-color: var(--accent); color: #fff; justify-content: center;
	min-width: 20px; text-align: center; font-size: 12px; display: flex; align-items: center;}