html, 
body {
	background: transparent;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
body {
	color: inherit;
	font: 14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1;
	min-height: 0;
	text-align: left;
	text-align: start;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.video_selectors {
	display: none;
	position: absolute;
	z-index: 100;
}
.video_selectors .nice-select {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 3px 4px;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	background-color: #172322;
	border-radius: 3px;
	border: none;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: auto;
}
.video_selectors .nice-select:after {
	background: url(../images/select-icon.svg) no-repeat;
	background-size: 9px 6px;
	right: 12px;
	top: 50%;
	content: '';
	display: block;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 9px;
	height: 6px;
}
.video_selectors .nice-select .list {
	background-color: #172322;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 3px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	/*-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);*/
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),  opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),  opacity 0.15s ease-out;
	z-index: 9;
	max-height: 200px;
	overflow-y: auto;
}
.video_selectors .nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 36px;
	list-style: none;
	min-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.video_selectors .nice-select.open {
	box-shadow: 0 0 0 2px #00adef;
}
.video_selectors .nice-select.open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.video_selectors .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	/*-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);*/
}
.video_selectors .nice-select:hover {
	box-shadow: 0 0 0 2px #00adef;
}
.video_selectors .nice-select .option:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
.video_selectors .nice-select .option.focus, 
.video_selectors .nice-select .option.selected.focus {
	background-color: rgba(255, 255, 255, 0.1);
}
.video_selectors select {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #172322 url(../images/select-icon.svg) no-repeat top 50% right 12px;
	background-size: 9px 6px;
	color: #fff;
	cursor: pointer;
	margin: 3px 4px;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	transition: box-shadow .25s ease-out;
}
.video_selectors select:focus {
	box-shadow: 0 0 0 2px #00adef; 
}

.save_holder {
	display: block;
	position: absolute;
	bottom: 60px;
	text-align: center;
	z-index: 100;
}

.save_holder a {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #172322;
	color: #fff;
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	transition: box-shadow .25s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.save_holder a:hover {
	box-shadow: 0 0 0 2px #00adef;
}

.save_holder_sting {
	color: #fff;
	font-size: 14px;
	margin-top: 4px;
	text-shadow: 1px 1px 2px #000, 0 0 2px #000, 0 0 2px #000;
}

@media only screen and (max-width: 767px) {
	.video_selectors {
		margin: -2px -2px;
	}
	.video_selectors .nice-select {
		margin: 2px 2px;
		line-height: 30px;
		height: 30px;
		padding-left: 14px;
		padding-right: 24px;
	}
	.video_selectors .nice-select:after {
		width: 8px;
		height: 5px;
		background-size: 8px 5px;
		right: 9px;
		margin-top: -2px;
	}
	.video_selectors .nice-select .list {
		max-height: 136px;
		overflow-y: auto;
	}
	.video_selectors .nice-select .option {
		line-height: 30px;
		min-height: 30px;
		padding-left: 14px;
		padding-right: 24px;
	}
	.video_selectors select {
		background: #172322 url(../images/select-icon.svg) no-repeat top 50% right 9px;
		background-size: 8px 5px;
		margin: 2px 2px;
		height: 30px;
		line-height: 30px;
		padding-left: 14px;
		padding-right: 24px;
	}
}

.player {
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	font-size: 100%;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	/*    -webkit-transform: translate3d(0,  0,  0);
	-ms-transform: translate3d(0,  0,  0);
	transform: translate3d(0,  0,  0);*/
	z-index: 1;
}

.vb-in-process-quality {
	background: url(../images/inprocess-quality-icon.svg) no-repeat center right;
	background-size: 10px;
	color: #5f5f5f;
	padding-right: 15px;
}

.video_selectors {
	top: 7px;
}
.video_selectors {
	left: 6px !important;
}
.video_selectors .nice-select .list {
	left: 0;
}

body.player-page {
	margin: 0;
	background: #111;
	color: #fff;
	overflow: hidden;
}

.player-page .wrap {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	margin: 0;
	padding: 0;
	position: relative;
}

.player-page .controls {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 120;
}

.player-page .controls select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 8px;
	background: #172322;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 34px 0 12px;
	outline: none;
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset;
}

.player-page .controls select:focus {
	box-shadow: 0 0 0 2px #00adef;
}

.player-page .controls .nice-select {
	float: none;
	min-width: 140px;
	width: max-content;
	max-width: none;
	background: #172322;
	border-radius: 8px;
	border: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	padding-right: 30px;
	position: relative;
	z-index: 50;
}

.player-page .controls .nice-select:hover {
	cursor: pointer;
}

.player-page .controls .nice-select .list {
	background: #172322;
	border-radius: 8px;
	max-height: 260px;
	overflow-y: auto;
	margin: 4px 0 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	width: max-content;
	max-width: none;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	z-index: 100;
	list-style: none;
}

.video_selectors .nice-select .list,
.player-page .controls .nice-select .list {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 173, 239, 0.75) rgba(255, 255, 255, 0.08);
}

.video_selectors .nice-select .list::-webkit-scrollbar,
.player-page .controls .nice-select .list::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.video_selectors .nice-select .list::-webkit-scrollbar-track,
.player-page .controls .nice-select .list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
}

.video_selectors .nice-select .list::-webkit-scrollbar-thumb,
.player-page .controls .nice-select .list::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(0, 173, 239, 0.92) 0%, rgba(0, 123, 170, 0.92) 100%);
	border-radius: 999px;
	border: 2px solid rgba(23, 35, 34, 0.85);
}

.video_selectors .nice-select .list::-webkit-scrollbar-thumb:hover,
.player-page .controls .nice-select .list::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, rgba(36, 191, 255, 0.98) 0%, rgba(0, 142, 196, 0.98) 100%);
}

.player-page .controls .nice-select.open {
	box-shadow: 0 0 0 2px #00adef;
}

.player-page .controls .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
}

.player-page .controls .nice-select .option:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.08);
}

.player-page .controls .nice-select .option {
	padding-left: 12px;
	padding-right: 30px;
	line-height: 36px;
	min-height: 36px;
	white-space: nowrap;
}

.player-page .controls select,
.player-page .controls .nice-select {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s ease, visibility 0s linear 0s;
}

.player-page .controls .translation-selector-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .5s ease, visibility 0s linear .5s;
}

.player-page video {
	width: 100%;
	height: 100%;
	background: #000;
}

.player-page .player {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.player-page #player {
	position: relative;
	isolation: isolate;
}

.player-page #player::before,
.player-page #player::after {
	content: "";
	position: absolute;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s ease;
	z-index: 4;
}

.player-page.player-initializing #player::before {
	inset: 0;
	opacity: 1;
	background: linear-gradient(100deg, rgba(255, 255, 255, 0.00) 20%, rgba(255, 255, 255, 0.09) 42%, rgba(255, 255, 255, 0.00) 64%);
	animation: playerInitShimmer 1.4s ease-in-out infinite;
}

.player-page.player-initializing #player::after {
	width: 68px;
	height: 68px;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.24);
	border-top-color: rgba(255, 255, 255, 0.85);
	opacity: .95;
	animation: playerInitSpin 1s linear infinite;
}

@keyframes playerInitShimmer {
	0% {
		transform: translateX(-38%);
	}
	100% {
		transform: translateX(38%);
	}
}

@keyframes playerInitSpin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.player-page .hint {
	margin-top: 8px;
	color: #bdbdbd;
	font-size: 12px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.player-page .resume-prompt {
	position: absolute;
	left: 50%;
	top: calc(50% + 120px);
	transform: translateX(-50%);
	display: block;
	box-shadow: none;
	z-index: 8;
}

.player-page .resume-prompt-button {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 14px;
	line-height: 1.2;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	outline: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255,255,255,0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}

.player-page .resume-prompt-button:hover {
	transform: translateY(-1px);
}

.player-page .resume-prompt-continue {
	background: rgba(10, 16, 28, 0.82);
	color: #fff;
}

.player-page .resume-prompt-continue:hover {
	background: rgba(16, 24, 40, 0.92);
}

.player-page .resume-prompt-restart {
	display: none;
}

.player-page .resume-prompt[hidden] {
	display: none;
}

@media only screen and (max-width: 767px) {
	.player-page .resume-prompt {
		top: calc(50% + 120px);
		max-width: calc(100vw - 24px);
	}

	.player-page .resume-prompt-button {
		font-size: 13px;
		padding: 9px 14px;
		max-width: calc(100vw - 32px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}