/* 
Datalife Engine template by Webrambo.ru, design by -----, 
name: Jut Su new redesign, creation date: 22 march 2024, version dle: 15 and higher
*/
:root {
	--bg: #fff; --bg-darker: #f0f0f0; --bg-black: #1e1e1e; --bg-on-black: #363636;
	--gradient: linear-gradient(to right, #FF30AC, #C882FF); 
	--gradient-2: linear-gradient(to right, #E418C4, #FF3F6D); 
	--gradient-orange: linear-gradient(to right, #FF6E30, #FFDC82);
	--gradient-orange-2: linear-gradient(to right, #FF3030, #FFA082);
	--gradient-orange-3: linear-gradient(to right, #FFA030, #CD6E6E);
	--gradient-orange-4: linear-gradient(to right, #E46118, #FFE03F);
	--gradient-red: linear-gradient(to right, #E82B2B, #FF843F);
	--gradient-green: linear-gradient(to right, #3083FF, #6ECD72);
	--tt: #000; --tt-fade: #838383; --tt-fadest: #d9d9d9; --tt-on-black: #fff; --tt-on-black-fade: #bcbcbc;
	--bdc: #d9d9d9; --bsh: 0 0 50px rgba(0,0,0,0.1); --bsh-btn: 0 4px 25px rgba(0,0,0,0.15);
	--accent: #ff30ac; 
	--bg-btn: linear-gradient(to right, #FF30AC, #C882FF); --tt-btn: #fff;
	
	--ui-bg: #fff; --ui-bg-darker: rgb(111,90,124,0.06); --ui-bg-darkest: rgb(111,90,124,0.1); --ui-accent: #06c;
	--ui-bdc: rgba(0,0,0,0.08); --ui-tt-fade: #bcbcbc; --ui-fw-bolder: 700; --ui-fw-fa: normal;
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.3); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.1); --ui-bdrs: 6px;
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	--ui-green: #65c03e; --ui-red: #eb4d4b; --ui-bg-attention: #FFF3E0; --ui-bd-attention: #FF9800;
	--indent-negative: -20px; --indent: 20px; --max-width: 1280px;
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: none; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
body {font: 12px / 1.23 'montserrat', sans-serif; font-weight: 500; letter-spacing: 0.0em;
	color: var(--tt); background-color: var(--bg); width: 100%; overflow-x: hidden;}
a {color: var(--tt); text-decoration: none;}
a:focus {color: var(--tt); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
::selection {background: #ff0000; color: #fff;}
b, strong, .bolder {font-weight: 700;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], [type="reset"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 16px; font-family: inherit; font-weight: inherit;}
input[type="button"], input[type="submit"] {font-size: 12px; font-weight: 600;}
button, .btn, [type="button"], [type="reset"], [type="submit"], .pmessages__links a, .qq-upload-button, .plupload_button, .us2__btns a, .jutsu-page__fav a   
{display: inline-flex; justify-content: center; align-items: center;  
	cursor: pointer; padding: 0 30px; height: 50px; white-space: nowrap; gap: 10px; border-radius: 25px;
	font-size: 12px; font-weight: 600; background: var(--bg-btn); color: var(--tt-btn);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
.color-btn, [class*=fr], [class*=plyr], .owl-dot, .owl-prev, .owl-next, [id*=mceu], [class*=tox-], .ui-dialog-titlebar-close {padding: 0; margin: 0; 
	line-height: 1.4; border: 0; box-shadow: none; background: none; border-radius: 0;}
.btn-without-bg {background: none; color: var(--tt); padding: 0; height: 50px; min-width: 50px; box-shadow: none;}
.btn-secondary, .dle-popup-complaint .ui-dialog-buttonset button:first-child:not(:hover), 
.dle-popup-sendpm .ui-dialog-buttonset button:first-child:not(:hover),
.dle-popup-userprofile .ui-dialog-buttonset button:not(:first-child,:hover), 
.dle-popup-confirm .ui-dialog-buttonset button:first-child:not(:hover), 
.dle-popup-promt .ui-dialog-buttonset button:first-child:not(:hover)
 {background: var(--ui-bg-darker); color: var(--ui-tt-fade);}

[type="text"], [type="password"] {height: 50px; line-height: 50px; padding: 0 25px;}
select {height: 50px; padding: 0 25px; display: block; font-size: 15px;}
select:not([multiple]) {background-image: url(../dleimages/chevron-down.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: 12px auto;}
select option {padding: 6px 10px;}
select[multiple] option {padding: 3px 10px;}
select[multiple] {padding: 9px 5px; border-radius: var(--ui-bdrs);}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
[type="text"], [type="password"], select, textarea {width: 100%; background-color: var(--bg-darker); color: var(--tt); 
	border: 0; box-shadow: none; border-radius: 25px; font-weight: 500;}
[type="text"]:focus, [type="password"]:focus, textarea:focus {border-color: var(--ui-accent);}
input::placeholder, textarea::placeholder {color: var(--ui-tt-fade); opacity: 1; font-size: 10px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}


/* SNIPPETS
----------------------------------------------- */
.img-wide, .img-responsive, .img-fixed-size, .has-expanded-link, .p-relative {position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .img-fixed-size img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a {width: 100%; display: block;}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.img-mask::after {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 50%; 
	background: linear-gradient(to top, var(--bg-black-2) 0%, transparent 100%); opacity: 1;}

.flex-grow-1, .ui-dialog-title, .ac-form__bottom .jutsu-comments_subscribe, .cd-flex-grow {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.cd-flex-grow-column {flex: 1 0 min-content; min-height: min-content;}
.pi-center, .cd-grid-centered {display: inline-grid; place-items: center;}
.cd-flex {display: flex; align-items: center; flex-wrap: wrap; gap: 10px;}
.cd-img {position: relative; aspect-ratio: 3 / 2;}
.cd-img > img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit; position: absolute; inset: 0; display: block;}
.cd-absolute-fill {position: absolute; inset: 0; z-index: 1;}
.cd-slider:not(.owl-carousel) {display: flex; overflow: hidden; gap: 34px;}
.cd-slider:not(.owl-carousel) > * {flex-shrink: 0;}
.cd-exp-link__trg::before {content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 10;}
.cd-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.cd-line-clamp {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.cd-vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}

.d-flex {display: flex; flex-wrap: wrap;}
.fw-nowrap {flex-wrap: nowrap;}
.fd-column {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between {justify-content: space-between;}
.jc-flex-start {justify-content: flex-start;}
.jc-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.order-first {order: -1;}
.order-last {order: 10;}
.ta-center {text-align: center;}
.gap-10 {gap: 10px;}
.gap-15 {gap: 15px;}
.gap-20 {gap: 20px;}
.ar-2-3 {aspect-ratio: 180 / 250;}
.ar-1-1 {aspect-ratio: 1 / 1;}
.o-hidden {overflow: hidden;}

.grid-items, #dle-content {display: grid;gap: 35px 16px;grid-template-columns: repeat(5,minmax(0,1fr));}
.grid-items > *:not(.grid-item), #dle-content > *:not(.grid-item) {grid-column: 1 / -1;}

.hidden, .d-none, .full-text .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.info br, #fullsearch + form .mass_comments_action, .bb-sep, .bb-pane > .clr, .ac-form__subscribe:empty, 
.jutsu-comm__ctrl li:empty, .jutsu-footer__logo-caption br, .mobile-menu__login:empty, .jutsu-comm__action li:empty, 
.tabs-searchform-button.fa-filter {display: none;} 
.login__social:has(.login__social-caption:last-child), .serv__social:has(.serv__subtitle:last-child) {display: none;}
.animated-element, button, .btn, a, .has-overlay-on-img__trg::before, .upd-item__series, .jutsu-main-genres a img, .us2__info-item 
{transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s, border-color 0.3s;}

@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-400.woff2') format('woff2');
	font-weight: 400; font-style: normal; font-display: swap;}
@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-500.woff2') format('woff2');
	font-weight: 500; font-style: normal; font-display: swap;}
@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-600.woff2') format('woff2');
	font-weight: 600; font-style: normal; font-display: swap;}
@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-700.woff2') format('woff2');
	font-weight: 700; font-style: normal; font-display: swap;}
@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-800.woff2') format('woff2');
	font-weight: 800; font-style: normal; font-display: swap;}
@font-face {font-family: 'montserrat'; src: url('../webfonts/montserrat-900.woff2') format('woff2');
	font-weight: 900; font-style: normal; font-display: swap;}
	@font-face {font-family: 'uni sans'; src: url('../webfonts/uni-sans-700i.woff2') format('woff2');
		font-weight: 700; font-style: italic; font-display: swap;}

	
@media (hover: hover) and (pointer: fine) {
	a:hover {color: var(--tt); text-decoration: none;}
	button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 
	.pmessages__links a:hover, .qq-upload-button:hover, .us__btn a:hover, .plupload_button:hover, 
	#searchsuggestions span.seperator a:hover, .us2__btns a:hover, .jutsu-sect__btn-link:hover, .jutsu-page__fav a:hover  
	{background: var(--bg-btn); color: var(--tt-btn); box-shadow: inset 0 -5px rgba(0,0,0,0.35);}
	.btn-without-bg:hover {background: none; color: var(--tt); border-color: transparent; box-shadow: none;}
	.ui-dialog-titlebar-close:hover, .login__close:hover {background-color: var(--ui-red); color: var(--tt-btn);}
	.xfieldimagegallery a:hover, .jutsu-comments-image-gallery a:hover, #btns-share li:hover {opacity: 0.8;}
	.fs-result:hover {background-color: var(--ui-bg-darker);}

	.jutsu-header__link:hover, .jutsu-header__btn-theme-toggle:hover, .jutsu-nav__menu > li > a:hover, .jutsu-sect__btn-link:hover, 
	.scrolltop:hover, [data-dlefilter="reset"]:hover {background: var(--bg-darker); color: var(--tt);}
	.has-overlay-on-img:hover .has-overlay-on-img__trg::before, .jutsu-main-genres a:hover img {opacity: 1;}
	.jutsu-main-genres a:hover {border-color: var(--tt);}
	.jutsu-sect__title time:hover, .descr a:hover, .jutsu-header-login:hover .jutsu-header-login__name, .login__header a:hover, 
	.jutsu-comm__action a:hover, .jutsu-comm__author a:hover, .jutsu-comm__title a:hover {text-decoration: underline;}
	.jutsu-sect__title span:hover::before, .login__menu a:hover, .pagination__btn-loader a:hover, .tabs-block__select button:hover, 
	.jutsu-comm__rating a:hover, .jutsu-comm__rating a:last-child:hover, a.jutsu-comm__num:hover, .us2__menus-list a:hover {background-color: var(--accent); color: #fff;}
	.pagination a:hover {border-color: var(--accent);}
	.ac-form__editor .bb-pane .bb-btn#b_emo:hover {color: var(--accent);}
    .us2__info-item.cd-exp-link:hover {background-color: #ffdc82; color: #000; --tt: #000;}
	.header__menu-hidden a:hover {color: var(--accent);}
	.jutsu-nav__menu > li:hover .header__menu-hidden {opacity: 1; visibility: visible; translate: 0 0; 
	transition: opacity 0.2s linear, translate 0.2s linear;}
}


.dt-is-active {
	--bg: #0c0c0c; --bg-darker: #363636; --bg-black: #1e1e1e; --bg-on-black: #363636;
	--tt: #fff; --tt-fade: #838383; --tt-fadest: #d9d9d9; --tt-on-black: #fff; --tt-on-black-fade: #bcbcbc;
	
	--ui-bg: #0c0c0c; --ui-bg-darker: #363636; --ui-bg-darkest: #242424; --ui-accent: #87bff7;
	--ui-bdc: rgba(255,255,255,0.2); --ui-tt-fade: #838383; 
	--ui-bsh: 0 12px 40px rgba(0,0,0,0.3); --ui-bsh-inset: inset 1px 2px 5px rgba(0,0,0,0.3);
	--ui-gradient: linear-gradient(to bottom, #5c4f68, #352d3c); --ui-bg-black: #352d3c;
	--ui-bg-attention: #33312d; --ui-bd-attention: #a06409;
}
.dt-is-active {color-scheme: dark;}
.dt-is-active select[multiple] option:checked {color: var(--ui-accent);}
.dt-is-active select:not([multiple]) option, .dt-is-active .jutsu-page__title-text .jutsu-item__label-rating {color: #000;}
.dt-is-active select:not([multiple]) {background-image: url(../dleimages/chevron-down-light.svg);}
.dt-is-active .has-checkbox input, .dt-is-active .checkbox input {box-shadow: none;}
.dt-is-active .jutsu-header, .dt-is-active .jutsu-page__meta, .dt-is-active .countdown-container, 
.dt-is-active .jutsu-page__caption {background-color: #212121; border-color: #212121;}
.dt-is-active .owl-nav button {--bg: var(--bg-darker);}
.dt-is-active .owl-nav button::before, .dt-is-active .scrolltop::before, .dt-is-active .pagination .icon2::before, 
.dt-is-active .jutsu-main-genres img, .jutsu-page__tabs-mylists li.active.icon2::before, 
.dt-is-active .jutsu-page__meta .icon2::before, .utabs-news li.active.icon-eye-slash::before, 
.transfer .icon-eye::before, .transfer .icon-eye-slash::before {filter: invert(1);}
.dt-is-active .tail-select {--bsh-btn: 0 4px 25px rgba(0,0,0,0.8);}
.dt-is-active .jutsu-page__player-ctrl {background: linear-gradient(to right, #0f0f0f, #222);}
@media screen and (min-width: 950px) {
	.dt-is-active .jutsu-item__meta .jutsu-item__label-series {background-color: #f0f0f0; color: #838383;}
}
.dt-is-active .jutsu-item--popular .jutsu-item__meta .jutsu-item__label-series {background-color: #f0f0f0; color: #838383;}
.dt-is-active .upd2 {--bdc: #181818; background-color: #181818;}
.dt-is-active .jutsu-page__info li > span:first-child {color: #ccc;}
.dt-is-active .countdown-value + div {border-color: #000;}

@font-face {font-family: 'fa-custom'; src: url('../webfonts/fa-custom.woff?bh3401') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; font-size: 1em;}
.icon::before, .transfer .icon::before {font-family: 'fa-custom' !important; font-style: normal; font-weight: normal;
	font-variant: normal; text-transform: none; line-height: 1; box-sizing: border-box;}
.icon-spin {animation:fa-spin 2s infinite linear;}
@keyframes fa-spin { 0% {transform:rotate(0deg)} 100% {transform:rotate(360deg)} }
.icon-pull-right::before {order: 10;} 

.icon-angle-down::before {content: "\e900";}
.icon-arrow-right::before {content: "\e901";}
.icon-arrow-right-long::before {content: "\e902";}
.icon-arrow-up-down::before {content: "\e903";}
.icon-award::before {content: "\e904";}
.icon-check::before, .utabs-news .icon-flag-checkered::before, .transfer .icon-flag-checkered::before, 
.lists-mark.icon-flag-checkered::before {content: "\e905";}
.icon-clock::before {content: "\e907";}
.icon-comment::before {content: "\e908";}
.icon-exit::before {content: "\e90a";}
.icon-eye::before {content: "\e90b";}
.icon-filter::before {content: "\e90c";}
.icon-heart::before {content: "\e90d";}
.icon-list::before, .transfer .icon-list::before {content: "\e90e";}
.icon-menu::before {content: "\e90f";}
.icon-moon::before {content: "\e910";}
.icon-play::before, .utabs-news .icon-eye::before, .lists-mark.icon-eye::before {content: "\e911";}
.icon-send::before {content: "\e912";}
.icon-smile::before {content: "\e913";}
.icon-star::before {content: "\e914";}
.icon-stats::before {content: "\e915";}
.icon-sun::before {content: "\e916";}
.icon-trash::before {content: "\e917";}
.icon-user::before {content: "\e918";}
.icon-user-alt::before {content: "\e919";}
.icon-youtube::before {content: "\e91b";}
.icon-film::before {content: "\e91c";}
.icon-search::before {content: "\e91d";}
.icon-home-900::before {content: "\e906";}
.icon-spinner-900::before {content: "\e909";}
.icon-cog::before {content: "\e91a";}
.icon-exclamation-triangle::before {content: "\e920";}
.icon-times::before, .transfer .icon-trash::before {content: "\e935";}
.icon2::before, .descr :is(h1,h2,h3)::before {content: ''; display: block; box-sizing: border-box;
	background-size: contain; background-repeat: no-repeat;}
.icon2-star::before {width: 25px; height: 25px; background-image: url(../images/icons/star.svg);}
.icon2-film::before, .descr :is(h1,h2,h3)::before {width: 25px; height: 25px; background-image: url(../images/icons/anime5.svg);}
.icon2-time::before {width: 25px; height: 25px; background-image: url(../images/icons/time.svg);}
.icon2-award::before {width: 25px; height: 25px; background-image: url(../images/icons/award.svg);}
.icon2-filter::before {width: 20px; height: 20px; background-image: url(../images/icons/filter.svg);}
.icon2-arrow-right::before {width: 18px; height: 15px; background-image: url(../images/icons/arrow-right.svg);}
.descr :is(h1,h2,h3)::before {display: inline-block; vertical-align: middle; margin-right: 5px;}
.icon2-user-alt::before {width: 20px; height: 20px; background-image: url(../images/icons/user.svg);}
.icon2-trash::before, .utabs-news .icon-eye-slash::before, .transfer .icon-exit::before, .lists-mark.icon-eye-slash::before 
{width: 20px; height: 20px; background-image: url(../images/icons/trash.svg); content: ''; display: block;}
.icon2-stats::before {width: 25px; height: 25px; background-image: url(../images/icons/stats.svg);}
.icon2-comment::before {width: 25px; height: 25px; background-image: url(../images/icons/comment.svg);}
.icon2-eye::before, .transfer .icon-eye::before, .transfer .icon-eye-slash::before 
{width: 20px; height: 20px; background-image: url(../images/icons/eye.svg); content: ''; display: block;}
.transfer .icon-eye-slash::after {content: ''; width: 25px; height: 2px; background-color: #fff; 
    position: absolute; left: 50%; top: 50%; transform: rotate(-30deg) translate(-50%,-50%); margin-top: -6px;}