*,
::before,
::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords;
	}
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
input,
button,
textarea,
select {
	font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
p {
	text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
}
@font-face {
	font-family: FiraGO-Bold;
	src: url(https://lamovie.link/la/FiraGO-SemiBoldf.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
}
#player {
	width: 100%;
	height: 100%;
}

pjsdiv,
pjsdiv > * {
	font-family: "FiraGO-Bold", sans-serif !important;
}

#player_playlist {
	font-family: "FiraGO-Bold", sans-serif !important;
}

.banner_res div,
.banner_res iframe {
	max-width: 100% !important;
}

.progress_bar {
	float: left;
	width: 100%;
	position: absolute;
	top: -4px;
	left: 0;
	background: #5d5d5dbf;
}

.progress_bar .progress {
	background: #f00;
	height: 4px;
	border: 0;
	border-radius: 0;
}
#overlay {
	position: absolute !important;
	bottom: 55px !important;
	left: 50% !important;
	margin-left: -364px !important;
}

@media only screen and (max-width: 768px) {
	#overlay {
		position: absolute !important;
		bottom: 64px !important;
		left: 50% !important;
		margin-left: -364px !important;
		transform: scale(0.475);
		height: 45.125px;
	}
}

body div#adLayer > div {
	width: 100% !important;
	height: 100% !important;
}
#resumeAdBtn {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 12px 16px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	transform: translateY(-100px);
	font-family: "FiraGO-Bold";
	font-size: 18px;
	letter-spacing: 1px;
}

#resumeAdBtn:hover {
	background-color: #333;
	border-color: #555;
}
#adControls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0;
}
.hidden {
	display: none !important;
}
video::cue {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 4px #000;
}
.movies-full__player#player * {
	/*box-sizing: content-box!important;*/
}
.--wait {
	width: 100%;
	height: 100%;
	position: fixed;
	inset: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.--wait img {
	border: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	inset: 0;
	object-fit: contain;
	background: #000;
}
#over_player_msg {
	z-index: 999;
	background: rgb(255 255 255 / 5%);
	padding: 10px;
	border-radius: 6px;
	font-family: sans-serif;
	text-align: center;
	font-weight: 600;
	color: #fff;
	backdrop-filter: blur(10px);
	width: 95%;
	max-width: 500px;
	min-height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgb(255 255 255 / 49%);
	text-shadow: 0 0 2px #232323;
	font-size: larger;
}
.--arrow {
	display: none;
}
#player {
	background-color: #000;
}
pjsdiv,
pjsdiv > * {
	-webkit-backface-visibility: hidden;
	position: static;
	top: auto;
	left: auto;
	overflow: visible;
	direction: ltr !important;
	max-width: none !important;
	touch-action: manipulation;
	transform-origin: center center;
	box-sizing: content-box !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	text-indent: 0 !important;
}
pjsdiv img {
	max-width: none;
}
pjsdiv > *:focus {
	outline: none;
}
pjsdiv,
pjsdiv a,
pjsdiv a:visited,
pjsdiv a:hover,
pjsdiv a:link,
pjsdiv a:active,
pjsdiv a:focus {
	color: #fff;
	font-size: 100%;
}
pjsdiv iframe {
	border: 0;
}
pjsdiv iframe {
	display: block !important;
	max-height: none !important;
	background: transparent;
}
.pjscssed {
}
html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: black;
}

#player {
	width: 100vw;
	height: 100vh;
	background: black;
}

#ad-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	background: black;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
}

#ad-container.active {
	transform: translateY(0);
}

#resume-ad-btn {
	position: fixed;
	top: auto;
	left: 0;
	z-index: 9999999999999;
	background: #fff;
	color: #000;
	border: none;
	padding: 15px 30px 15px 20px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 2px;
	backdrop-filter: blur(5px);
	transition: all 0.3s ease;
	user-select: none;
	bottom: 25px;
	display: none;
	opacity: 0;
	inset: 0!important;
	width: 100%!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
}

#resume-ad-btn:hover {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}

#resume-ad-btn:active {
	color: #000;
	background: rgba(255, 255, 255, 0.5);
}

video#--fje {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999999;
	transform: translateY(-100%);
	background-color: black;
}

.ad-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999998;
	pointer-events: none;
}
