@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--first-color: #2e2e41;
	--second-color: #5b85ff;
	--third-color: transparent;
	--text-color: #fff;
	--box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
	--text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
}

.tab-nav-bar {
	position: relative;
	margin: 10px 0px;
}

.tab-navigation {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: fit-content;
	margin: 0 auto;
}

.tab-menu {
	color: #333;
	list-style: none;
	background-color: var(--third-color);
	max-width: 800px;
	padding: 5px;
	white-space: nowrap;
	border-radius: 10px;
	scroll-behavior: smooth;
	user-select: none;
	overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	.tab-menu {
		overflow-x: auto!important;
	}
}

.tab-menu.dragging {
	scroll-behavior: unset;
	cursor: grab;
}

.tab-menu::-webkit-scrollbar {
	display: none;
}

.tab-btn {
	display: inline-block;
	color: #333;
	font-size: 1.2em;
	font-weight: 300;
	margin: 0 5px;
	padding: 10px 14px;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	transition: background-color .3s ease;
	background: #f1f1f1;
}

.darkmode .tab-btn {
	color: #FFF;
	background: #333;
}

.tab-menu.dragging .tab-btn {
	pointer-events: none;
}

.tab-btn:hover {
	background-color: var(--rgb_c);
}

.tab-btn.active {
	background-color: var(--main_c);
	color: #FFF;
}

.left-btn, .right-btn {
	position: absolute;
	color: var(--main_c);
	font-size: 1.8em;
	padding: 10px;
	cursor: pointer;
}

.left-btn {
	left: -15px;
	background: linear-gradient(to left, transparent, #f1f1f1 80%);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: none;
}

.darkmode .left-btn {
	background: linear-gradient(to left, transparent, #333 80%);
}

.right-btn {
	right: -15px;
	background: linear-gradient(to right, transparent, #f1f1f1 80%);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.darkmode .right-btn {
	background: linear-gradient(to right, transparent, #333 80%);
}

.tab-content {
	width: 100%;
	padding: 0 20px;
}

.tab {
	transform: translateX(25px);
	content-visibility: hidden;
}

.tab.active {
	transform: translateX(0);
	content-visibility: visible;
	opacity: 1;
	transition: opacity 1s ease, transform 1s ease;
}

@media screen and (max-width: 1050px) {
	.tab-nav-bar {
		margin: 0px;
	}

	.tab {
	}

	.tab .row {
	}
}

@media screen and (max-width: 480px) {
	.table_schedule .table_schedule-list li .time {
		transform: none;
		position: relative;
		top: auto;
		left: auto;
		font-size: 14px;
		font-weight: 600;
		width: auto;
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.table_schedule .table_schedule-list li .film-detail {
		padding-right: 100px;
		padding-left: 0;
	}
}

@media screen and (max-width:480px) {
	.table_schedule .table_schedule-list li .film-detail .fd-play {
		top: 70%!important;
	}
}

.schedule-full {
	margin-bottom: 100px;
}

.select-timezone .form-control {
	padding: 4px 6px;
	height: 28px;
	font-size: 13px;
}

.time-zone .btn {
	padding: 0 10px;
	line-height: 28px;
	font-size: 14px;
	border: none!important;
}

.time-zone .btn.more-padding {
	padding: 0 25px;
	line-height: 28px;
	font-size: 12px;
}

.time-zone {
	text-align: center;
}

.time-zone>.form-dark {
	display: inline-block;
	margin: 0 auto 20px;
}

.current-time {
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}

.block_area-schedule,.block_area_sidebar {
	background: #1c1c1c;
	border-radius: 6px;
}

@media screen and (max-width:479px) {
	.block_area-schedule .bah-heading {
		float: none;
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.tab-content {
		padding-top: 10px;
	}

	.block_area-schedule .bah-time span {
		font-size: 16px;
		line-height: normal;
	}

	.block_area-schedule .viewmore {
		float: none!important;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.block_area-schedule .viewmore .btn {
		margin: 0!important;
	}

	.prc__-filter>.item.item-sort .btn {
		font-size: 0;
	}

	.prc__-filter>.item.item-sort .btn span {
		font-size: 13px;
	}
}

.block_area,.film-poster,.nav-item,.nav-item>a,.search-content input.search-input {
	position: relative;
}

.block_area {
	display: block;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 6px;
}

.darkmode .block_area {
	background: #222;
}

.block_area.none-bg {
	background: 0 0;
}

.block_area .block_area-header {
	display: block;
	width: 100%;
	padding: 10px 15px 0;
}

.block_area.none-bg .block_area-header {
	display: block;
	width: 100%;
	padding: 10px 0 15px;
}

.block_area .block_area-header .cat-heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #333;
}

.darkmode .block_area .block_area-header .cat-heading {
	color: #fff;
}

.block_area .block_area-header .viewmore .btn {
	padding: 0 8px;
	font-size: 13px;
	line-height: 26px;
	margin: 3px 0;
	border: none!important;
	background: #343434;
	color: #d5d5d5;
}

.block_area .block_area-header .viewmore .btn:hover {
	color: #fff;
}

.block_area .block_area-header .bah-sort {
	float: left;
	margin-left: 20px;
	height: 40px;
}

.block_area .block_area-header .bah-sort .bhs-item {
	float: left;
	margin: 5px 0;
}

.block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
	line-height: 30px;
	cursor: pointer;
	background: #4c4f57;
	padding: 0 12px;
	border-radius: 30px;
	font-size: 12px;
}

.block_area .block_area-content {
	padding: 15px;
}

.block_area.none-bg .block_area-content {
	padding: 0;
}

.block_area_home .category_filter {
	margin-top: -10px;
}

.block_area_home .btn-in-headcat {
	margin: 2px 0;
}

.block_area .block_area-header .bah-tabs .btn {
	color: #525252;
	font-weight: 500;
	font-size: 15px;
	box-shadow: none!important;
	padding: 4px 6px;
}

.block_area .block_area-header .bah-tabs .btn:hover {
	color: #787878;
}

.block_area .block_area-header .bah-tabs .btn.active {
	color: #fff!important;
}

.block_area .block_area-header .bah-navi {
	margin-left: 10px;
}

.block_area .block_area-header .bah-navi .btn {
	padding: 0 8px;
	line-height: 32px;
	color: #525252;
}

.block_area .block_area-header .bah-navi .btn:hover {
	color: #fff;
}

.block_area.block_area_box.block_area-anime .block_area-header .cat-heading {
	font-size: 20px;
}

.box-bg {
	padding: 1.5rem;
	background: #fff;
}

.pre-tabs {
	border: none;
}

.pre-tabs .nav-item {
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}

.pre-tabs .nav-item .nav-link {
	padding: 15px 10px;
	line-height: 1.2em;
	font-size: 14px;
	color: #ddd;
	background: 0 0!important;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid transparent;
}

.pre-tabs .nav-item .nav-link:hover {
	color: #5a2e98;
}

.pre-tabs .nav-item .nav-link.active {
	color: #5a2e98;
	border-color: #5a2e98;
}

.pre-tabs-min {
	margin-bottom: 15px;
}

.pre-tabs-min .nav-item {
	margin-right: 10px;
}

.pre-tabs-min .nav-item .nav-link {
	padding: 8px 10px;
	min-width: 80px;
	text-align: center;
	border-bottom: none!important;
	font-weight: 500!important;
	background: #4c4f57!important;
	border-radius: 4px;
}

.pre-tabs-min .nav-item .nav-link.active {
	color: #000!important;
	background: #5a2e98!important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.float-left {
	float: left !important;
}

@media screen and (max-width:480px) {
	.block_area .block_area-header .cat-heading {
		font-size: 18px;
	}

	.block_area.block_area-anime .block_area-header .cat-heading {
		font-size: 22px;
	}

	.table_schedule .table_schedule-list li .tsl-link {
		padding: 10px 15px;
	}

	.table_schedule .table_schedule-list li .film-detail {
		padding-right: 100px;
		padding-left: 0;
	}

	.table_schedule .table_schedule-list li .time {
		transform: none;
		position: relative;
		top: auto;
		left: auto;
		font-size: 14px;
		font-weight: 600;
		width: auto;
		text-align: left;
	}

	.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
		width: 90px;
		padding: 3px 0;
		font-size: 12px;
		transform: none;
		top: -12px;
	}

	.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
		display: none;
	}
}

.bah-time span {
	line-height: 32px;
	font-size: 20px;
	color: #525252;
}

.table_schedule .table_schedule-list {
	margin: 0 -15px;
}

.table_schedule .table_schedule-list li {
	position: relative;
	padding: 0;
}

.table_schedule .table_schedule-list li .tsl-link {
	padding: 5px 20px;
	display: block;
}

.table_schedule .table_schedule-list li:nth-of-type(2n+1) {
	background: #f1f1f1;
}

.darkmode .table_schedule .table_schedule-list li:nth-of-type(2n+1) {
	background: #191919;
}

.table_schedule .table_schedule-list li .time {
	position: absolute;
	top: 60%;
	font-weight: 300;
	transform: translateY(-50%);
	left: 0;
	padding: 0;
	text-align: center;
	width: 70px;
	color: #ababab;
	font-size: 18px;
}

.table_schedule .table_schedule-list li .film-detail {
	position: relative;
}

.table_schedule .table_schedule-list li .film-detail .film-name {
	margin: 10px 0 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 15px;
}

.darkmode .table_schedule .table_schedule-list li .film-detail .film-name {
	color: #fff;
}

.table_schedule .table_schedule-list li .film-detail .fd-play {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: -5px;
}

.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play {
	background: var(--main_c);
	color: #fff;
	font-size: 13px;
	width: 90px;
	position: relative;
	padding: 5px;
}

.table_schedule .table_schedule-list li .film-detail .fd-play .btn-play i {
	font-size: 7px;
	position: relative;
	top: -2px;
}

.table_schedule .table_schedule-list li:hover {
	background: #f1f1f1;
}

.darkmode .table_schedule .table_schedule-list li:hover {
	background: var(--rgb_c);
}

.table_schedule .table_schedule-list li:hover .time {
	color: #fff;
}

.table_schedule .table_schedule-list li:hover .film-detail .film-name {
	color: var(--link_h_c);
}

.darkmode .table_schedule-list li:hover .film-detail .film-name {
	color: #fff;
}

.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play {
	background: #333;
	color: #fff;
}

.darkmode .table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play {
	background: var(--main_c);
	color: #fff;
}

.table_schedule .table_schedule-list li:hover .film-detail .fd-play .btn-play i {
	color: #fff;
}

.table_schedule .table_schedule-list.limit-8 li:nth-of-type(n+8) {
	display: none;
}

.table_schedule .table_schedule-list.limit-8.no-limit li:nth-of-type(n+8) {
	display: block;
}

.table_schedule .table_schedule-list.limit-5 li:nth-of-type(n+6) {
	display: none;
}

.table_schedule .table_schedule-list.limit-5.no-limit li:nth-of-type(n+6) {
	display: block;
}

.table_schedule .btn-showmore {
	padding: 5px 0;
	margin: 10px 0 -5px;
	background: 0 0!important;
}

.table_schedule .table_schedule-date {
	padding: 0 45px;
	position: relative;
	margin-bottom: 20px;
}

.table_schedule .table_schedule-date .swiper-container {
	border-radius: 6px;
}

.table_schedule .table_schedule-date .tsd-item {
	background: #242424;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
}

.table_schedule .table_schedule-date .tsd-item:hover {
	background: #2e2e2e;
}

.table_schedule .table_schedule-date .tsd-item.active {
	background: #5a2e98;
	color: #fff;
}

.table_schedule .table_schedule-date .tsd-item.active .date {
	color: #a885da;
}

.table_schedule .table_schedule-date .tsd-item span {
	font-weight: 600;
	font-size: 16px;
	line-height: 1em;
}

.table_schedule .table_schedule-date .tsd-item .date {
	font-size: 13px;
	color: #666;
}

.schedule_page .container {
	max-width: 1000px;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.ts-navigation .btn {
	position: absolute;
	box-shadow: none!important;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: auto;
	border-radius: 6px;
	background: #303030;
	color: #aaa;
	padding: 0;
	text-align: center;
	z-index: 9;
}

.ts-navigation .btn:hover {
	background: #3b3b3b;
}

.ts-navigation .btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ts-navigation .btn.tsn-next {
	left: auto;
	right: 0;
}

.btn-showmore {
	font-size: 12px;
	padding: 8px 12px;
	background: #343434;
	color: #333;
	display: block;
	width: 100%;
	text-align: center;
}

.btn-showmore:before {
	content: "Show more";
}

.btn-showmore.active:before {
	content: "Show less";
}