#player-select {
	display: none;
}

#player-list {
	display: flex;
}

@media(max-width:768px) {
	#player-select {
		display: block;
	}

	#player-list {
		display: none;
	}
}

.rating-box {
	position: relative;
	overflow: hidden;
	font-size: 0;
	background: #fff;
	margin-bottom: 1rem;
	padding: 1rem;
	border-radius: 8px;
}

.rating-box::before {
	content: '\e80a';
	font-family: 'dunia21';
	position: absolute;
	left: -1rem;
	top: -.5rem;
	font-size: 6rem;
	line-height: 1;
	color: rgba(229,22,107,.1);
	z-index: 0;
	pointer-events: none;
	transform: rotate(-15deg);
}

.rating-average,.rating-input {
	position: relative;
	z-index: 1;
}

.rating-box::after {
	content: "";
	display: table;
	clear: both;
}

.rating-average {
	float: left;
	width: 220px;
	margin-right: 1.5rem;
}

.rating-input {
	overflow: hidden;
}

.rating-score {
	display: inline-block;
	vertical-align: top;
	width: 4.5rem;
	margin-right: .5rem;
}

.rating-number {
	display: block;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	color: #e5166b;
	text-align: center;
}

.rating-stars-wrap {
	display: inline-block;
	vertical-align: top;
	margin-top: .2rem;
}

.rating-stars {
	font-size: 0;
	white-space: nowrap;
}

.rating-stars i,.rating-input-stars i {
	font-family: 'dunia21',sans-serif;
	font-style: normal;
}

.fa-star::before {
	content: "\e80a";
}

.fa-star-empty::before {
	content: "\e80b";
}

.rating-stars i {
	font-size: 1rem;
	margin-right: .15rem;
	color: #ccc;
}

.rating-stars i.filled,.rating-input-stars i.selected,.rating-input-stars i.hover {
	color: #e5166b;
}

.rating-users {
	font-size: .85rem;
	margin-top: .3rem;
	color: #666;
	font-weight: 500;
}

.rating-input-label {
	font-size: .95rem;
	font-weight: 500;
	margin-bottom: .3rem;
	color: #555;
}

.rating-input-stars {
	font-size: 0;
}

.rating-input-stars i {
	font-size: 1.5rem;
	margin-right: .2rem;
	color: #ccc;
	cursor: pointer;
	transition: color .15s ease;
}

.rating-input-stars.locked {
	pointer-events: none;
}

.rating-your-vote {
	font-size: .85rem;
	color: #8a8a8a;
	margin-top: .3rem;
}

.rating-your-vote.hidden {
	display: none;
}

.rating-your-vote-value {
	font-weight: 700;
	color: #e5166b;
	font-size: 1rem;
}

.toast {
	position: fixed;
	left: 50%;
	bottom: 2rem;
	width: 320px;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%,200px);
	background: #222;
	color: #fff;
	padding: .75rem 1.25rem;
	border-radius: 8px;
	font-size: .9rem;
	font-weight: 500;
	z-index: 9999;
	box-shadow: 0 4px 14px rgba(0,0,0,.25);
	transition: transform .3s ease;
	pointer-events: none;
}

.toast.show {
	transform: translate(-50%,0);
}

@media (max-width:600px) {
	.rating-average {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.film-keywords {
	border: 1px solid #1e293b;
	border-radius: 8px;
	padding: 12px 16px;
	margin: 15px 0;
	font-family: system-ui,-apple-system,sans-serif;
	line-height: 1.6;
}

.film-keywords strong {
	margin-right: 6px;
}

.film-keywords a,.film-keywords i {
	font-weight: 700;
	padding: 2px 4px;
	border-radius: 4px;
}

.film-keywords a:hover,.film-keywords i:hover {
	background-color: rgba(56,189,248,.1);
	text-decoration-color: #7dd3fc;
}

.film-keywords .keyword-item a {
	font-weight: 700;
	padding: 2px 4px;
	border-radius: 4px;
}

@media screen and (max-width:767px) {
	.film-keywords small {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.film-keywords strong {
		margin-bottom: 4px;
	}

	.film-keywords a,.film-keywords i {
		display: block;
		width: 100%;
	}
}

@media (max-width:768px) {
	.film-keywords small {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.film-keywords .keyword-item {
		display: block;
		width: 100%;
	}

	.film-keywords .separator {
		display: none!important;
	}
}

#postkonten.collapsed1 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.download-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.btn-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	background: linear-gradient(135deg,var(--bg_c), var(--bg_c_2));
	color: #ffffff!important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px; 
	transition: all 0.25s ease;
	cursor: pointer;
	flex: 1;
	min-width: 200px;
}

.btn-download:hover {
	background: linear-gradient(135deg, var(--bg_c_2), var(--bg_c));
	color: #ffffff;
	transform: translateY(-2px);
}

.btn-download:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(229, 9, 20, 0.3);
}

.btn-download svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	flex-shrink: 0;
}

.btn-download.resolution-720 {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-download.resolution-720:hover {
	background: linear-gradient(135deg, #3b82f6, #1e40af);
	color: #ffffff;
	box-shadow: 0 6px 16px rgba(37, 99, 235, 0.45);
}

@media (max-width: 600px) {
	.download-container {
		flex-direction: column;
		max-width: 100%;
	}

	.btn-download {
		width: 100%;
	}
}

.download-movie {
	margin-bottom: 10px;
}

.server-player p {
	font-size: 80%;
	font-weight: 400;
	padding: 0;
	color: #999;
	display: inline-block;
}

.download-movie {
	margin-bottom: 10px;
}

.server-player p {
	font-size: 80%;
	font-weight: 400;
	padding: 0;
	color: #999;
	display: inline-block;
}

.download-movie {
	background: transparent;
	padding: 30px;
}

.download-movie h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	color: var(--link_c);
	text-transform: uppercase;
}

.download-movie p {
	font-size: 80%;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0;
}

.download-movie .btn {
	margin-right: 10px;
	margin-top: 10px;
}

:root {
	--pro-bg: #f8fafc;
	--pro-card-bg: #ffffff;
	--pro-primary: #0284c7;
	--pro-primary-hover: #0369a1;
	--pro-accent: #f59e0b;
	--pro-text-main: #0f172a;
	--pro-text-muted: #475569;
	--pro-border: #e2e8f0;
	--pro-badge-bg: #f1f5f9;
	--pro-alert-bg: #fef2f2;
	--pro-alert-text: #991b1b;
	--pro-alert-border: #fecaca;
	--pro-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.05), 0 4px 6px -4px rgba(15, 23, 42, 0.02);
	--pro-shadow-hover: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.03);
}

.pro-container * {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pro-container {
	background-color: var(--pro-card-bg);
	border: 1px solid var(--pro-border);
	border-radius: 12px;
	box-shadow: var(--pro-shadow);
	overflow: hidden;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.pro-container:hover {
	box-shadow: var(--pro-shadow-hover);
}

.pro-details summary {
	padding: 1.25rem 1.5rem;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--pro-card-bg);
	user-select: none;
	transition: background-color 0.2s ease;
}

.pro-details summary:hover {
	background-color: #f1f5f9;
}

.pro-details summary::-webkit-details-marker {
	display: none;
}

.pro-title-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.pro-title-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background-color: #e0f2fe;
	color: var(--pro-primary);
}

.pro-title-text {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pro-text-main);
	letter-spacing: -0.01em;
}

.pro-chevron {
	width: 20px;
	height: 20px;
	stroke: var(--pro-text-muted);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pro-details[open] .pro-chevron {
	transform: rotate(180deg);
}

.pro-content {
	padding: 0 1.5rem;
	border-top: 1px solid var(--pro-border);
	background-color: var(--pro-bg);
}

.pro-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.25rem;
	margin-bottom: 1.25rem;
}

.pro-card {
	background: var(--pro-card-bg);
	padding: 1.25rem;
	border-radius: 10px;
	border: 1px solid var(--pro-border);
}

.pro-card-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--pro-text-main);
	margin-top: 0;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pro-list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--pro-text-muted);
	font-size: 0.875rem;
	line-height: 1.6;
}

.pro-list li {
	margin-bottom: 0.5rem;
}

.pro-list li:last-child {
	margin-bottom: 0;
}

.pro-list li::marker {
	color: var(--pro-primary);
	font-weight: bold;
}

.pro-btn-ref {
	display: inline-block;
	padding: 0.15rem 0.4rem;
	background-color: #e0f2fe;
	color: var(--pro-primary);
	font-weight: 600;
	border-radius: 4px;
	font-size: 0.8rem;
}

.pro-code-snippet {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	background-color: #f1f5f9;
	color: #0f172a;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
	font-size: 0.8rem;
	border: 1px solid var(--pro-border);
}

.pro-alert {
	background-color: var(--pro-alert-bg);
	border: 1px solid var(--pro-alert-border);
	color: var(--pro-alert-text);
	padding: 0.85rem 1rem;
	border-radius: 8px;
	font-size: 0.85rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
}

.pro-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid var(--pro-border);
	font-size: 0.8rem;
	color: var(--pro-text-muted);
}

.pro-greeting {
	font-weight: 600;
	color: var(--pro-text-main);
}

@media (max-width: 1024px) {
	.content-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.exthem-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.exthem-modal.open {
	display: flex!important;
	opacity: 1;
}

.exthem-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	backdrop-filter: blur(3px);
}

.exthem-modal-container {
	position: relative;
	background: #1a1a1a;
	width: 90%;
	max-width: 500px;
	border-radius: 8px;
	border: 1px solid #333;
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	overflow: hidden;
	z-index: 2;
	transform: scale(.9);
	transition: transform .3s ease;
}

.exthem-modal.open .exthem-modal-container {
	transform: scale(1);
}

.exthem-modal-header {
	padding: 15px 20px;
	background: #222;
	border-bottom: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.exthem-modal-header h3 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}

.exthem-modal-header h3 i {
	color: #e50914;
}

.exthem-modal-header .close-modal {
	background: none;
	border: none;
	color: #aaa;
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

.exthem-modal-header .close-modal:hover {
	color: #fff;
}

.exthem-modal-body {
	padding: 20px;
	max-height: 80vh;
	overflow-y: auto;
}

.exthem-modal-body table {
	width: 100%!important;
	border-collapse: collapse;
}

.exthem-modal-body td {
	padding: 6px 0!important;
	color: #ccc;
	font-size: 14px;
	display: block!important;
	width: 100%!important;
	box-sizing: border-box;
}

.exthem-modal-body .manFlL,.exthem-modal-body .manTd1 {
	font-weight: 600;
	color: #fff;
	padding-bottom: 4px!important;
}

.exthem-modal-body input[type=text],.exthem-modal-body select,.exthem-modal-body textarea {
	width: 100%!important;
	background: #222!important;
	border: 1px solid #333!important;
	border-radius: 4px!important;
	padding: 10px!important;
	color: #fff!important;
	box-sizing: border-box!important;
	outline: 0;
	font-family: inherit;
}

.exthem-modal-body input[type=text]:focus,.exthem-modal-body select:focus,.exthem-modal-body textarea:focus {
	border-color: #e50914!important;
}

.exthem-modal-body .manFlSbt,.exthem-modal-body input[type=submit] {
	background: #e50914!important;
	color: #fff!important;
	border: none!important;
	padding: 12px 20px!important;
	border-radius: 4px!important;
	cursor: pointer!important;
	font-weight: 600!important;
	margin-top: 10px!important;
	width: 100%!important;
	transition: background .2s;
}

.exthem-modal-body .manFlSbt:hover,.exthem-modal-body input[type=submit]:hover {
	background: #ff0c18!important;
}

.exthem-modal-body .manTdError {
	color: #ff4d4d;
	font-size: 13px;
}

p.mb-5 {
	margin-bottom: 15px !important;
}

.pro-title-text a {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--pro-text-main);
	letter-spacing: -0.01em;
}

.pro-content a, .pro-content p a {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}