/* Root */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
	--bg-color: #191B24;
	--text-base: #aaa;
	--primary-color: #FFD875;
	--primary-color-hover: #FFDE8A;
	--primary-button-text: #191B24;
	--primary-text: #FFD875;
	--top-bg-default: #202331;
	--border-color: #ffffff10;
	--bg-2: #282B3A;
	--bg-3: #2F3346;
	--bg-4: #3E435C;
	--bg-5: #535D8E;
	--footer-bg: #0F111A;
	--shadow-large: 0 0 20px 20px rgba(0, 0, 0, .1);
	--h-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	--category-name: #fff;
	--padding-base: 40px;
	--bs-border-color: rgba(0, 0, 0, .3);
	--Toastify__progress-bar--error: #f85f5f !important;
	--toastify-icon-color-error: #f85f5f !important;
}

/* ----- */

html {
	scroll-behavior: smooth;
}

html,
body {
	position: relative;
	min-height: 100vh;
}

body {
	background: var(--bg-color);
	/*font-family: "Inter";*/
	color: var(--text-base);
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}

a {
	cursor: pointer;
	color: #fff;
	text-decoration: none !important;
}

a:hover {
	color: var(--primary-text);
}

.heading-xl {
	font-size: 2.4em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #fff;
}

.heading-md {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5rem;
	color: #fff;
}

.heading-sm {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5rem;
	color: #fff;
}

.heading-xs {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: .5rem;
	color: #fff;
}

.primary-gradient,
.button-play,
.w-chart .number {
	background: rgb(254, 207, 89);
	background: linear-gradient(39deg, rgba(254, 207, 89, 1) 0%, rgba(255, 241, 204, 1) 100%);
}

.primary-gradient,
.button-play {
	color: var(--primary-button-text) !important;
}

.button-play {
	box-shadow: 0 5px 10px 5px rgba(255, 218, 125, .1);
}

.button-play svg {
	width: 28px;
	height: 28px;
}

.button-play:hover {
	box-shadow: 0 5px 10px 10px rgba(255, 218, 125, .15);
}

button {
	background-color: transparent;
	outline: none;
	border: none;
}

.btn {
	font-size: 14px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: .5rem 1.1rem;
	border-radius: .4rem;
	opacity: 1;
	min-height: 40px;
}

.btn:hover {
	opacity: .9;
}

.btn.btn-block {
	width: 100%;
}

.btn.btn-circle {
	width: 30px;
	height: 30px;
	padding: .4rem;
	border-radius: 3rem;
	min-height: auto !important;
}

.btn i {
	font-size: .9em;
}

.btn span {
	white-space: nowrap;
}

.btn .inc-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.btn-sm {
	font-size: 12px;
	gap: .4rem;
	padding: .3rem .7rem;
	border-radius: .3rem;
	min-height: 30px;
}

.btn-sm .inc-icon {
	width: 12px;
	height: 12px;
}

.btn-xs {
	font-size: 11px;
	gap: .3rem;
	padding: .2rem .5rem;
	border-radius: .2rem;
	min-height: 26px;
}

.btn-xs .inc-icon {
	width: 10px;
	height: 10px;
}

.btn-lg {
	font-size: 16px;
	gap: .6rem;
	padding: .7rem 1.5rem;
	border-radius: .5rem;
	min-height: 50px;
}

.btn-lg.btn-circle {
	width: 50px;
	height: 50px;
	padding: .7rem;
	border-radius: 3rem;
}

.btn-lg .inc-icon {
	width: 16px;
	height: 16px;
}

.btn-xl {
	font-size: 18px;
	gap: 1rem;
	padding: .95rem 2rem;
	border-radius: .6rem;
	min-height: 60px;
}

.btn-xl.btn-circle {
	width: 60px;
	padding: .7rem;
	border-radius: 3rem;
}

.btn-xl .inc-icon {
	width: 18px;
	height: 18px;
}

.btn-primary {
	background-color: var(--primary-color) !important;
	color: var(--primary-button-text) !important;
	border-color: var(--primary-color) !important;
}

.btn-secondary {
	background-color: var(--bg-3) !important;
	color: #fff !important;
	border-color: var(--bg-3) !important;
}

.btn-light {
	background-color: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}

.btn-outline {
	background-color: transparent !important;
	color: #fff !important;
	border-color: rgba(255, 255, 255, .5) !important;
}

.btn-basic {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #fff !important;
}

.btn-rounded {
	border-radius: 2rem;
}

.o-style {
	list-style: none;
}

.small-text {
	font-size: .9em !important;
}

.text-base {
	color: var(--text-base) !important;
}

.base-hover:hover {
	color: #fff !important;
}

.name-short,
.lim,
.lim-1,
.lim-2,
.lim-3 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal !important;
}

.lim-1 {
	-webkit-line-clamp: 1;
}

.lim-2 {
	-webkit-line-clamp: 2;
}

.lim-3 {
	-webkit-line-clamp: 3;
}

.name-cut,
.text-cut {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.inc-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	font-size: 0 !important;
	line-height: 0 !important;
}

.inc-icon svg,
.inc-icon img {
	width: 100% !important;
	height: 100% !important;
}

.icon-24 {
	width: 24px !important;
	height: 24px !important;
}

.icon-20 {
	width: 20px !important;
	height: 20px !important;
}

.icon-16 {
	width: 16px !important;
	height: 16px !important;
}

.icon-14 {
	width: 14px;
	height: 14px;
}

.icon-12 {
	width: 12px;
	height: 12px;
}

.inter-icon {
	background-image: url(/images/interface.webp);
	background-size: 400px 400px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.icon-trans1 {
	background-position: 0 0;
}

.icon-trans2 {
	background-position: -16px 0;
}

.icon-trans3 {
	background-position: -32px 0;
}

.size-14 {
	font-size: 14px !important;
	line-height: 1;
}

.size-16 {
	font-size: 16px !important;
	line-height: 1;
}

.size-18 {
	font-size: 18px !important;
	line-height: 1;
}

.size-20 {
	font-size: 20px !important;
	line-height: 1;
}

.primary-text,
.text-primary {
	color: var(--primary-text) !important;
}

.line-center {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

.antiselect,
.v-thumbnail,
.v-actor,
.v-toggle,
.sound-cover,
.player-control *,
.dm-bar .item,
.reason-list .h-item,
.d-item .spoil-toggle,
.app-download-button {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.transition,
.top-slide-small .swiper-slide,
.topics-line .topic-item,
.button-play,
.pin-trans .line-center,
.topic-item .inc-icon,
.top-up .sw-item .v-thumbnail img,
header,
.menu-toggle .icon-menu *,
.search-toggle .icon-search *,
.toggle-x *,
.sound-cover,
.d-item .text,
.de-type .item,
.topics-grid .row-topic,
.cat-more .line-center,
.item-focus.is-on,
#totop,
.shoutbox,
.bu-top .bu-tabs .item,
.accordion-button .btn-select,
.coin-pack-list .item,
.new-payment-method .item,
.network-select .net-item,
.app-box-fix,
.shoutbox-fixed {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}

.v-thumbnail {
	width: 100%;
	padding-bottom: 150%;
	height: 0;
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
	display: block;
	background-color: var(--bg-3);
}

.v-thumbnail img,
.v-actor img,
.user-avatar img,
.sound-cover img,
.gallery-row .item img,
.cover-fade .cover-image img,
.object-fit img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.v-thumbnail.v-thumbnail-hoz {
	padding-bottom: 45%;
}

.v-thumb-s {
	width: 50px;
	flex-shrink: 0;
}

.v-thumb-m {
	width: 80px;
	flex-shrink: 0;
}

.v-thumb-l {
	width: 120px;
	flex-shrink: 0;
}

.v-thumb-s .v-thumbnail {
	border-radius: .2rem;
}

.v-actor,
.user-avatar,
.sound-cover {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	background-color: var(--bg-2);
}

.v-actor:hover img,
.user-avatar:hover img,
.sound-cover:hover img {
	opacity: .8;
}

.user-avatar.square {
	border-radius: .75rem;
}

.user-avatar.medium {
	width: 80px;
	height: 80px;
}

.user-avatar.large {
	width: 120px;
	height: 120px;
}

.sound-cover {
	border-radius: .3rem;
}

.item-sound.active .sound-cover {
	border-radius: 50%;
}

.item-sound.active .sound-cover:after {
	content: "";
	position: absolute;
	width: 35%;
	height: 35%;
	border-radius: 3rem;
	background-color: var(--bg-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.v-actor-medium {
	width: 80px;
	height: 80px;
}

.v-actor-large {
	width: 110px;
	height: 110px;
}

.item-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: .5rem;
	line-height: 1.5;
}

.alias-title {
	color: var(--text-base);
	font-size: .9em;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
}

.info-line {
	display: flex;
	align-items: center;
}

.info-line .tag-small {
	font-size: .9em;
	color: var(--text-base);
	white-space: nowrap;
	margin-right: .6rem;
	display: inline;
}

.info .info-line .tag-small:last-of-type {
	margin-right: 0;
}

.wrap-tip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modal-backdrop {
	background-color: #131727;
}

.modal-backdrop.show {
	opacity: .95;
}

#app {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1900px;
	padding: 0 50px;
}

#wrapper {
	padding-bottom: 10rem;
	padding-top: 10rem;
	min-height: calc(100vh - 400px);
}

#wrapper.wrapper-w-slide {
	padding-top: 0 !important;
}

/* Header */

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgb(25, 27, 36);
	background: linear-gradient(0deg, rgba(25, 27, 36, 0) 0%, rgba(25, 27, 36, 1) 100%);
}

header.fly {
	background: transparent !important;
}

header.fixed {
	background-color: var(--footer-bg) !important;
}

/* header.fixed:before{ content: ""; position: absolute; width: 100%; height: 100%; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);} */
header.fixed .header-elements {
	height: 70px;
}

header .header-elements {
	height: 90px;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.el-group {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	position: relative;
	z-index: 3;
}

#logo {
	flex-shrink: 0;
	position: relative;
	z-index: 3;
}

#logo img {
	height: 46px;
	width: auto;
}

#search {
	width: 100%;
	max-width: 23rem;
	position: relative;
}

#search .search-elements {
	position: relative;
}

#search .search-input {
	width: 100%;
	height: 2.8rem;
	line-height: 2rem;
	padding: .4rem 3rem;
	background-color: rgba(255, 255, 255, .08);
	color: #fff;
	font-size: 1em;
	outline: none !important;
	box-shadow: none !important;
	border-radius: .4rem;
	border: 1px solid transparent !important;
}

#search .search-input:focus,
#search .search-input.input-focus {
	border-color: #fff !important;
}

#search .search-input::placeholder {
	color: #fff !important;
}

#search .search-icon,
#search .remove-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	flex-shrink: 0;
	padding: 3px;
	font-size: 16px;
}

#search .remove-icon {
	left: auto;
	right: .7rem;
	cursor: pointer;
	display: none;
}

.search-modal {
	position: absolute;
	z-index: 90;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	min-width: 360px;
	background-color: rgba(15, 17, 26, .95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: .4rem;
	overflow: hidden;
	box-shadow: var(--shadow-large);
}

.search-modal .view-all {
	background-color: #ffffff10;
	display: block;
	line-height: 50px;
	text-align: center;
}

.show-group {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.show-group+.show-group {
	padding-top: 0;
}

.show-group .group-title {
	font-size: .9em;
	color: var(--text-base);
	margin-bottom: .75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.show-group .group-title .remove-all {
	color: var(--text-base);
}

.group-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.h-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.h-item .info {
	flex-grow: 1;
}

.h-item .info .item-title {
	margin-bottom: .4rem;
}

.v-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.v-item .info .item-title {
	margin-bottom: .4rem;
}

.show-group .group-list .h-item .v-thumbnail {
	padding-bottom: 135%;
}

.show-group .group-list .s-item {
	padding: .6rem;
	border-radius: .4rem;
}

.show-group .group-list .s-item:hover {
	background-color: #ffffff05;
}

.t-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .6rem;
	margin-bottom: .8rem;
}

.t-item:last-of-type {
	margin-bottom: .3rem;
}

.t-item .remove-log {
	color: var(--text-base);
	flex-shrink: 0;
}

.t-item .item-title {
	flex-grow: 1;
	margin-bottom: 0;
}

.t-item .t-icon {
	flex-shrink: 0;
	font-size: 12px;
}

#main_menu,
#main_user {
	display: flex;
	align-items: center;
	gap: 1rem;
}

#main_menu .menu-item {
	line-height: 36px;
	flex-shrink: 0;
	white-space: nowrap;
	padding: 0 .75rem;
	color: #fff;
}

#main_user {
	gap: 1rem;
}

#main_menu .menu-item-sub .dropdown-item {
	padding: .3rem 1.2rem;
	line-height: 32px;
}

#main_menu .menu-item-sub .dropdown-item:hover {
	color: var(--primary-text);
}

#main_menu .menu-item a {
	display: flex;
	align-items: center;
}

#main_menu .menu-item span.new:before {
	content: "NEW";
}

#main_menu .menu-item span.new {
	font-size: 10px !important;
	font-weight: 500;
	padding: 2px 2.5px;
	line-height: 1;
	background-color: var(--primary-color);
	border-radius: 3px;
	color: #000;
}

#main_user .button-user {
	font-size: 1em;
	padding: .6rem 1.4rem;
	border-radius: 3rem;
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
	opacity: .9;
	font-weight: 500;
	white-space: nowrap;
	min-width: 145px;
	text-align: center;
}

#main_user .button-user.button-login {
	background-color: #fff;
	color: var(--primary-button-text);
}

#main_user .button-user:hover {
	opacity: 1;
}

#main_user .header-user {
	padding: .3rem .6rem;
	color: #fff;
	display: flex;
	align-items: center;
}

#main_user .header-user .user-avatar {
	width: 42px;
	height: 42px;
	border: 2px solid #fff;
}

#main_user .btn-bell {
	font-size: 16px;
	width: 40px;
	height: 40px;
	padding: 0;
	position: relative;
}

.noti-number {
	position: absolute;
	top: -6px;
	left: 55%;
	line-height: 1;
	padding: .3rem .43rem;
	font-size: 12px;
	font-weight: 500;
	background-color: #191b24;
	color: var(--primary-text);
	border-radius: 12px;
}

.user-dropdown {
	max-width: 320px;
	min-width: 200px;
}

.user-dropdown .dropdown-item .line-center {
	width: 100%;
	gap: .75rem;
}

.user-dropdown .dropdown-item .line-center span {
	flex-grow: 1;
}

.user-dropdown .dropdown-item .line-center .number {
	opacity: .5;
}

.app-download {
	flex-shrink: 0;
	padding-right: 1rem;
	border-right: 1px solid #fff4;
	position: relative;
}

.app-download-button {
	height: 44px;
	padding: 0 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .75rem;
	cursor: pointer;
}

.app-download-button>.inc-icon {
	width: 36px;
	height: 36px;
	color: var(--primary-color);
}

.app-download .text {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	font-size: 12px;
	line-height: 1.1;
}

.app-download .text strong {
	font-size: 14px;
}

.app-download .app-download-menu {
	border-radius: 1rem;
	padding: 1rem;
	margin-top: .4rem !important;
	box-shadow: 0 10px 10px 3px #0001;
}

.app-download .app-download-menu .adm-title {
	font-size: 13px;
	line-height: 1.4;
}

.app-box {
	flex-direction: column;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.app-box .device-item {
	padding: .4rem .5rem;
	font-size: 0;
	flex: 1;
	color: #000;
	white-space: nowrap;
	border-radius: .4rem;
	border: 1px solid #ccd1e7;
	position: relative;
}

.app-box .device-item:hover {
	border-color: #000;
}

.app-box .device-item .line-center {
	gap: .4rem;
	justify-content: center;
}

.app-box .device-item span {
	font-size: 13px;
	line-height: 1.1;
	font-weight: 500;
}

.app-box .device-item .inc-icon {
	width: 20px;
	height: 20px;
}

.app-box .device-item.coming {
	border-color: #ccd1e7 !important;
	background-color: #ccd1e750 !important;
}

.app-box .device-item.coming .line-center {
	opacity: .5;
}

.app-box .device-item.coming:before {
	content: "Sắp ra mắt";
	position: absolute;
	top: -10px;
	right: -1px;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	border-radius: .3rem;
}

.app-box .appicon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.app-box .appicon img {
	width: 50px;
	height: auto;
	border-radius: .5rem;
}

.app-box .flex-item {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	flex-grow: 1;
	gap: 8px;
}

/* header mobile */
.header-elements .for-mobile {
	cursor: pointer;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: .4rem;
	flex-shrink: 0;
	display: none;
	font-size: 16px;
	color: #fff;
}

.icon-menu {
	width: 20px;
	height: 20px;
	position: relative;
	padding: 3px 0;
}

.icon-menu span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
}

.icon-menu span+span {
	margin-top: 4px;
}

.icon-menu span:nth-child(2) {
	width: 70%;
}

.menu-toggle.toggled .icon-menu span {
	position: absolute;
	transform: rotate(45deg);
	top: 9px;
	margin: 0;
	background-color: #FF6C5D;
}

.menu-toggle.toggled .icon-menu span:nth-child(3) {
	transform: rotate(-45deg);
}

.menu-toggle.toggled .icon-menu span:nth-child(2) {
	opacity: 0;
}

.search-toggle .icon-search {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
}

.search-toggle.toggled .icon-search i,
.search-toggle.toggled .icon-search svg {
	opacity: 0;
}

.search-toggle .icon-search span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.search-toggle .icon-search span:nth-child(2) {
	top: 18px;
}

.search-toggle.toggled .icon-search span {
	background-color: #FF6C5D;
	transform: rotate(45deg);
	opacity: 1;
	top: 9px !important;
	left: 0;
}

.search-toggle.toggled .icon-search span:nth-child(2) {
	transform: rotate(-45deg);
}

/* Slide */
.top-slide-wrap {
	position: relative;
}

.top-slide-main {
	width: 100%;
	position: relative;
	margin-bottom: -120px;
	height: 860px;
	background-color: var(--top-bg-default);
	overflow: hidden;
}

.top-slide-main:before,
.top-detail-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	z-index: 3;
	background: rgb(25, 27, 36);
	background: linear-gradient(0deg, rgba(25, 27, 36, 1) 0%, rgba(25, 27, 36, 0) 100%);
}

.top-slide-main .cover-fade {
	height: calc(100% - 60px) !important;
}

.top-slide-main .safe-area {
	height: calc(100% - 100px) !important;
}

.top-slide-wrap .swiper-slide-active .cover-fade {
	animation: cover-fade .5s forwards;
}

.top-slide-wrap .swiper-slide-active .cover-image {
	animation: hide-show 1s forwards;
}

.top-slide-wrap .swiper-slide-active .slide-content {
	animation: slide-content 0.5s forwards;
}

.big-slide-wrapper .top-slide-main {
	border-radius: 1.2rem;
}

.auto-hide {
	animation: auto-hide 30s forwards;
}

@keyframes cover-fade {
	0% {
		transform: translateX(-45%);
		-webkit-transform: translateX(-45%);
		opacity: 0;
	}

	100% {
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		opacity: 1;
	}
}

@keyframes hide-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slide-content {
	0% {
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes auto-hide {
	0% {
		opacity: 1;
	}

	99% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.slide-elements {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--top-bg-default);
}

.slide-elements:before,
.top-detail-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(/images/dotted.webp);
	background-repeat: repeat;
	opacity: .2;
	z-index: 1;
}

.slide-elements .cover-fade,
.top-detail-wrap .cover-fade {
	width: 100%;
	max-width: 1900px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	mask-image: linear-gradient(to top, transparent 0, black 20%, black 80%, transparent 100%);
	-webkit-mask-image: linear-gradient(to top, transparent 0, black 20%, black 80%, transparent 100%);
}

.slide-elements .cover-fade .cover-image {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	mask-image: linear-gradient(to right, transparent 10px, rgba(0, 0, 0, .2) 15%, black 40%, black 80%, transparent 99%);
	-webkit-mask-image: linear-gradient(to right, transparent 10px, rgba(0, 0, 0, .2) 15%, black 40%, black 80%, transparent 99%);
}

.slide-elements .background-fade,
.top-detail-wrap .background-fade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	filter: blur(50px);
	-webkit-filter: blur(80px);
	opacity: .2;
}

.slide-elements .safe-area {
	cursor: grab;
	width: 100%;
	height: 100%;
	max-width: 1900px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.slide-elements .safe-area:active {
	cursor: grabbing;
}

.slide-elements .hl-tags .tag-classic:nth-child(n+7) {
	display: none;
}

.slide-elements .hl-tags .tag-topic:nth-child(n+7) {
	display: none;
}

.slide-url {
	display: none;
}

.backdrop-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 3;
	display: none;
}

.swiper-slide-active .backdrop-video {
	display: block;
}

.top-slide-wrap .sound-mute {
	position: absolute;
	bottom: 280px;
	right: calc(50% - 900px);
	z-index: 3;
}

.top-slide-wrap .sound-mute i {
	font-size: 1em;
}

.top-slide-wrap .top-slide-small {
	width: 450px !important;
	position: absolute;
	bottom: 212px;
	right: calc(50% - 900px);
}

.top-slide-wrap .top-slide-small .swiper-slide {
	width: 65px;
	height: 45px;
	cursor: pointer;
	position: relative;
	border: 2px solid #ffffff24;
	border-radius: .5rem;
	overflow: hidden;
	transform: scale(.95);
	box-sizing: border-box;
}

.top-slide-wrap .top-slide-small .swiper-slide:hover {
	border-color: #fff !important;
}

.top-slide-wrap .top-slide-small .swiper-slide img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	background-color: var(--bg-2);
}

.top-slide-wrap .top-slide-small .swiper-slide.swiper-slide-thumb-active {
	border-color: #fff !important;
	transform: scale(1);
}

.slide-content {
	position: relative;
	z-index: 5;
	max-width: 700px;
	width: 100%;
	padding: 100px 50px;
}

.slide-content .media-title {
	font-size: 3em;
	line-height: 1.3;
	margin-bottom: .5rem;
	font-weight: 700;
	text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
	color: #fff;
}

.slide-content .media-title-image {
	margin-bottom: 1rem;
}

.slide-content .media-title-image img {
	max-width: 500px;
	max-height: 130px;
}

.slide-content .media-alias-title {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 1rem;
}

.slide-content .media-alias-title a {
	color: var(--primary-text);
}

.slide-content .description {
	font-size: 1em;
	line-height: 1.6;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	font-weight: 400;
	margin-bottom: 2rem;
}

.slide-content .touch {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.slide-content .touch .button-play {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-button-text) !important;
	opacity: .95;
}

.slide-content .touch .button-play i {
	font-size: 28px;
	position: relative;
	left: 2px;
}

.slide-content .touch .button-play svg {
	width: 28px;
	height: 28px;
	position: relative;
	left: 2px;
}

.slide-content .touch .button-play:hover {
	opacity: 1;
}

.slide-content .touch-group {
	display: inline-flex;
	align-items: center;
	border: 2px solid var(--border-color);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 7;
}

.slide-content .touch-group:hover {
	border-color: #fff !important;
}

.slide-content .touch-group .item {
	height: 50px;
	min-width: 68px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 0 .2rem;
	gap: .3rem;
	position: relative;
}

.slide-content .touch-group .item:first-of-type {
	padding-left: .4rem;
}

.slide-content .touch-group .item:last-of-type {
	padding-right: .4rem;
}

.slide-content .touch-group .item span {
	display: none;
	white-space: nowrap;
	height: 0;
	font-size: 10px;
	line-height: 1;
}

.slide-content .touch-group .item.active .icon-20 {
	color: var(--primary-text) !important;
}

.slide-content .touch-group .item:hover span {
	display: block;
	height: auto;
}

.slide-content .touch-group .item:hover {
	background-color: #ffffff05;
	width: auto;
}

.slide-content .touch-group .item+.item {
	border-left: 2px solid var(--border-color);
}

/* Tags */
.hl-tags {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: .6rem;
	margin-bottom: .75rem;
}

.tag-model {
	border-radius: 0.33rem;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	overflow: hidden;
	cursor: default;
	line-height: 26px;
	font-size: 12px;
	padding: 0 .5rem;
	flex-shrink: 0;
}

.tag-classic,
.tag-topic {
	background-color: #ffffff10;
	height: 26px;
	font-size: 12px;
	padding: 0 .4rem;
	color: #fff;
	border-radius: 0.33rem;
	display: inline-flex;
	align-items: center;
}

.tag-classic {
	border: 1px solid #fff;
}

.tag-imdb {
	background-color: transparent;
	border: 1px solid #f0d25c;
	border-radius: 0.33rem;
	color: #fff;
	font-weight: 500;
	cursor: default;
	line-height: 24px;
	font-size: 12px;
	padding: 0 .4rem;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}

.tag-imdb:before {
	content: "IMDb";
	color: #f0d25c;
	position: relative;
	font-weight: 500;
	padding-right: 4px;
	font-size: 10px;
	line-height: 1;
}

/* fluid */
#wrapper.wrapper-w-slide {
	position: relative;
	z-index: 9;
}

.fluid-gap {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.cards-row {
	position: relative;
}

.cards-row.wide {
	width: 100%;
	max-width: 1900px;
	padding: 0 50px;
	margin: 0 auto;
}

.cards-row.fixed {
	width: 100%;
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
}

.cards-row .row-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	position: relative;
	min-height: 44px;
	margin-bottom: 1.2rem;
}

.cards-row .row-header .inc-icon {
	width: 32px;
	height: 32px;
}

.cards-row .row-header .category-name {
	font-size: 2em;
	line-height: 1.4;
	font-weight: 600;
	margin: 0;
	color: var(--category-name);
	text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
}

.topics-line {
	display: flex;
	gap: 1rem;
	align-items: stretch;
	justify-content: flex-start;
}

.topics-line .topic-item {
	display: flex;
	align-items: flex-end;
	z-index: 5;
	flex: 1;
	gap: 1.2rem;
	padding: 1.2rem;
	min-height: 120px;
	border-radius: .6rem;
	color: #fff;
}

.topics-line .topic-item .topic-name {
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
}

.topics-line .topic-item .info {
	position: relative;
	z-index: 3;
}

.cards-row.fixed.min {
	max-width: 960px;
}

/* swiper slide */
.cards-slide-wrapper {
	position: relative;
}

.sw-navigation .sw-button {
	padding: 6px;
	background-color: transparent !important;
	color: #fff;
	outline: none !important;
	border: none !important;
	position: absolute;
	z-index: 10;
	right: 0;
	top: calc(50% - 27px);
	transform: translate(100%, -50%);
	opacity: .5;
}

.sw-navigation .sw-prev {
	right: auto;
	left: 0px;
	transform: translate(-100%, -50%);
}

.sw-navigation .sw-button.swiper-button-disabled {
	display: none;
}

.sw-navigation .sw-button:hover {
	opacity: 1;
}

.sw-navigation .sw-button svg {
	width: 48px !important;
	height: 48px !important;
}

.sw-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	position: relative;
}

.sw-item .v-thumbnail:hover img {
	opacity: .8;
}

.sw-item .info {
	min-height: 42px;
	text-align: center;
}

.sw-item .info .item-title {
	margin-bottom: 0;
}

.sw-item .info .alias-title,
.sw-cover .alias-title {
	font-size: .9em;
	margin-top: 5px;
}

.sw-item .info .alias-title a,
.sw-cover .alias-title a {
	color: var(--text-base);
}

.sw-item .info-v {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}

.sw-item .info-v .alias-title {
	font-size: .9em;
	color: var(--text-base);
}

.sw-item .info-v .info-line>div {
	color: #fff;
}

.sw-item .info-v.w-chart {
	padding-left: 66px;
	position: relative;
	text-align: left;
	isolation: isolate;
}

.sw-item .info-v.w-chart .alias-title {
	margin-top: 0;
}

.sw-item .info-v.w-chart .number {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	line-height: 1;
	text-align: center;
	font-size: 4.2em;
	font-weight: 800;
	font-style: italic;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 100;
	pointer-events: none;
}

.sw-item .info-v.w-chart .item-title,
.sw-item .info-v.w-chart .alias-title,
.sw-item .info-v.w-chart .info-line {
	position: relative;
	z-index: 0;
}

.v-thumbnail .pin-thumb {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	padding: 0 .6rem;
	background: rgb(25, 27, 36);
	background: linear-gradient(0deg, rgba(25, 27, 36, 0) 0%, rgba(25, 27, 36, 0.7) 100%);
}

.v-thumbnail .pin-thumb.on-bottom {
	top: auto;
	bottom: 0;
	background: rgb(25, 27, 36);
	background: linear-gradient(0deg, rgba(25, 27, 36, 0.7) 0%, rgba(25, 27, 36, 0) 100%);
}

.v-thumbnail .pin-thumb>div {
	color: #fff;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	font-size: 13px;
}

.v-thumbnail .pin-thumb>div.e-quality {
	font-size: 15px;
	font-weight: 600;
}

.v-thumbnail .pin-trans {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .5rem;
}

.v-thumbnail .pin-trans .line-center {
	background-color: #fff;
	justify-content: center;
	height: 28px;
	border-radius: 1rem;
	padding: 0 .3rem;
	min-width: 28px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	gap: .3rem;
}

.v-thumbnail .pin-trans .line-center span {
	font-size: 11px;
	color: #000;
	display: none;
}

.v-thumbnail .pin-trans .line-center:hover {
	padding: 0 .5rem;
}

.v-thumbnail .pin-trans .line-center:hover span {
	display: block;
}

.v-thumbnail .pin-trans.fixed {
	bottom: 8px;
	right: 8px;
}

.v-thumbnail .pin-trans.fixed .line-center {
	width: 24px !important;
	min-width: auto !important;
	height: 24px;
	padding: 0 !important;
}

.v-thumbnail .pin-trans.fixed .line-center span {
	display: none !important;
}

.v-thumbnail .pin-trans.fixed .line-center .inter-icon {
	transform: scale(.8);
}

.v-thumbnail .pin-top {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	width: 70px;
	text-align: right;
	padding-right: 1rem;
	font-size: 3.5em;
	font-weight: 800;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	z-index: 3;
}

.pin-new {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-radius: .3rem .3rem 0 0;
	overflow: hidden;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

.pin-new .line-center {
	flex: 1;
	gap: .2rem;
	justify-content: center;
	padding: .2rem .5rem;
	font-size: 11px;
	font-weight: 400;
	background-color: #5e6070;
	color: #fff;
}

.pin-new .line-center.line-lt {
	background-color: #1667cf;
	color: #fff;
}

.pin-new .line-center.line-tm {
	background-color: #2ca35d;
	color: #fff;
}

.pin-new .line-center.line-lt span::before {
	content: "LT.";
}

.pin-new .line-center.line-tm span::before {
	content: "TM.";
}

.pin-new .line-center.line-pd span::before {
	content: "PĐ.";
}

.pin-new .line-center.line-coming {
	background-color: #fff;
	color: #333;
}

.pin-remove {
	position: absolute;
	z-index: 3;
	top: .3rem;
	right: .3rem;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 5px 5px #00000010;
	width: 30px;
	height: 30px;
	border-radius: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .7;
}

.pin-remove:hover {
	opacity: 1;
}

.pin-new2 {
	justify-content: flex-start;
	border-radius: .5rem .5rem 0 0;
	overflow: hidden;
	background-color: #fff;
}

.pin-new2 .line-center {
	padding: .3rem .5rem;
	border-radius: 0 .5rem 0 0;
	overflow: hidden;
	background-color: transparent;
}

.pin-new2 .line-center:first-of-type {
	position: relative;
	z-index: 3;
}

.pin-new2 .line-center+.line-center {
	padding-left: .8rem;
	margin-left: -.3rem;
}

.pin-new2 .line-center.line-tm {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.pin-quality-tag,
.tag-quality {
	padding: 0 .4rem;
	border-radius: 0.33rem;
	height: 26px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background-color: #FFD875;
	background-image: linear-gradient(220deg, #FFD875 0%, #FFF 100%);
}

.pin-quality-tag {
	position: absolute;
	z-index: 3;
	top: .35rem;
	left: .35rem;
	width: 28px;
	height: 28px;
	font-size: 13px;
	padding: 0;
	border-radius: 50%;
	font-size: 13px;
	box-shadow: 0 0 0 2px #0005;
}

.pin-quality-tag.tag-cam {
	background: #fff !important;
	color: #000;
	box-shadow: 0 0 5px 5px #00000010;
	border-radius: .4rem;
	width: auto;
	height: auto;
	padding: .2rem .4rem;
	font-size: 11px;
}


.watched-bar {
	width: 100%;
	max-width: 160px;
	margin: .8rem auto;
	height: 4px;
	position: relative;
	display: flex;
	background-color: #ffffff20;
}

.watched-bar span {
	height: 100%;
	display: block;
	background-color: #ffffff90;
}

.watched-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	margin: 0 0 .5rem;
	font-size: 12px;
}

.watched-info .w-item span {
	opacity: .4;
}

.watched-info .w-item+.w-item {
	padding-left: .6rem;
	position: relative;
}

.watched-info .w-item+.w-item:before {
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	background-color: var(--text-base);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

/* Top */
.top-up {
	margin-bottom: 20px;
}

.top-up .sw-item .v-thumbnail {
	background-color: transparent;
}

.top-up .sw-item .v-thumbnail img,
.top-up .sw-item .v-thumbnail .mask {
	border-radius: 0;
	clip-path: polygon(94.239% 100%, 5.761% 100%, 5.761% 100%, 4.826% 99.95%, 3.94% 99.803%, 3.113% 99.569%, 2.358% 99.256%, 1.687% 98.87%, 1.111% 98.421%, 0.643% 97.915%, 0.294% 97.362%, 0.075% 96.768%, 0% 96.142%, 0% 3.858%, 0% 3.858%, 0.087% 3.185%, 0.338% 2.552%, 0.737% 1.968%, 1.269% 1.442%, 1.92% 0.984%, 2.672% 0.602%, 3.512% 0.306%, 4.423% 0.105%, 5.391% 0.008%, 6.4% 0.024%, 94.879% 6.625%, 94.879% 6.625%, 95.731% 6.732%, 96.532% 6.919%, 97.272% 7.178%, 97.942% 7.503%, 98.533% 7.887%, 99.038% 8.323%, 99.445% 8.805%, 99.747% 9.326%, 99.935% 9.88%, 100% 10.459%, 100% 96.142%, 100% 96.142%, 99.925% 96.768%, 99.706% 97.362%, 99.357% 97.915%, 98.889% 98.421%, 98.313% 98.87%, 97.642% 99.256%, 96.887% 99.569%, 96.06% 99.803%, 95.174% 99.95%, 94.239% 100%);
}

.top-up .swiper-slide:nth-child(2n) .v-thumbnail img,
.top-up .swiper-slide:nth-child(2n) .v-thumbnail .mask {
	clip-path: polygon(5.761% 100%, 94.239% 100%, 94.239% 100%, 95.174% 99.95%, 96.06% 99.803%, 96.887% 99.569%, 97.642% 99.256%, 98.313% 98.87%, 98.889% 98.421%, 99.357% 97.915%, 99.706% 97.362%, 99.925% 96.768%, 100% 96.142%, 100% 3.858%, 100% 3.858%, 99.913% 3.185%, 99.662% 2.552%, 99.263% 1.968%, 98.731% 1.442%, 98.08% 0.984%, 97.328% 0.602%, 96.488% 0.306%, 95.577% 0.105%, 94.609% 0.008%, 93.6% 0.024%, 5.121% 6.625%, 5.121% 6.625%, 4.269% 6.732%, 3.468% 6.919%, 2.728% 7.178%, 2.058% 7.503%, 1.467% 7.887%, 0.962% 8.323%, 0.555% 8.805%, 0.253% 9.326%, 0.065% 9.88%, 0% 10.459%, 0% 96.142%, 0% 96.142%, 0.075% 96.768%, 0.294% 97.362%, 0.643% 97.915%, 1.111% 98.421%, 1.687% 98.87%, 2.358% 99.256%, 3.113% 99.569%, 3.94% 99.803%, 4.826% 99.95%, 5.761% 100%);
}

.top-up .sw-item .v-thumbnail:hover img {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
}

.top-up .sw-item .v-thumbnail .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.05)
}

.top-up .sw-item .v-thumbnail:hover .mask {
	background-color: var(--primary-color);
}

/* big slide */
.big-slide-wrapper {
	padding-bottom: 2rem;
}

.big-slide-wrapper .slide-content {
	padding: 3rem;
}

.big-slide-wrapper .slide-content .media-title {
	font-size: 1.8em;
	margin-bottom: .25rem;
}

.big-slide-wrapper .slide-elements {
	background-color: var(--bg-3)
}

.big-slide-wrapper .slide-elements .background-fade {
	display: none !important;
}

.big-slide-wrapper .slide-elements .cover-fade {
	width: calc(100% - 500px);
	height: 100% !important;
	left: auto;
	transform: none;
	right: 0;
	mask-image: linear-gradient(to right, transparent 0, black 30%, black 100%);
}

.big-slide-wrapper .slide-elements .cover-fade .cover-image {
	mask-image: none;
	-webkit-mask-image: none;
}

.big-slide-wrapper .slide-elements .safe-area {
	height: 100% !important;
	align-items: flex-start;
}

.big-slide-wrapper .top-slide-main,
.big-slide-wrapper .collection-s2-main {
	height: 500px;
	margin: 0;
}

.big-slide-wrapper .top-slide-main:before,
.big-slide-wrapper .collection-s2-main:before {
	display: none;
}

.big-slide-wrapper .top-slide-main .swiper-slide,
.big-slide-wrapper .collection-s2-main .swiper-slide {
	border-radius: 1.2rem;
	overflow: hidden;
}

.big-slide-wrapper .top-slide-small,
.big-slide-wrapper .collection-s2-thumbs {
	margin: -70px auto 0;
	max-width: 1200px;
	width: calc(100% - 32px);
	position: relative;
	z-index: 3;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper {
	display: flex;
	align-items: stretch;
	gap: 1rem;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide {
	flex: 1;
	border-radius: .8rem;
	overflow: hidden;
	background-color: var(--bg-2);
	position: relative;
	cursor: pointer;
	border: 3px solid transparent;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide img,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide .info,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide .info {
	height: 110px;
	display: flex;
	align-items: center;
	padding: 1rem;
	display: none;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide .media-title,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide .media-title {
	font-size: 1em;
	line-height: 1.6;
	font-weight: 300;
	color: #fff;
	margin: 0;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide-thumb-active,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide-thumb-active {
	background-color: #fff;
}

.big-slide-wrapper .top-slide-small .swiper-wrapper .swiper-slide-thumb-active .media-title,
.big-slide-wrapper .collection-s2-thumbs .swiper-wrapper .swiper-slide-thumb-active .media-title {
	color: #000;
	font-weight: 500;
}

/* actors */
.sw-actors-recent .sw-actor {
	width: 100%;
	position: relative;
}

.sw-actor .item-duo {
	background-color: #ffffff05;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-radius: .5rem;
	mask-image: linear-gradient(to top, transparent 20%, black 70%, black 100%);
}

.sw-actor .item-duo .duo-thumb {
	width: 100%;
	flex: 1;
	padding-bottom: 70%;
	position: relative;
	border-radius: .4rem;
	overflow: hidden;
}

.sw-actor .item-duo .duo-thumb:hover img {
	opacity: .8;
}

.sw-actor .item-duo .duo-thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-actors-recent .sw-actor .h-item {
	position: relative;
	z-index: 2;
	padding: 1.5rem;
	margin-top: -100px;
	gap: 1.2rem;
}

.sw-actors-recent .sw-actor .h-item .v-actor {
	border: 3px solid #fff;
	width: 70px;
	height: 70px;
}

.sw-actors-recent .sw-actor .h-item .v-actor:hover {
	border-color: var(--primary-color);
}

.sw-actors-recent .sw-actor .h-item .item-title {
	font-size: 1.2em;
	font-weight: 600;
}

.sw-actors-list .v-item {
	padding: .6rem 0;
}


/* card with cover */
.sw-cover {
	width: 100%;
	position: relative;
}

.sw-cover .h-item {
	padding: 1rem 1.25rem;
	position: relative;
	z-index: 2;
	gap: 1.25rem;
	align-items: flex-start;
}

.sw-cover .h-item .v-thumb-m {
	margin-top: -60px;
}

.sw-cover .h-item .v-thumb-m .v-thumbnail {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}

.sw-cover .h-item .info .item-title {
	font-weight: 500;
}

.sw-cover.single .h-item {
	padding: .75rem 1rem;
}

.sw-cover.single .v-thumbnail.v-thumbnail-hoz {
	padding-bottom: 56%;
}

/* cards grid */
.cards-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1.5rem;
}

.actors-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1.5rem;
}

.actors-grid-wrapper .v-item .info .item-title {
	font-size: 1.1em;
	font-weight: 500;
}

@media screen and (min-width: 1121px) {
	.cards-grid-wrapper.grid-6or {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (min-width: 800px) and (max-width: 1120px) {
	.cards-grid-wrapper.grid-6or {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* footer */
footer {
	background-color: var(--footer-bg);
}

.footer-elements {
	position: relative;
	min-height: 400px;
	padding: 2rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-elements>div {
	position: relative;
	z-index: 2;
}

.footer-elements .footer-icon {
	position: absolute !important;
	z-index: 1 !important;
	width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-elements .side-left {
	display: block;
	max-width: 750px;
}

.sl-brand {
	gap: 3rem;
	margin-bottom: 2rem;
}

.sl-brand .footer-logo {
	display: block;
}

.sl-brand .footer-logo img {
	height: 60px;
	width: auto;
}

.sl-brand .socials {
	gap: .75rem;
	padding-left: 3rem;
	border-left: 1px solid var(--border-color);
}

.sl-brand .socials .social-item {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff1;
}

.sl-menu a {
	margin-right: 1.5rem;
	white-space: nowrap;
}

.sl-menu a:last-of-type {
	margin-right: 0;
}

.footer-elements .side-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	max-width: 400px;
}

.sr-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: .5rem;
}

.sr-links a {
	display: block;
	border-radius: 2rem;
	border: 1px solid var(--border-color);
	padding: .5rem 1rem;
	font-size: .9em;
	font-weight: 300;
}

footer .true {
	margin-bottom: 1.5rem;
}

footer .true .line-center {
	font-size: 14px;
	color: #fff;
	padding: .5rem .7rem;
	border-radius: 2rem;
	background-color: #78140f;
}

/* demo tip */
.v-tips {
	position: relative;
}

.demo-tip,
.qtip-default {
	background-color: var(--bg-3);
	width: 100%;
	max-width: 420px;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	border: none !important;
	color: #fff;
	line-height: 1.5;
}

#demo-tip {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

#slide-row-02:hover #demo-tip {
	display: block;
}

.qtip-default .qtip-content {
	padding: 0;
}

.qtip-default {
	animation: qtip-animation .3s forwards;
}

#movie-tooltip {
	/* animation is controlled by JS */
	animation: none;
	width: 420px;
	transform-origin: center center;
}

@keyframes qtip-animation {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes qtip-hide {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(.85);
	}
}

.sw-tip {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}

.sw-tip .media-teaser {
	background-size: cover;
	background-position: center center;
	position: relative;
	max-height: 220px;
	overflow: hidden;
}

.sw-tip .media-teaser {
	mask-image: linear-gradient(to top, transparent 0, black 30px);
	-webkit-mask-image: linear-gradient(to top, transparent 0, black 30px);
}

.sw-tip .media-teaser .sound-mute {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 4;
	cursor: pointer;
}

.sound-mute.muted i::before {
	content: "\f6a9" !important;
}

.sw-tip .media-teaser .pin-new {
	transform: none;
	bottom: auto;
	top: 1rem;
	left: 1rem;
	right: auto;
	z-index: 4;
	border-radius: .3rem;
	display: none;
}

.sw-tip .media-teaser .info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: rgb(47, 51, 70);
	background: linear-gradient(20deg, rgba(47, 51, 70, 0.6) 0%, rgba(47, 51, 70, 0) 100%);
}

.sw-tip .media-item {
	width: 100%;
	padding: 1.5rem;
	padding-top: 0;
	background: rgb(47, 51, 70);
	background: linear-gradient(0deg, rgba(47, 51, 70, 1) 0%, rgba(47, 51, 70, 0.7) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.sw-tip .video-title-group {
	margin-bottom: 1rem;
}

.sw-tip .media-title {
	font-size: 1.2em;
	font-weight: 600;
	text-shadow: 0 0 3px #00000030;
}

.sw-tip .media-title-image {
	margin-bottom: .6rem;
}

.sw-tip .media-title-image img {
	max-width: 280px;
	max-height: 50px;
}

.sw-tip .alias-title {
	font-size: 1em;
	font-weight: 400;
	color: var(--primary-text);
}

.sw-tip .hl-tags {
	gap: 5px;
}

.sw-tip .hl-tags+.hl-tags {
	margin-top: .5rem;
}

.sw-tip .hl-tags .tag-classic {
	border: none;
	font-size: .9em;
	height: 22px;
}

/* .sw-tip .hl-tags .tag-classic:nth-child(n+5){ display: none;} */
.sw-tip .hl-tags .tag-model span {
	line-height: 20px;
}

.sw-tip .hl-tags .tag-imdb {
	line-height: 20px;
}

.sw-tip .hl-tags .tag-topic {
	background-color: transparent;
	padding: 0;
	height: auto;
}

.sw-tip .hl-tags .tag-topic:nth-child(n+5) {
	display: none;
}

.sw-tip .hl-tags .tag-topic+.tag-topic {
	margin-left: 2px;
}

.sw-tip .hl-tags .tag-topic+.tag-topic:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 6px;
}

.sw-tip .touch-group {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: .6rem;
	margin-bottom: 1.25rem;
}

.sw-tip .touch-group .btn {
	flex-grow: 1;
}

.sw-tip .touch-group .btn-outline.active {
	color: var(--primary-text) !important;
}

/* tabs */
.v-tabs {
	padding: 0;
	margin-bottom: 1.5rem;
}

.v-tabs.nav-pills .nav-item+.nav-item {
	margin-left: .6rem;
}

.v-tabs.nav-pills .nav-link+.nav-link {
	margin-left: .6rem;
}

.v-tabs.nav-pills .nav-link {
	border-radius: 2rem;
	color: #fff;
	background-color: var(--bg-3);
	min-width: 100px;
	display: inline-flex;
	gap: .4rem;
	align-items: center;
	justify-content: center;
	opacity: .8;
}

.v-tabs.nav-pills .nav-link:hover {
	opacity: 1;
}

.v-tabs.nav-pills .nav-link.active,
.v-tabs.nav-pills .show>.nav-link {
	background-color: #fff !important;
	color: #000 !important;
	opacity: 1;
}

.v-tabs.nav-tabs {
	border-bottom: 1px solid var(--border-color);
}

.v-tabs.nav-tabs .nav-link+.nav-link {
	margin-left: 40px;
}

.v-tabs.nav-tabs .nav-link {
	border: none;
	border-bottom: 1px solid transparent !important;
	margin-bottom: -1px;
	padding: 0.75rem 0;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background-color: none;
	opacity: .9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.v-tabs.nav-tabs .nav-link:hover {
	opacity: 1;
}

.v-tabs.nav-tabs .nav-link.active {
	opacity: 1;
	background-color: transparent;
	color: var(--primary-text);
	border-color: var(--primary-color) !important;
	margin-bottom: -1px;
}

.v-tabs.v-tabs-min.nav-pills .nav-link {
	font-size: 12px;
	min-height: 30px;
	gap: .5rem;
	padding: 0 .5rem;
	border-radius: .4rem;
	min-width: auto;
	background-color: transparent !important;
	border: 1px solid transparent;
}

.v-tabs.v-tabs-min.nav-pills .nav-link.active {
	color: #fff !important;
	border: 1px solid #fff;
}

.v-tabs-xs.nav-pills .nav-link {
	padding: 0 !important;
	background-color: transparent !important;
	font-size: 12px !important;
	min-width: 60px !important;
}

.v-tabs-xs.nav-pills .nav-link+.nav-link {
	margin-left: .75rem !important;
}

.v-tabs-xs.nav-pills .nav-link.active {
	background-color: transparent !important;
	color: var(--primary-text) !important;
}

.v-notice {
	padding: 3rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 1rem;
	color: var(--text-base);
	background-color: rgba(0, 0, 0, .2);
}

.v-notice .icon-notice {
	width: 3rem;
	height: 3rem;
	opacity: .5;
}

.modal-content .v-tabs {
	column-gap: .6rem;
	row-gap: .3rem;
}

.modal-content .v-tabs.nav-pills .nav-link+.nav-link {
	margin: 0 !important;
}

/* filter */
.v-filter {
	margin-bottom: 2rem;
}

.filter-toggle {
	background-color: var(--bg-color);
	padding: 0 .75rem 0 .5rem;
	height: 30px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	border-radius: .3rem;
}

.filter-toggle i {
	font-size: 12px;
}

.filter-toggle:hover {
	opacity: .9;
}

.filter-toggle.toggled i {
	color: var(--primary-text);
}

.filter-elements {
	border-radius: .75rem;
	border: 1px solid var(--border-color);
	padding: 1rem 0 0 0;
	margin-top: -15px;
	margin-bottom: 3rem;
}

.v-filter .fe-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	padding: .5rem 1rem;
	border-bottom: 1px dashed var(--border-color);
}

.v-filter .fe-row:last-of-type {
	border-bottom: none;
}

.v-filter .fe-row .fe-name {
	width: 120px;
	padding: .3rem 0;
	text-align: right;
	flex-shrink: 0;
	font-weight: 500;
	color: #fff;
}

.v-filter .fe-row .fe-results {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: .5rem;
}

.v-filter .fe-row .fe-results .item {
	padding: .3rem .6rem;
	border: 1px solid transparent;
	border-radius: .4rem;
	color: #fff;
	cursor: pointer;
	opacity: .8;
}

.v-filter .fe-row .fe-results .item:hover {
	opacity: 1;
	color: var(--primary-text);
}

.v-filter .fe-row .fe-results .item.active {
	border-color: #fff3;
	color: var(--primary-text);
	opacity: 1 !important;
}

.v-filter .fe-row-end {
	padding: 1.5rem 1rem;
}

.v-pagination {
	gap: 1rem;
	width: 100%;
	justify-content: center;
	margin: 4rem 0;
}

.v-pagination .page-current {
	height: 50px;
	padding: 0 1.2rem;
	border-radius: 3rem;
	background-color: #2f3346;
	color: #fff;
	font-size: 15px;
}

.v-pagination .page-current .v-form-control {
	border-color: #ffffff20 !important;
	width: 32px;
	height: 32px;
	border-radius: .3rem;
	background-color: transparent !important;
	color: #fff !important;
	padding: 0;
	text-align: center;
	font-weight: 600;
}

.v-pagination .page-current .v-form-control:focus {
	border-color: #ffffff40 !important;
}


/* bread */
.v-bread {
	position: absolute;
	top: 100px;
	left: 2rem;
	z-index: 9;
}

.v-bread>.line-center {
	gap: 1rem;
}

.v-bread .page-name {
	font-size: 1.6em;
	color: #fff;
	text-shadow: var(--h-shadow);
	font-weight: 600;
	margin: 0;
	cursor: default;
}

.model-tabs {
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	border: 1px solid #fff;
	border-radius: .5rem;
	padding: 2px;
	font-size: 14px;
	font-weight: 400;
}

.model-tabs .item {
	height: 26px;
	border-radius: .3rem;
	font-size: 13px;
	padding: 0 .5rem;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.model-tabs .item.active {
	background-color: #fff;
	color: #000;
}

/* top detail */
.top-detail-wrap {
	position: relative;
	width: 100%;
	height: 800px;
	background-color: var(--top-bg-default);
	overflow: hidden;
}

.top-detail-wrap .cover-fade .cover-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	background-size: cover;
	background-position: center center;
	mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
}

/* detail container */
.detail-container {
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: -200px;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.detail-container>div {
	background-color: rgba(25, 27, 36, .3);
	backdrop-filter: blur(20px);
}

.detail-container>div.dc-side {
	flex-shrink: 0;
	width: 440px;
	border-radius: 1.25rem 3rem 1.25rem 1.25rem;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.ds-info {
	font-weight: 300;
}

.ds-info .alias-name {
	color: var(--primary-text);
	margin-bottom: 1.5rem;
	font-weight: 400;
}

.detail-more .de-title {
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
}

.detail-line {
	margin-bottom: 1.2rem;
}

.detail-line.d-flex {
	align-items: flex-start;
	gap: .6rem;
}

.child-actors {
	position: relative;
	padding-bottom: 1rem;
}

.child-actors .child-actors-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: .6rem;
	row-gap: 1.5rem;
}

.child-actors .v-item {
	gap: .75rem;
}

.dc-side>div {
	margin-bottom: 2rem;
}

.dc-side>div+div {
	padding-top: 2rem;
	border-top: 1px solid var(--border-color);
}

.dc-side>.child-actors {
	padding: 0;
	border: none;
}

.status .line-center {
	font-size: 0;
	padding: .5rem .8rem;
	border-radius: 2rem;
	background-color: #fff1;
}

.status.on-going .line-center {
	background-color: #ff83001a;
	color: #ff8300;
}

.status.complete .line-center {
	background-color: #22cb4c1a;
	color: #22cb4c;
}

.status .small {
	font-size: 12px;
}

.status .spinner-border-sm {
	--bs-spinner-width: .8rem;
	--bs-spinner-height: .8rem
}

.detail-container>div.dc-main {
	background-color: rgba(25, 27, 36, .6);
	flex-grow: 1;
	border-radius: 3rem 1.25rem 1.25rem 1.25rem;
	display: flex;
	flex-direction: column;
}

.dm-bar {
	padding: 30px;
	position: relative;
	z-index: 9;
}

.dm-bar .elements,
.dm-bar .touch-group,
.dm-bar .is-left {
	display: flex;
	align-items: center;
	gap: 2rem;
	justify-content: space-between;
}

.dm-bar .is-left {
	gap: 1rem;
	justify-content: flex-start;
}

.dm-bar .item {
	min-width: 80px;
	padding: .6rem;
	border-radius: .6rem;
}

.dm-bar .item:hover {
	background-color: #ffffff05;
}

.dm-bar .item.active .item-v i,
.dm-bar .item.active .item-v .inc-icon {
	color: var(--primary-text);
}

.dm-bar .item .item-v {
	gap: .6rem;
	font-size: .9em;
	line-height: 1;
}

.dm-bar .item .item-v span {
	color: #fff !important;
}

.dm-bar .item.item-remind {
	position: relative;
	cursor: pointer;
	animation: item-remind 1s infinite;
}

.dm-bar .item.item-remind .inc-icon {
	animation: bell-remind 300ms infinite;
	color: #fff;
}

.dm-bar .item.item-remind.active,
.dm-bar .item.item-remind.active .inc-icon {
	animation: none !important;
	color: var(--primary-color);
}

.item-rating .v-rating {
	height: 16px;
	color: var(--primary-text);
	font-size: 14px;
}

.item-rating .v-rating span {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

@keyframes item-remind {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes bell-remind {
	0% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

.ds-info #toggle-detail {
	display: none;
}

.item-v {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .6rem;
}

/* child box */
.child-box {
	display: block;
	position: relative;
}

.child-box .child-header {
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 40px;
}

.child-box .child-header .inc-icon {
	width: 24px;
	height: 24px;
}

.cc-top .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cc-top .item+.item {
	margin-top: 1rem;
}

.cc-top .item .position {
	width: 60px;
	flex-shrink: 0;
	text-align: left;
	font-size: 4em;
	font-weight: 800;
	color: var(--bg-color);
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.cc-top .item:nth-child(n+10) .position {
	margin-left: -8px;
	letter-spacing: -4px;
}

.cc-top .item .h-item {
	flex-grow: 1;
	background-color: #ffffff05;
	border-radius: .5rem;
	overflow: hidden;
	gap: 0;
}

.cc-top .item .h-item .info {
	padding: .6rem 1rem;
}

/* body detail */
.content-gap {
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cg-body-box {
	padding: 40px 0;
}

.cg-body-box.is-seasons {
	padding: 0 0 20px;
}

.cg-body-box .box-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2rem;
}

.v-toggle .text {
	color: #fff;
	font-size: .9em;
	white-space: nowrap;
}

.v-toggle .toggle-x {
	border: 1px solid #fff;
	border-radius: 2rem;
	width: 30px;
	height: 20px;
	position: relative;
	cursor: pointer;
	opacity: .3;
	flex-shrink: 0;
}

.v-toggle .toggle-x span {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 8px;
	width: 8px;
	background-color: #fff;
	border-radius: 20px;
}

.v-toggle .toggle-x.on {
	opacity: 1;
	border-color: var(--primary-color);
}

.v-toggle .toggle-x.on span {
	left: 15px;
	background-color: var(--primary-color);
}

.toggle-basic {
	border: 1px solid #fff;
	border-radius: .2rem;
	font-size: 10px;
	line-height: 1;
	padding: .2rem;
	color: #fff;
	opacity: .5;
	cursor: pointer;
	width: 28px;
	text-align: center;
}

.toggle-basic:before {
	content: "OFF";
}

.toggle-basic-label.is-on .toggle-basic {
	opacity: 1;
	border-color: var(--primary-color);
}

.toggle-basic-label.is-on .toggle-basic:before {
	content: "ON";
}

.de-eps.is-grid,
.de-seasons.is-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 2rem;
	column-gap: 1.2rem;
}

.de-eps.is-grid .item .h-thumbnail {
	position: relative;
	padding-bottom: 56%;
	margin-bottom: .6rem;
	border-radius: .5rem;
	overflow: hidden;
	background-color: var(--bg-3);
}

.de-eps.is-grid .item .h-thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.de-eps.is-grid .item.on-air .h-thumbnail img {
	opacity: 1 !important;
}

.de-eps.is-grid .item.on-air .h-thumbnail .play-button {
	display: none !important;
}

.de-eps.is-grid .item.on-air .h-thumbnail {
	border: 2px solid var(--primary-color);
}

.de-eps.is-grid .item.on-air .h-thumbnail:after {
	content: "Đang chiếu";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	color: var(--primary-button-text);
	padding: .2rem .5rem;
	font-size: 11px;
	border-radius: 0 .5rem 0 0;
}

.de-eps.is-grid .item .h-thumbnail:hover img {
	opacity: .7;
}

.de-eps.is-grid .item .h-thumbnail:hover .play-button {
	opacity: 1;
}

.de-eps.is-grid .item .h-thumbnail .play-button,
.play-button.is-center {
	opacity: 0;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid #fff;
	background-color: rgba(0, 0, 0, .5);
	padding-left: 2px;
}

.de-eps.is-grid .item .info {
	display: block;
}

.de-eps.is-grid .item .info>div {
	display: inline;
}

.de-eps.is-grid .item .info .play-button {
	display: none;
}

.de-eps.is-grid .item .info .ep-sort::after {
	content: "";
}

.de-eps.is-grid .item .info .media-title {
	flex-grow: 1;
}

.de-eps.is-simple {
	grid-template-columns: repeat(8, 1fr);
	gap: .6rem;
}

.de-eps.is-simple .item .h-thumbnail {
	display: none;
}

.de-eps.is-simple .item {
	display: flex;
	align-items: center;
	gap: .5rem;
	background-color: var(--bg-2);
	padding: .5rem .8rem;
	border-radius: .4rem;
}

.de-eps.is-simple .item .info {
	display: flex;
	align-items: center;
	gap: .6rem;
}

.de-eps.is-simple .item .info>div {
	display: block;
}

.de-eps.is-simple .item .info .play-button {
	display: block;
	font-size: 10px;
	flex-shrink: 0;
}

.de-eps.is-simple .item .info .media-title {
	display: none;
}

.de-eps.is-simple .item .info .ep-sort {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: unset !important;
	flex-grow: 1;
}

.de-eps.is-simple .item .info .ep-sort::after {
	display: none;
}

.de-eps.is-simple .item.on-air {
	background-color: var(--primary-color);
	color: var(--primary-button-text);
}

.de-eps.is-grid .item.schedule .h-thumbnail img {
	opacity: .3 !important;
	filter: grayscale(1);
}

.de-eps.is-grid .item.schedule .h-thumbnail .play-button {
	display: none !important;
}

.de-eps.is-grid .item.schedule .h-thumbnail:before {
	content: "Chờ phát sóng";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #fff9;
	font-size: 16px;
}

.de-eps .item.schedule .info {
	color: #fff !important;
}

.de-eps .item.schedule .time-release {
	color: #FF83F9;
	font-size: 12px;
}

.de-eps .item.schedule .time-release:before {
	content: "Phát sóng ";
}

.de-eps.is-simple .item {
	justify-content: center;
	padding: 0 .2rem;
	height: 50px;
}

.de-eps.is-simple .item.schedule {
	flex-direction: column;
	gap: 0rem;
	background-color: #373A4B;
}

.de-eps.is-simple .item.schedule .info .ep-sort {
	font-size: 12px;
}

.de-eps.is-simple .item.schedule .info .play-button {
	font-size: 12px;
}

.de-eps.is-simple .item.schedule .info .play-button i::before {
	content: "\f017" !important;
}

.de-eps.is-simple .item.schedule .time-release:before {
	display: none;
}

.schedule-eps {
	display: flex;
	flex-direction: column;
	gap: .6rem;
	margin: 2rem 0;
}

.schedule-eps .item {
	position: relative;
	padding: .8rem 1rem;
	padding-left: 55px;
	padding-right: 46px;
	color: #fff;
	border-radius: .5rem;
	background-color: #4158D0;
	background-image: linear-gradient(90deg, #4158D0 0%, #C850C0 100%);
}

.schedule-eps .item .inc-icon {
	width: 36px;
	height: 36px;
	position: absolute;
	left: .5rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0005;
	border-radius: 50%;
	overflow: hidden;
}

.schedule-eps .item .inc-icon img {
	transform: scale(1.2);
}

.schedule-eps .item .se-close {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.de-type {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.de-type .item {
	width: 100%;
	flex: 1;
	max-width: 550px;
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
	background-color: var(--bg-4);
}

.de-type .item:hover {
	top: -5px;
}

.de-type .item.active {
	border: 2px solid var(--primary-color);
}

.de-type .item .m-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40%;
	max-width: 130px;
	mask-image: linear-gradient(to left, black 0%, transparent 95%);
	-webkit-mask-image: linear-gradient(to left, black 0%, transparent 95%);
}

.de-type .item .m-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.de-type .item .info {
	position: relative;
	z-index: 2;
	width: 90%;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
}

.de-type .item .info .media-title {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5;
}

.de-type .item.lt {
	background-color: #1d2e79;
	color: #fff;
}

.de-type .item.tm {
	background-color: #297447;
	color: #fff;
}

.de-type .item.pd {
	background-color: #5e6070;
	color: #fff;
}

.de-actors {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1.5rem;
}

.de-actors .item-actor,
.actors-grid-wrapper .item-actor {
	position: relative;
	padding: 0;
	border-radius: .6rem;
	overflow: hidden;
}

.de-actors .item-actor .v-item,
.actors-grid-wrapper .item-actor .v-item {
	gap: 0;
}

.de-actors .item-actor .v-actor,
.actors-grid-wrapper .item-actor .v-actor {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% + 40px);
	border-radius: 0;
	margin: 0;
	mask-image: linear-gradient(to top, transparent 0, black 60px);
}

.de-actors .item-actor .info,
.actors-grid-wrapper .item-actor .info {
	padding: .75rem .5rem;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}

.de-actors .item-actor .info .ro-play {
	font-size: .9em;
}

.de-actors .item-actor .info .ro-play span {
	color: #F0ADB1;
}

.de-suggest {
	grid-template-columns: repeat(6, 1fr);
}

.de-soundtrack {
	position: relative;
}

.item-sound {
	position: relative;
}

.item-sound .media-title {
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	margin-bottom: .4rem;
}

.item-sound .lyric-post {
	padding: 2rem;
	font-size: 1.2em;
	line-height: 1.5;
	position: relative;
}

.item-sound .lyric-post p {
	margin-bottom: 0;
}

.item-sound .lyric-post .ori {
	color: #fff;
}

.item-sound .lyric-post .trans {
	font-style: italic;
	color: #96e99b;
}

.de-soundtrack .item-sound {
	border: 1px solid var(--border-color);
	border-radius: .6rem;
}

.de-soundtrack .item-sound+.item-sound {
	margin-top: 1rem;
}

.de-soundtrack .item-sound .sound-play {
	display: none;
}

.de-soundtrack .item-sound .lyric-post {
	display: none;
	max-height: 400px;
	overflow: auto;
}

.de-soundtrack .item-sound:hover,
.de-soundtrack .item-sound.active {
	background-color: rgba(255, 255, 255, 0.05);
}

.de-soundtrack .item-sound.active {
	border-color: #fff;
}

.de-soundtrack .item-sound .h-item {
	cursor: pointer;
	padding: 1rem;
}

.de-soundtrack .item-sound.active .lyric-post,
.de-soundtrack .item-sound.active .sound-play {
	display: block;
}

.de-soundtrack .item-sound.active .sound-cover {
	animation: sound-cd linear 2s infinite;
}

.de-soundtrack .item-sound.active .h-item .touch-media .btn-basic {
	color: #96e99b !important
}

@keyframes sound-cd {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.de-seasons.is-grid {
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1rem;
}

/* doubleA */
.doubleA {
	display: block;
	text-align: center;
}

.doubleA .ok-728 img {
	width: 100%;
	max-width: 728px;
	max-height: 90px;
}

.v-form-control {
	background-color: transparent !important;
	height: 42px;
	border: 1px solid #ffffff10;
	border-radius: .4rem;
	color: #fff !important;
	font-size: .95em;
	padding: .5rem 1rem;
}

.v-form-control.form-control-lg {
	height: 52px;
	font-size: 1.1em;
	padding: .7rem 1.1rem;
	border-radius: .5rem;
}

.v-form-control:disabled {
	background-color: #ffffff05 !important;
	cursor: not-allowed;
}

.v-form-control:focus {
	border-color: #fff !important;
	box-shadow: none !important;
}

.v-form-control::placeholder {
	color: rgba(255, 255, 255, .4);
}

textarea.v-form-control {
	resize: none;
	padding: .6rem 1rem;
	height: auto;
}

.user-password {
	position: relative;
}

.user-password .v-form-control {
	padding-right: calc(1rem + 42px);
}

.user-password .toggle-password {
	width: 42px;
	height: 42px;
	opacity: .8;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 42px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
}

.user-password.show-text .toggle-password .fa-eye::before {
	content: "\f070";
}

.user-password.show-text input[type="password"] {
	input-security: none;
}

.v-form-control-sm {
	height: 34px;
	font-size: 13px;
	padding: .3rem .7rem;
}

.year-input {
	position: relative;
	margin-left: 1rem;
}

.year-input .search-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.year-input .v-form-control-sm {
	padding-left: 34px;
	max-width: 110px;
	border-color: transparent;
	background-color: #fff1 !important;
}

/* discuss */
.my-area {
	margin-bottom: 1.5rem;
}

.my-area .ma-input {
	position: relative;
}

.my-area .ma-input .chac-left {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 11px;
	line-height: 1;
}

.my-area .ma-buttons .btn-submit {
	color: var(--primary-text) !important;
}

.textarea-wrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: .5rem;
	border-radius: .75rem;
	background-color: #ffffff10;
}

.textarea-wrap .ma-buttons {
	padding: 0
}

.textarea-wrap .ma-buttons .btn-emo i {
	font-size: 14px;
}

.my-area-sub {
	margin: .6rem 0;
	max-width: 500px;
	display: none;
}

.my-area-sub.reply-active {
	display: block;
}

.my-area .ma-input .v-form-control {
	padding: 1rem 1.2rem;
	border-radius: .6rem;
	border: 1px solid transparent;
	background-color: var(--bg-color) !important;
}

.my-area .ma-buttons .btn-emo .inc-icon {
	width: 20px;
	height: 20px;
}

.ma-user {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ma-user .user-avatar {
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
}

.ma-user .info {
	display: flex;
	flex-direction: column;
}

.ma-user .info span {
	font-weight: 500;
	color: #fff;
}

.discuss-tabs {
	margin-bottom: 2rem;
	display: none;
}

.discuss-list {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 2rem;
	margin-top: 3rem;
}

.d-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	position: relative;
}

.d-item .info {
	flex-grow: 1;
}

.d-item .user-name {
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	margin-bottom: .3rem;
}

.d-item .comment-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: .6rem;
	margin-bottom: .5rem;
	position: relative;
}

.d-item .comment-header .user-name {
	margin: 0;
	white-space: nowrap;
}

.d-item .comment-header .rated {
	font-size: 12px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	line-height: 1;
	padding: .3rem .6rem .3rem .3rem;
	border-radius: 2rem;
	background-color: #3556b6;
}

.d-item .comment-header .rated span {
	font-size: 16px;
}

.d-item .comment-header .rated .rated-emoji {
	display: inline-block !important;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	object-fit: contain;
}

.d-item .comment-header .c-time {
	opacity: .5;
	margin-left: .5rem;
	font-size: 11px;
}

.d-item .comment-header .ch-for {
	margin-left: .2rem;
	display: block;
	font-size: 11px;
	white-space: nowrap;
	line-height: 1.2;
	padding: .2rem .3rem;
	border: 1px solid #fff5;
	opacity: .5;
	border-radius: .3rem;
}

.d-item .comment-header .ch-for:hover {
	opacity: 1;
	color: #fff;
	border-color: #fff
}

.d-item .comment-header .ch-for span::before {
	content: " - Tập ";
}

.d-item .text {
	color: var(--text-base);
	filter: blur(0);
}

.d-item .text span {
	word-break: break-word;
}

.d-item .text-spoil {
	filter: blur(4px);
}

.d-item .comment-bottom {
	position: relative;
	font-size: 12px;
	margin-top: .5rem;
}

.d-item .comment-bottom .btn-xs {
	height: 28px;
	opacity: .5;
	font-weight: 300;
	font-size: 12px;
}

.d-item .comment-bottom .btn-xs:hover {
	opacity: 1;
}

.d-item .comment-bottom .btn-comment.active {
	opacity: 1;
}

.d-item .comment-bottom .v-dropdown-menu .dropdown-item .fa-solid {
	min-width: 16px;
	text-align: center;
}

.limit-wrap {
	padding: 0 1rem .25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 180px;
}

.limit-wrap .lw-item {
	font-size: 11px;
	padding: .2rem .4rem;
	border-radius: .3rem;
	background-color: #d33d2517;
	display: inline-flex;
	color: #dc3545;
}

.limit-wrap .lw-item.cancel {
	background-color: #eee !important;
	color: #111 !important;
}

.limit-wrap .lw-item:hover,
.limit-wrap .lw-item.active {
	background-color: #d33d2530;
}

.open-limit.highlight {
	color: #dc3545 !important;
}

.d-item .replies-wrap {
	margin-top: 1rem;
}

.d-item .replies-wrap .replies-toggle {
	font-size: 12px;
}

.d-item .replies-wrap .replies {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem 0 0;
}

.d-item .replies .user-avatar {
	width: 40px;
	height: 40px;
}

.d-item .replies .rep-sub {
	display: inline;
	background-color: var(--bg-4);
	color: #fff;
	font-size: 12px;
	padding: .2rem .3rem;
	vertical-align: text-top;
	border-radius: .2rem;
	margin-right: .2rem;
}

.group-react {
	gap: 1rem;
}

.group-react .item {
	padding: 0;
	gap: .4rem;
	justify-content: center;
	height: 28px;
	cursor: pointer;
	font-size: 11px;
}

.group-react .item i {
	font-size: 16px;
}

.group-react .item-up:hover,
.group-react .item-up.active {
	color: #25d366;
}

.group-react .item-down:hover,
.group-react .item-down.active {
	color: #d33d25;
}

.child-discuss {
	padding-top: 20px;
	padding-bottom: 20px;
}

.emo-list,
.gif-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: .2rem;
	padding: .5rem 1rem;
}

.gif-list {
	grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}

.emo-list .el-item,
.gif-list .gl-item {
	font-size: 24px;
	line-height: 1;
	padding: .6rem;
	border-radius: .6rem;
	text-align: center;
	cursor: pointer;
}

.emo-list .el-item:hover,
.gif-list .gl-item:hover {
	background-color: #0001;
}

.bg-dark .emo-list .el-item:hover,
.bg-dark .gif-list .gl-item:hover {
	background-color: #ffffff10;
}

.gif-list .gl-item .gl-img {
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	position: relative;
}

.gif-list .gl-item .gl-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.gr-admin>span {
	background: linear-gradient(0deg, #df7a95 0%, #fff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gr-mod>span {
	background: linear-gradient(0deg, #77B1FF 0%, #fff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gr-mod>.gr-tag,
.gr-tag-mod {
	border-color: #1E7EFF60;
	color: #77B1FF;
	background-color: #1E7EFF60;
}

.gr-admin>.gr-tag,
.gr-tag-admin {
	border-color: #e2144e61;
	color: #df7a95;
	background-color: #e2144e61;
}

.gr-tag {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	padding: 0 .2rem;
	border-radius: 4px;
	border: 1px solid #fff4;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gr-tag.gr-tag-free {
	color: #fff6;
	border-color: #fff4;
}

.gr-tag.gr-tag-rox {
	color: #36FA77;
	border-color: #36FA77;
}

/* custom audio demo */
.sound-play {
	padding: 1rem 1.5rem;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
}

.audioplayer {
	margin: 0;
	border: none;
	border-radius: .6rem;
	background-color: transparent;
	padding: 0;
	height: 50px;
	color: #fff;
	width: 100%;
	justify-content: space-between;
}

.audioplayer audio {
	min-width: 0 !important;
	display: none;
}

.audioplayer-time {
	color: #fff
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a::after {
	top: 1px;
	left: 11px;
	border-color: #fff;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
	background-color: transparent !important;
	border-color: #96e99b;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	border-left-color: #96e99b;
	margin-left: 3px;
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
	background: #96e99b;
}

.audioplayer-playing .audioplayer-bar-played::after {
	border-color: #fff;
}

.audioplayer-playpause {
	width: 40px;
	height: 40px;
}

.audioplayer-bar-played::after {
	border-color: #fff !important;
}

.audioplayer-bar-loaded,
.audioplayer-bar::before,
.audioplayer-volume-adjust>div {
	background-color: #ffffff10;
}

.audioplayer-volume-button a {
	background-color: #fff;
}

.audioplayer-volume-button a::before {
	border-right-color: #fff;
}

.gallery-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-bottom: 2rem;
}

.gallery-row .item {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.gallery-row .item .media-title {
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 0;
}

.gallery-row.is-video {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-row.is-photo {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-row .media-item {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.gallery-row.is-video .media-item {
	padding-bottom: 60%;
}

.gallery-row.is-photo .media-item {
	padding-bottom: 100%;
}

.play-button.is-center {
	opacity: 1;
}

.custom-tooltip {
	--bs-tooltip-bg: #fff;
	--bs-tooltip-color: #000;
}

.tooltip {
	font-size: 13px;
}

.d-item.mine {
	padding: 1rem;
	border-radius: .75rem;
	animation: flash 1s forwards;
	animation-delay: 1s;
}

@keyframes flash {
	0% {
		background-color: transparent;
	}

	50% {
		background-color: #ffffff20;
	}

	100% {
		background-color: #ffffff10;
	}
}

.d-item.d-item-pin {
	padding: 1rem;
	border-radius: .75rem;
	background-color: #fff1;
}

.d-item.d-item-pin .stick {
	font-size: 11px;
	margin-bottom: .4rem;
}

.d-item.d-item-pin .stick i {
	color: #F8473E;
}


/* watch */
#wrapper.makeup {
	position: relative;
}

#wrapper.makeup:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 900px;
	background: rgb(15, 17, 26);
	background: linear-gradient(0deg, rgba(15, 17, 26, 0) 0%, rgba(15, 17, 26, 1) 100%);
}

.watch-container,
.watch-player {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
}

.watch-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.wc-side {
	width: 440px;
	padding: var(--padding-base);
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: var(--padding-base);
	border-left: 1px solid var(--border-color);
}

.wc-side>div+div {
	padding-top: var(--padding-base);
	border-top: 1px solid var(--border-color);
}

.wc-main {
	flex-grow: 1;
	padding: var(--padding-base);
	display: flex;
	flex-direction: column;
	gap: var(--padding-base);
}

.wc-main .wm-info {
	padding-bottom: var(--padding-base);
	border-bottom: 1px solid var(--border-color);
	display: flex;
	gap: 1.5rem;
}

.wc-main .wm-info .alias-name {
	color: var(--primary-text);
	margin-bottom: 1.25rem;
}

.wc-main .wm-info .v-thumb-l {
	width: 100px;
}

.wc-main .wm-info .info {
	width: 440px;
	flex-shrink: 0;
}

.wc-main .wm-info .desc-line {
	flex-grow: 1;
	padding-left: 40px;
}

.wc-main .wm-info .description {
	-webkit-line-clamp: 4;
	margin-bottom: 1.5rem;
}

.wc-main .wm-episodes .cg-body-box {
	padding: 0;
}

.watch-player {
	z-index: 3;
}

.watch-player .wp-bread {
	/* padding: 0 40px; */
	width: 100%;
	margin-bottom: 1.5rem;
}

.watch-player .player-ratio {
	position: relative;
	border-radius: .75rem;
	box-shadow: var(--shadow-large);
}

.watch-player .player-ratio .ratio {
	border-radius: .75rem .75rem 0 0;
	overflow: hidden;
	background-color: #08080A;
}

.player-control {
	background-color: #08080A;
	border-radius: 0 0 .75rem .75rem;
	height: 64px;
	gap: 0;
	justify-content: flex-start;
	width: 100%;
}

.player-control .ep-current {
	background-color: #535D8E;
	color: #fff;
	height: 100%;
	padding: 0 1rem;
	width: 140px;
	justify-content: center;
	border-radius: 0 0 0 .75rem;
	font-weight: 600;
	flex-shrink: 0;
}

.player-control .control-items {
	gap: 1rem;
	width: 100%;
	padding: 0 1rem;
}

.player-control .control-items .item {
	display: flex;
	align-items: center;
	gap: .6rem;
	color: #fff;
	padding: .6rem .8rem;
	cursor: pointer;
	border-radius: .4rem;
	white-space: nowrap;
}

.player-control .control-items .item i {
	font-size: 12px;
}

.player-control .control-items .item:hover {
	background-color: rgba(83, 93, 142, 0.1);
}

.player-control .control-items .item-like.active .inc-icon {
	color: var(--primary-color);
}

.pc-coming {
	height: 100%;
	padding: 0 1rem;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100px;
	border-radius: 0 0 0 .75rem;
	flex-shrink: 0;
}

.item-focus.is-on {
	background-color: rgba(83, 93, 142, 0.5) !important;
	visibility: visible !important;
}

.focus-mod .item-focus.is-on {
	opacity: 0;
}

.player-ratio:hover .item-focus.is-on {
	opacity: 1;
}

.focus-backdrop {
	display: none;
}

body.focus-mod .focus-backdrop {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #08080A;
	z-index: 100;
}

body.focus-mod .watch-player {
	z-index: unset;
}

body.focus-mod .player-ratio {
	z-index: 101;
}

body.focus-mod .player-ratio .ep-current {
	visibility: hidden;
}

body.focus-mod .player-ratio .ratio {
	border-radius: .75rem;
}

body.focus-mod .player-ratio .control-items .item {
	visibility: hidden;
}


.item-playlist {
	position: relative;
}

.v-dropdown-menu {
	text-align: left;
}

.reason-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: .6rem;
}

.reason-list .h-item {
	gap: .5rem;
	font-size: 13px;
	border: 1px solid var(--border-color);
	color: #fff;
	border-radius: .4rem;
	padding: .6rem;
	cursor: pointer;
}

.reason-list .h-item.active {
	color: var(--primary-color);
	background-color: rgba(255, 255, 255, 0.05);
}

.reason-list .h-item .rl-icon {
	width: 2rem;
	font-size: 1.2em;
	flex-shrink: 0;
	text-align: center;
}

.reason-list .h-item span {
	flex-grow: 1;
}

.season-dropdown>.line-center {
	color: #fff;
	gap: .6rem;
	font-weight: 600;
	font-size: 1.4em;
	padding-right: 1.5rem;
	border-right: 1px solid #ffffff30;
	cursor: pointer;
}

.season-dropdown>.line-center>.fa-caret-down {
	font-size: 14px;
}

/* dropdown */
.v-dropdown-menu {
	margin: 2px 0;
	border: none !important;
	border-radius: .4rem;
}

.v-dropdown-menu strong {
	font-weight: 600;
}

.v-dropdown-menu hr {
	border-color: rgba(0, 0, 0, .2)
}

.v-dropdown-menu .dropdown-item,
.v-dropdown-menu .dropdown-blank {
	font-size: 13px;
	padding: .4rem 1rem;
	display: flex;
	align-items: center;
	gap: .6rem;
}

.v-dropdown-menu .dropdown-item.active {
	background-color: var(--primary-color) !important;
	color: var(--primary-button-text) !important;
}

.v-dropdown-menu .dropdown-item:active {
	background-color: inherit !important;
	color: inherit !important;
}

.v-dropdown-menu.user-dropdown .dropdown-item {
	padding: .6rem 1rem;
}

.v-dropdown-menu .dropdown-checkbox {
	padding: 0;
	position: relative;
}

.v-dropdown-menu .dropdown-checkbox .form-check-label {
	padding: .5rem 1rem;
	padding-left: 2.6rem;
	font-size: 13px;
	cursor: pointer;
	width: 100%;
}

.v-dropdown-menu .dropdown-checkbox .form-check-label:hover {
	background-color: #f6f6f6;
}

.v-dropdown-menu .dropdown-checkbox .form-check-input {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: .2rem;
}

.v-dropdown-menu.bg-dark {
	background-color: rgba(15, 17, 26, .95) !important;
	color: var(--text-base);
}

.v-dropdown-menu.bg-dark .dropdown-item {
	color: #fff;
}

.v-dropdown-menu.bg-dark .dropdown-item:hover {
	background-color: #ffffff05;
}

.v-dropdown-menu.bg-dark .dropdown-item:focus {
	background: none !important;
}

.v-dropdown-menu.bg-dark hr {
	border-color: rgb(255, 255, 255, .2);
}

.v-dropdown-menu.bg-dark.user-dropdown {
	background-color: #272c43 !important;
	border-radius: .6rem;
}

.droplist {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 155px;
}

.v-dropdown-menu.w-icon .dropdown-item .icon-center {
	width: 16px;
	text-align: center;
}

.m-col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: .5rem;
}

.m-col-4>.dropdown-item {
	border-radius: .5rem;
	padding: .2rem .8rem !important;
	width: 140px;
}

.m-col-4>.dropdown-item>span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}


.v-modal .modal-content {
	background-color: #2A314E;
	border: none !important;
	border-radius: .75rem;
	padding: 2rem;
	color: #fff9;
}

.v-modal .modal-content .is-footer {
	display: flex;
	align-items: center;
	gap: .5rem;
	justify-content: center;
}

.v-modal .modal-content .is-footer .btn {
	min-width: 80px;
}

.v-modal .modal-content .is-footer .m-page .btn {
	min-width: 32px;
}

.v-modal .modal-content .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border: none !important;
	width: 40px;
	height: 40px;
	padding: 0;
}

.v-modal .modal-content .modal-close i {
	font-size: 16px;
}

.modal-xs .modal-dialog {
	max-width: 300px;
	width: 96%;
	margin: auto;
}

.modal-xs .modal-dialog .modal-content {
	padding: 1.5rem;
}

.modal-sm .modal-dialog {
	max-width: 480px;
	width: 96%;
	margin: auto;
}

.modal-sm .modal-dialog .modal-content {
	padding: 2rem;
}

.modal-md .modal-dialog {
	max-width: 600px;
	width: 96%;
	margin: auto;
}

.modal-md .modal-dialog .modal-content {
	padding: 2rem;
}

.modal-login .modal-dialog {
	max-width: 750px;
	width: 96%;
	margin: auto;
}

.modal-login .modal-dialog .modal-content {
	padding: 3rem;
	min-height: 400px;
	padding-left: calc(360px + 3rem);
	background-color: #1E2545;
}

.modal-login .modal-dialog .modal-content:before {
	content: "";
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-image: url(/images/rophim-login.webp);
	background-size: cover;
	background-position: bottom left;
	border-radius: .75rem 0 0 .75rem;
}

.modal-trailer .modal-content {
	padding: .5rem;
	border-radius: 1rem;
}

.modal-trailer .modal-content .modal-close {
	z-index: 9;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	top: -.75rem;
	right: -.75rem;
	width: 32px;
	height: 32px;
	min-height: auto;
}

.modal-trailer .modal-content .video-area {
	border-radius: .8rem;
	overflow: hidden;
}

.modal-trailer .modal-dialog {
	max-width: 750px;
	width: 96%;
	margin: auto;
}

/* actor detail */
.actor-container {
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
}

.actor-container .ac-side {
	width: 440px;
	flex-shrink: 0;
	border-right: 1px solid var(--border-color);
	padding-right: 40px;
}

.actor-container .ac-main {
	flex-grow: 1;
}

.ac-side .as-info .v-actor {
	width: 160px;
	height: 160px;
	border-radius: 25%;
}

.ac-side .as-info .button-group {
	position: relative;
}

.ac-side .as-info .button-group .item {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	padding: .4rem 1rem;
	border-radius: 3rem;
	border: 1px solid var(--border-color);
	white-space: nowrap;
	font-size: 13px;
	color: #fff;
	opacity: 1;
}

.ac-side .as-info .button-group .item:hover {
	opacity: .9;
}

.ac-side .as-info .button-group .item.active .inc-icon {
	color: var(--primary-color);
}

.ac-main .actor-film {
	border-bottom: 1px solid var(--border-color);
}

.ac-main .cg-body-box {
	padding-left: 40px;
}

.time-row {
	position: relative;
	margin-left: -40px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.time-row+.time-row {
	margin-top: 3rem;
}

.time-row .time-point {
	position: relative;
	flex-shrink: 0;
	z-index: 2;
	width: 80px;
	height: 80px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.time-row .time-point span {
	position: absolute;
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 40px;
	font-weight: 900;
	opacity: .2;
	letter-spacing: 3px;
}

.time-row .time-point::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 2rem;
	background-color: var(--primary-color);
	position: absolute;
	left: -5px;
	top: 0;
}

.time-row-cards {
	flex-grow: 1;
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 1rem;
	row-gap: 1.5rem;
}

/* topics */
.topics-list {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 2rem;
	justify-content: space-between;
	align-items: stretch;
}

.row-topic {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 2rem;
	position: relative;
	background-color: #ffffff05;
}

.row-topic>div {
	position: relative;
	z-index: 3;
}

.row-topic .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--bg-2);
	/* mask-image: linear-gradient(to right, black 15%,transparent 40%, transparent 100%) */
	;
}

.row-topic .intro {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-shrink: 0;
	width: 200px;
}

.row-topic .intro .inc-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.row-topic .last-card {
	flex-grow: 1;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1rem;
}

.row-topic .last-card .sw-item .info {
	min-height: auto;
}


.topics-list.single {
	border-radius: 1rem;
	background: rgb(40, 43, 58);
	background: linear-gradient(0deg, rgba(40, 43, 58, 0) 20%, rgba(40, 43, 58, 1) 100%);
	padding: 2rem;
	gap: 2rem;
}

.topics-list.single .row-topic {
	background-color: transparent;
	padding: 0;
}

.topics-list.single .row-topic .intro {
	padding-right: 1.5rem;
	padding-left: .5rem;
	gap: 1.5rem;
	flex-shrink: unset;
	flex-grow: 1;
}

.topics-list.single .row-topic .intro .heading-md {
	font-size: 2em !important;
	line-height: 1.3;
	font-weight: 700;
}

.topics-list.single .row-topic .row-content {
	position: relative;
	width: calc(100% - 230px);
}

.topics-list.single .sw-item .v-thumbnail {
	border-radius: .4rem;
}

.topics-list.single .sw-item .info {
	min-height: auto;
}

.topics-list.single .sw-item .info .item-title {
	font-size: 13px;
}

.topics-list.single .sw-item .pin-new .line-center {
	line-height: 1;
	padding: .3rem .4rem;
	font-size: 10px;
}

.topics-list.single .sw-navigation .sw-button {
	top: calc(50% - 28px);
	background-color: #fff !important;
	opacity: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 20px;
	box-shadow: 0 0 20px 5px #0003;
}

.topics-list.single .sw-navigation .sw-button.sw-prev {
	right: auto;
	left: 20px;
}

.topics-list.single .sw-navigation .sw-button.swiper-button-disabled {
	opacity: 0;
}

.topics-list.single .sw-navigation .sw-button svg {
	width: 20px !important;
	height: 20px !important;
	color: #000;
	position: relative;
	right: -1px;
}

.topics-list.single .sw-navigation .sw-button.sw-prev svg {
	right: auto;
	left: -1px;
}

.topics-list.single .h-item .info .info-line {
	display: none;
}

.topics-list.single .h-item .info .item-title {
	margin-bottom: 0;
}



.topics-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1rem;
}

/* .topics-grid .row-topic .mask{ mask-image: linear-gradient(to bottom, black -10%, rgba(0,0,0,.1) 100%);} */
.topics-grid .row-topic {
	position: relative;
	top: 0;
	padding: 1.2rem 1.5rem;
	border-radius: 1.25rem 2.5rem;
	overflow: hidden;
	justify-content: space-between;
	background: rgba(255, 255, 255, .8);
	background: radial-gradient(at left top, rgba(255, 255, 255, .8) 30%, rgba(255, 111, 111, 0.79) 100%)
}

.topics-grid .row-topic:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 -10px 20px 0px #fff2 inset;
	z-index: 3;
	border-radius: 4rem 2.5rem
}

.topics-grid .row-topic .intro {
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 110px;
	gap: .5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.topics-grid .row-topic .intro .inc-icon {
	margin-bottom: 1rem;
	display: none;
}

.topics-grid .row-topic .intro .heading-md {
	font-weight: 700;
	font-size: 1.8em;
	color: #ffffff;
	line-height: 1.3;
	text-shadow: 0 1px 0 #0002;
}

.topics-grid .row-topic .intro .btn-outline {
	border: none !important;
	padding: 0 !important;
	font-size: 14px !important;
}

.topics-grid .row-topic:hover .intro .btn-outline {
	background-color: transparent !important;
	color: #fff !important;
}

.topics-grid .row-topic:hover {
	top: -.6rem;
}

.topic-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50vh;
	mask-image: linear-gradient(to top, transparent 0, black 100%);
	-webkit-mask-image: linear-gradient(to top, transparent 0, black 100%);
	opacity: .5;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.heading-topic {
	text-shadow: none !important;
	font-size: 3em !important;
	line-height: 1.2 !important;
}

/* renew */
.topics-grid .row-topic {
	background: #282b3a !important;
}

/* .topics-grid .row-topic .mask{ mask-image: none !important; -wbkit-mask-image: none !important; box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0) inset;}
.topics-grid .row-topic .mask:after{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; mask-image: linear-gradient(-45deg,black 0%, transparent 40%); background-image: url(/images/wave.webp); background-repeat: no-repeat; background-size: 200px 140px; background-position: right bottom; opacity: .3;}
.topics-grid .row-topic .mask:before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; background: linear-gradient(-40deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 430%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 100%);} */

/* rating */
.v-rating {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .5rem;
	color: #fff;
}

.v-rating .caption {
	padding-right: .8rem;
	font-size: 13px;
	line-height: 1;
}

.v-rating .caption i {
	opacity: .3;
}

.ro-icon {
	background-image: url(/images/ro-icon.svg);
	background-size: cover;
	background-position: center center;
	width: 24px;
	height: 24px;
}

.ro-rating {
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: #3556b6;
	border-radius: 3rem;
	padding: .5rem .6rem;
}

.ro-rating .point {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 0 .3rem 0 .5rem;
}

.ro-rating .a-rate {
	font-size: 11px;
	text-decoration: underline;
	margin: 0 .2rem 0 .5rem
}

.rate-emo {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 1rem;
	gap: .6rem;
}

.rate-emo .item-v {
	flex: 1;
	padding: 1rem .4rem;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	border-radius: .75rem;
	filter: grayscale(1);
}

.rate-emo .item-v.disable {
	filter: grayscale(1) !important;
	opacity: .3 !important;
	cursor: default !important;
}

.rate-emo .item-v.active {
	background-color: #3556b6;
}

.rate-emo .item-v .inc-icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.rate-emo .item-v:hover,
.rate-emo .item-v.active {
	filter: none;
}

.rate-comment {
	margin: 1rem auto 0;
	width: 100%;
	position: relative;
}

.rate-comment .v-form-control {
	border-radius: 1rem;
	padding: 1rem 1.2rem;
}

.rate-comment div.v-form-control {
	border: none;
	font-size: 1.2em;
	line-height: 1.6;
	height: auto !important;
	min-height: auto !important;
	background-color: rgba(255, 255, 255, .025) !important;
}

.rate-comment .has-reply {
	position: absolute;
	margin-top: -10px;
	right: 20px;
	z-index: 2;
	background-color: #2a314e !important;
	cursor: default;
}

.ws-rate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.ws-rate .v-rating {
	gap: .7rem;
}

.wsr-left {
	font-size: 13px;
}

.v-line {
	width: 1px;
	height: 50px;
	margin: 0 5px;
	background-color: var(--border-color);
}

/* account */
.dashboard-container {
	position: relative;
	z-index: 3;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}

.dcc-main {
	flex-grow: 1;
	padding: 40px;
}

.dcc-side {
	width: 300px;
	flex-shrink: 0;
	padding: 40px;
	border-radius: 1rem;
	background-color: #25272f;
}

.dcc-side .ds-menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dcc-side .side-user {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dcc-side .side-user .user-avatar {
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
}

.dcc-side .menu-user {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	margin-bottom: 8rem;
}

.dcc-side .menu-user .item {
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px solid #2e313a;
}

.dcc-side .menu-user .item.active {
	color: var(--primary-text);
}

.dcc-side .menu-user .item .line-center {
	width: 100%;
	gap: 1rem;
}

.dcc-side .menu-user .item .line-center span {
	flex-grow: 1;
}

.dash-form {
	max-width: 640px;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 3rem;
}

.dash-form .user-avatar {
	border: 3px solid #fff;
	border-radius: 100%;
	margin-top: 1.7rem;
	margin-bottom: 1rem !important;
}

.dash-form .v-avatar .opt-avatar {
	display: flex;
	flex-direction: column;
}

.dash-form .v-avatar .opt-avatar .item {
	width: 100%;
	text-align: center;
	padding: .8rem 0;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.dash-form .v-avatar .opt-avatar .item:hover {
	color: var(--primary-text);
}

.dash-form .v-avatar .opt-avatar .item+.item {
	border-top: 1px solid #fff1;
}

.dcc-playlist {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	width: 100%;
}

.dcc-playlist .item {
	padding: .9rem 1.2rem;
	border: 2px solid var(--border-color);
	display: flex;
	flex-direction: column;
	gap: .5rem;
	border-radius: .75rem;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 0 3px #ffffff03 inset;
}

.dcc-playlist .item.active {
	border-color: var(--primary-color);
}

.dcc-playlist .item .playlist-name {
	font-weight: 600;
	font-size: 1em;
	color: #fff;
}

.v-form-playlist .v-form-control {
	padding: 0;
	border: none !important;
	border-radius: 0;
	border-bottom: 1px solid var(--primary-color) !important;
	cursor: default;
	background-color: transparent !important;
	font-size: 1em;
	color: var(--text-base) !important;
	font-style: italic;
	height: 36px;
}

.v-form-playlist .v-form-control:disabled {
	padding: 0;
	border: none !important;
	cursor: default;
	font-weight: 600;
	color: #fff !important;
	font-style: normal;
}

.v-form-playlist .form-group {
	padding: .75rem 1rem;
	border: 1px solid var(--border-color);
	border-radius: .6rem;
	position: relative;
}

.form-w-icon {
	position: relative;
}

.form-w-icon .form-control {
	padding-left: 3rem !important;
}

.form-w-icon .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	font-size: .9em;
}

/* notifications */
.noti-wrap {
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
	background-color: #282b3a !important;
}

.noti-wrap strong {
	font-weight: 500;
	color: #fff;
}

.noti-wrap .h-item {
	padding: 1rem;
	color: #fff9;
}

.noti-wrap .h-item+.h-item {
	border-top: 1px solid #ffffff08;
}

.noti-wrap .h-item.new {
	background-color: #3a3e54 !important;
}

.noti-wrap .h-item:hover {
	background-color: #434761 !important
}

.noti-wrap .h-item.new:hover {
	background-color: #fff1;
}

.noti-wrap .h-item .v-thumbnail {
	width: 40px;
	flex-shrink: 0;
	padding-bottom: 54px;
	border-radius: .2rem;
}

.noti-wrap .h-item .noti-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--bg-5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2em;
}

.noti-wrap .h-item .time {
	opacity: .6;
}

.noti-dropdown {
	width: 320px;
	margin-top: 5px !important;
	padding-top: 0 !important;
}

.v-dropdown-menu.bg-dark.noti-dropdown {
	background-color: #272c43 !important;
}

.noti-dropdown .noti-wrap {
	border-radius: 0;
	background-color: transparent !important;
}

.noti-dropdown .h-item {
	align-items: flex-start;
	font-size: 13px;
}

.noti-dropdown .h-item .noti-icon {
	margin-top: .2rem;
}

.noti-dropdown .h-item .v-thumbnail {
	margin-top: .2rem;
}

.noti-dropdown .v-notice {
	background-color: transparent !important;
	font-size: 13px;
	padding: 2rem;
}

.noti-dropdown .dropdown-top {
	border-bottom: 1px solid #ffffff10;
	padding: .6rem 1rem;
}

.noti-dropdown .dropdown-bottom {
	border-top: 1px solid #ffffff10;
}

.noti-dropdown .v-tabs-xs .nav-link {
	position: relative;
	padding-right: .75rem !important;
	min-width: auto !important;
}

.noti-dropdown .v-tabs-xs .nav-link+.nav-link {
	margin-left: 1.1rem !important;
}

.new-dot {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
	display: block;
}

/* article */
.article-body {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 300;
	color: #d3d3d3;
}

.article-body p {
	margin-bottom: 1rem;
	color: #d3d3d3;
}

.article-body b {
	font-weight: 600;
}

.article-body .screen-img {
	margin: 2rem auto;
	text-align: center;
}

.article-body .screen-img img {
	width: 100%;
	max-width: 800px;
	border: 8px solid #fff1;
}

.article-body .heading-sm {
	margin-bottom: 1rem;
}

.article-body .v-ul-check {
	list-style: none;
	margin: 2rem auto;
}

.article-body .v-ul-check li+li {
	margin-top: 1rem;
}

.c-social-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 1rem;
	margin: 2rem 0;
}

.c-social-list .item {
	gap: 0;
	padding: .7rem 1rem;
	border-radius: 2rem;
	border: 1px solid #ffffff20;
}

.c-social-list .item .inc-icon {
	width: 16px;
	height: 16px;
}

.c-social-list .item .text-center {
	flex-grow: 1;
	text-align: center;
}

.contact-page {
	max-width: 800px !important;
}

.contact-body .v-form {
	max-width: 500px;
	margin: 2rem auto;
}

.range-eps {
	margin: -.25rem 0 2.5rem;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: .75rem;
}

.range-eps>.item {
	font-size: 13px;
	padding: .3rem .6rem;
	border-radius: .3rem;
	color: var(--text-base);
	background-color: #ffffff10;
	min-width: 84px;
	text-align: center;
}

.range-eps>.item:hover {
	color: #fff;
}

.range-eps .item.active {
	color: #000 !important;
	background-color: #fff !important;
}

/* schedules */
.wrapper-schedules {
	max-width: 1400px;
	margin: 0 auto;
}

.schedules-layout {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 1rem 0;
}

.sche-time {
	position: relative;
}

.sche-time .item-time {
	display: flex;
	flex-direction: column-reverse;
	gap: .75rem;
	font-size: 1em;
	padding: 1rem 1.2rem;
	border-radius: 0;
	background-color: #ffffff06;
	flex: 1;
	position: relative;
	cursor: pointer;
}

.sche-time .item-time>div {
	line-height: 1;
	white-space: nowrap;
}

.sche-time .item-time .day {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.sche-time .item-time .time {
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sche-time .item-time .time span {
	font-size: 10px;
	line-height: 1;
	padding: .2rem .3rem;
	color: var(--primary-text);
	border: 1px solid var(--primary-color);
	border-radius: .25rem;
}

.sche-time .item-time.active {
	background-color: #ffffff10;
}

.sche-time .item-time.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--primary-color);
}

.sche-time .item-time.active .day {
	color: var(--primary-text);
}

.sche-timeline {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

.sche-timeline .st-row {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 60px;
	max-width: 100%;
}

.sche-timeline .st-row:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 29px;
	height: 2px;
	background-color: #ffffff10;
}

.sche-timeline .st-row>div {
	position: relative;
	z-index: 2;
}

.sche-timeline .st-row .clock,
.sche-timeline .st-row .time-col {
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
	flex-shrink: 0;
	background-color: var(--bg-color);
	width: 90px;
	text-align: center;
}

.sche-timeline .st-row .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	flex-grow: 1;
	padding: 1rem;
	min-width: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	.sche-timeline .st-row .time-col {
		display: none;
	}

	.sche-timeline .st-row .items {
		grid-template-columns: repeat(2, 1fr);
	}
}

.sche-timeline .st-row .h-item {
	padding: 10px 15px 10px 10px;
	background-color: #363840;
	border: 1px solid #ffffff20;
	border-radius: .75rem;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	min-width: 0;
}

.sche-timeline .st-row .h-item .info {
	min-width: 0;
	overflow: visible;
}

.sche-timeline .st-row .h-item .item-title {
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.sche-timeline .st-row .h-item .info-line {
	flex-wrap: wrap;
	gap: 2px 0;
}

.sche-timeline .st-row .h-item .info-line .tag-small {
	white-space: normal;
	word-break: break-word;
}

.sche-timeline .st-row .h-item:hover {
	border-color: var(--primary-color);
}

.sche-timeline .st-row .h-item .t-pin {
	position: absolute;
	top: -12px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	border-radius: 3px;
	background-color: var(--bg-color);
}

.sche-navigation .sw-button {
	top: 50% !important;
}

/* schedule items */
.sche-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: .75rem 0;
	border-bottom: 1px solid #ffffff08;
}

.sche-item:last-child {
	border-bottom: none;
}

.sche-item-time {
	flex-shrink: 0;
	width: 60px;
	text-align: center;
	padding-top: 12px;
}

.sche-time-value {
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-text);
	background-color: #ffffff08;
	padding: .3rem .6rem;
	border-radius: .4rem;
}

.sche-item-content {
	flex-grow: 1;
}

.sche-item-card {
	display: flex;
	gap: 1rem;
	padding: .75rem 1rem;
	border-radius: .75rem;
	background-color: #ffffff06;
	border: 1px solid #ffffff10;
	transition: all .2s;
}

.sche-item-card:hover {
	background-color: #ffffff0a;
	border-color: var(--primary-color);
}

.sche-item-thumb {
	flex-shrink: 0;
	width: 70px;
	height: 100px;
	border-radius: .5rem;
	overflow: hidden;
}

.sche-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sche-item-info {
	display: flex;
	flex-direction: column;
	gap: .4rem;
	flex-grow: 1;
}

.sche-item-title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.sche-item-title:hover {
	color: var(--primary-text);
}

.sche-episode {
	font-size: 13px;
	color: #fff9;
	font-weight: 500;
}

.sche-badge {
	display: inline-flex;
	align-items: center;
	gap: .3rem;
	font-size: 11px;
	font-weight: 600;
	padding: .2rem .6rem;
	border-radius: 1rem;
	width: fit-content;
}

.sche-badge-upcoming {
	background-color: #3b82f620;
	color: #60a5fa;
}

.sche-badge-airing {
	background-color: #22c55e20;
	color: #4ade80;
}

.sche-badge-aired {
	background-color: #ffffff10;
	color: #ffffff60;
}

.sche-note {
	font-size: 12px;
	color: #fff6;
	margin: .2rem 0 0;
	font-style: italic;
}

/* avatar list */
.avatar-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 6px;
}

.avatar-list .item {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	opacity: .6;
	box-shadow: 0 0 0 3px transparent;
}

.avatar-list .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.avatar-list .item:hover,
.avatar-list .item.active {
	opacity: 1;
}

.avatar-list .item.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #fff;
	z-index: 2;
}

.question-box {
	margin: 2rem 0;
	padding: 1.5rem;
	max-width: 560px;
	border: 1px solid #ffffff30;
	border-radius: 1rem;
	list-style: none;
}

.question-box li+li {
	margin-top: .5rem;
}

/* top discuss */
.comm-wrap {
	margin-bottom: 1rem;
	border-radius: 1rem;
	border: 1px solid #fff2;
	display: flex;
	flex-direction: column;
}

.top-discuss {
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #fff2;
}

/* .top-discuss .td-list{ display: grid; grid-template-columns: repeat(6,1fr); align-items: stretch; gap: 1.5rem;} */
.top-discuss .td-list {
	position: relative;
}

.td-d-item {
	align-items: stretch;
	padding: 1.2rem;
	position: relative;
	border-radius: .6rem;
	overflow: hidden;
}

.td-d-item .d-thumb {
	flex-shrink: 0;
	width: 50px;
	position: absolute;
	z-index: 2;
	top: 1.2rem;
	right: 1.2rem;
}

.td-d-item .d-thumb .v-thumbnail {
	border-radius: .3rem;
}

.td-d-item .di-v {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	position: relative;
	z-index: 2;
}

.td-d-item .di-v .user-avatar {
	border: 2px solid transparent;
	background-color: transparent;
}

.td-d-item:hover .di-v .user-avatar {
	border-color: #fff;
}

.td-d-item .di-poster {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	mask-image: linear-gradient(to bottom, black 0, transparent 80%);
}

.td-d-item:hover .di-poster {
	opacity: .7;
}

.td-d-item .di-poster img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(5px);
	transform: scale(1.1);
}

.td-d-item .info {
	display: flex;
	flex-direction: column;
	gap: .4rem;
	color: #fff9
}

.td-d-item .info>div {
	margin-bottom: 0;
}

.td-d-item .info .text {
	flex-grow: 1;
	font-size: 13px;
	color: #fff8 !important;
	height: 42px;
	margin-bottom: 3px;
}

.td-d-item .info .comment-bottom .line-center {
	gap: .3rem;
}

.comm-title {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	cursor: default;
}

.comm-title .ct-icon {
	font-size: 16px;
	color: var(--primary-text);
}

.top-discuss-wrapper .sw-navigation .sw-button {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: var(--bg-color) !important;
	border: 1px solid #fff3 !important;
	opacity: 1;
	border-radius: 50%;
	right: -10px;
}

.top-discuss-wrapper .sw-navigation .sw-button.sw-prev {
	right: auto;
	left: -10px;
}

.top-discuss-wrapper .sw-navigation .sw-button.swiper-button-disabled {
	opacity: 0;
}

.top-discuss-wrapper .sw-navigation .sw-button svg {
	width: 20px !important;
	height: 20px !important;
}

.irt-table {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
}

.irt-table .it-col {
	padding: 1.5rem 2rem;
}

.irt-table .it-col+.it-col {
	border-left: 1px solid #fff1;
}

.it-col .chart-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.it-col .chart-list .item {
	display: flex;
	align-items: center;
	gap: 1rem;
	height: 50px;
}

.it-col .chart-list .item>div {
	flex-shrink: 0;
}

.it-col .chart-list .item .pos {
	width: 16px;
	font-size: 1.2em;
	font-weight: 600;
	opacity: .3;
}

.it-col .chart-list .item .dev {
	width: 16px;
	text-align: center;
}

.it-col .chart-list .item .name {
	margin: 0 !important;
	font-size: 1em;
	font-weight: 400;
	flex-grow: 1;
	color: #fff;
}

.it-col .chart-list .item .v-thumbnail {
	width: 25px;
	padding-bottom: 36px;
	border-radius: .1rem;
}

.it-col .chart-list .item .user-avatar {
	width: 32px;
	height: 32px;
}

.it-col .chart-list .item .topic-color {
	padding: 0 .8rem;
	height: 28px;
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 30px;
}

.it-col .chart-list .item-more a {
	color: #fff5;
}

.it-col .chart-list .item-more a:hover {
	color: var(--primary-text);
}

.it-col .release-list {
	position: relative;
}

.re-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 48px;
	gap: .2rem;
	padding: .6rem .8rem;
	padding-left: calc(40px + 1.6rem);
	border-radius: .6rem;
	background-color: #0005;
	border: 1px solid transparent;
	color: var(--text-base) !important;
}

.re-item:hover {
	background-color: #0006;
	border-color: #fff4;
}

.re-item .user-avatar {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	position: absolute;
	top: 16px;
	left: .8rem;
}

.re-item .user-comment {
	font-size: 12px;
	word-break: break-word;
}

.re-item .user-comment span {
	color: #fff;
}

.re-item .for {
	font-size: 12px;
	line-height: 1.5;
	color: #fff5;
}

.re-item .for small {
	font-size: 8px;
	color: var(--primary-text);
}

.sw-comment-slide {
	max-height: 284px;
}

.dev.dev-up {
	color: #bedc33
}

.dev.dev-down {
	color: #dc328c
}

.dev.dev-stand {
	color: #fff3
}

.it-col.this-03 .chart-list .item:nth-child(10n + 1) .topic-color {
	background-color: #742d4b !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 2) .topic-color {
	background-color: #387fda !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 3) .topic-color {
	background-color: #7356b1 !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 4) .topic-color {
	background-color: #91ab47 !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 5) .topic-color {
	background-color: #a98762 !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 6) .topic-color {
	background-color: #218a8f !important
}

.it-col.this-03 .chart-list .item:nth-child(10n + 7) .topic-color {
	background-color: #9616d1 !important;
}

.it-col.this-03 .chart-list .item:nth-child(10n + 8) .topic-color {
	background-color: #c9512c !important
}

.it-col.this-03 .chart-list .item:nth-child(10n + 9) .topic-color {
	background-color: #616994 !important
}

.it-col.this-03 .chart-list .item:nth-child(10n + 10) .topic-color {
	background-color: #ad4c68 !important
}

.it-col.this-05 {
	max-width: 550px;
}

.d-modal .modal-content {
	background-color: #242838 !important;
}

.d-modal .comm-title {
	font-size: 14px;
}

.it-col.it-big {
	padding: 0 !important;
}

.it-col.it-big .chart-list .item {
	height: 70px;
}

.it-col.it-big.this-03 .chart-list .item {
	height: 60px;
}

.it-col.it-big .chart-list .item+.item {
	border-top: 1px solid #ffffff08;
}

.it-col.it-big .chart-list .item .v-thumbnail {
	width: 36px;
	height: 50px;
	border-radius: .2rem;
}

.it-col.it-big .chart-list .item .pos {
	width: 24px;
}

.it-col.it-big .chart-list .item .name {
	-webkit-line-clamp: 2 !important;
	line-height: 1.5;
}

.it-col.it-big .chart-list .item .user-avatar {
	width: 45px;
	height: 45px;
}

.it-col .chart-list .item .info .small-text {
	font-size: 12px !important;
	color: #fff5;
}

.it-col .chart-list .item .info .small-text .s-icon {
	font-size: 11px !important;
}


/* box new */
.cards-boxed .row-tabs {
	display: flex;
	flex-wrap: wrap;
	column-gap: .5rem;
	row-gap: .5rem;
}

.cards-boxed .row-tabs a {
	font-size: 13px;
	line-height: 1.2;
	white-space: nowrap;
	padding: 0 1rem;
	height: 36px;
	border-radius: 3rem;
	gap: .6rem;
	color: #fff;
	position: relative;
	background-color: #ffffff10;
	overflow: hidden;
}

.cards-boxed .row-tabs a:hover {
	background-color: #ffffff20;
}

.cards-boxed .row-tabs a.active {
	color: #000;
	background: rgb(252, 241, 216);
	background: linear-gradient(94deg, rgba(252, 241, 216, 1) 0%, #fdb9de 100%);
}

.cards-boxed .row-tabs a .inc-icon {
	width: 24px;
	height: 24px;
	display: none;
}

.inc-icon.new-tag {
	width: 80px !important;
	height: auto !important;
	position: relative;
	margin-left: -20px;
}

#slide-cover-new .sw-navigation .sw-button {
	top: 50%;
}

.sw-cover.cover-fade {
	background-color: #224d67;
	border-radius: .75rem;
	overflow: hidden;
}

.sw-cover.cover-fade .v-thumbnail {
	background-color: transparent;
	border-radius: .75rem .75rem 0 0;
}

.sw-cover.cover-fade .v-thumbnail img {
	mask-image: linear-gradient(to top, transparent 0, black 40%);
	-webkit-mask-image: linear-gradient(to top, transparent 0, black 40%);
}

.sw-cover.cover-fade .h-item {
	margin-top: -3rem;
	padding: 1.2rem;
}

.sw-cover.cover-fade .h-item .info .item-title {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0
}

.sw-cover.cover-fade .h-item .info .alias-title {
	font-size: 1em;
	color: var(--primary-text);
	margin-bottom: .6rem;
}

.sw-cover.cover-fade .h-item .info .description {
	font-size: 13px;
	color: #fff;
}

.sw-cover.cover-fade .backdrop-filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	filter: blur(30px);
	opacity: .3;
	transform: scale(1.2);
}

.pin-relative {
	display: flex;
	align-items: center;
	gap: .3rem;
	font-size: 12px;
	line-height: 1.3;
}

.pin-relative .video-type {
	padding: .2rem .4rem;
	font-size: 11px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: .3rem;
	white-space: nowrap;
}

.pin-relative .pin-new {
	transform: none;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	box-shadow: none;
	border-radius: 0;
	gap: .3rem;
}

.pin-relative .pin-new .line-center {
	border-radius: .3rem;
}

.pin-relative .pin-new .line-pd {
	background-color: #ffffff36;
}

.radius-0 {
	border-radius: 0 !important;
}

.bg-trans {
	background-color: transparent !important;
	border-radius: .5rem !important;
}

.text-gradient {
	text-shadow: none !important;
	letter-spacing: 1px;
	font-weight: 700 !important;
	font-size: 2.2em !important;
	background: linear-gradient(to right, #FCF1D8 0%, #ff7ee5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* loading */
.v-loader-area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3rem;
	height: 200px;
	position: relative;
}

.v-loader-area.fixed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff05;
}

.v-loader {
	width: 45px;
	aspect-ratio: 1;
	--c: no-repeat linear-gradient(#5b5d68 0 0);
	background:
		var(--c) 0% 50%,
		var(--c) 50% 50%,
		var(--c) 100% 50%;
	background-size: 20% 100%;
	animation: l1 1s infinite linear;
	transform: scale(.9);
	border-radius: 50%;
}

@keyframes l1 {
	0% {
		background-size: 20% 100%, 20% 100%, 20% 100%
	}

	33% {
		background-size: 20% 10%, 20% 100%, 20% 100%
	}

	50% {
		background-size: 20% 100%, 20% 10%, 20% 100%
	}

	66% {
		background-size: 20% 100%, 20% 100%, 20% 10%
	}

	100% {
		background-size: 20% 100%, 20% 100%, 20% 100%
	}
}


body {
	animation: allpage-load .3s forwards;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

@keyframes allpage-load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		overflow: unset;
		height: auto;
	}
}

#body-load {
	display: flex;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--bg-color);
	justify-content: center;
	align-items: center;
	animation: body-load-effect .6s forwards;
}

#body-load .bl-logo {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	font-size: 3em;
	line-height: 1.4;
	color: #ffffff30;
	font-weight: 600;
	animation: logo-load .6s forwards;
}

#body-load .bl-logo img {
	width: 60%;
	max-width: 360px;
	height: auto;
}

body.base-load {
	animation: base-load 2s forwards;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	animation-delay: 1s;
}

@keyframes body-load-effect {
	0% {
		opacity: 100%;
		z-index: 1000;
	}

	60% {
		opacity: 100%;
		z-index: 1000;
	}

	100% {
		opacity: 0;
		z-index: -100;
	}
}

@keyframes base-load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		overflow: unset;
		height: auto;
	}
}

@keyframes logo-load {
	0% {
		transform: scale(1.05);
	}

	60% {
		transform: scale(1);
		opacity: 1;
	}

	80% {
		transform: scale(.6);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes home-load {
	0% {}

	60% {}

	80% {
		overflow: hidden;
	}

	100% {
		background-image: url(/images/home-background.webp);
		overflow: auto;
	}
}

/* Update */
.info-line .tag-small {
	margin-right: 0
}

.info-line .tag-small+.tag-small {
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

.info-line .tag-small+.tag-small:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #ffffff30;
	position: absolute;
	left: -3px;
	top: calc(50% - 3px);
	border-radius: 50%;
}

.block-404 {
	width: 100%;
	max-width: 800px;
	padding: 0 30px;
	margin: 6rem auto;
	text-align: center;
}

.block-404 .description {
	font-size: 1.1em;
	margin-bottom: 3rem;
}

.block-404 .icon-404 {
	margin-bottom: 2rem;
	filter: grayscale(1);
	opacity: .3;
}

.block-404 .icon-404 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.v-thumbnail .text-more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 1.1em;
	white-space: nowrap;
}

.Toastify__toast {
	border-radius: .6rem !important;
}

.Toastify__progress-bar--wrp {
	height: 3px !important;
}

.Toastify__toast-theme--dark {
	background: #ffffff0f !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.ratio-16x9 video {
	object-fit: cover;
}

.cat-more .line-center {
	padding: 0;
	height: 30px;
	width: 30px;
	border-radius: 2rem;
	border: 1px solid #fff5;
	font-size: 14px;
	justify-content: center;
	gap: 0;
}

.cat-more:hover .line-center,
.cat-more.active .line-center {
	width: auto;
	padding: 0 .5rem;
}

.cat-more span {
	display: none;
	font-size: 12px;
	padding: 0 .4rem;
}

.cat-more i {
	width: 20px;
	text-align: center;
}

.cat-more:hover span,
.cat-more.active span {
	display: block;
}

.denied-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e212e;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1.5rem 25%;
	gap: 2rem;
	font-size: 2.3em;
	font-weight: 600;
	color: #fff;
}

.denied-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/images/denied-bg.webp);
	background-size: cover;
	background-position: center center;
	opacity: .2;
}

.denied-box .denied-icon img {
	width: 220px;
	height: 220px;
	border-radius: 15%;
}

.quality-notice {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	top: auto !important;
	height: auto !important;
	bottom: -200px;
	width: 90%;
	max-width: 320px;
	background-color: #fff;
	font-size: 14px;
	color: #000;
	box-shadow: 0 0 10px 10px #0001;
	padding: 1rem;
	border-radius: .8rem;
	animation: pop-show .75s forwards;
	animation-delay: 1s;
}

.quality-notice .notice-dismiss {
	color: #888;
	font-size: 12px;
	font-weight: 400;
	margin-top: .6rem;
	cursor: pointer;
}

@keyframes pop-show {
	0% {
		opacity: 0;
		bottom: -200px;
	}

	100% {
		opacity: 1;
		bottom: 30px;
	}
}

.app-box-fix {
	position: fixed;
	z-index: 999;
	bottom: 1rem;
	left: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.app-box-fix .content {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.2rem;
	color: #000;
	width: 100%;
	max-width: 300px;
	box-shadow: 0 0 10px 3px #0002;
}

.app-box-fix .content>div {
	position: relative;
	z-index: 2;
}

.app-box-fix .heading-xs {
	color: #000;
	margin-bottom: .75rem;
}

.app-box-fix .close-app-box {
	margin-top: 1rem;
}

.app-box-fix .close-app-box a {
	color: #666;
	font-size: 12px;
	padding: .1rem 1rem;
	text-align: center;
	display: block;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.app-box-fix .close-app-box a:hover {
	color: #000;
}

.app-box-fix .app-box .appicon img {
	width: 60px;
	border-radius: .7rem;
}

.table-wrap {
	margin: 2rem auto;
	max-width: 800px;
	padding: 10px;
	border: 1px solid #fff9;
	border-radius: 1rem;
	overflow: hidden;
}

.v-table {
	margin: 0;
	font-size: 14px;
	border-radius: .8rem;
	overflow: hidden;
}

.table.v-table> :not(caption)>*>* {
	padding: .6rem .8rem;
}

.v-table.table-dark {
	--bs-table-bg: #fff1;
	--bs-table-border-color: var(--bg-color)
}

.br-none {
	border-right: none !important;
}

.button-play.is-coming {
	position: relative;
	font-size: 16px;
	padding-top: .5rem !important;
	padding-bottom: calc(.5rem + 22px) !important;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	border: none;
	border-radius: .75rem !important;
	overflow: hidden;
	height: auto !important;
	gap: .75rem;
}

.button-play.is-coming .text {
	font-size: 11px;
	line-height: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	color: #000;
	border-radius: 0;
}

#totop {
	position: fixed;
	z-index: 99;
	right: 1rem;
	bottom: -100px;
	width: 48px;
	height: 48px;
	border-radius: .6rem;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #0002;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

#totop>div {
	font-size: 10px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}

#totop i {
	font-size: 14px;
	position: relative;
}

#totop:hover i {
	top: -2px;
}

.mini-search {
	width: 100%;
	position: relative;
}

.mini-search .search-icon {
	position: absolute;
	left: .8rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.mini-search .search-input {
	background-color: transparent !important;
	border: 1px solid var(--border-color) !important;
	border-radius: .4rem;
	box-shadow: none !important;
	font-size: 13px;
	padding: .4rem 1rem .4rem 2.2rem;
	width: 100%;
}

.mini-search.is-dark .search-input {
	border-color: #0003 !important;
}

.mini-search.is-dark .search-input:focus {
	border-color: #0e487a !important;
}

/* w2g home */
.home-w2g {
	border-radius: 1rem;
	background-color: #9e5969;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fffa;
}

.home-w2g .hw2g-icon {
	position: relative;
	bottom: -1.5rem;
	left: -1rem;
}

.home-w2g .hw2g-icon img {
	height: 300px;
	width: auto;
}

.home-w2g .hw2g-title {
	max-width: 250px;
}

.home-w2g .hw2g-title .is-name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 1.5rem;
}

.dropdown-vip {
	font-size: 13px;
	padding: .4rem 1rem;
}

.dropdown-vip .user-name {
	font-size: 12px;
	color: #fff;
}

/* wallet */
.ro-coin {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: url(/images/ro-coin.svg);
	background-size: cover;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: sub;
}

.ro-coin.m-size {
	width: 20px;
	height: 20px;
}

.l-size {
	font-size: 15px !important;
}

.m-size {
	font-size: 14px !important;
}

.s-size {
	font-size: 13px !important;
}

.xs-size {
	font-size: 12px !important;
}

.ro-coin.is-large {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	box-shadow: 0 0 0 3px #fff5 inset;
}

/* .ro-coin.less{ filter: grayscale(1);} */
.dropdown-wallet {
	padding: .5rem 1rem;
}

.wallet-display {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.wallet-display .btn-xs {
	min-height: auto;
	padding: 1px 6px;
	font-size: 10px;
}

.wallet-display .my-wallet {
	color: #fff;
	white-space: nowrap;
}

.wallet-display .amount {
	flex-grow: 1;
	justify-content: flex-end;
}

.wallet-display .amount span {
	color: var(--primary-text);
	font-weight: 500;
	white-space: nowrap;
}

#up-rox .logo-small img {
	height: 40px !important;
}

/* tv */
.code-page {
	padding: 100px 0 !important;
}

.your-account {
	display: flex;
	justify-content: center;
	color: #fff;
	margin-bottom: 1rem;
}

.your-account .user-avatar {
	width: 40px;
	height: 40px;
}

.your-account strong {
	font-weight: 500;
}

.login-code-box {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	justify-content: center;
	max-width: 700px;
	margin: 3rem auto;
}

.login-code {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 1.5rem;
}

.login-code .form-control {
	flex: 1;
	background-color: transparent;
	color: #fff;
	font-size: 3em;
	font-weight: 600;
	padding: .75rem;
	text-align: center;
	border: 4px solid transparent !important;
	border-bottom-color: #fff2 !important;
	border-radius: 0;
	box-shadow: none !important;
}

.login-code .form-control::placeholder {
	color: #fff6;
}

.login-code .form-control:focus {
	border-color: #fff4 !important;
}

.login-code.error .form-control {
	border-color: #c94d4d1a !important;
	color: #c94d4d !important;
	background-color: #c94d4d1a !important;
}

.login-code-box .buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.login-code-box .buttons .btn-light[disabled] {
	background-color: #fff9 !important;
	border: none !important;
}

.display-pin {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.tv-checked {
	display: block;
	text-align: center;
	padding: 50px 0;
}

.tv-checked img {
	width: 240px;
	height: auto;
}

.flexbin {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	gap: .4rem;
}

.flexbin:after {
	content: '';
	flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}

.flexbin>* {
	position: relative;
	display: block;
	height: 200px;
	flex-grow: 1;
}

.flexbin>*>img {
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	vertical-align: bottom;
}

@media (max-width: 980px) {
	.flexbin:after {
		min-width: 150px;
	}

	.flexbin>* {
		height: 150px;
	}
}

@media (max-width: 400px) {
	.flexbin:after {
		min-width: 100px;
	}

	.flexbin>* {
		height: 100px;
	}
}

/* sponsor */
.sspp-area {
	position: relative;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.sspp-area .display-single {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.sspp-area .display-single .is-image {
	display: block;
	border: 2px solid #fff;
	width: 100%;
}

.sspp-area .display-single .is-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sw-item .sspp-area .display-single .is-image.auto-res,
.sw-item .sspp-area .display-single .is-image.auto-res img,
.swiper-slide .sspp-area .display-single .is-image.auto-res,
.swiper-slide .sspp-area .display-single .is-image.auto-res img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

/* sspp wide */
.sspp-area.is-wide .display-single {
	max-height: 110px;
	max-width: 1200px;
}

.sspp-area.is-wide {
	padding: 0 1rem;
}

.sspp-area.is-728 .display-single {
	max-height: 90px;
	max-width: 728px;
}

/* sspp catfish */
.sspp-area.is-wide.is-catfish {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
	flex-direction: column;
	z-index: 15;
}


/* sspp square */
/* .sspp-area.is-3x2 .display-single{ width: 100%; padding-bottom: 66%; height: 0;}
.sspp-area.is-3x2 .display-single.is-demo{ padding-bottom: 84%;} */
.sspp-area.is-square-400 .display-single {
	max-width: 400px;
	max-height: 400px;
}

.sspp-area.is-square-300 .display-single {
	max-width: 300px;
	max-height: 300px;
}

/* sspp poster */
.sspp-area.is-poster,
.sspp-area.is-live {
	flex-direction: column;
	gap: .75rem;
}

.sspp-area.is-poster .display-text {
	font-size: .9em;
	opacity: .5;
}

.sspp-area.is-poster .display-single {
	width: 100%;
	padding-bottom: 150%;
	height: 0;
}

.sspp-area.is-poster .display-single .is-image {
	border-radius: .5rem;
}

.sspp-area.is-live .display-single {
	padding-bottom: 56%;
	height: 0;
}

.sspp-area.is-live .display-single .is-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: .6rem;
	overflow: hidden;
}

.sspp-area.is-square .display-single {
	height: 300px;
	width: 360px;
}

.sspp-area.is-square .display-single .call-me .wrap-text .buttons {
	flex-direction: column;
	margin-top: .5rem;
}

.sspp-area.is-box .display-single .call-me .wrap-text .buttons .btn,
.sspp-area.is-wide-m .display-single .call-me .wrap-text .buttons .btn {
	min-width: none;
	width: 100%;
	padding: .3rem;
	font-size: 13px;
	min-height: 30px;
}

.sspp-area.is-post {
	width: auto;
	align-items: flex-start;
	justify-content: flex-start;
}

.sspp-area.is-post .display-single {
	width: auto;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1.25rem;
	border: 2px solid #fff1;
	border-radius: 1rem;
}

.sspp-area.is-post .display-single .sspp-logo {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.sspp-area.is-post .display-single .sspp-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chat-row .sspp-area.is-post .display-single {
	gap: 1rem;
	padding: .75rem;
	padding-right: 50px;
	border-radius: .75rem;
	font-size: 13px;
	border-color: #fff2;
}

.chat-row .sspp-area.is-post .display-single .sspp-logo {
	width: 36px;
	height: 36px;
}

.sspp-area .close-it {
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 5;
	cursor: pointer;
	opacity: .5;
	display: flex;
	align-items: center;
	gap: .4rem;
	padding: .4rem .5rem;
	background-color: #0006;
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 12px;
	text-shadow: 0 0 4px #0002;
	line-height: 1;
	border: 1px solid #fff;
	box-shadow: 0 0 5px 5px #0001;
	border-radius: .4rem;
}

.sspp-area .close-it span {
	display: none;
}

.card-mobile {
	display: none !important;
}

/* .sspp-area.is-wide .close-it span{ display: block} */
.sspp-area .close-it:hover {
	opacity: 1;
}

.sspp-area.is-post .close-it {
	top: .5rem;
	right: .5rem;
	border: none !important;
	background-color: #fff1 !important;
}

.sspp-modal .modal-dialog .modal-content {
	max-width: 400px;
	margin: 0 auto;
}

.lw-player .sspp-area.is-max {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.lw-player .sspp-area.is-max .display-single {
	width: 100%;
	height: 100%;
}

.it-col.this-01,
.it-col.this-02 {
	width: 420px;
	flex-shrink: 0;
}

.it-col.this-05 {
	max-width: none;
	flex-grow: 1;
}

.it-col.this-03 {
	width: 320px;
	flex-shrink: 0;
}

.delay-load {
	animation: delay-time 3s forwards;
}

@keyframes delay-time {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.sspp-area .display-single.is-demo {
	max-height: none !important;
}

.sspp-area.is-wide .display-single.is-demo {
	max-width: 890px;
}


/* homepage */
body.homepage {
	background-color: #14161E;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	animation: home-load 2s forwards
}

body.homepage .container {
	max-width: 1330px;
}

#section-first {
	display: flex;
	justify-content: center;
	align-items: center;
}

#section-first .button-play {
	opacity: 1 !important;
	transform: scale(1.1);
}

#section-first .btn-blank {
	color: var(--text-base);
	border: none !important;
}

#section-first .btn-blank:hover {
	color: var(--primary-text);
}

.home-board {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	width: 100%;
	padding: 6rem 8rem;
	margin: 12rem auto 5rem;
	border-radius: 2rem;
	background-color: rgba(255, 255, 255, .025);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.home-board .home-logo img {
	height: 60px;
	width: auto;
}

.home-board .heading-xl {
	text-align: center;
	font-size: 2.6em;
}

#section-second {
	padding: 0 0 4rem;
}

#home-footer {
	text-align: center;
	padding-bottom: 4rem;
}

.home-footer-menu {
	margin: 2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 2.5rem;
	padding: 0 20px;
}

.home-footer-menu a {
	white-space: nowrap;
	color: var(--text-base);
}

.home-footer-menu a:hover {
	color: var(--primary-text);
}

#about {
	position: relative;
	font-size: 1.5em;
    text-align: justify;
	line-height: 1.7;
	color: #cfcfcf;
	padding: 0 3rem;
}

#about a {
	color: #fff;
}

#about a:hover {
	color: var(--primary-text);
}

#about p {
	line-height: 1.7;
	margin-bottom: 1rem;
}

#about b {
	font-weight: 600;
}

#about h1,
#about h2,
#about h3,
#about h4,
#about h5 {
	line-height: 1.6;
	font-weight: 500;
}

#about h1 {
	font-size: 1.8em;
	margin: 1.5rem 0;
	color: var(--primary-text);
}

#about h2 {
	font-size: 1.6em;
	margin: 1.5rem 0;
	;
	color: var(--primary-text);
}

#about h3 {
	font-size: 1.4em;
	margin: 0 0 1.25rem;
	color: #fff;
}

#about h4 {
	font-size: 1.2em;
	margin-bottom: .5rem;
	color: var(--primary-text);
}

#about h5 {
	font-size: 1.1em;
	margin-bottom: .5rem;
	color: #fff;
}

/* live */
.cards-live .boxed {
	padding: 1.75rem 2rem;
	border-radius: 1rem;
	background-color: #5F2D54;
}

.cards-live .row-header {
	min-height: auto;
	margin-bottom: 1.5rem;
}

.cards-live .row-header .category-name {
	font-size: 1.8em;
	line-height: 1.1;
}

.home-live {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.home-live .live-grid-big {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
}

.home-live .live-grid-big .card-live {
	flex: 1;
}

.home-live .card-live {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.home-live .card-live .v-thumbnail-hoz {
	padding-bottom: 56%;
	border-radius: .6rem;
	box-shadow: 0 10px 10px 0 #0002;
}

.home-live .v-thumbnail .live-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.home-live .card-live .card-live-detail {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	flex-direction: row;
}

.home-live .card-live .card-live-detail .user-avatar {
	width: 40px;
	height: 40px;
}

.home-live .card-live .card-live-detail .is-info {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: .1rem;
	font-size: .9em;
}

.home-live .card-live .card-live-detail .live-name {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: .2rem;
}

.home-live .card-live .card-live-detail .source-name {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: .15rem;
	color: #fff9;
}

.home-live .card-live .card-live-detail .info-line>div {
	font-size: 12px;
	color: #fff9;
}

.home-live .card-live .card-live-detail .info-line .tag-user a {
	color: #fff9;
}

.home-live .card-live .card-live-detail .is-option {
	position: relative;
}

.home-live .live-grid-small {
	display: flex;
	flex-direction: column;
	gap: 0rem;
}

.home-live .live-grid-small .card-live {
	padding: 1rem;
	border-radius: .5rem;
	flex-direction: row;
	align-items: center;
}

.home-live .live-grid-small .card-live:nth-child(2n) {
	background-color: #00000015;
}

.home-live .live-grid-small .card-live:hover {
	background-color: #fff1 !important;
}

.home-live .live-grid-small .card-live .v-thumbnail {
	width: 40px;
	padding-bottom: 60px;
	flex-shrink: 0;
	border-radius: .2rem;
}

.home-live .live-grid-small .card-live .card-live-detail {
	position: relative;
	z-index: 4;
	flex-grow: 1;
	border-left: 1px solid #fff2;
	padding-left: 1rem;
	align-items: center;
}

.home-live .live-grid-small .card-live .card-live-detail .user-avatar {
	display: none;
}

.home-live .live-grid-small .card-live .card-live-detail .live-name {
	line-height: 1.5;
	font-size: 1.1em;
	-webkit-line-clamp: 2;
}

.home-live .live-grid-small .card-live .home-live-status {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.home-live .card-live .v-thumbnail .live-tag {
	position: absolute;
	top: .5rem;
	left: .5rem;
	z-index: 3;
	border-radius: .3rem;
	height: 24px;
	padding: 0 .4rem;
	box-shadow: 0 0 5px 5px #0001;
}

.home-live .current-status {
	position: absolute;
	z-index: 3;
	bottom: .5rem;
	left: .5rem;
	display: flex;
	align-items: center;
	gap: .5rem;
	background-color: #0009;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: .3rem .7rem;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	border-radius: .4rem;
	border: 1px solid #fff;
	box-shadow: 0 0 5px 5px #0001;
}

.home-live .current-status.status-live {
	border: 1px solid #fff;
	border-radius: .4rem;
}

.home-live .current-status.status-end,
.home-live-status .btn-outline.end {
	color: #fe476a !important;
	border-color: #fe476a !important;
	font-weight: 400;
}

.home-live .current-status.status-coming {
	font-weight: 400;
}

.home-live .current-status.status-coming .time-left {
	font-weight: 600;
}

.home-live .remind-me {
	left: auto;
	right: .5rem;
	cursor: pointer;
	z-index: 5;
}

.home-live .remind-me.active,
.home-live-status .btn-outline.remind-me.active {
	color: var(--primary-text) !important;
	border-color: var(--primary-color) !important;
}

.home-live .start-now {
	background-color: #fff;
	color: #000;
	left: .5rem;
	right: auto;
	bottom: .5rem;
	top: auto;
	z-index: 5;
}

.home-live .start-now:hover {
	background-color: var(--primary-color);
	color: #000;
	border-color: var(--primary-color);
}

.home-live .card-live .thumb-small {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 39%;
	height: 100%;
	z-index: 2;
	background-size: cover;
	background-position: top center;
	box-shadow: 0 10px 10px 0 #0002;
	mask-image: linear-gradient(to top, transparent 0%, black 30%)
}

.home-live .live-tag {
	font-size: 12px;
	font-weight: 500;
}

.home-live .live-grid-big {
	width: 65%;
	flex-shrink: 0;
}

.home-live .live-grid-small {
	flex-grow: 1;
}

/* .home-live .live-grid-big .card-live-air{ box-shadow: 0 0 100px 0 #cf171770 inset;} */

.home-live .user-avatar.o-live {
	width: 46px;
	height: 46px;
	border: 2px solid red;
	animation: home-live-avatar 1s infinite;
}

.home-live .user-avatar.o-live img {
	transform: scale(.8);
	border-radius: 50%;
}

@keyframes home-live-avatar {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.live-tag {
	background-color: #cf1717 !important;
	color: #fff !important;
	display: flex !important;
	align-items: center;
	gap: .3rem;
}

.live-tag.blink:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	animation: live-flash 1s infinite;
}

@keyframes live-flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.count-time {
	animation: count-time 1s infinite;
}

@keyframes count-time {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(90deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@media screen and (max-width: 1440px) {
	.home-board {
		margin: 8rem auto 5rem;
	}
}

@media screen and (max-width: 1280px) {
	.home-board {
		margin: 6rem auto 4rem;
	}
}

@media screen and (max-width: 980px) {
	body.homepage {
		background-size: 1600px;
	}

	.home-board {
		margin: 5rem auto 3rem;
		padding: 4rem;
		gap: 2rem;
		border-radius: 1.5rem;
	}

	.home-board .heading-xl {
		font-size: 2em;
	}

	#about {
		padding: 0;
	}
}

@media screen and (max-width: 640px) {
	body.homepage .container {
		padding: 0 20px;
	}

	.home-board {
		padding: 3rem;
	}

	.home-board .heading-xl {
		font-size: 1.8em;
	}

	#about {
		font-size: 1em;
	}
}

@media screen and (max-width: 479px) {
	.home-board {
		padding: 2rem;
	}

	.home-board .home-logo img {
		height: 50px;
	}

	.home-board .heading-xl {
		font-size: 1.6em;
	}

	#section-first .buttons {
		width: 100%;
	}

	#section-first .button-play {
		transform: scale(1);
		width: 100%;
		display: block;
	}

	.home-footer-menu {
		margin-bottom: 3rem;
		row-gap: 1rem;
		column-gap: 2rem;
	}

	#home-footer {
		padding-bottom: 3rem;
	}
}

.zbox-welcome {
	bottom: 1rem;
	left: 1rem;
	z-index: 100;
}

.zbox-welcome .content {
	background-color: #000000f2 !important;
	color: #fffa;
	max-width: none;
	width: 420px;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
}

.zbox-welcome .content .v-thumb-m {
	width: 100px;
}

.zbox-welcome .content .watched-bar {
	max-width: 180px;
}

.zbox-welcome .content .info-line .tag-small {
	color: #fff9;
}

/* shoutbox fixed */
.shoutbox-fixed {
	position: fixed;
	bottom: 0;
	right: 1rem;
	z-index: 100;
	width: 280px;
}

.shoutbox-fixed .btn-toggle {
	width: 100%;
	background-color: #fff !important;
	color: #000 !important;
	border: none !important;
	border-radius: .6rem;
	height: 48px;
	opacity: 1 !important;
	box-shadow: 0 0 10px 10px #0002;
	cursor: pointer;
	margin-bottom: 1rem;
}

.shoutbox-fixed .btn-toggle .user-avail .inc-icon {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
}

.shoutbox-fixed .btn-toggle .user-avail .inc-icon+.inc-icon {
	margin-left: -7px;
}

.shoutbox-fixed .shoutbox {
	height: 900px;
	max-height: 80vh;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 10px 10px #0002;
}

.shoutbox-fixed.show {
	width: 400px;
	right: 1rem !important;
	transition: none !important;
}

.shoutbox-fixed.show .shoutbox {
	display: flex !important;
}

.shoutbox-fixed.show .btn-toggle {
	border-radius: .75rem .75rem 0 0;
	margin-bottom: 0;
}

.shoutbox-fixed.show .btn-toggle .toggle-icon {
	display: block !important;
	font-size: 18px;
}

.shoutbox-fixed.show .btn-toggle .s-hide {
	display: none;
}

.shoutbox-fixed .shoutbox .chat-row {
	padding: .6rem 1rem;
}

.shoutbox-fixed .shoutbox .sb_bottom {
	padding: 1rem;
}

.rox-setting {
	text-decoration: underline !important;
	text-underline-offset: 4px;
	white-space: nowrap;
}

/* match info */
.app-box-fix .content-rb {
	width: 400px;
	max-width: none;
	padding: 1.5rem;
	color: #fff;
	backdrop-filter: blur(15px);
	background: #6C60B9;
	background: linear-gradient(236deg, rgba(108, 96, 185, .9) 0%, rgba(90, 81, 143, .9) 100%);
}

.app-box-fix .content-rb .rb-header {
	position: relative;
	padding-left: 60px;
}

.app-box-fix .content-rb .rb-header .rb-logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: block;
}

.app-box-fix .content-rb .rb-header .rb-logo img {
	width: 44px;
	height: auto;
}

.app-box-fix .content-rb .alias-title {
	color: #fff9;
	margin-top: 2px;
}

.app-box-fix .content-rb .close-app-box a {
	color: #fffa;
}

.app-box-fix .content-rb .btn-sm {
	border-radius: .4rem;
}


.match-info {
	display: flex;
	flex-direction: column;
	margin: 1.25rem 0;
	gap: .75rem;
	position: relative;
	align-items: center;
	justify-content: center;
}

.match-info .match-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .75rem;
	width: 100%;
}

.match-info .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	position: relative;
	background-color: #fff;
	border-radius: 1rem;
	padding: 2rem .4rem .5rem;
	color: #000 !important;
	border-radius: .75rem;
	border-bottom: 3px solid #c0ceeb;
}

.match-info .item:hover {
	background-color: #fff !important;
	border-color: #e2fe35;
}

.match-info .item .info-item {
	position: absolute;
	top: 0;
	left: .75rem;
	right: .75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	height: 20px;
	gap: .5rem;
}

.match-info .item .info-item>div {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.match-info .item .info-item>.league-name {
	flex-shrink: unset;
	flex-grow: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.match-info .item .time-match {
	font-size: 10px;
	line-height: 20px;
	padding: 0 5px;
	background-color: #000;
	color: #fff;
	border-radius: 0 0 .3rem .3rem;
}

.match-info .item .live-badge>div {
	padding: 0 5px;
	line-height: 20px;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	background-color: red;
	border-radius: 0 0 0 .3rem;
}

.match-info .item .live-badge>div.prog {
	background-color: #eee;
	border-radius: 0 0 .3rem 0;
	color: #000;
}

.match-info .item .live-badge>div.prog span {
	animation: time-flash 1s linear infinite;
}

@keyframes time-flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.match-info .team-vs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.match-info .team-vs .card-team {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: .25rem;
	padding: 0 .3rem;
}

.match-info .team-vs .card-team .inc-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.match-info .team-vs .card-team .inc-icon img {
	object-fit: contain;
}

.match-info .team-vs .card-team .lim {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	flex-grow: 1;
	word-break: break-word;
	text-align: center;
}

.match-info .team-vs .current {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	transform: translate(-50%, 0);
	padding: 3px 0;
}

.match-info .team-vs .current .score {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	color: #0005;
	border-radius: .6rem;
	background-color: #ffd875;
	line-height: 26px;
	color: #000;
}

.match-info .team-vs .current .score.update {
	color: #000;
}

.match-info .match-comm {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

.match-info .match-comm .comm-avatar {
	width: 24px;
	height: 24px;
	font-size: 0;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #0003;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.match-info .match-comm .comm-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.match-info .match-comm span {
	font-size: 11px;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}


/* robong row */
.league-swiper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .5rem 0;
	background-color: #0003;
	border-radius: 1.25rem 0 0 1.25rem;
}

.league-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rrb-wrap {
	display: flex;
	align-items: stretch;
	background-color: #2f43a3;
	background-image: url(/images/robong/background.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 1.25rem;
	min-height: 150px;
	border: 1px solid #617cfe;
	box-shadow: 0 0 50px 0 #fff2 inset;
	position: relative;
	padding-left: 60px;
}

.rrb-wrap:before {
	content: "";
	width: 6px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
	background-color: #e2fe35;
	border-radius: 2rem 0 0 2rem;
	z-index: 1;
}

.rrb-wrap .leagues-slide {
	width: 60px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.rrb-wrap .leagues-slide .l-icons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rrb-wrap .leagues-slide .l-icon {
	width: 24px;
	height: 24px;
	position: relative;
}

.rrb-wrap .leagues-slide .l-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rrb-wrap .rb-intro {
	flex-shrink: 0;
	width: 300px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .75rem;
	position: relative;
	z-index: 2;
}

.rrb-wrap .rb-intro .rb-logo {
	flex-shrink: 0;
}

.rrb-wrap .rb-intro .rb-logo a {
	display: block;
	height: 40px;
	overflow: hidden;
	flex-shrink: 0;
}

.rrb-wrap .rb-intro .rb-logo img {
	height: 100%;
	width: auto;
}

.rrb-wrap .rb-intro .rb-title {
	line-height: 1.3;
	text-shadow: 0 0 5px #0003;
}

.rrb-wrap .rb-intro .rb-label a {
	border-radius: .4rem;
	overflow: hidden;
	gap: 1px;
}

.rrb-wrap .rb-intro .rb-label a span {
	background-color: #e2fe35;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	padding: 0 .5rem;
	letter-spacing: 1px;
	white-space: nowrap;
}

.rrb-wrap .rb-intro .rb-label a i {
	line-height: 28px;
	padding: 0 0.5rem;
	background-color: #fff;
	color: #000;
}

.rrb-wrap .rb-pic {
	mask-image: linear-gradient(to right, black 0%, black 70%, transparent 100%);
	margin-right: -80px;
	width: 400px;
	flex-shrink: 0;
	overflow: hidden;
}

.rrb-wrap .rb-pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.rrb-wrap .rb-more {
	width: 130px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rrb-wrap .rb-more a {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 1.5rem;
}

.rrb-wrap .rb-more a:hover .btn {
	background-color: #e2fe35 !important;
	border-color: #e2fe35 !important;
}

@media screen and (max-width: 1599px) {
	.match-info .match-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.match-info .match-list .item:nth-child(n+5) {
		display: none;
	}
}

@media screen and (max-width: 1359px) {
	.rrb-wrap .rb-pic {
		display: none;
	}

	.rrb-wrap .rb-intro {
		width: 100%;
		max-width: 280px;
		padding: 1.5rem;
	}
}

@media screen and (max-width: 1079px) {
	.rrb-wrap {
		flex-direction: column;
		border-radius: 1rem;
	}

	.rrb-wrap .rb-intro {
		max-width: none;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 1rem;
	}

	.rrb-wrap .rb-intro .rb-logo a {
		width: 42px;
	}

	.rrb-wrap .rb-intro .rb-title {
		flex-grow: 1;
		text-align: left;
		margin: 0 !important;
	}

	.rrb-wrap .rb-intro .rb-label {
		display: none;
	}

	.match-info {
		padding: 0 1rem !important;
	}

	.match-info .match-list {
		gap: .6rem;
	}

	.rrb-wrap .rb-more {
		width: 100%;
		padding: 0;
	}

	.rrb-wrap .rb-more a {
		flex-direction: row-reverse;
		align-items: center;
		padding: 1rem;
	}

	.rrb-wrap .rb-more .btn.btn-circle {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 639px) {
	.rrb-wrap {
		overflow: hidden;
		padding: 0;
		border-radius: .75rem;
	}

	.rrb-wrap .leagues-slide,
	.rrb-wrap::before {
		display: none;
	}

	.rrb-wrap .rb-intro .rb-title {
		font-size: 1.2em;
	}

	.rrb-wrap .rb-intro .rb-logo a {
		width: 32px;
		height: 30px;
	}

	.match-info {
		overflow: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.match-info::-webkit-scrollbar {
		display: none;
	}

	.match-info .match-list {
		display: flex;
		gap: .75rem;
	}

	.match-info .match-list .item {
		width: 230px;
		flex-shrink: 0;
		padding: 1.8rem 0 .4rem;
	}

	.match-info .match-list .item:nth-child(n+5) {
		display: flex;
	}

	.match-info .team-vs .current {
		border: none !important;
		width: 40px;
	}

	.match-info .team-vs .current .score.update {
		border: none !important;
	}

	.match-info .team-vs .card-team .inc-icon {
		width: 30px !important;
		height: 30px !important;
	}
}

/* vip */
body.for-rox {
	color: #fffa;
}

body.for-rox,
body.for-rox #body-load,
body.for-rox .filter-toggle {
	background-color: #0D132E;
}

body.for-rox .top-discuss-wrapper .sw-navigation .sw-button {
	background-color: #0D132E !important;
}

body.for-rox header {
	background: rgb(8, 11, 29);
	background: linear-gradient(0deg, rgba(8, 11, 29, 0) 0%, rgba(8, 11, 29, 1) 100%);
}

body.for-rox header.fixed {
	background-color: #080B1Dd4 !important;
	backdrop-filter: blur(10px);
}

body.for-rox footer,
body.for-rox .live-category {
	background-color: #080B1D !important
}

body.for-rox .v-modal .modal-content {
	background-color: #273261;
}

body.for-rox .v-modal.modal-rox .modal-content {
	backdrop-filter: blur(10px);
	background: #354ABA80;
	background: linear-gradient(15deg, rgba(53, 74, 186, .4) 0%, rgba(53, 74, 186, .8) 100%);
}

body.for-rox .top-slide-main::before,
body.for-rox .top-detail-wrap::after {
	background: rgb(13, 19, 46);
	background: linear-gradient(0deg, rgb(13, 19, 46) 0%, rgba(13, 19, 46, 0) 100%);
}

/* vip (customize color) */
/* body.for-rox a:hover, body.for-rox .app-download-button > .inc-icon{ color: #36FA77;}
body.for-rox .text-primary, body.for-rox .primary-text{ color: #36FA77 !important;}
body.for-rox .primary-gradient, body.for-rox .button-play, 
body.for-rox .btn-primary{ background-color: #36fa77 !important; border-color: #36fa77 !important;}
body.for-rox .button-play{ box-shadow: 0 5px 10px 5px #ff7ece10;} */
body.for-rox .top-up .sw-item .v-thumbnail:hover .mask {
	background-color: #9AFCBA;
}

body.for-rox .w-chart .number {
	background: rgb(54, 250, 119);
	background: linear-gradient(39deg, rgb(54, 250, 119) 0%, rgb(255, 255, 255) 100%);
}

body.for-rox .comm-title .ct-icon {
	color: #36FA77;
}

body.for-rox .topics-list.single {
	background: transparent !important;
	padding: 3rem 0 0;
}

body.for-rox .topics-list.single .row-topic {
	align-items: flex-start;
}

body.for-rox .v-dropdown-menu.bg-dark {
	background-color: #20284bfa !important;
	backdrop-filter: blur(10px);
	color: #fffa;
}

body.for-rox .v-dropdown-menu.bg-dark.user-dropdown,
body.for-rox .v-dropdown-menu.bg-dark.noti-dropdown {
	background-color: #303a69 !important;
	border-radius: .75rem;
}

body.for-rox .noti-wrap .h-item.new,
body.for-rox .noti-wrap .h-item:hover {
	background-color: #3b4781 !important;
}

body.for-rox .noti-wrap .h-item+.h-item {
	border-top: 1px solid #fff1;
}

body.for-rox .detail-container>div {
	background-color: transparent !important;
	backdrop-filter: none !important;
}

body.for-rox .detail-container>div.dc-side {
	padding-top: 0;
	padding-left: 0;
}

body.for-rox .detail-container>div.dc-main .dm-bar {
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 1.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 15px 15px 0 #0002;
}

body.for-rox .my-area .ma-input .v-form-control {
	background-color: #0d132e !important
}

body.for-rox .re-item {
	background-color: transparent !important;
	border: none !important;
}

body.for-rox .re-item:hover {
	background-color: #fff1 !important;
}

body.for-rox .irt-table .it-col+.it-col {
	border-left: none !important;
}

body.for-rox .v-notice {
	color: #fff8;
}

body.for-rox .sw-item .info .alias-title a,
body.for-rox .sw-cover .alias-title a {
	color: #fffa;
}

body.for-rox .premium-wrap {
	background-color: #080b1d !important;
}

body.for-rox .search-modal {
	background-color: #20284be4;
}

body.for-rox #wrapper.makeup::before {
	background: rgb(8, 11, 29);
	background: linear-gradient(0deg, rgba(8, 11, 29, 0) 0%, rgba(8, 11, 29, 1) 100%);
}

body.for-rox .dcc-side {
	background-color: #fff1;
}

body.for-rox .dcc-side .menu-user .item {
	border-color: #fff1;
}

body.for-rox .noti-wrap {
	background-color: #303a69;
}

body.for-rox.body_live header {
	background: rgb(8, 11, 29) !important;
}

body.for-rox .primary-gradient,
body.for-rox .button-play,
body.for-rox .w-chart .number {
	background: rgb(54, 250, 119);
	background: linear-gradient(39deg, rgb(54, 250, 119) 0%, rgb(211, 255, 221) 100%);
}

body.for-rox .button-play {
	box-shadow: 0 5px 10px 5px rgba(127, 251, 162, 0.1);
}

body.for-rox .btn-primary {
	background-color: #51f085 !important;
	border-color: #51f085 !important;
}

body.for-rox .text-primary,
body.for-rox .primary-text,
body.for-rox .ds-info .alias-name {
	color: #51f085 !important;
}

body.for-rox .pin-quality-tag,
body.for-rox .tag-quality {
	background-color: #60FC90;
	background-image: linear-gradient(220deg, #60FC90 0%, #FFF 100%);
}

body.for-rox .my-area .ma-buttons .btn-submit,
body.for-rox .app-download-button>.inc-icon,
body.for-rox .noti-number {
	color: #51f085 !important;
}

body.for-rox .v-toggle .toggle-x.on {
	border-color: #51f085 !important;
}

body.for-rox .v-toggle .toggle-x.on span,
body.for-rox .v-dropdown-menu .dropdown-item.active {
	background-color: #51f085 !important;
}

body.for-rox .de-eps.is-simple .item {
	background-color: #1c2343;
}

body.for-rox .de-eps.is-simple .item.on-air {
	background-color: #51f085 !important;
	color: #000 !important;
}

body.for-rox .de-eps.is-simple .item:hover,
body.for-rox a:hover {
	color: #51f085;
}

body.for-rox .v-tabs.nav-tabs .nav-link.active {
	color: #51f085;
	border-color: #51f085 !important;
}



/* fadeInUp animation */
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.effect-fade-in {
	animation: fadeInUp .5s ease-out forwards;
}

.comm-title {
	line-height: 1.5;
	font-size: 16px !important;
}

/* Responsive community */
@media screen and (max-width: 1599px) {
	.it-col.this-03 {
		display: none;
	}
}

@media screen and (max-width: 1279px) {
	#community {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.irt-table {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.irt-table {
		display: grid;
		grid-template-columns: 1fr;
	}

	.footer-elements .side-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 100%;
	}

	.footer-elements .side-left .sl-brand {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 1.5rem;
		width: 100%;
	}

	.footer-elements .side-left .sl-brand .footer-logo {
		display: flex;
		justify-content: center;
	}

	.footer-elements .side-left .true .line-center,
	.footer-elements .side-left .sl-brand .socials,
	.footer-elements .side-left .sl-menu {
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
	}

	.footer-elements .side-left .sl-notice,
	.footer-elements .side-left .sl-copyright {
		text-align: center;
	}

	.footer-elements .side-left .sl-brand .socials {
		padding-left: 0;
		border-left: none;
	}

	.v-dropdown-menu {
		left: auto !important;
		right: 0 !important;
		max-width: calc(100vw - 2rem);
	}
}

/* ma-user panel */
.ma-user {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ma-user .user-avatar {
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
}

.ma-user .info {
	display: flex;
	flex-direction: column;
}

.ma-user .info span {
	font-weight: 500;
	color: #fff;
}/* Custom Player Controls */

/* Settings dropdown overrides */
#rp-player .item-setup .player-dm .cs-list .cs-item {
    display: flex !important;
    cursor: pointer;
}

#rp-player .item-setup .player-dm .cs-list .cs-item .csi-current {
    display: inline-flex !important;
}

/* Override: .p_b-right .item-btn .line-center span { display:none } */
.p_b-right .item-btn .player-dm span,
.p_b-right .item-btn .player-dm .line-center span {
    display: inline !important;
    opacity: 0.7;
    color: #fff;
}

#rp-player .item-setup .player-dm .dropdown-title {
    font-size: 14px !important;
}


#rp-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block !important;
    height: auto !important;
    overflow: hidden;
    margin: 0 auto;
    cursor: none;
}

#rp-player.cp-show {
    cursor: default;
}

#rp-player:fullscreen,
#rp-player.cp-fullscreen {
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    background: #000;
}

/* Force player_top to overlay instead of taking flow space */
#rp-player #player_top {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 25;
}

#rp-player .main-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #08080A;
    border-radius: .75rem .75rem 0 0;
}

#rp-player:fullscreen .main-player,
#rp-player.cp-fullscreen .main-player {
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
    aspect-ratio: unset;
    border-radius: 0;
}

#rp-player:fullscreen .cp-controls,
#rp-player.cp-fullscreen .cp-controls {
    z-index: 30;
}

#rp-player:fullscreen.cp-show .cp-controls,
#rp-player.cp-fullscreen.cp-show .cp-controls {
    opacity: 1 !important;
    pointer-events: auto !important;
}

#rp-player:fullscreen .main-player video,
#rp-player.cp-fullscreen .main-player video {
    object-fit: contain !important;
}

#rp-player .main-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    z-index: 2;
    display: block;
}

#rp-player .main-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 2;
}

/* Controls wrapper */
.cp-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .4) 60%, transparent 100%);
    padding: 0 0 0;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

/* Show controls only via JS-managed cp-show class (auto-hides after 3s) */
#rp-player.cp-show .cp-controls {
    opacity: 1;
    pointer-events: auto;
}

/* Hide custom controls when iframe is used (iframe has its own controls) */
#rp-player.has-iframe .cp-controls,
#rp-player.has-iframe #player_top {
    display: none !important;
}

/* Seek bar */
.cp-seek-wrap {
    padding: 0 16px;
    height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.cp-seek-track {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, .2);
    border-radius: 2px;
    position: relative;
    overflow: visible;
}

.cp-seek-track:hover {
    height: 6px;
}

.cp-seek-buffer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
    pointer-events: none;
}

.cp-seek-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e74c3c;
    border-radius: 2px;
    pointer-events: none;
}

.cp-seek-knob {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #e74c3c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .15s;
    pointer-events: none;
}

.cp-seek-wrap:hover .cp-seek-knob {
    opacity: 1;
}

.cp-seek-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .85);
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    display: none;
    margin-bottom: 8px;
}

.cp-seek-wrap:hover .cp-seek-tooltip {
    display: block;
}

/* Bottom function bar */
.cp-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 10px;
    gap: 8px;
}

.cp-bar-left,
.cp-bar-right {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cp-bar .item-btn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.cp-bar .item-btn:hover {
    color: var(--primary-color, #e74c3c);
}

.cp-bar .item-btn .inc-icon.icon-large {
    width: 48px !important;
    height: 48px !important;
}

.cp-bar .item-btn .inc-icon.icon-large svg {
    width: 100% !important;
    height: 100% !important;
}

/* Buttons */
.cp-btn {
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: .85;
    transition: opacity .15s;
    padding: 4px;
    user-select: none;
}

.cp-btn:hover {
    opacity: 1;
}

.cp-btn .cp-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp-btn .cp-icon svg {
    width: 100%;
    height: 100%;
}

.cp-btn .cp-icon.cp-icon-lg {
    width: 26px;
    height: 26px;
}

.cp-btn span {
    font-size: 13px;
    white-space: nowrap;
}

/* Time display */
.cp-time {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    white-space: nowrap;
    user-select: none;
    padding: 0 4px;
}

/* Volume */
.cp-volume {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 8px;
}

.cp-volume-bar {
    width: 70px;
    height: 4px;
    background: rgba(255, 255, 255, .25);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.cp-volume-level {
    height: 100%;
    background: #fff;
    border-radius: 2px;
    pointer-events: none;
}

/* Speed dropdown */
.cp-dropdown {
    position: relative;
}

.cp-dropdown-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(20, 22, 30, .96);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 6px 0;
    min-width: 140px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
    margin-bottom: 8px;
    z-index: 30;
    max-height: 320px;
    overflow-y: auto;
}

.cp-dropdown.open .cp-dropdown-menu {
    display: block;
}

.cp-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.cp-dropdown-item:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.cp-dropdown-item.active {
    color: #e74c3c;
}

.cp-dropdown-item.active::after {
    content: '✓';
    margin-left: 8px;
}

.cp-dropdown-title {
    padding: 8px 16px 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
}

/* Fullscreen */
#rp-player.cp-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

#rp-player.cp-fullscreen .main-player {
    height: 100vh !important;
    max-height: 100vh !important;
    aspect-ratio: unset !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
}

/* Loading spinner */
.cp-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    pointer-events: none;
}

.cp-loading .spinner-border {
    width: 40px;
    height: 40px;
}

/* Big play button center */
.cp-big-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s;
}

.cp-big-play:hover {
    opacity: 1;
}

.cp-big-play svg {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .5));
}

/* Player top bar */
#player_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0%, transparent 100%);
    pointer-events: auto;
    opacity: 0;
    transition: opacity .3s ease;
}

#rp-player.cp-show #player_top {
    opacity: 1;
}

/* Hide player_top when episode panel is open (panel has its own header) */
.main-player:has(#video_eps.active) #player_top {
    opacity: 0 !important;
    pointer-events: none !important;
}

#player_top .video-info .name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#player_top .video-info .info {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

/* Settings Menu */
.cp-settings-menu {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: rgba(20, 22, 30, .96);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 6px 0;
    min-width: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
    z-index: 30;
    max-height: 320px;
    overflow-y: auto;
}

.cp-settings-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 4px;
}

.cp-settings-header:hover {
    background: rgba(255, 255, 255, .05);
}

.cp-settings-header i {
    font-size: 12px;
}

.cp-settings-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.cp-settings-item:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.cp-settings-item.active {
    color: #e74c3c;
}

.cp-settings-item i {
    font-size: 12px;
    margin-left: 8px;
}

/* Right side controls */
.p_b-right {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.item-setup,
.item-pip,
.item-fullscreen {
    position: relative;
}

/* Hide control labels on mobile/tablet, show on PC */
.cp-label {
    display: none !important;
}

@media (min-width: 1200px) {
    .cp-label {
        display: inline !important;
    }
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .cp-bar {
        padding: 2px 6px 6px;
        gap: 4px;
    }

    .cp-bar-left,
    .cp-bar-right {
        gap: 4px;
        min-width: 0;
    }

    .cp-bar-left {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    .cp-btn .cp-icon {
        width: 18px;
        height: 18px;
    }

    .cp-time {
        font-size: 11px;
        padding: 0 2px;
        white-space: nowrap;
    }

    .cp-settings-menu {
        min-width: 160px;
    }

    /* === W2G (live-status-play) mobile fixes === */

    /* Hide text labels in control buttons - only show icons (exclude dropdown menus) */
    .live-status-play .cp-bar .item-btn>.line-center>span,
    .live-status-play .cp-bar .jw-audio-label>span,
    .live-status-play .cp-bar .icon-quality .q-play {
        display: none !important;
    }

    /* Ensure dropdown menu text stays visible */
    .live-status-play .cp-bar .player-dm span {
        display: inline !important;
    }

    /* Shrink play/pause icon */
    .live-status-play .cp-bar .item-play .icon-large {
        width: 28px !important;
        height: 28px !important;
    }

    /* Right side: override Bootstrap gap-4 and shrink */
    .live-status-play .cp-bar .p_b-right {
        gap: 10px !important;
        flex-shrink: 0;
    }

    .live-status-play .cp-bar .p_b-right .inc-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .live-status-play .cp-bar .p_b-right .item-btn .line-center {
        gap: 0 !important;
    }

    /* Shrink volume icon */
    .live-status-play .cp-bar .cp-volume .cp-btn i {
        font-size: 14px !important;
    }

    /* Player top bar compact */
    #player_top {
        padding: 6px 10px;
    }

    #player_top .video-info .name {
        font-size: 12px;
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #player_top .video-info .info {
        color: rgba(255, 255, 255, .7);
        font-size: 11px;
    }

    #player_top .p_t-right .cp-btn span {
        font-size: 11px !important;
    }

    #player_top .p_t-right .cp-icon {
        width: 16px !important;
        height: 16px !important;
    }

    /* Big play button smaller on mobile */
    .cp-big-play svg {
        width: 44px;
        height: 44px;
    }

    /* Episode list - ensure proper mobile coverage */
    .live-status-play #video_eps {
        z-index: 50 !important;
    }

    .live-status-play #video_eps .eps-list {
        width: 300px;
        max-width: 85%;
    }

    /* Dropdown menus positioning */
    .live-status-play .player-dm {
        max-height: 60vh;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {

    /* Hide PiP on very small screens */
    .live-status-play .cp-bar .item-pip {
        display: none !important;
    }

    /* Even smaller controls */
    .live-status-play .cp-bar .item-play .icon-large {
        width: 36px !important;
        height: 38px !important;
    }

    .live-status-play .cp-bar .p_b-right {
        gap: 15px !important;
    }

    .live-status-play .cp-bar .p_b-right .inc-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .cp-volume {
        padding-left: 4px !important;
    }

    .cp-time {
        font-size: 10px;
    }

    #player_top .video-info .name {
        max-width: 140px;
        font-size: 11px;
    }

    #player_top .p_t-right .cp-btn span {
        display: none !important;
    }

    .cp-big-play svg {
        width: 36px;
        height: 36px;
    }

    /* Seek bar tighter */
    .cp-seek-wrap {
        padding: 0 8px;
        height: 16px;
    }

    .live-status-play #video_eps .eps-list {
        width: 100%;
        max-width: 100%;
    }
}

/* W2G specific adjustments */
.live-status-play #rp-player .main-player {
    border-radius: 0;
}

.live-status-play #rp-player {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

/* Import necessary styles from style.min.css for W2G only */
.live-status-play .inc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.live-status-play .icon-large {
    height: 48px;
    width: 48px;
}

.live-status-play .line-center {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* Dropdown menu styles for W2G */
.live-status-play .player-dm {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(20, 22, 30, 0.96);
    border-radius: 8px;
    padding: 0.6rem 0;
    color: #fff;
}

.live-status-play .player-dm::-webkit-scrollbar {
    display: none;
}

.live-status-play .player-dm .dropdown-title {
    font-size: 1em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.2rem 1rem 0.6rem;
}

.live-status-play .player-dm .dropdown-item {
    align-items: center;
    background-color: initial !important;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    cursor: pointer;
}

.live-status-play .player-dm .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff;
}

.live-status-play .player-dm .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--primary-color, #e74c3c);
}

.live-status-play .player-dm .dropdown-item .w-check {
    opacity: 0;
}

.live-status-play .player-dm .dropdown-item.active .w-check {
    opacity: 1;
}

.live-status-play .player-dm .dropdown-item.active .s-title {
    font-weight: 600;
}

.live-status-play .dropdown-menu {
    background-color: rgba(20, 22, 30, 0.96);
    border: none;
    color: #fff;
}

.live-status-play .dropdown-menu.show {
    display: block;
}

/* Settings menu specific styles */
.live-status-play .player-dm .cs-list {
    display: flex;
    flex-direction: column;
}

.live-status-play .player-dm .cs-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.live-status-play .player-dm .cs-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.live-status-play .player-dm .cs-item.active {
    color: var(--primary-color, #e74c3c);
}

.live-status-play .player-dm .cs-item .csi-current {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
}

.live-status-play .player-dm .cs-item .csi-title {
    flex-grow: 1;
}

.live-status-play .player-dm .cs-item .csi-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.live-status-play .player-dm .cs-item .csi-font {
    font-size: 13px;
}

.live-status-play .player-dm .sub-back {
    cursor: pointer;
}

.live-status-play .player-dm .sub-back:hover {
    color: #fff;
}

/* Override style.min.css hiding controls on W2G pages - desktop only */
@media (min-width: 1200px) {
    .live-status-play #rp-player .item-btn .line-center span {
        display: inline !important;
    }
}

.live-status-play #rp-player .item-btn {
    font-size: 14px !important;
}

/* Use icon sizes from style.min.css */
.live-status-play #rp-player .inc-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.live-status-play #rp-player .inc-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.live-status-play #rp-player .cp-controls {
    display: block !important;
}

.live-status-play #rp-player .cp-bar {
    display: flex !important;
}

.live-status-play #rp-player .cp-btn {
    display: inline-flex !important;
}

.live-status-play #rp-player .cp-time {
    display: block !important;
}

/* Ensure player fills the container */
.live-status-play .lw-player #rp-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.live-status-play .lw-player #rp-player .main-player {
    height: 100%;
    padding-top: 0;
}

/* Episode list panel styles for W2G */
.live-status-play #video_eps {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
}

.live-status-play #video_eps.active {
    opacity: 1;
    pointer-events: auto;
}

.live-status-play #video_eps .eps-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #08080a;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

.live-status-play #video_eps.active .eps-mask {
    opacity: 0.8;
    pointer-events: auto;
}

.live-status-play #video_eps .eps-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    max-width: 90%;
    background-color: #1e1f28;
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.35s;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.live-status-play #video_eps .eps-list::-webkit-scrollbar {
    display: none;
}

.live-status-play #video_eps.active .eps-list {
    transform: translateX(0);
}

.live-status-play #video_eps .eps-list .eps-header {
    padding: 0.5rem 3.5rem 0.5rem 1.2rem;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.live-status-play #video_eps .eps-list .eps-header .name {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
}

.live-status-play #video_eps .eps-list .eps-header .season-eps {
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

.live-status-play #video_eps .eps-list .eps-header #eps-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.live-status-play #video_eps .eps-list .eps-header #eps-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.live-status-play #video_eps .eps-list .eps-list-menu {
    display: flex;
    flex-direction: column;
}

.live-status-play #video_eps .eps-list .item-ep {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.2s;
}

.live-status-play #video_eps .eps-list .item-ep:hover {
    background-color: rgba(255, 255, 255, 0.08);
    opacity: 1 !important;
}

.live-status-play #video_eps .eps-list .item-ep.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--primary-color, #e74c3c);
}

.live-status-play #video_eps .eps-list .item-ep .v-thumbnail {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.05);
}

.live-status-play #video_eps .eps-list .item-ep.active .v-thumbnail {
    box-shadow: 0 0 0 2px var(--primary-color, #e74c3c);
}

.live-status-play #video_eps .eps-list .item-ep .v-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-status-play #video_eps .eps-list .item-ep .v-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
}

.live-status-play #video_eps .eps-list .item-ep .v-title {
    font-size: 14px;
    font-weight: 500;
}#wrapper { padding-bottom: 1rem; }

/* Header: centered layout with max-width */
@media screen and (min-width: 1200px) {
    header .header-elements {
        max-width: 1900px;
        margin: 0 auto;
    }
    .el-group {
        justify-content: center;
    }
    .el-group > .flex-grow-1 {
        display: none !important;
    }
    #main_menu {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    #main_user {
        flex-shrink: 0;
    }
}

/* Footer responsive */
@media screen and (max-width: 992px) {
    footer .container > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr 1fr !important;
        gap: 2rem !important;
    }
}
@media screen and (max-width: 576px) {
    footer .container > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}

.fade-in {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease-in, filter 0.5s ease-in;
}

.fade-in.visible {
    opacity: 1;
    filter: blur(0);
}

.player-control .ep-current {
    width: 160px !important;
}

.v-pagination .page-current .v-form-control {
    width: 60px !important;
}

.heading-topic {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.detail-more.show {
    display: block !important;
}

.text-gradient {
    -webkit-background-clip: text !important;
}

.de-cw {
    grid-template-columns: repeat(5, 1fr);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.effect-fade-in {
    animation: fadeInUp 0.5s ease-out forwards;
}

/* remove-icon visibility controlled by JS */

.comm-title {
    line-height: 1.5;
    font-size: 16px !important;
}

.switch-logo {
    margin-bottom: 2rem;
    text-align: center;
}

.switch-logo a img {
    height: 50px;
    width: auto;
}

.switch-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: rgb(33, 42, 84);
    background: linear-gradient(113deg, rgba(33, 42, 84, 1) 0%, rgba(25, 33, 67, 1) 51%, rgba(33, 42, 84, 1) 100%);
}

.switch-modal .modal-dialog {
    max-width: none;
    width: 680px;
}

.switch-modal .modal-dialog .modal-content {
    padding: 2rem;
    color: #fff8;
    line-height: 1.7;
    background-color: transparent !important;
}

.switch-modal .modal-dialog .modal-content p {
    line-height: 1.7;
    margin-bottom: 0 !important;
}

.ver-sbs {
    margin-top: 2rem;
    display: block;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ver-sbs .ver-item {
    flex: 1;
    padding: 2rem;
    font-size: 13px;
    border-radius: .75rem;
    background-color: #4e62b4;
    color: #fff;
}

.ver-sbs .ver-item:first-of-type {
    margin-right: 2rem;
}

.ver-sbs .ver-item .btn-lg i {
    font-size: 20px;
}

.switch-notice {
    margin-top: 3rem;
    padding: 0 2rem;
}

.switch-notice p {
    line-height: 1.8 !important;
}

.switch-notice .s-qr {
    margin-right: 1rem;
    padding: 10px;
    background-color: #fff;
    border-radius: .4rem;
}

.switch-notice .s-qr img {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 800px) {
    .switch-modal .modal-dialog .modal-content {
        padding: 20px;
    }

    .ver-sbs {
        flex-direction: column;
        margin-top: 1rem;
    }

    .ver-sbs .ver-item {
        padding: 1.5rem;
    }

    .ver-sbs .ver-item:first-of-type {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .switch-notice {
        margin-top: 2rem;
        padding: 0
    }

    .switch-notice p {
        line-height: 1.5 !important;
    }
}

.pin-tag-quality {
    padding: 0 .4rem;
    border-radius: 0.33rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    top: .35rem;
    right: .35rem;
    width: 40px;
    height: 26px;
    font-size: 13px;
    box-shadow: 0 0 0 1px #0005;
}

.tag-cam {
    backdrop-filter: blur(10px);
    background: #fff6;
    color: #000;
}

.crop-container {
    position: relative;
    width: 100%;
    height: 320px;
    background: #111;
    border-radius: 12px;
    overflow: hidden
}

.rep-subject img {
    height: auto;
    max-width: 200px;
    max-height: 140px;
    margin-top: 5px;
    object-fit: contain;
}

.match-info .team-vs .card-team .inc-icon img {
    object-fit: contain;
}

.rhap_play-pause-button {
    border-radius: 50%;
    /* Bo tròn border */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    /* Khoảng cách giữa icon và border */
}

.rhap_button-clear {
    color: #fff !important;
}

.rhap_time {
    color: #fff !important;
    font-size: 13px !important;
}

.rhap_progress-bar {
    height: 3px !important;
}

.rhap_volume-bar {
    height: 3px !important;
}

.rhap_progress-filled {
    background-color: #96e99b !important;
}

.rhap_progress-indicator {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    top: -3px !important;
}

.rhap_volume-indicator {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}

.rhap_download-progress {
    background: #ffffff10 !important;
}

.rhap_container {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Scroll Reveal - lazy load sections */
.scroll-reveal {
    position: relative;
    contain: content;
}

.scroll-reveal .sr-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: opacity 0.4s ease, visibility 0.4s;
    background: transparent;
}

.scroll-reveal .sr-content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.scroll-reveal.is-visible .sr-loader {
    opacity: 0;
    visibility: hidden;
}

.scroll-reveal.is-visible .sr-content {
    opacity: 1;
    transform: translateY(0);
}

/* Search result items */
.s-item {
    padding: .5rem .75rem;
    border-bottom: 1px solid #ffffff08;
    transition: background-color 0.15s;
}

.s-item:last-child {
    border-bottom: none;
}

.s-item:hover {
    background-color: #ffffff10;
}

.alias-title {
    font-size: .85em;
    color: var(--text-base);
    opacity: .7;
}

.movie-info-line {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
    font-size: .8em;
}

.movie-info-line span {
    color: var(--text-base);
}

.movie-info-line .quality {
    color: #FFD875;
    font-weight: 600;
}

.movie-info-line .lang {
    color: #96e99b;
}

#search-results-dropdown .search-modal {
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: none;
}

#search-results-dropdown .search-modal::-webkit-scrollbar {
    display: none;
}

#search-results-dropdown .search-modal .group-list {
    max-height: 55vh;
    overflow-y: auto;
    scrollbar-width: none;
}

#search-results-dropdown .search-modal .group-list::-webkit-scrollbar {
    display: none;
}

/* === Watch Player Overlay Styles === */
#rp-player {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: .75rem .75rem 0 0;
    overflow: hidden;
    background-color: #08080A;
    margin: 0 auto;
}

#rp-player .main-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* Player Top Overlay */
#player_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

#rp-player:hover #player_top,
#player_top:hover {
    opacity: 1;
    pointer-events: auto;
}

#player_top .p_t-left .video-info .name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

#player_top .p_t-left .video-info .info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin-top: 2px;
}

#player_top .cp-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.2s;
}

#player_top .cp-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

#player_top .cp-icon svg {
    fill: currentColor;
    color: #fff;
}

/* Video Episodes Side Panel */
#video_eps {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
    pointer-events: none;
}

#video_eps.active {
    display: flex;
    pointer-events: auto;
    z-index: 30;
}

#video_eps .eps-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#video_eps .eps-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 80%;
    background: #1a1a2e;
    display: flex;
    flex-direction: column;
    z-index: 5;
    animation: slideInRight 0.25s ease;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

#video_eps .eps-header {
    display: flex;
    align-items: center;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

#video_eps .eps-header .name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#video_eps .eps-header .season-quantity {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    white-space: nowrap;
    margin: 0 0.5rem;
}

#video_eps #eps-close {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 4px 8px;
    font-size: 16px;
    transition: color 0.2s;
    flex-shrink: 0;
}

#video_eps #eps-close:hover {
    color: #fff;
}

#video_eps .eps-list-menu {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

#video_eps .eps-list-menu::-webkit-scrollbar {
    width: 4px;
}

#video_eps .eps-list-menu::-webkit-scrollbar-track {
    background: transparent;
}

#video_eps .eps-list-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}

#video_eps .item-ep {
    color: rgba(255, 255, 255, 0.8);
    transition: background 0.15s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#video_eps .item-ep:hover {
    background: rgba(255, 255, 255, 0.06);
}

#video_eps .item-ep.active {
    background: rgba(83, 93, 142, 0.3);
    color: var(--primary-color, #E8C547);
}

#video_eps .item-ep .v-title {
    font-weight: 500;
}

#video_eps .item-ep.active .v-title {
    color: var(--primary-color, #E8C547);
}

/* Focus mode: make player-control visible above backdrop */
body.focus-mod .player-control {
    position: relative;
    z-index: 101;
}

/* Focus mode: hide all control items except Rạp phim */
body.focus-mod .player-control .control-items .item {
    visibility: hidden;
}

body.focus-mod .player-control .control-items .item-focus.is-on {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Sidebar Ads - Left & Right */
.site-ads {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    max-width: 160px;
    display: none;
}

.site-ads-left {
    left: 5px;
}

.site-ads-right {
    right: 5px;
}

@media (min-width: 1600px) {
    .site-ads {
        display: block;
    }
}

/* Hide RoX upgrade CTA & wallet */
.call-upgrade,
.dropdown-wallet {
    display: none !important;
}

/* Preloader text */
.text-h1 {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ffffff30;
    font-weight: 600;
    text-align: center;
    max-width: 950px;
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .text-h1 {
        font-size: 1.1rem;
    }
}

/* Fix: Episode list thumbnail items being stretched by flex container */
#video_eps .eps-list .item-ep,
#video_eps .item-ep {
    flex-shrink: 0 !important;
    max-height: 80px;
}

#video_eps .eps-list .item-ep .v-thumbnail,
#video_eps .item-ep .v-thumbnail {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding-bottom: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 2px !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

#video_eps .eps-list .item-ep .v-thumbnail img,
#video_eps .item-ep .v-thumbnail img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Fix eps-list-menu overflow so items scroll properly */
#rp-player #video_eps .eps-list {
    overflow: hidden auto !important;
}

#video_eps .eps-list-menu {
    overflow-y: auto !important;
    flex: 1 !important;
    min-height: 0 !important;
}

/* Video player - keep cover to fill player area fully */
/* Fix: Override style.min.css which sets .main-player to position:absolute + height:100% */
/* This prevents aspect-ratio:16/9 from working. We need height:auto for aspect-ratio to compute correctly */
#rp-player .main-player {
    position: relative !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

/* Static article pages */
.article-body .v-ul {
    margin-bottom: 1rem;
    padding-left: 1.2rem;
}

.article-body .v-ul li + li {
    margin-top: 0.5rem;
}


/* Smooth image loading */
.v-thumbnail img {
    background: #1a1a2e;
    object-fit: cover;
}
.live-ep,
.live-tag {
    display: inline-flex;
    background-color: #fff;
    border-radius: .2rem;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    padding: 0 5px;
}

.body_live {
    position: relative;
}

.body_live header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.body_live header #logo img {
    height: 40px;
}

.body_live header .header-elements {
    padding: 0 1.5rem;
    height: 80px;
}

.body_live #live {
    display: flex;
    width: 100%;
    min-height: calc(100vh - 400px);
}

.live-category .v-dropdown-menu.bg-dark {
    background-color: rgba(25, 28, 41, 0.95) !important;
}

.live-category .v-pagination .btn-secondary {
    background-color: #fff1 !important;
    border-color: transparent !important;
}

.live_layout {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: auto;
    position: relative;
    background-color: #000;
}

.l_content,
.l_sidebar {
    height: calc(100vh - 80px);
    flex-shrink: 0;
}

.live_layout .l_content {
    width: calc(100% - 440px);
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.live_layout .l_content::-webkit-scrollbar {
    display: none;
}

.live_layout .l_watch {
    height: calc(100vh - 80px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.live_layout .l_sidebar {
    width: 440px;
    padding: 1rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.lw-header,
.lw-bottom {
    position: relative;
    background-color: #000000b0;
    flex-shrink: 0;
    height: 70px;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.lw-header {
    position: sticky;
    top: 0;
    z-index: 4;
    justify-content: flex-start;
}

.lw-header .lw-header-rows {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    margin-left: .2rem;
    flex-grow: 1;
}

.lw-header .lw-header-rows .live-tag {
    font-size: 11px !important;
    line-height: 18px !important;
    padding: 0 4px !important;
}

.lw-header .lw-header-rows .live-source .tag-small {
    font-size: 12px;
}

.lw-header .live-name {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .25rem;
}

.lw-header .live-logo img {
    height: 40px;
    width: auto;
}

.lw-header .live-back {
    display: flex;
}

.lw-header .alias-name {
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3;
}

.lw-player {
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #000;
    /* padding: 0 1.5rem; */
    position: relative;
}

.lw-player .video-frame {
    position: relative;
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

.lw-player .video-frame video,
.lw-player .video-frame iframe,
.lw-player .video-frame .back-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.lw-player .video-frame .back-cover {
    background-size: cover;
    opacity: .5;
}

#myVideo {
    object-fit: cover;
}

.lw-bottom {
    height: 80px;
    justify-content: space-between;
}

.lw-bottom .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}

.live-owner {
    gap: .75rem;
    color: #fff;
    flex-grow: 1;
}

.live-owner .user-avatar {
    width: 46px;
    height: 46px;
}

.user-avatar.o-live {
    width: 46px;
    height: 46px;
    border: 2px solid red;
    animation: live-avatar 1s infinite;
}

.user-avatar.o-live img {
    transform: scale(.8);
    border-radius: 50%;
}

@keyframes live-avatar {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes countdown {
    0% {
        filter: blur(2px);
    }

    50% {
        filter: blur(0);
    }

    100% {
        filter: blur(2px);
    }
}

.live-owner .o-info .user-name {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .1rem;
}

.live-owner .o-info .created {
    font-size: .85em;
    line-height: 1.4;
    color: var(--text-base);
}

.live-countdown,
.live-trailer {
    font-size: 16px;
    position: absolute;
    z-index: 3;
    bottom: 2rem;
    left: 2rem;
    width: 100%;
    max-width: 440px;
    padding: 2rem;
    background-color: #0008;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: 1.5rem;
    border: 1px solid #fff5;
    box-shadow: 0 20px 20px 10px #0003;
}

.live-countdown .text {
    font-size: 20px;
}

.live-countdown .count-start {
    margin-top: 1rem;
}

.live-countdown .count-start #countdown {
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    width: 210px;
    padding: 0;
    height: 50px;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    animation: countdown 1s infinite;
}

.live-countdown .count-start .remind {
    height: 52px;
    padding: 0 1rem;
    border-radius: .6rem;
    font-size: 16px;
    border: 1px solid #fff6;
    justify-content: center;
    gap: .75rem;
    cursor: pointer;
}

.live-countdown .count-start .remind.active {
    color: var(--primary-text);
    border-color: var(--primary-color);
}

.live-countdown .count-start .btn-lg {
    font-size: 16px;
}

.live-countdown .buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.live-countdown .buttons>.btn {
    flex: 1;
    gap: 1rem;
}

.live-countdown.center {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
}

.live-trailer {
    font-size: 14px;
    border-radius: .75rem;
    max-width: none;
    left: auto;
    right: 2rem;
    width: auto;
    padding: 1rem 1.5rem;
    align-items: center;
    background-color: #0002;
    color: #fff9;
    border-color: #fff3;
}

.live-trailer>div {
    white-space: nowrap;
}

.live-trailer .text {
    font-weight: 600;
    font-size: 1.1em;
    color: var(--primary-color);
    max-width: 260px;
}

.l_detail {
    position: relative;
    padding: 2rem 1rem;
    border-top: 1px solid #fff2;
}

.l_detail .ld-source {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding: 1.5rem;
    max-width: 1500px;
    margin: 0 auto;
}

.l_detail .ld-source .ld-source-detail {
    width: 520px;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.ld-suggest {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #fff2;
}

.ld-suggest .lds-title {
    max-width: 120px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lds-items {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    flex-grow: 1;
    height: 100%;
}

.s-live {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.s-live .v-thumbnail {
    position: relative;
    background-color: transparent;
}

.s-live .v-thumbnail img {
    mask-image: linear-gradient(to top, transparent 0%, transparent 10%, black 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 10%, black 100%);
}

.s-live-user {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.s-live-user .live-owner,
.s-live-user .live-owner .o-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.s-live-user .live-owner .user-avatar {
    background-color: #0003;
}

.s-live-user .live-owner .name-cut {
    max-width: 120px;
    font-size: 12px;
    color: var(--text-base);
    font-weight: 400;
}

.shoutbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    background-color: #0e0f14;
    border: 1px solid #fff2;
    border-radius: 1rem;
    position: relative;
    z-index: 9;
}

.shoutbox .sb_header {
    padding: 1.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shoutbox .sb_header>div {
    position: relative;
}

.shoutbox .sb_header .item-settings {
    cursor: pointer;
}

.shoutbox .sb_header .item-clean {
    display: none;
}

.shoutbox .sb_body {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .25rem;
    overflow: hidden;
}

.shoutbox .sb_bottom {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem 1.5rem;
    flex-shrink: 0;
    position: relative;
    z-index: 8;
}

.shoutbox .sb_bottom .is_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.shoutbox .sb_bottom .is_top .is_top-button {
    width: 70px;
    flex-shrink: 0;
}

.shoutbox .sb_bottom .is_top .is_top-button .btn {
    height: 46px;
    font-weight: 500;
}

.shoutbox .sb_bottom .is_top .is_top-input {
    flex-grow: 1;
    position: relative;
}

.shoutbox .sb_bottom .is_bottom {
    font-size: 13px;
    color: #fff6;
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.shoutbox .sb_bottom .is_bottom .is_bottom-alert {
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    padding: 0 4px;
    background-color: #111;
    z-index: 2;
}

.sb_bottom .row-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-110%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb_bottom .row-new .btn-light {
    border: none !important;
    box-shadow: 0 0 10px #0003 !important;
}

.sb_bottom .row-new .btn-light .icon-new {
    position: relative;
    animation: arrow-down .3s infinite;
}

@keyframes arrow-down {
    0% {
        top: -1px
    }

    50% {
        top: 1px
    }

    100% {
        top: -1px
    }
}

.sb_bottom .row-reply {
    font-size: 13px;
    padding: .4rem .5rem;
    padding-right: 36px;
    position: relative;
    background-color: #fff2;
    border-radius: .3rem;
    color: #fffc;
    margin: -.5rem 0 -.2rem;
    display: none;
    flex-direction: column;
}

.sb_bottom .row-reply.active {
    display: flex;
}

.sb_bottom .row-reply .rep-user {
    color: var(--primary-text);
    margin-right: 3px;
}

.sb_bottom .row-reply .rep-subject img {
    max-width: 100px;
    max-height: 80px;
    width: auto;
    height: auto;
}

.sb_bottom .row-reply .rep-close {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.is_top-input .emo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.is_top-input .emo .emo-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #0006;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.is_top-input .emo .emo-btn:hover {
    color: #0009;
}

.is_top-input .text-left {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
    padding: .2rem .3rem;
    color: #0006;
}

.is_top-input .chat-input {
    background-color: #fff !important;
    border: 1px solid #fff3 !important;
    min-height: 46px;
    color: #000;
    font-size: 13px;
    padding-left: 40px;
    padding-right: 1rem;
    font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.is_top-input .chat-input::placeholder {
    color: #0008;
}

.is_top-input .chat-input:focus {
    box-shadow: 0 0 0 3px #ffd87530 !important;
}

.chat-list {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    /* Hide scrollbar for Chrome, Safari and Opera */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.chat-list::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.chat-row {
    padding: .6rem 1.5rem;
    font-size: 14px;
    position: relative;
}

.chat-row:hover {
    background-color: #ffffff05;
}

.chat-row .user-avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: .1rem;
}

.chat-row .info {
    flex-grow: 1;
    font-size: 13px;
}

.chat-row .info .user-name {
    color: #fff;
    font-weight: 500;
    gap: .3rem;
}

.chat-row .info .time {
    font-size: 11px;
    color: #fff5;
    opacity: 0;
}

.chat-row .info .pin {
    font-size: .85em;
    color: #fff5;
}

.chat-row .info .pin i {
    color: #F8473E;
}

.chat-row:hover .info .time {
    opacity: 1;
}

.chat-row .info .opt-menu {
    position: absolute;
    top: .5rem;
    right: .5rem;
}

.chat-row .info .opt {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    background-color: #fff1;
    cursor: pointer;
    opacity: 0;
}

.chat-row:hover .info .opt {
    opacity: 1;
}

.chat-row .info .opt:hover {
    background-color: #fff2;
}

.chat-row .info .subject {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 1px;
    font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.chat-row .info .subject img {
    height: auto;
    max-width: 200px;
    max-height: 140px;
    margin-top: 5px;
    object-fit: contain;
}

.chat-row .info .reply {
    margin: 4px 0;
    font-size: 12px;
    padding: .4rem .6rem;
    background-color: #ffffff17;
    color: #fffc;
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chat-row .info .reply>span {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal !important;
}

.chat-row .info .reply>span.rep-subject {
    line-height: 1.5;
    -webkit-line-clamp: 3;
}

.chat-row .info .reply>span.rep-subject img {
    max-width: 150px;
    max-height: 120px;
}

.chat-row.hide,
.chat-row.blocked {
    color: #fff5;
}

.chat-row.hide .user-avatar,
.chat-row.blocked .user-avatar {
    filter: grayscale(1);
    opacity: .5;
}

.chat-row.hide .info .user-name {
    color: #fff5 !important;
}

.chat-row.blocked .info .user-name {
    color: red !important;
    opacity: .5;
    text-decoration: line-through !important;
}

.chat-row.blocked .info .subject {
    filter: blur(3px);
}

.chat-notice {
    padding: 0 1.5rem;
    margin: .5rem 0;
    width: 100%;
    background-color: transparent !important;
    text-align: center;
}

.chat-notice>div {
    padding: 1rem 1rem;
    background-color: #22222263;
    width: 100%;
    border-radius: .6rem;
}

.chat-notice>div p {
    margin-bottom: 0;
}

.chat-notice.item-start>div {
    background-color: #496532 !important;
    color: #fff;
}

.chat-notice.item-start>div .text-primary {
    color: #B4FF75 !important;
}

.chat-notice.item-end>div {
    background-color: #362f20;
    color: #fffa;
}

.chat-notice.item-join>div {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    opacity: .5;
}

.chat-pin-area {
    background-color: #0e487a;
    display: flex;
    flex-direction: column;
}

.chat-pin-area .chat-row {
    color: #fff8;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.chat-pin-area .chat-row+.chat-row {
    border-top: 1px solid #fff1;
    border: 1px solid transparent;
}

.v-tabs.v-tabs-min.nav-pills.is-dark .nav-link {
    color: #000 !important;
}

.v-tabs.v-tabs-min.nav-pills.is-dark .nav-link.active {
    color: #000 !important;
    border-color: #000;
}

.emo-stickers {
    padding: .5rem 0 0 !important;
}

.emo-stickers .v-tabs-min {
    padding: .5rem;
    border-top: 1px solid #0002;
}

.emo-stickers .nav-link {
    min-width: 50px !important;
    text-align: center;
}

.emo-stickers .v-tabs.nav-pills .nav-link+.nav-link {
    margin-left: .2rem;
}

.sticker-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-width: 300px;
    max-height: 220px;
    overflow: auto;
    padding: 0 .5rem .5rem;
}

.sticker-list .sk-item {
    padding: .75rem;
    border-radius: .6rem;
}

.sticker-list .sk-item:hover {
    background-color: #0001;
}

.sticker-list .sk-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.emo-stickers .emo-list {
    padding: 0 .5rem .5rem;
}

.epr-main {
    margin-top: -.5rem;
    border: none !important;
}

.epr-main>div {
    display: none;
}

.epr-main .epr-header,
.epr-main .epr-body {
    display: block !important;
}

.epr-category-nav {
    padding: .1rem .5rem !important;
}

.epr-emoji-category-label {
    font-size: 13px;
    font-weight: 400;
    padding: .3rem 1rem;
}

.chat-blank .v-notice {
    background-color: transparent !important;
}

/* scroll bar */
.ps__thumb-y {
    background-color: #333;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #171717;
    width: 12px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #444;
    width: 8px;
    cursor: grabbing;
}

/* live settings */

body.js-live-header header {
    display: none;
}

body.js-live-header .live_layout .l_watch,
body.js-live-header .l_content,
body.js-live-header .l_sidebar {
    height: 100vh;
}

body.js-live-header .lw-header .live-back {
    display: flex;
}

body.js-live-chatleft .live_layout {
    flex-direction: row-reverse;
}

body.js-live-chatleft .live_layout .l_sidebar {
    padding-left: 1rem;
    padding-right: 0;
}

body.js-live-min .live_layout .l_content {
    width: calc(100% - 350px);
}

body.js-live-min .live_layout .l_sidebar {
    width: 350px;
    padding: .5rem;
}

body.js-live-min .shoutbox {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

body.js-live-min .shoutbox .sb_header,
body.js-live-min .shoutbox .sb_bottom {
    padding: .75rem .5rem;
}

body.js-live-min .lw-player {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

body.js-live-min .chat-row {
    padding: .6rem .8rem;
}

body.js-live-mask .shoutbox {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    height: auto;
    z-index: 5;
    opacity: 1;
}

body.js-live-mask .shoutbox .sb_header {
    display: flex !important;
    padding: 1.6rem;
}

body.js-live-mask .shoutbox .sb_header .item-settings {
    display: none;
}

body.js-live-mask .shoutbox>div {
    display: none;
}

body.js-live-mask .live_layout .l_content {
    width: 100%;
}

body.js-live-mask .live_layout .l_sidebar {
    width: 0;
    padding: 0;
}

body.js-live-mask .lw-player {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.lw-player.min-size {
    transform: scale(.8);
}

.live-min {
    cursor: pointer;
}

.live-min:hover {
    color: #fff;
}

.live-min.active {
    color: var(--primary-text) !important;
}

/* live category */
.live-manager {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-manager .buttons .btn-xl {
    min-height: 54px;
    padding: .6rem 1.8rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.live-category {
    background-color: var(--footer-bg);
    border-bottom: 1px solid #fff1;
}

.live-category .fluid-gap {
    gap: 4rem;
}

.live-category .live-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    width: 100%;
    mask-image: linear-gradient(to top, transparent 0, black 80%);
    -webkit-mask-image: linear-gradient(to top, transparent 0, black 80%)
}

.live-category .live-background img,
.live-category .live-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.live-category .live-background:before {
    content: "";
    background-image: url(/images/dotted.webp);
    background-repeat: repeat;
    filter: none;
    z-index: 2;
    opacity: .5;
}

.live-category .live-background img {
    opacity: 1;
    z-index: 1;
    object-fit: cover;
    mask-image: linear-gradient(to top, transparent 0, black 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 0, black 100%)
}

.w2g-live .live-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    row-gap: 2rem;
}

.w2g-live .live-grid.live-grid-big {
    grid-template-columns: repeat(4, 1fr);
}

.w2g-live .card-live {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.w2g-live .card-live .v-thumbnail-hoz {
    padding-bottom: 56%;
    border-radius: .6rem;
}

.w2g-live .v-thumbnail .live-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.w2g-live .card-live .card-live-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: row;
}

.w2g-live .card-live .card-live-detail .user-avatar {
    width: 40px;
    height: 40px;
}

.w2g-live .card-live .card-live-detail .is-info {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: .1rem;
    font-size: .9em;
}

.w2g-live .card-live .card-live-detail .live-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: .2rem;
}

.w2g-live .card-live .card-live-detail .source-name {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: .15rem;
    color: var(--text-base);
}

.w2g-live .card-live .card-live-detail .info-line>div {
    font-size: 12px
}

.w2g-live .card-live .card-live-detail .info-line .tag-user a {
    color: var(--text-base);
}

.w2g-live .card-live .card-live-detail .is-option {
    position: relative;
}

.w2g-live .live-grid-small .card-live .v-thumbnail {
    background-color: transparent;
    border-radius: .6rem;
    padding-bottom: 56%;
}

/* .w2g-live .live-grid-small .card-live .v-thumbnail img{ mask-image: linear-gradient(to top, transparent 0%, transparent 80px, black 80%);} */
.w2g-live .live-grid-small .card-live .v-thumbnail img {
    filter: blur(20px);
    transform: scale(1.2);
    transform-origin: center center;
    opacity: .6;
}

.w2g-live .live-grid-small .card-live .v-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/dotted.webp);
    z-index: 2;
    opacity: .3;
}

.w2g-live .live-grid-small .card-live .card-live-detail {
    position: relative;
    z-index: 4;
}

.w2g-live .live-grid-small .card-live .card-live-detail .live-name {
    line-height: 1.5;
    font-size: 1.1em;
    -webkit-line-clamp: 2;
}

.w2g-live .card-live .v-thumbnail .live-tag {
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 3;
    border-radius: .3rem;
    height: 24px;
    padding: 0 .4rem;
    box-shadow: 0 0 5px 5px #0001;
}

.w2g-live .current-status {
    position: absolute;
    z-index: 3;
    bottom: .5rem;
    left: .5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: #0009;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: .3rem .7rem;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: .4rem;
    border: 1px solid #fff;
    box-shadow: 0 0 5px 5px #0001;
}

.w2g-live .current-status.status-live {
    border: 1px solid #fff;
    border-radius: .4rem;
}

.w2g-live .current-status.status-end {
    color: #fe476a;
    border-color: #fe476a;
    font-weight: 400;
}

.w2g-live .current-status.status-coming {
    font-weight: 400;
}

.w2g-live .current-status.status-coming .time-left {
    font-weight: 600;
}

.w2g-live .remind-me {
    left: auto;
    right: .5rem;
    cursor: pointer;
    z-index: 5;
}

.w2g-live .remind-me.active {
    color: var(--primary-text) !important;
    border-color: var(--primary-color) !important;
}

.start-now {
    background-color: #fff;
    color: #000;
    left: .5rem;
    right: auto;
    bottom: .5rem;
    top: auto;
    z-index: 5;
}

.start-now:hover {
    background-color: var(--primary-color);
    color: #000;
    border-color: var(--primary-color);
}

.w2g-live .card-live .thumb-small {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 39%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    box-shadow: 0 10px 10px 0 #0002;
    mask-image: linear-gradient(to top, transparent 0%, black 30%)
}

.light-blur {
    width: 100%;
    height: 350px;
    background-color: #fff8;
    filter: blur(100px);
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: light-blur 3s infinite;
}

@keyframes light-blur {
    0% {
        background-color: #fffa;
    }

    33% {
        background-color: #db586e;
    }

    66% {
        background-color: #6477c2;
    }

    100% {
        background-color: #fffa;
    }
}

.quick-play .btn-sm {
    min-height: 0;
}

/* live manager */
#wrapper.is-live-create .cards-row.wide {
    max-width: 1200px;
}

.w2g-create {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin: 2rem auto;
}

.w2g-create .w2g-org-detail {
    flex-shrink: 0;
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 2rem;
    background-color: #212a56;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}

.w2g-create .w2g-org-detail .div-poster {
    width: 100%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    mask-image: linear-gradient(to top, transparent 0%, transparent 10%, black 70%);
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 10%, black 70%);
}

.w2g-create .w2g-org-detail .info {
    position: relative;
    z-index: 3;
}

.w2g-create .w2g-org-detail .buttons {
    gap: .75rem;
}

.w2g-create .w2g-org-detail .buttons .btn {
    cursor: default !important;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: .5rem !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    padding: .6rem 1.5rem;
    font-size: 14px;
}

.w2g-create .w2g-step {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-row {
    padding: 2rem;
    border-radius: 1rem;
    background-color: #282b3a
}

/* .step-row:nth-child(2n){ background-color: #0002;} */
.step-row .step-name {
    font-weight: 500;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: .5rem;
}

.step-row .d-poster {
    flex-shrink: 0;
}

.step-row .d-poster .item {
    width: 70px;
    flex-shrink: 0;
    padding: 2px;
    border: 1px solid #fff5;
    border-radius: .5rem;
    cursor: pointer;
    opacity: .5;
}

.step-row .d-poster .item.active {
    border-color: var(--primary-color);
    opacity: 1;
}

.step-row .d-poster .item .v-thumbnail {
    border-radius: .4rem;
}

.form-control.size-lg {
    font-size: 15px;
    height: 50px;
    padding: .5rem 1.25rem;
    border-color: #fff2;
}

.step-row .start-manual {
    margin-top: 1.5rem;
}

.timedate-picker {
    position: relative;
}

.timedate-picker.hide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282b3a;
    opacity: .95;
    z-index: 2;
}

.modal-createlive .modal-dialog {
    max-width: 420px;
}

.modal-createlive .modal-dialog .modal-content {
    background-color: #282b3a;
    border: 1px solid #fff2 !important;
}

.modal-createlive .modal-content .is-footer .btn {
    width: 100%;
}

.create-live-steps {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    border-top: 1px solid #fff1;
    margin: 1.5rem 0 .5rem;
}

.create-live-steps .step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #fff1;
}

.create-live-steps .step .number {
    flex-shrink: 0;
    width: 30px;
    font-size: 36px;
    font-weight: 100;
    line-height: 1;
    color: var(--primary-text);
}

.create-live-steps .step .text {
    flex-grow: 1;
    color: #fff;
    padding: 1.25rem 0;
    line-height: 1.7;
}

.create-live-steps .step .btn-dark {
    background-color: #0f111a !important;
    border: 1px solid #fff !important;
    padding: .2rem .4rem;
    margin: 1px 3px;
    border-radius: .4rem;
}

.live-share {
    cursor: pointer;
}

.live-share:hover {
    color: #fff;
}

.live-share .v-dropdown-menu {
    margin: .6rem 0 !important;
    border-radius: .75rem;
}

.quick-share {
    padding: .7rem 1.2rem;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.quick-share .quick-share-link {
    font-size: 12px;
    padding: .4rem .8rem;
    border-radius: .4rem;
    min-width: 220px;
}

.quick-share .btn-sm {
    border-radius: .4rem;
}

.buttons-loadmore .btn-xl {
    padding: .8rem 4rem;
    min-height: 54px;
    gap: 1.5rem;
    font-size: 16px;
}

.buttons-loadmore .btn-outline:hover {
    border-color: var(--primary-color) !important;
    color: var(--primary-text) !important;
}



body.js-live-min.js-live-mask .shoutbox .sb_header {
    padding: 1.6rem;
}

.js-live-mask .lw-header>.btn-end-live {
    margin-right: 110px;
}

.MuiPaper-root {
    background-color: #3b4058 !important;
}

.Mui-selected {
    background-color: var(--primary-color) !important;
    color: #000 !important;
}

.MuiPickersLayout-contentWrapper {
    border-bottom: 1px solid #fff2 !important;
}

.MuiButton-textPrimary {
    color: #fff !important;
}

@media screen and (max-width: 1919px) {
    .l_detail {
        padding: 3rem 0;
    }

    .l_detail .ld-source {
        padding: 0 20px;
        max-width: 1000px;
        flex-direction: column;
        gap: 3rem;
    }

    .ld-suggest {
        border: none;
        padding: 0;
        flex-direction: column;
        gap: 1.5rem;
        justify-content: space-between;
    }

    .ld-suggest>div {
        width: 100%;
        max-width: none !important;
    }

    .ld-suggest>div.lds-title {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 1680px) {
    .live-category .live-background {
        height: 400px;
    }

    .live-manager {
        height: 140px;
    }

    .body_live header,
    #div-adt {
        display: none;
    }

    .l_content,
    .l_sidebar,
    .live_layout .l_watch {
        height: 100vh;
    }

    .lw-header .live-back {
        display: flex;
    }

    .live_layout .l_sidebar {
        width: 380px;
    }

    .live_layout .l_content {
        width: calc(100% - 380px);
    }

    .shoutbox .sb_bottom,
    .shoutbox .sb_header {
        padding: 1rem;
        height: auto;
    }

    .chat-row {
        padding: .6rem 1rem;
    }

    .chat-notice {
        padding: 0 1rem;
    }

    .live-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1440px) {
    .live-category .fluid-gap {
        gap: 3rem;
    }

    .w2g-live .live-grid.live-grid-big {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1280px) {
    .w2g-live .live-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1199px) {
    .w2g-live .live-grid {
        column-gap: 1rem;
    }

    .w2g-live .live-grid.live-grid-big {
        grid-template-columns: repeat(2, 1fr);
    }

    .light-blur {
        top: -200px;
    }

    .lw-header,
    .lw-bottom {
        padding: 0 1rem;
        height: 60px !important;
    }

    #div-tg,
    .live-min,
    .lw-bottom .live-source {
        display: none;
    }

    .shoutbox .sb_bottom .is_bottom .is_bottom-alert {
        background-color: #000;
    }

    .chat-pin-area .chat-row {
        padding: .6rem 1rem;
    }

    .live-countdown {
        font-size: 14px;
        max-width: 320px;
        padding: 1rem;
        border-radius: .75rem;
        left: 1rem;
        bottom: 1rem;
    }

    .live-countdown .text {
        font-size: 16px;
    }

    .live-countdown .count-start {
        margin-top: .5rem;
        gap: .6rem !important;
    }

    .live-countdown .count-start #countdown {
        font-size: 16px;
        width: 160px;
        height: 40px;
        border-radius: .5rem;
    }

    .live-countdown .count-start .remind {
        font-size: 14px;
        height: 40px;
        border-radius: .5rem;
    }

    .live-countdown .buttons {
        gap: .6rem;
        width: 100%;
    }

    .live-countdown .buttons>.btn-lg {
        font-size: 14px;
        min-height: 46px;
        padding: .5rem .8rem;
        gap: .5rem;
    }

    .live-trailer {
        bottom: 0;
        right: 0;
        border: none;
        backdrop-filter: none !important;
        background-color: #0e487ad4;
        border-radius: .6rem 0 0 0;
        padding: .5rem .8rem;
    }

    .live-trailer .text {
        display: none;
    }

    .live_layout .l_watch {
        height: auto;
    }

    .lw-player {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        flex-grow: 0;
    }

    .lw-player .video-frame {
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

    .w2g-create {
        flex-direction: column;
    }

    .w2g-create>div {
        width: 100% !important;
    }

    .w2g-create .w2g-org-detail {
        flex-direction: row;
    }

    .w2g-create .w2g-org-detail .info .hl-tags {
        display: none;
    }

    .w2g-create .w2g-org-detail .div-poster {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 140px;
        mask-image: none !important;
    }

    .chat-notice>div {
        padding: .6rem .75rem;
    }

    .chat-row {
        padding: .4rem .75rem !important;
        gap: .6rem !important;
    }

    .chat-row .user-avatar {
        width: 30px;
        height: 30px;
    }

    .shoutbox .sb_bottom,
    .shoutbox .sb_header {
        padding: .6rem;
    }

    .lds-items .s-live:nth-child(n+5) {
        display: none !important;
    }

    .l_detail {
        padding: 1.5rem 0;
    }

    .l_detail .ld-source .ld-source-detail {
        width: 100%;
    }

    .l_detail .ld-source .ld-source-detail .v-thumb-l {
        width: 100px;
    }

    .lw-bottom .user-avatar {
        height: 36px !important;
        width: 36px !important;
    }

    body.js-live-mask .shoutbox .sb_header {
        padding: 1.2rem;
    }

    .js-live-mask .lw-header>.btn-end-live {
        margin-right: 20px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
    .shoutbox {
        background-color: #000;
        border: none;
    }

    .live_layout .l_sidebar {
        width: 280px;
        padding: 0 !important;
    }

    .live_layout .l_content {
        width: calc(100% - 280px);
    }

    .js-live-mask .lw-header {
        padding-right: 110px;
    }
}

@media screen and (max-width: 999px) {
    .w2g-live .live-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 799px) {
    .w2g-live .live-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
    }

    .w2g-live .live-grid.live-grid-big {
        grid-template-columns: repeat(1, 1fr);
    }

    .w2g-live .card-live .card-live-detail .is-info {
        font-size: 12px;
    }

    .w2g-live .card-live .card-live-detail .user-avatar {
        width: 40px !important;
        height: 40px !important;
    }

    .light-blur {
        display: none !important;
    }

    /* live page */
    .live_layout {
        flex-direction: column;
        height: 100vh;
        justify-content: space-between;
    }

    .live_layout>div {
        width: 100% !important;
    }

    .live_layout .l_sidebar {
        padding: 0 !important;
        height: auto;
        position: relative;
        flex-grow: 1;
        border-top: 1px solid #fff2;
    }

    body.js-live-mask .shoutbox {
        left: 0;
    }

    .shoutbox {
        border: none;
        background-color: #000;
        border-radius: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .shoutbox .sb_header .item-clean {
        display: flex;
    }

    .shoutbox .sb_header {
        position: sticky;
        top: 0;
    }

    .shoutbox .sb_header .item-settings {
        display: none;
    }

    .l_content,
    .l_sidebar,
    .live_layout .l_watch {
        height: auto;
    }

    .lw-player {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        flex-grow: 0;
    }

    .js-live-clean {
        overflow: hidden !important;
    }

    .js-live-clean .lw-header,
    .js-live-clean .lw-bottom {
        display: none;
    }

    .js-live-clean .lw-player {
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #000;
    }

    .js-live-clean .live_layout {
        padding-top: calc(56.25% + 40px);
    }

    .js-live-clean .live_layout .l_sidebar {
        height: auto;
        flex-grow: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .js-live-clean .shoutbox {
        height: auto;
    }

    .js-live-clean .shoutbox .sb_header {
        background-color: #000;
        position: fixed;
        padding-top: calc(56.25% + .6rem) !important;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .js-live-clean .shoutbox .sb_body {
        padding-top: calc(56.25% + 40px) !important;
    }

    .video-frame {
        width: 100%;
        padding-bottom: 56.25%;
    }

    .lw-header,
    .lw-bottom {
        height: 40px !important;
        padding: 0 .5rem;
        gap: .25rem;
    }

    .lw-header .live-back .btn {
        width: 28px;
        height: 28px;
        min-width: 28px;
        font-size: 12px;
    }

    .lw-header .live-name {
        font-size: 1em;
    }

    .lw-header .live-name span {
        font-size: 12px;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .lw-header .live-source {
        display: none;
    }

    .lw-header .live-source .tag-name {
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .lw-header .btn-end-live span {
        display: none;
    }

    .lw-bottom .live-owner .user-avatar {
        width: 24px !important;
        height: 24px !important;
    }

    .lw-bottom .o-info .user-name {
        font-size: 12px;
    }

    .lw-bottom .o-info .created {
        display: none;
    }

    .lw-bottom .flex-container {
        font-size: 12px;
        gap: .5rem;
    }

    .live_layout .l_content {
        flex-shrink: 0;
        position: relative;
    }

    .live-countdown {
        bottom: 0;
        left: 0;
        border: none;
        border-radius: 0 .6rem 0 0;
        max-width: 250px;
        font-size: 12px;
    }

    .live-countdown .text {
        font-size: 14px;
    }

    .live-countdown .count-start .remind {
        flex-grow: unset !important;
    }

    .live-countdown .count-start .remind span {
        display: none;
    }

    .live-countdown .count-start #countdown {
        width: auto;
        flex-grow: 1;
    }

    .live-countdown.center {
        max-width: 300px !important;
        width: 100% !important;
        border-radius: .75rem !important;
    }

    .l_detail {
        display: none;
    }

    .chat-list,
    .chat-list.ps {
        overflow-y: auto !important;
    }

    .chat-list .ps__rail-y {
        display: none !important;
    }

    .js-live-mask .lw-header>.btn-end-live {
        margin-right: 0;
    }

    body.js-live-mask .shoutbox .sb_header {
        padding: .6rem;
    }
}

@media screen and (max-width: 640px) {
    .w2g-live .live-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .live-category .fluid-gap {
        gap: 2rem;
    }

    .live-manager {
        height: 70px;
        margin: -1rem auto !important;
    }

    .live-manager .buttons .btn-xl {
        font-size: 15px;
        padding: .6rem 1.3rem;
        min-height: 46px;
        gap: .75rem;
    }

    .live-manager .buttons .btn-xl .inc-icon {
        width: 15px !important;
        height: 15px !important;
    }

    .live-manager .buttons .btn-xl .size-18 {
        font-size: 15px !important;
    }

    .live-category .live-background {
        height: 250px;
    }

    .lw-bottom .o-info {
        font-size: 13px;
    }

    .live-owner .o-info .user-name {
        margin-bottom: 0;
    }

    .lw-header .live-ep,
    .lw-header .live-tag {
        line-height: 18px;
        font-size: 11px;
        padding: 0 3px;
    }

    .lw-bottom .user-avatar {
        width: 30px !important;
        height: 30px !important;
    }

    .lw-bottom .flex-container {
        gap: 1rem;
    }

    .lw-bottom .live-count>div,
    .lw-bottom .live-progress>div,
    .lw-bottom .live-share>div {
        font-size: 12px;
        flex-direction: column;
        gap: 2px;
    }

    .chat-row .info .opt {
        opacity: 1 !important;
        background-color: transparent;
    }

    .w2g-create .w2g-org-detail {
        padding: 1.2rem;
        border-radius: .75rem;
        gap: 1rem;
    }

    .w2g-create .w2g-org-detail .div-poster {
        width: 80px;
    }

    .step-row {
        padding: 1.2rem;
        border-radius: .75rem;
    }
}

@media screen and (max-width: 479px) {
    .lw-player .video-frame .back-cover {
        opacity: .3;
    }

    .live-countdown {
        width: 140px;
        padding: .6rem;
    }

    .live-countdown .text {
        display: none;
    }

    .live-countdown .count-start {
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }

    .live-countdown .count-start #countdown {
        background-color: transparent;
        color: #fff;
        height: 16px;
        font-size: 14px;
        justify-content: flex-start;
    }

    .live-countdown .count-start .remind {
        height: 32px;
        border-radius: .4rem;
        margin-top: 2px;
        font-size: 12px;
        width: 100%;
    }

    .live-countdown .count-start .remind span {
        display: block;
    }

    .live-countdown .count-start .remind .icon-16 {
        width: 12px !important;
        height: 12px !important;
    }

    .live-countdown .count-start .btn-light {
        min-height: 32px;
        padding: .4rem .6rem;
        width: 100%;
        font-size: 12px;
        border-radius: .4rem;
    }

    .live-countdown.center {
        background-color: transparent;
        backdrop-filter: none;
        padding: 0;
        border: none;
        box-shadow: none;
        max-width: 280px !important;
    }

    .live-countdown.center .text {
        display: block !important;
    }

    .live-trailer {
        padding: .4rem .6rem;
        bottom: auto;
        right: 0;
        top: 0;
        left: 0;
        border-radius: 0;
        background-color: #0009;
    }

    .w2g-create {
        gap: 1rem;
        font-size: 13px;
    }

    .w2g-create .w2g-org-detail {
        flex-direction: column;
    }

    .w2g-create .w2g-org-detail .div-poster {
        width: 60px;
    }

    .w2g-create .w2g-org-detail .buttons .btn {
        padding: .5rem .9rem !important;
        font-size: 13px !important;
    }

    .step-row .d-poster {
        gap: .6rem !important;
        margin-top: -5px;
    }

    .step-row .d-poster .item {
        width: 60px;
    }

    .step-row.is-poster>.line-center {
        flex-direction: column;
        align-items: flex-start;
    }

    .w2g-create .is-submit>.buttons {
        flex-direction: column;
    }

    .w2g-create .is-submit>.buttons>.btn {
        width: 100%;
    }

    .create-live-steps .step .number {
        font-size: 30px;
        width: 20px;
    }

    .create-live-steps .step .text {
        padding: 1rem 0;
    }

    .lw-header .live-source .tag-name,
    .lw-header .live-name span {
        max-width: 200px;
    }

    .buttons-loadmore .btn {
        width: 100%;
    }
}

/* Episode Selector */
.episode-selector {
    display: inline-block;
}

.episode-dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    min-width: 300px;
}

.episode-dropdown-header {
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-bottom: 1px solid #ffffff20;
    margin-bottom: 0.5rem;
}

.episode-list {
    padding: 0.5rem;
}

.season-group {
    margin-bottom: 1rem;
}

.season-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffd875;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
}

.episode-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    gap: 0.5rem;
    padding: 0 0.5rem;
}

.episode-item {
    padding: 0.5rem;
    background: #ffffff10;
    border: 1px solid #ffffff20;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 13px;
    text-align: center;
}

.episode-item:hover {
    background: #ffffff20;
    border-color: #ffd875;
}

.episode-item.active {
    background: #ffd875;
    color: #000;
    border-color: #ffd875;
    font-weight: 600;
}

.episode-item:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================
   Room Grid Cards - /xem-chung listing
   ============================================ */
.live-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

.live-grid.live-grid-big {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.live-item {
    display: block;
    border-radius: .75rem;
    overflow: hidden;
    background: #1a1b23;
    border: 1px solid #fff1;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    text-decoration: none;
    color: inherit;
}

.live-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px #0005;
    border-color: #ffd87540;
}

.live-poster {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}

.live-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.live-item:hover .live-poster img {
    transform: scale(1.05);
}

.live-badge {
    position: absolute;
    top: .5rem;
    left: .5rem;
    padding: 2px 8px;
    border-radius: .25rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 2;
    background: #e53935;
    color: #fff;
}

.live-badge.waiting {
    background: #ff9800;
    color: #000;
}

.live-viewers {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: .25rem;
    background: #000a;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

.live-info {
    padding: .75rem;
}

.live-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.live-movie {
    font-size: 12px;
    color: var(--primary-color, #ffd875);
    margin-bottom: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.live-user {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.live-user .user-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.live-user span {
    font-size: 12px;
    color: #fff9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-time {
    font-size: 11px;
    color: #fff6;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .live-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: .75rem;
    }
}

@media (max-width: 480px) {
    .live-grid {
        grid-template-columns: 1fr 1fr;
        gap: .5rem;
    }

    .live-info {
        padding: .5rem;
    }

    .live-title {
        font-size: 13px;
    }
}
/* ===== FOOTER STYLES ===== */
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; }
.footer-heading { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .5px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-nav a { color: rgba(255,255,255,.55); font-size: 13px; text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: rgba(255,255,255,.9); }
.footer-desc { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.8; margin-bottom: 1.2rem; }
.footer-copyright { color: rgba(255,255,255,.35); font-size: 12px; }
.footer-company-name { color: rgba(255,255,255,.8); font-weight: 600; font-size: 13px; margin-bottom: 12px; }
.footer-company-info { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(255,255,255,.55); }
.footer-company-info i { color: rgba(255,255,255,.35); width: 14px; margin-right: 8px; }
.footer-company-info a { color: rgba(255,255,255,.55); text-decoration: none; }
#totop { position:fixed;bottom:1rem;right:1rem;z-index:9999;background:rgba(30,30,40,.85);border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:10px;padding:10px 14px;cursor:pointer;backdrop-filter:blur(8px);display:none;flex-direction:column;align-items:center;gap:4px;font-size:11px;opacity:0;transition:opacity .3s; }

/* Smooth image loading */
.v-thumbnail img { background: #1a1a2e; object-fit: cover; }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Ensure movie thumbnails always fill container */
.v-thumbnail { position: relative; overflow: hidden; background: #1a1a2e; }
.v-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.sw-item .v-thumbnail { aspect-ratio: 2/3; }
