.player-tabs__header {
	display: none;
}
.player-tabs__content { display: none; }
.player-tabs__content.is-active { display: block; }
.border_around_video {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.player-frame {
	position: relative;
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16 / 9;
	height: auto;
	max-height: 405px;
	background: #000;
	overflow: hidden;
	margin: 0 auto;
}
.player-frame iframe,
.player-frame video-player,
.player-frame ins {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
	max-height: none;
	border: 0;
	display: block;
	z-index: 0;
}
.player-frame iframe[src*="stravers"],
.player-frame iframe[src*="polonite"],
.player-frame iframe[src*="apbugall"],
.player-frame iframe[src*="alloha"] {
	top: -48px;
	height: calc(100% + 48px) !important;
}
@media only screen and (max-width: 990px) {
	.border_around_video,
	.player-frame {
		max-width: 100%;
	}
	.player-frame {
		max-height: none;
	}
	.header_video.allanimevideo {
		font-size: 16px;
		padding: 10px 52px 10px 8px;
		line-height: 1.35;
		word-break: break-word;
	}
	.videoBlockWrapp {
		max-width: 100%;
		overflow: visible;
	}
	.videoContent,
	.videoBlock {
		max-width: 100%;
		overflow-x: hidden;
	}
}
@media only screen and (max-width: 680px) {
	.header_video.allanimevideo {
		font-size: 14px;
	}
	.top_player_line {
		overflow-x: auto;
	}
	.all_anime_title.aat_ep {
		background-size: 64px auto !important;
	}
}

.player_switcher_in {
	padding: 0 !important;
	background: transparent !important;
}
.post_media .top_player_line,
.videoBlock .top_player_line {
	width: 100%;
	max-width: 720px;
	display: block;
	margin: 0 auto;
	text-align: right;
	box-sizing: border-box;
}
.player_switcher_tab,
.player-tabs__button {
	display: inline-block;
	background: #c0c89e;
	padding: 7px 14px 4px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 0;
	cursor: pointer;
	color: #454545;
	font-size: 0.9em;
	line-height: 1.2;
	font-family: inherit;
	font-weight: normal;
	margin: 0;
	vertical-align: bottom;
}
.player_switcher_tab.is-active,
.player-tabs__button.is-active {
	background: #d9dfbb;
	color: #000;
}
.dark_mode .player_switcher_tab,
.dark_mode .player-tabs__button {
	background: #2b2e2b;
	color: #a8a8b1;
}
.dark_mode .player_switcher_tab.is-active,
.dark_mode .player-tabs__button.is-active {
	background: #3f3f3f;
	color: #cdcdd3;
}

.anime-ep-poster {
	position: absolute;
	left: -3px;
	top: -15px;
	width: 84px;
	height: 84px;
	z-index: 4;
	display: block;
}
.anime-ep-poster .all_anime_title.aat_ep {
	left: 0;
	top: 0;
	overflow: hidden;
}
.anime-ep-poster .anime_episode_age_badge,
.all_anime_title.aat_ep .age_rating_all,
.watch_l .all_anime_title .age_rating_all {
	position: absolute;
	right: 2px;
	bottom: 10px;
	z-index: 5;
	line-height: 1;
	overflow: visible;
	white-space: nowrap;
	padding: 3px 5px 3px 6px;
	pointer-events: none;
}
.age_rating_all.age_rating_13 {
	background-color: #d0734b;
	padding-left: 5px;
	padding-right: 5px;
}
.anime-info-card .age_rating_all {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.15;
	overflow: visible;
	white-space: nowrap;
	padding: 3px 6px;
	position: static;
}

.previously_viewed {
	display: none;
}
.previously_viewed.is-ready {
	display: block;
}

.ksep-episodes-browser {
	overflow: hidden;
	clear: both;
	padding-top: 18px;
}
.ksep-episodes-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 12px;
}
.ksep-episodes-search,
.ksep-episodes-sort {
	height: 32px;
	border: 1px solid #7c817e;
	border-radius: 6px;
	background: #2e332f;
	color: #b0c0b2;
	padding: 0 10px;
}
.ksep-episodes-info { font-size: 12px; color: #979797; }
.ksep-episodes-empty { padding: 12px 0; }
.ksep-episodes-skeleton { height: 48px; margin-bottom: 10px; }
.ksep-episodes-skeleton-line {
	height: 18px;
	border-radius: 4px;
	background: linear-gradient(90deg, #363a37, #4a524b, #363a37);
	background-size: 200% 100%;
	animation: ksep-shine 1.2s linear infinite;
}
@keyframes ksep-shine {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.pagination { text-align: center; padding: 15px 0 25px; }
.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 3px;
	padding: 6px 10px;
	border-radius: 6px;
}

.ui-form { list-style: none; padding: 0; margin: 0; }
.ui-form .form-group,
.ui-form li { margin: 0 0 12px; }
.ui-form label { display: block; margin-bottom: 5px; }
.ui-form input.wide,
.ui-form textarea.wide,
.ui-form select { width: 100%; max-width: 100%; }
.form_submit { margin-top: 15px; }
.page_form,
.box.story,
.page_form__inner { padding: 8px 4px 20px; }

.comment {
	background: #363a37;
	border-radius: 8px;
	padding: 10px 12px;
	margin: 0 0 10px;
}
.comment__top { margin-bottom: 6px; }
.comment__login { font-weight: 700; margin-right: 8px; }
.full__comments { margin-top: 20px; }

.anime-notify-trigger {
	position: absolute;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(172, 206, 13, 0.55);
	border-radius: 50%;
	background: rgba(31, 31, 31, 0.88);
	color: #e8e8e8;
	cursor: pointer;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.sector_border > .anime-notify-trigger {
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.videoBlockWrapp > .anime-notify-trigger {
	right: 10px;
	top: 8px;
	transform: none;
}
.anime-notify-trigger:hover {
	background: rgba(172, 206, 13, 0.22);
	color: #fff;
}
.header_video.anime_padding_for_title,
.header_video.anime_padding_for_title_post {
	padding-right: 56px !important;
}
.anime-notify-trigger svg { width: 16px; height: 16px; }
.anime-notify-push-source { display: none; }
.anime-notify-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	z-index: 10000;
	align-items: center;
	justify-content: center;
}
.anime-notify-modal.is-open { display: flex; }
.anime-notify-dialog {
	width: 92%;
	max-width: 420px;
	background: #363a37;
	color: #cdcdd3;
	border-radius: 10px;
	padding: 18px 16px 16px;
	position: relative;
}
.anime-notify-close {
	position: absolute;
	right: 8px;
	top: 4px;
	background: none;
	border: 0;
	color: #cdcdd3;
	font-size: 24px;
	cursor: pointer;
}
.anime-notify-actions { display: flex; flex-direction: column; gap: 10px; }
.anime-notify-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #2b5278;
	color: #fff;
}
.anime-notify-option svg { width: 18px; height: 18px; fill: currentColor; }

.watch_l { position: relative; }
.sector_border { position: relative; }

.watch_l .under_video_additional.anime-info-card {
	margin: 0;
	padding: 16px 18px 18px;
	border-radius: 10px;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
	float: none;
	border: 1px solid rgba(172, 206, 13, 0.35);
	background-color: #363a37;
}
.anime-info-split {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 12px;
}
.anime-info-block {
	flex: 1 1 240px;
	background: #2e332f;
	border: 1px solid rgba(172, 206, 13, 0.28);
	border-radius: 8px;
	padding: 8px 10px 9px;
	min-width: 0;
}
.anime-info-block--genres {
	border-color: rgba(172, 206, 13, 0.45);
}
.anime-info-block--themes {
	border-color: rgba(126, 168, 214, 0.4);
}
.anime-info-block__label {
	display: block;
	font-size: 11px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #9aa89a;
	margin-bottom: 4px;
}
.anime-info-block--themes .anime-info-block__label {
	color: #9ab0c8;
}
.anime-info-block__val {
	display: block;
	color: #cdcdd3;
	line-height: 1.4;
	word-break: break-word;
}
.anime-info-block__val a {
	color: #d5f1d8;
}
.anime-info-meta {
	color: #cdcdd3;
	line-height: 1.55;
}
@media (max-width: 680px) {
	.anime-info-block {
		flex-basis: 100%;
	}
}
.anime-info-desc,
.watch_l .anime-info-card .story_anime {
	display: block;
	float: none;
	clear: both;
	margin: 12px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid rgba(172, 206, 13, 0.35);
	overflow-wrap: break-word;
	word-break: normal;
	background: transparent;
}
.under_video_additional::after {
	content: "";
	display: table;
	clear: both;
}
.under_video_additional b {
	overflow-wrap: break-word;
	word-break: normal;
}

.content .rec_all_anime img.rec_all_anime_image,
.rec_all_anime img.rec_all_anime_image {
	width: 186px !important;
	height: 186px !important;
	max-width: 186px !important;
	max-height: 186px !important;
	object-fit: cover;
	object-position: center top;
	border-radius: 93px;
	display: block;
}
.rec_all_anime {
	overflow: hidden;
}
.all_anime_image {
	background-size: cover !important;
	background-position: center top !important;
	overflow: hidden;
}
.watch_l .all_anime_title,
.all_anime_title.anime_next_image,
.all_anime_title.aat_ep {
	background-size: cover !important;
	background-position: center top !important;
}
.all_anime_title.anime_next_image,
.anime-ep-poster .all_anime_title.aat_ep {
	overflow: hidden;
}

.technicBlockImg img {
	width: 100% !important;
	height: auto !important;
	max-height: none;
}
.technic_desc .technic_stub_media {
	max-width: 340px;
	margin: 0 auto 20px;
	text-align: center;
}
.technic_desc .technic_stub_media img {
	width: 100%;
	height: auto;
	border: 1px solid #75ab0e;
}

.mailBlock_h + .anime_choose_no_anime_top + .all_anime_content + .navigation,
.anime_choose_no_anime_top + .all_anime_content + .navigation,
.all_anime_content .navigation,
.all_anime_content .pagi-nav,
#dle-content .all_anime_content + .navigation {
	display: none !important;
}

.under_video .story_anime,
.under_video_additional b,
.under_video_additional {
	overflow-wrap: break-word;
}

.anime-info-rate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgba(172, 206, 13, 0.35);
}
.anime-info-rate__score {
	font-weight: bold;
	white-space: nowrap;
}
.anime-info-rate .ratingtypeplusminus,
.anime-info-rate .ratingtypeplus {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
}
.anime-info-rate a.plus_count,
.anime-info-rate a.minus_count,
.anime-info-rate .ratingplus,
.anime-info-rate .ratingminus,
.episode-rate a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	padding: 4px 10px;
	border-radius: 6px;
	text-decoration: none !important;
	font-weight: bold;
}
.anime-info-rate a[onclick*="doRate('plus"],
.episode-rate a[onclick*="doRate('plus"] {
	background: #9dc532;
	color: #1f1f1f !important;
}
.anime-info-rate a[onclick*="doRate('minus"],
.episode-rate a[onclick*="doRate('minus"] {
	background: #c45a5a;
	color: #fff !important;
}
.anime-info-rate a[onclick*="doRate('plus"]::before,
.episode-rate a[onclick*="doRate('plus"]::before {
	content: "👍 ";
}
.anime-info-rate a[onclick*="doRate('minus"]::before,
.episode-rate a[onclick*="doRate('minus"]::before {
	content: "👎 ";
}
.anime-info-rate__hint,
.episode-rate__hint {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.85;
}

.player-frame {
	position: relative;
	isolation: isolate;
	transform: translateZ(0);
	z-index: 1;
}
.player-rate-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10050;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	background: #363a37;
	border: 1px solid rgba(172, 206, 13, 0.45);
	border-radius: 10px;
	color: #cdcdd3;
	font-size: 13px;
	line-height: 1;
	pointer-events: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
}
.player-rate-overlay__label {
	color: #d5f1d8;
	font-weight: 600;
}
.player-rate-overlay a {
	text-decoration: none !important;
}
.player-rate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 42px;
	padding: 4px 9px;
	border-radius: 8px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
}
.player-rate-btn--plus {
	background: linear-gradient(to bottom, #3d4629 0%, #272b1e 100%);
	border: 1px solid #4e5b33;
	color: #d5f1d8;
}
.player-rate-btn--minus {
	background: #2e332f;
	border: 1px solid #7c817e;
	color: #cdcdd3;
}
.player-rate-btn--plus::before { content: "👍 "; }
.player-rate-btn--minus::before { content: "👎 "; }
.player-rate-overlay a[onclick*="doRate"] {
	display: inline-flex;
	background: none !important;
	padding: 0;
	min-width: 0;
	color: inherit !important;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.player-rate-overlay.is-voted {
	opacity: 0.85;
}
.player-rate-overlay .ratingtypeplusminus,
.player-rate-overlay .ratingtypeplus {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
}

.episode-rate-box {
	display: none;
}

.new_last_boruto_eps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 12px;
	align-items: start;
}
.new_last_boruto_eps .new_main_title {
	grid-column: 1 / -1;
}
.new_last_boruto_eps .media_content {
	float: none !important;
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 2px 0 18px;
	box-sizing: border-box;
}
.new_last_boruto_eps .b-g-title {
	min-height: 2.4em;
	line-height: 1.2;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.new_last_boruto_eps .laststoryhere,
.new_last_boruto_eps #laststoryhere {
	width: 100%;
	max-width: 235px;
	height: 150px;
	overflow: hidden;
	background: #1b1b1b;
	border-radius: 6px;
}
.new_last_boruto_eps .laststoryhere img,
.new_last_boruto_eps #laststoryhere img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media only screen and (max-width: 520px) {
	.new_last_boruto_eps {
		grid-template-columns: 1fr;
	}
	.player-rate-overlay {
		top: 8px;
		right: 8px;
		padding: 6px 10px;
		font-size: 12px;
		gap: 6px;
	}
}

#jutsu-top-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 100000;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s ease;
	background: transparent;
	overflow: hidden;
}
#jutsu-top-loader.is-active {
	opacity: 1;
}
#jutsu-top-loader .jutsu-top-loader__bar {
	height: 100%;
	width: 40%;
	background: linear-gradient(90deg, #9dc532, #d4f06a, #9dc532);
	transform: translateX(-100%);
}
#jutsu-top-loader.is-active .jutsu-top-loader__bar {
	animation: jutsuTopLoad 1.1s ease-in-out infinite;
}
@keyframes jutsuTopLoad {
	0% { transform: translateX(-100%); width: 30%; }
	50% { width: 55%; }
	100% { transform: translateX(350%); width: 30%; }
}
#loading-layer {
	display: none !important;
}

.sidr .notice_additional,
#sidr-sidebar .notice_additional {
	display: none;
	position: relative !important;
	width: 100% !important;
	max-width: 100%;
	right: auto !important;
	left: auto !important;
	margin-top: 8px !important;
	max-height: 280px;
	overflow-y: auto;
	z-index: 2;
}
.sidr .notice_additional:not(.notice_additional_hide),
#sidr-sidebar .notice_additional:not(.notice_additional_hide),
#sidr-sidebar #mobile_notice .notice_additional_id:not(.notice_additional_hide) {
	display: block !important;
}
#sidr-sidebar #mobile_notice .notice_cont .arrow_i,
#sidr-sidebar #mobile_notice .notice_cont .close_i {
	pointer-events: auto;
	z-index: 5;
	opacity: 1;
}
.all_anime_image img.jutsu-lazy-poster {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	display: block;
}
img[loading="lazy"] {
	content-visibility: auto;
}
.story_anime,
.story_anime a,
.under_video a {
	overflow-wrap: break-word;
}
@media only screen and (max-width: 990px) {
	.under_video,
	.under_video_additional,
	.episode-rate-box {
		margin-left: 0;
		margin-right: 0;
	}
	.anime-info-rate,
	.episode-rate {
		justify-content: flex-start;
	}
	#sidr-sidebar #mobile_notice {
		position: relative;
		overflow: visible;
	}
}

.search-page {
	background: #363a37;
	border: 1px solid rgba(172, 206, 13, 0.35);
	border-radius: 10px;
	padding: 16px 18px 20px;
	margin: 10px 0 22px;
	box-sizing: border-box;
}
.search-page .b-b-g-title {
	margin-top: 0;
	color: #cdcdd3;
	border-bottom-color: rgba(172, 206, 13, 0.45);
}
.search-page__hint {
	color: #a8a8b1;
	margin: 0 0 14px;
	line-height: 1.45;
}
.search-page__row,
.search-page .searchtable > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.search-page #searchinput,
.page_form #searchinput {
	flex: 1 1 240px;
	height: 38px;
	border: 1px solid #7c817e;
	border-radius: 10px;
	padding: 0 16px;
	background: #2e332f;
	color: #cdcdd3;
	font: 16px/1.3 Verdana, sans-serif;
	box-shadow: inset 1px 1px 1px #606661;
	box-sizing: border-box;
}
.search-page #dosearch,
.page_form #dosearch {
	height: 36px;
	min-width: 94px;
	padding: 0 16px;
	border: 1px solid #4e5b33;
	border-radius: 8px;
	background: linear-gradient(to bottom, #3d4629 0%, #272b1e 100%);
	color: #d5f1d8;
	cursor: pointer;
	font: 15px/1 Verdana, sans-serif;
}
.search-page #dosearch:hover,
.page_form #dosearch:hover {
	filter: brightness(1.08);
}
.search_result_num {
	margin: 0 0 12px;
	color: #bee6c3;
}
.search-page .searchtable fieldset {
	border: 1px solid rgba(172, 206, 13, 0.25);
	border-radius: 8px;
	padding: 10px 12px;
	color: #cdcdd3;
}
#searchsuggestions {
	background: #2e332f !important;
	border: 1px solid #616938 !important;
	border-radius: 8px;
	overflow: hidden;
}
#searchsuggestions a {
	display: block;
	padding: 8px 10px;
	color: #cdcdd3;
	text-decoration: none;
	border-bottom: 1px solid rgba(172, 206, 13, 0.15);
}
#searchsuggestions a:hover {
	background: #3f3f3f;
}
#searchsuggestions a span.searchheading {
	background: transparent;
	color: #acce0d;
	padding: 0 0 4px;
	font-weight: 700;
}
.fastsearch-item__meta {
	display: block;
	color: #979797;
	font-size: 12px;
}

#jutsu-toast-host {
	position: fixed;
	top: calc(8px + env(safe-area-inset-top, 0px));
	left: 50%;
	transform: translateX(-50%);
	z-index: 2147483000;
	width: max-content;
	max-width: min(420px, calc(100vw - 16px));
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	pointer-events: none;
}
.jutsu-toast {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	max-width: 100%;
	padding: 8px 14px 8px 8px;
	border-radius: 22px;
	background: rgba(45, 50, 46, 0.88);
	border: 1px solid rgba(172, 206, 13, 0.4);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), inset 0 0.5px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(28px) saturate(190%);
	-webkit-backdrop-filter: blur(28px) saturate(190%);
	color: #d5f1d8;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	animation: jutsuToastIn 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}
.jutsu-toast.is-out {
	animation: jutsuToastOut 0.28s ease-in forwards;
}
.jutsu-toast__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	flex: 0 0 34px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2a2e2b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.jutsu-toast__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.jutsu-toast__icon svg {
	display: none;
}
.jutsu-toast__text {
	min-width: 0;
	flex: 1;
	padding-right: 2px;
}
.jutsu-toast__app {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #eef6d2;
	line-height: 1.15;
}
.jutsu-toast__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jutsu-toast__time {
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 500;
	color: rgba(205, 205, 211, 0.72);
}
.jutsu-toast__msg {
	margin-top: 1px;
	font-size: 13px;
	line-height: 1.28;
	color: #cdcdd3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jutsu-toast--success {
	border-color: rgba(172, 206, 13, 0.62);
}
.jutsu-toast--error {
	border-color: rgba(196, 122, 74, 0.55);
}
.jutsu-toast--error .jutsu-toast__icon {
	background: linear-gradient(180deg, #5b4033 0%, #35251f 100%);
}
.jutsu-toast--error .jutsu-toast__icon svg {
	fill: #e8b48a;
}
.jutsu-toast--error .jutsu-toast__msg {
	color: #f0d6c4;
}
@keyframes jutsuToastIn {
	from { opacity: 0; transform: translateY(-120%); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes jutsuToastOut {
	to { opacity: 0; transform: translateY(-110%); }
}
body:not(.dark_mode) .jutsu-toast {
	background: rgba(246, 248, 236, 0.92);
	border-color: rgba(125, 161, 14, 0.42);
	color: #363a37;
	box-shadow: 0 12px 28px rgba(54, 58, 55, 0.18), inset 0 0.5px 0 rgba(255, 255, 255, 0.7);
}
body:not(.dark_mode) .jutsu-toast__app {
	color: #2f3a16;
}
body:not(.dark_mode) .jutsu-toast__msg {
	color: #4a524b;
}
body:not(.dark_mode) .jutsu-toast__time {
	color: rgba(74, 82, 75, 0.7);
}
body:not(.dark_mode) .jutsu-toast--success {
	border-color: rgba(125, 161, 14, 0.7);
}
@media only screen and (max-width: 520px) {
	#jutsu-toast-host {
		width: calc(100vw - 16px);
		max-width: calc(100vw - 16px);
		top: calc(8px + env(safe-area-inset-top, 0px));
	}
	.jutsu-toast {
		width: 100%;
		border-radius: 20px;
		padding: 8px 12px 8px 8px;
	}
}
