html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: initial
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	appearance: button;
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

:root {
	--main-bg-color: #0e0e0e;
	--button-primary-background: #212121;
	--button-primary-foreground: #ffffff;
	--button-primary-active: #3d3d3d;
	--button-primary-hover: #333333;
	--search-bar-bg: #222222
}

body {
	background: var(--main-bg-color);
	font-family: sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

a {
	color: #cecece
}

.top-bar {
	display: grid;
	margin-bottom: 8px;
	grid-template-columns: 1fr 1fr 1fr;
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding: 8px 0 9px;
	top: 0
}

.top-bar-bg {
	position: absolute;
	background: var(--main-bg-color);
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1
}

.logo>svg {
	width: 92px;
	height: 31px
}

.logo {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding: 4px 7px;
	margin-left: 10px;
	text-align: center;
	display: flex;
	align-items: center
}

.tbl {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 20px
}

.tbc {
	display: flex;
	justify-content: center
}

.tbr {
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-right: 25px
}

.menu.icon {
	cursor: pointer;
	padding: 4px 6px;
	width: 24px;
	height: 24px
}

.search-box {
	width: 450px;
	height: 40px;
	background: var(--search-bar-bg);
	-webkit-tap-highlight-color: transparent;
	position: relative;
	border-radius: 25px;
	z-index: 960;
	font-size: 15px;
	transition-property: box-shadow;
	transition-duration: 250ms;
	border: 1px solid #3e3d3d
}

.search-box:hover {
	box-shadow: 0 4px 12px rgb(7 7 7/.9)
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

.search-top {
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	position: absolute;
	z-index: 300;
	width: 100%
}

.search-bottom {
	box-shadow: 0 4px 6px #171717;
	position: absolute;
	z-index: 200;
	width: 100%;
	background-color: var(--search-bar-bg);
	margin-top: 0;
	padding-top: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgb(7 7 7/.9)
}

.search-form {
	width: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 60px #181818 inset !important;
	background-color: #181818 !important;
	background-clip: content-box !important;
	-webkit-text-fill-color: white !important
}

.search-form>input {
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: var(--search-bar-bg);
	border-width: 0;
	outline: none;
	color: #e8eaed;
	border-radius: 8px;
	padding: 0 0 0 15px
}

.star-pill .search-form>input {
	padding: 0 0 0 8px
}

.clear-search {
	padding: 0 5px 0 0;
	cursor: pointer;
	visibility: hidden
}

.search-btn {
	padding: 0 10px 0 0;
	cursor: pointer
}

.search-btn>svg {
	width: 25px;
	height: 25px
}

.clear-search>svg {
	width: 25px;
	height: 25px
}

.back-btn {
	padding: 15px 20px;
	cursor: pointer
}

.sugest-item {
	display: flex;
	flex-direction: row;
	align-items: center
}

.sugest-item:hover {
	background-color: #353535
}

.sugest-item.active {
	background: #333
}

.sugest-item.hover {
	background: #3d3d3d
}

a.suggest-text {
	width: 100%;
	color: #dedede;
	text-decoration: none;
	padding: 7px 12px
}

span.text-hightlight {
	font-weight: 700;
	color: #fff
}

.search-suggestions {
	padding: 9px 0 5px
}

.suggestions {
	height: 100%;
	overflow: auto;
	border-top: 1px solid #4f4f4f
}

.set-suggest {
	padding: 7px 12px
}

.model-item {
	display: flex;
	flex-direction: column;
	margin: 8px 6px;
	align-items: center
}

.model-face {
	width: 65px;
	height: 65px;
	background: #434343;
	border-radius: 8px
}

.model-face>img {
	width: 65px;
	border-radius: 8px
}

.model-name {
	font-size: 14px;
	color: #ebebeb;
	text-align: center;
	text-decoration: none;
	margin-top: 3px
}

.models-suggestions {
	display: flex;
	flex-direction: row;
	overflow-x: auto
}

.search-star-pill {
	display: flex;
	align-items: center;
	background: #393838;
	padding: 6px 3px 6px 6px;
	border-radius: 25px;
	margin-left: 5px;
	box-shadow: -2px 1px 7px rgb(19 19 19/49%);
	height: 18px;
	color: #fff;
	text-decoration: none
}

.star-name {
	white-space: nowrap;
	font-size: 13px;
	border-radius: 8px;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 85px
}

.clear-search-pill>svg {
	fill: #fff;
	width: 19px
}

.clear-search-pill {
	display: flex;
	align-content: center;
	cursor: pointer
}

.star-pic {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 2px
}

.user-menu {
	position: absolute;
	top: 38px;
	background: #181818;
	padding: 0 5px;
	color: #fff;
	font-size: 13px;
	box-shadow: 0 1px 4px #000;
	border-radius: 8px;
	width: 200px;
	visibility: hidden;
	z-index: 1000;
	margin-right: -8px
}

.user-menu>a {
	text-decoration: none;
	color: #fff
}

.user-menu-item {
	background: #212020;
	display: flex;
	padding: 7px 10px;
	margin: 5px 1px 5px 0;
	border-radius: 7px;
	align-items: center;
	gap: 12px;
	height: 24px
}

.user-menu-icon {
	display: flex
}

.user-menu-icon>svg {
	width: 23px;
	fill: #fff
}

.user-menu-item:hover {
	background: #2f2e2e
}

.open-user-menu {
	visibility: visible
}

.user-menu-header {
	display: flex;
	align-items: center
}

.profile-pic {
	height: 40px;
	width: 40px;
	background: #333334;
	font-size: 21px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px 13px 3px 4px;
	cursor: pointer;
	user-select: none
}

.profile-pic-sm {
	height: 34px;
	width: 34px;
	background: #333334;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none
}

.user-menu-items>a {
	text-decoration: none;
	color: #fff
}

.user-btn>svg {
	width: 32px;
	height: 32px;
	fill: #e5e5e5
}

.user-btn {
	cursor: pointer
}

body.lock-scrollbar {
	overflow-y: scroll !important;
	position: fixed;
	left: 0;
	right: 0
}

.left-menu {
	background: #0b0b0b;
	height: 100%;
	width: 250px;
	position: fixed;
	top: 0;
	z-index: 1000;
	transform: translate3d(-100%, 0, 0);
	transition-property: transform;
	transition-duration: 200ms;
	left: 0;
	color: #fff
}

.menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 10px 9px;
	cursor: pointer;
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 4px 10px 4px 16px;
	border-radius: 5px
}

.menu-item.active {
	background: #303030
}

.menu-item:hover {
	background: #292929
}

.menu-item:active {
	background: #424242
}

.menu-icon {
	margin-right: 13px;
	display: flex;
	align-items: center
}

.menu-icon>svg {
	fill: #fff;
	width: 20px;
	height: 20px
}

.menu-title {
	color: #fff;
	font-size: 15px;
	align-self: end
}

.open-menu {
	transform: translate3d(0, 0, 0)
}

.menu-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 9px 8px
}

.meun-close-btn {
	cursor: pointer
}

.meun-close-btn>svg {
	width: 35px;
	height: 35px
}

.lef-menu-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000a1;
	z-index: 990;
	top: 0;
	left: 0;
	visibility: hidden
}

.collapse-menu {
	margin-right: 12px
}

.footer-links {
	position: absolute;
	bottom: 40px;
	display: flex;
	flex-flow: wrap;
	gap: 3px 9px;
	border-top: 1px solid #464646;
	padding: 8px 0 0 5px
}

.footer-link {
	font-size: 12px;
	color: grey;
	text-decoration: none
}

.footer-link:hover {
	color: #d4d4d4
}

.orientation-menu-list {
	display: none
}

.collapse-menu-label {
	display: flex;
	flex-direction: row;
	align-items: center
}

.menu-label-text {
	font-size: 14px;
	margin-left: 6px
}

.collapse-menu-icon {
	margin-right: 10px;
	margin-bottom: -6px
}

.collapse-menu-icon>svg {
	width: 18px;
	height: 18px
}

.collapse-menu {
	display: flex;
	flex-direction: column;
	user-select: none;
	border-radius: 8px;
	margin-left: 17px;
	margin-top: 4px
}

.collapse-menu-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0 4px 5px;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
	-webkit-tap-highlight-color: transparent
}

.collapse-menu-list {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	padding: 0;
	background: #212020;
	transition: height .1s ease;
	overflow: hidden;
	border-radius: 0 0 8px 8px
}

a.collapse-menu-item {
	text-decoration: none;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 10px
}

.collapse-menu-item-text {
	font-size: 13px
}

img.video-model-poster {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 9px #000000;
	font-size: 0
}

.video-model-name {
	padding-right: 12px;
	padding-left: 4px;
	font-size: 14px;
	white-space: nowrap
}

.video-model:hover {
	background: #3e3e3e
}

.related {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.video-player {
	width: 100%;
	display: flex;
	justify-content: center
}

.video-page-title {
	color: #fff;
	margin-bottom: 5px;
	margin-top: 15px;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px
}

.video-views {
	color: #a6a3a3;
	font-size: 15px
}

.message-wrapper {
	position: absolute;
	background: #282828;
	padding: 8px 5px;
	width: 250px;
	border-radius: 8px;
	top: -106px;
	z-index: 1000
}

.signin-btn {
	display: flex;
	justify-content: space-between;
	padding: 5px 28px;
	color: #d7d4cf
}

.signin-btn>a {
	color: #828282
}

.message-body {
	color: #6e6d6b;
	margin-top: 5px
}

.message-box {
	padding: 7px 10px
}

.no-login-btn {
	color: #9591da;
	font-size: 15px;
	text-decoration: none
}

.no-login-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1000
}

.no-login-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 500;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .8)
}

.no-login-dialog {
	background: #201f1f;
	border-radius: 12px;
	padding: 9px 3px;
	width: 229px;
	box-shadow: 0 0 24px 12px rgb(0 0 0/25%);
	color: #fff
}

input.hide-clear[type=search]::-webkit-search-decoration,
input.hide-clear[type=search]::-webkit-search-cancel-button,
input.hide-clear[type=search]::-webkit-search-results-button,
input.hide-clear[type=search]::-webkit-search-results-decoration {
	display: none
}

.checkmark {
	transform: rotate(45deg);
	height: 12px;
	width: 7px;
	border-bottom: 2px solid #78b13f;
	border-right: 2px solid #78b13f
}

.sloader {
	height: 25px
}

.checked {
	display: flex;
	width: 20px;
	height: 20px;
	background: #545454;
	justify-content: center
}

.no-platlist-msg {
	font-size: 13px;
	text-align: center;
	color: #737373;
	padding: 8px 0
}

.checkbox.checked>svg {
	width: 24px
}

.playlist-r {
	display: flex;
	align-items: center
}

.playlist-label {
	margin-left: 7px;
	color: #fff;
	font-size: 16px
}

.playlist-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 6px 0;
	user-select: none;
	cursor: pointer
}

.playlist-privacy>svg {
	fill: #fff;
	width: 20px
}

.checkbox {
	width: 21px;
	height: 21px;
	border: 2px solid #515151;
	border-radius: 4px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 60px #181818 inset !important;
	background-color: #181818 !important;
	background-clip: content-box !important;
	-webkit-text-fill-color: white !important
}

.new-playlist>form>input {
	padding: 0 10px;
	height: 50px;
	border-radius: 1px;
	border: solid #545353;
	border-width: 0 0 1px;
	background: #181818;
	color: #c5c4c4;
	outline: none;
	font-size: 15px
}

.input-error {
	border: solid #c01414 !important;
	border-width: 0 0 2px !important
}

.new-playlist>form>.privacy-select>select {
	width: 100%;
	background: #181818;
	color: #c5c4c4;
	padding: 15px 8px;
	border-radius: 2px;
	border: 1px solid #595858;
	border-width: 0 0 1px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 13px
}

.privacy-select {
	position: relative
}

.drop-down-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 13px
}

.drop-down-arrow>svg {
	width: 18px;
	height: 18px
}

.new-playlist>form {
	display: flex;
	flex-direction: column
}

.new-playlist>form>div {
	margin-bottom: 5px
}

.playlist-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 30px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 1000
}

.playlist-container {
	width: 319px;
	position: relative;
	background: #181818;
	box-shadow: 1px 1px 12px 1px #060606c9;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	max-height: 50vh
}

.playlist-box {
	overflow: auto;
	padding: 8px 11px;
	min-height: 25vh;
	position: relative
}

.create-playlist-container {
	margin-top: auto
}

.create-playlist {
	color: #a2a2a2;
	font-size: 13px;
	text-align: center;
	padding: 17px 0;
	user-select: none;
	cursor: pointer;
	border-top: 1px solid #444
}

.new-playlist {
	padding: 0 11px;
	margin-top: 10px
}

.playlist-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000b3;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s
}

.playlist-count {
	color: #605f5f;
	margin-left: 5px;
	font-size: 14px
}

.submit-btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
	user-select: none;
	padding-bottom: 10px
}

.cancel-btn {
	padding: 6px;
	border: 1px solid #555454;
	color: #afafaf;
	font-size: 14px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 6px
}

.create-btn {
	padding: 6px;
	border: 1px solid #464646;
	color: #afafaf;
	background: #353535;
	font-size: 14px;
	cursor: pointer;
	border-radius: 6px
}

.p-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.playlist-header {
	display: flex;
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	justify-content: space-between;
	align-items: center;
	padding: 6px 10px;
	border-bottom: 1px solid #444;
	user-select: none
}

.close-playlist {
	cursor: pointer
}

.close-playlist>svg {
	width: 35px;
	height: 35px
}

.clear-list-search>svg {
	width: 22px;
	height: 22px
}

.clear-list-search {
	position: absolute;
	right: 0;
	margin-right: 7px;
	background: #252323;
	cursor: pointer
}

.playlist-title {
	margin-left: 5px
}

.playlist-box::-webkit-scrollbar-track {
	background-color: #181818
}

.playlist-box::-webkit-scrollbar {
	width: 10px;
	background-color: #181818
}

.playlist-box::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #373737
}

.search-playlist {
	width: 95%;
	align-self: center;
	margin: 5px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center
}

.playlist-search-icon>svg {
	width: 21px;
	height: 21px
}

.playlist-search-icon {
	position: absolute;
	margin-left: 5px
}

.search-playlist>input {
	width: 100%;
	height: 35px;
	background: #252323;
	padding: 0 30px;
	color: #fff;
	outline: none;
	border-radius: 10px;
	font-size: 14px;
	border: 1px solid #131212
}

@media screen and (min-width:1024px) {
	.playlist-wrapper {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.playlist-container {
		width: 400px;
		max-height: 50vh
	}
}

.share-box-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 1000
}

.share-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000b3;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s
}

.share-box-container {
	width: 319px;
	position: relative;
	background: #181818;
	box-shadow: 0 2px 16px #060606;
	border-radius: 14px;
	padding: 14px 11px
}

.share-box-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 13px;
	color: #fff
}

.copy-video-url {
	position: relative;
	background: #3f3e3e;
	padding: 2px 4px;
	margin: 7px 9px;
	height: 28px;
	border-radius: 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 294px;
	box-shadow: 0 3px 7px #0000003b
}

input#share-url {
	background: 0 0;
	border: 0;
	color: #c6c3c3;
	font-size: 14px;
	margin-left: 2px;
	outline: none;
	padding: 11px 2px
}

input#share-url::selection {
	background: #302d2d
}

.copy-url-btn {
	background: #222;
	padding: 8px 11px;
	border-radius: 0 9px 6px 0;
	font-size: 14px;
	color: #fff;
	user-select: none;
	cursor: pointer;
	margin-right: -4px;
	z-index: 100;
	transition-property: background;
	transition-duration: 200ms
}

.copy-url-btn:hover {
	background: #333
}

.copy-msg,
.embed-copy-msg {
	position: absolute;
	right: 0;
	top: -31px;
	margin-right: 0;
	background: #000000a1;
	padding: 8px 10px;
	border-radius: 8px;
	color: #c4c4c4;
	font-size: 14px;
	opacity: 0;
	transition: opacity .3s linear
}

.share-icon {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 7px;
	color: #d6cfcf;
	text-decoration: none;
	align-items: center
}

.share-icon>svg {
	width: 50px;
	height: 50px
}

.share-list {
	display: flex;
	gap: 10px;
	padding: 9px 12px
}

.close-share-box {
	cursor: pointer;
	user-select: none
}

.close-share-box>svg {
	width: 35px;
	height: 35px
}

.time-start-box {
	position: relative;
	display: flex;
	align-items: center;
	color: #878787;
	font-size: 15px;
	padding: 4px 8px;
	justify-content: space-between
}

.time-start-checkbox.checked>svg {
	width: 16px
}

.time-start-wrapper {
	display: flex
}

input.time-start {
	width: 50px;
	margin-left: 6px;
	height: 20px;
	background: #383838;
	border: 0;
	border-radius: 5px;
	color: #afadad;
	text-align: center;
	border: 1px solid transparent
}

input.time-start.disabled {
	color: #565656;
	user-select: none
}

.time-start-checkbox {
	width: 16px;
	height: 16px;
	border: 2px solid #515151;
	border-radius: 4px;
	margin-right: 6px
}

.time-checkbox-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none
}

input.time-start.disabled::placeholder {
	color: #535252
}

input.time-start::placeholder {
	color: #959393
}

input.time-start:focus {
	outline-width: 0;
	border: 1px solid #6e6e6e
}

.embed-box>textarea {
	background: #383838;
	border-radius: 7px;
	border: 2px solid transparent;
	resize: none;
	margin: 3px 0;
	color: #8b8b8b;
	padding: 10px;
	font-size: 15px;
	width: 296px
}

.embed-box>textarea:focus {
	outline: 0;
	border: 2px solid #5f5e5e
}

.copy-embed-code {
	background: #095375;
	padding: 7px 10px;
	border-radius: 16px;
	font-size: 14px;
	color: #fff;
	user-select: none;
	cursor: pointer;
	margin-right: 4px
}

.share-icon.embed {
	cursor: pointer
}

.report-backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000b3;
	z-index: 1000;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .2s
}

.report-wrapper {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%
}

.report-container {
	width: 319px;
	position: relative;
	background: #181818;
	box-shadow: 0 6px 9px #060606;
	left: -50%;
	transform: translateY(-50%);
	border-radius: 8px
}

.report-box {
	max-height: 300px;
	overflow: auto;
	padding: 16px 11px
}

.report-header {
	display: flex;
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	justify-content: space-between;
	align-items: center;
	padding: 6px 10px;
	border-bottom: 1px solid #3c3c3c;
	user-select: none
}

.close-report {
	cursor: pointer
}

.close-report>svg {
	width: 35px;
	height: 35px
}

.report-title {
	margin-left: 5px
}

.report-list {
	padding: 20px 20px 12px
}

.report-item {
	display: block;
	position: relative;
	padding-left: 29px;
	margin-bottom: 16px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.report-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.report-checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #424243;
	border-radius: 50%
}

.report-item:hover input~.report-checkmark {
	background-color: #4a4a4c
}

.report-item input:checked~.report-checkmark {
	background-color: #414141
}

.report-checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.report-item input:checked~.report-checkmark:after {
	display: block
}

.report-item .report-checkmark:after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #737272
}

.popup-message {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #2b2929;
	margin: 29px 27px;
	padding: 15px 28px;
	border-radius: 6px;
	box-shadow: 0 3px 3px #131313;
	color: #d2d2d2
}

.report-btns {
	display: flex;
	justify-content: end;
	gap: 5px;
	margin-right: 10px
}

.report-btn {
	background: #2c2c2c;
	color: #fff;
	border: 0;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 15px;
	cursor: pointer
}

.report-btn:hover {
	background: #3e3e3e
}

.report-note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 13px;
	padding: 0 20px
}

.report-note>textarea {
	background: #313132;
	border: 2px solid #585858;
	border-radius: 7px;
	color: #e7e5e5;
	padding: 5px 8px;
	font-size: 15px;
	outline: none;
	transition-property: border;
	transition-duration: 100ms
}

.report-note>textarea:focus {
	border: 2px solid #8677ce
}

.note-header {
	margin-bottom: 5px;
	font-size: 14px
}

.field>select {
	background: #181818 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='18' height='18' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>")no-repeat;
	background-position: right 5px top 50%;
	color: #d7d7d7;
	padding: 10px 8px;
	border-radius: 8px;
	border: 2px solid #595858;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	font-size: 14px
}

.video-wrong-section {
	padding: 1px 20px;
	margin-bottom: 20px
}

.report-submit {
	display: flex;
	flex-direction: column
}

.submit-msg {
	text-align: center;
	font-size: 15px;
	color: #a3a3a3
}

.close-report-btn {
	width: 60px;
	align-self: center;
	margin: 13px 0 7px;
	background: #414141;
	border: 0;
	padding: 6px 0;
	font-size: 15px;
	border-radius: 6px;
	color: #cac7c7;
	cursor: pointer
}

.close-report-btn:hover {
	background: #585858
}

.submit-loader {
	width: 25px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 4px solid #add8e6;
	border-right-color: #add8e6;
	border-right-color: #6c6c6c;
	animation: l2 1s infinite linear
}

.report-submit-loader {
	display: flex;
	justify-content: center;
	margin: 29px 0
}

@keyframes l2 {
	to {
		transform: rotate(1turn)
	}
}

.msg-box {
	transform: translate3d(-200%, 0, 0);
	transition-property: transform;
	transition-duration: 500ms;
	position: fixed;
	bottom: 0;
	background: #2d2d2d;
	padding: 15px 20px;
	margin: 20px;
	border-radius: 5px;
	box-shadow: 1px 2px 7px 1px #020202a1;
	color: #ccc;
	font-size: 16px
}

.action-menu {
	padding: 5px 0;
	cursor: pointer
}

.action-menu {
	background-color: #1a1919;
	border-radius: 8px;
	padding: 6px;
	color: #cacaca;
	font-family: sans-serif;
	font-size: 14px;
	position: absolute;
	border: 0;
	z-index: 200;
	box-shadow: 0 2px 2px rgb(0 0 0/14%), 0 1px 5px rgb(0 0 0/12%), 0 3px 1px -2px rgb(0 0 0/.2);
	-webkit-tap-highlight-color: transparent;
	min-width: 165px;
	right: 0
}

.action-menu-btn {
	cursor: pointer;
	padding: 6px;
	-webkit-tap-highlight-color: transparent;
	width: 24px;
	height: 24px
}

.action-menu-btn:active {
	border-radius: 50%;
	animation: icon-fadeout-btn .6s linear 1 normal forwards
}

@keyframes icon-fadeout-btn {
	0% {
		background: #424242
	}

	to {
		background: 0 0
	}

	;
}

.action-menu-item {
	padding: 6px;
	margin: 3px;
	border-radius: 6px;
	user-select: none;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center
}

.action-menu-item>.text {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.action-menu-item:hover {
	background: #2c2c2c
}

.action-menu-icon {
	margin-right: 14px;
	fill: #d2d2d2;
	width: 25px
}

.videos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	justify-content: center;
	gap: .6rem
}

@media(min-width:1900px) {
	.videos {
		grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr))
	}
}

.video-item {
	position: relative
}

.thumbnail {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	cursor: pointer;
	background: #272727;
	border-radius: 8px
}

.thumbnail>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	font-size: 0
}

.external-url>svg {
	width: 21px;
	height: 20px;
	fill: #6d6d6d;
	margin: 10px 4px
}

.video-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px
}

.video-preview>a {
	width: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 3
}

.video-preview>video {
	width: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 2
}

.preview-progress {
	height: 4px;
	width: 0%;
	background: red;
	bottom: 0;
	left: 0;
	position: absolute;
	border-radius: 0 8px 8px 8px
}

.bar-loader {
	height: 4px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	background-color: #4c4a4a;
	z-index: 200;
	border-radius: 0 0 8px 8px
}

.bar-loader:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 5px;
	background-color: red;
	animation-duration: 2s;
	animation-name: BarLoading;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes BarLoading {
	from {
		left: -200px;
		width: 30%
	}

	50% {
		width: 30%
	}

	70% {
		width: 70%
	}

	80% {
		left: 50%
	}

	95% {
		left: 120%
	}

	to {
		left: 100%
	}
}

.duration {
	position: absolute;
	background: #020202;
	color: #fff;
	bottom: 0;
	right: 0;
	margin: 9px 8px;
	padding: 2px 5px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px
}

.quality {
	position: absolute;
	background: #393939;
	color: #fff;
	bottom: 0;
	left: 0;
	margin: 6px 8px;
	padding: 3px 6px;
	border-radius: 5px;
	font-size: 13px
}

.video-title {
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px
}

.video-title>a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	word-break: break-word
}

.video-info {
	margin: 10px 0 5px 8px;
	display: flex;
	justify-content: space-between
}

.section-2 {
	padding-left: 15px
}

.video-details {
	display: flex;
	margin: 7px 0;
	color: #7d7d7d
}

.video-details>div {
	margin-right: 15px
}

.btinfo {
	display: flex;
	gap: 5px;
	align-items: center
}

a.channel-link {
	text-decoration: none;
	color: #d0d0d0
}

::-webkit-scrollbar {
	width: 15px
}

::-webkit-scrollbar-track {
	background: #171717
}

::-webkit-scrollbar-thumb {
	background: #a0a0a0;
	border-radius: 8px;
	border: 4px solid #171717
}

::-webkit-scrollbar-thumb:hover {
	background: #666
}

.video-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

#player {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	outline: none;
	overflow: hidden
}

.video-player,
#player {
	border-radius: 10px
}

.video-player,
video {
	border-radius: 10px
}

.video-player,
.player-controls-container {
	border-radius: 10px
}

.theater-container>.video-container>#player {
	border-radius: 0 !important
}

.theater-container>.video-container>#player>video {
	border-radius: 0 !important
}

.theater-container>.video-container>#player>.controls-wrapper>.player-controls-container {
	border-radius: 0 !important
}

.icon {
	width: 24px;
	height: 24px;
	padding: 5px;
	cursor: pointer;
	transition: transform 100ms linear
}

.icon:hover {
	transform: scale(1.1)
}

.big-icons .icon {
	width: 28px;
	height: 28px;
	margin-right: 4px
}

.player-loader {
	width: 100px;
	color: lightGrey;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.player-controls-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4) 93%, rgba(0, 0, 0, .4) 100%)100% 100%/100% 209px no-repeat;
	overflow: hidden
}

.controls-wrapper {
	transition: all .15s ease;
	opacity: 1;
	visibility: visible
}

.bottom-controls {
	touch-action: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 400;
	left: 0;
	right: 0;
	margin: auto
}

.bottom-bottom-controls {
	display: flex;
	height: 23px;
	margin-bottom: 15px
}

.bottom-top-controls {
	width: 98%;
	margin: auto
}

.fullscreen-button {
	padding-right: 20px;
	cursor: pointer
}

.play-button {
	padding-left: 19px
}

.left-controls {
	display: flex;
	align-items: center
}

.right-controls {
	display: flex;
	align-items: center;
	flex: 1 1;
	justify-content: flex-end
}

.bottom-time {
	color: #fff;
	display: flex;
	user-select: none;
	align-items: center;
	margin-top: 3px
}

.separator {
	padding: 0 5px
}

.settings-button {
	position: relative
}

.progress-bg {
	background: #222521;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 48;
	transform-origin: 0 0;
	width: 100%;
	left: 0
}

.video-progress {
	background: #e71111;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 52;
	transform-origin: 0 0;
	width: 100%
}

.progress-bar {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 5px;
	align-self: center;
	position: relative;
	padding: 16px 0 18px;
	justify-content: center;
	cursor: pointer;
	align-items: center;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

.hover-progress {
	background: rgb(255 255 255/.8);
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 50;
	transform-origin: 0 0;
	width: 100%
}

.progress-bar-knob {
	width: 100%;
	height: inherit;
	background: 0 0;
	border: none;
	outline: 0;
	pointer-events: none;
	position: relative;
	z-index: 55
}

.scrubber {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 99.5%;
	top: 50%;
	bottom: 50%;
	border-radius: 50%;
	border: none;
	background: #e71111;
	z-index: 50;
	transition-property: transform, width, height;
	transition-duration: 200ms;
	transform-origin: center;
	transform: scale(0);
	margin: auto
}

.scrubber.active {
	width: 18px;
	height: 18px
}

.preload-progress {
	background: #ffffffc9;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 48;
	transform-origin: 0 0;
	width: 100%
}

.volume-wrapper {
	display: flex;
	cursor: pointer;
	align-items: center
}

.volume-panel {
	width: 0;
	overflow: hidden;
	visibility: hidden;
	transition: margin .2s cubic-bezier(.4, 0, 1, 1), width .2s cubic-bezier(.4, 0, 1, 1);
	padding: 0 10px;
	margin-right: 5px
}

.volume-container {
	flex: 1;
	height: 5px;
	align-self: center;
	display: flex;
	position: relative;
	padding: 8px 0;
	justify-content: center;
	cursor: pointer;
	align-items: center;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

.volume-bar-bg {
	background: #222521;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 48;
	border-radius: 12px;
	transform-origin: 0 0;
	width: 100%;
	left: 0
}

.volume-bar {
	background: #fff;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 50;
	border-radius: 12px 0 0 12px;
	transform-origin: 0 0;
	width: 100%
}

.volume-knob {
	width: 100%;
	background: 0 0;
	border: none;
	outline: 0;
	pointer-events: none;
	position: relative;
	z-index: 55
}

.volume-knob::after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: none;
	background: #fff;
	z-index: 50
}

.panel-item {
	cursor: pointer
}

.panel-menu-item {
	margin: 0 5px;
	padding: 9px 11px;
	cursor: pointer;
	display: flex;
	border-radius: 5px;
	user-select: none
}

.panel-menu-item.active {
	background: rgb(78 76 76/56%)
}

.label {
	display: flex;
	justify-content: space-between;
	padding: 9px;
	margin: 2px 5px;
	border-radius: 4px;
	align-items: center
}

.label:hover {
	background: #323232
}

.hd-mark {
	pointer-events: none;
	font-size: 11px;
	color: #5e5e5e;
	margin: 0 1px
}

.current-item {
	display: flex
}

.settings-wrapper {
	color: #bdbdbd
}

.theater-mode-button {
	cursor: pointer
}

.theater-container {
	margin-top: 60px
}

.panel {
	width: 230px;
	visibility: hidden;
	transition: all .15s ease;
	outline: none;
	opacity: 0;
	position: absolute;
	bottom: 63px;
	background-color: #232323;
	padding: 5px 0;
	right: 0;
	user-select: none;
	border-radius: 8px;
	font-size: 14px
}

.toggle-item {
	display: flex;
	justify-content: space-between;
	padding: 9px 7px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 6px;
	align-items: center
}

.toggle-box {
	height: 19px;
	width: 40px;
	background: #585757;
	border-radius: 20px;
	position: relative
}

.toggle-knob {
	width: 15px;
	height: 15px;
	background: #d7d7d7;
	z-index: 11111;
	position: absolute;
	border-radius: 50%;
	top: 2px;
	left: 3px;
	border: 0;
	transition: .2s ease-in
}

.toggle-check-knob {
	left: 21px
}

.toggle-check-bg {
	background: #5189cb
}

.toggle-item:hover {
	background: #313131
}

.list {
	overflow: hidden;
	height: 0;
	transition: height 150ms ease
}

.hd-icon {
	background: #e71111;
	color: #fff;
	font-size: 10px;
	width: 16px;
	padding: 2px 1px;
	position: absolute;
	font-weight: 700;
	right: 4px;
	top: -3px;
	border-radius: 4px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 100
}

.time-popup {
	position: absolute;
	bottom: 75px;
	user-select: none
}

.time {
	color: #fff;
	font-size: 13px;
	padding: 4px 7px;
	border-radius: 3px 3px 0 0;
	user-select: none;
	text-shadow: 3px 1px 8px #232323
}

.time-wrapper {
	position: relative;
	bottom: -1px;
	text-align: center;
	left: 0;
	right: 0;
	user-select: none
}

.timeline-preview {
	background: #060606;
	border-radius: 8px
}

.click-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 300
}

.notify-icon {
	width: 80px;
	height: 80px
}

.player-notifier {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center
}

.volume-notifier {
	background: #00000085;
	color: #fff;
	padding: 15px 26px;
	border-radius: 7px;
	top: 20%;
	position: absolute;
	animation: volume-hide .6s linear 1 normal forwards;
	user-select: none
}

.notifier-warpper {
	background: #00000082;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: icon-fadeout .4s linear 1 normal forwards
}

.notifier-icon {
	width: 30px;
	height: 30px
}

.error-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #a4a4a4;
	font-size: 18px;
	border-radius: 10px;
	text-align: center
}

.error-icon>svg {
	stroke: #5f5f5f;
	width: 96px;
	margin-bottom: 11px
}

.video-retry {
	text-decoration: none;
	background: #2e2d2d;
	color: #fff;
	padding: 7px 10px;
	margin-top: 5px;
	border-radius: 5px;
	border: 2px solid #7c7c7c;
	font-size: 17px
}

.top-controls {
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
	transition: opacity .25s cubic-bezier(0, 0, .2, 1);
	height: 49px;
	display: flex;
	align-items: center;
	padding-bottom: 50px
}

.player-title {
	z-index: 400;
	padding-left: 15px;
	margin-top: 3px;
	text-decoration: none;
	color: #fff;
	width: 66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.open-site-btn {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	padding: 8px
}

@keyframes icon-fadeout {
	0% {
		opacity: 1;
		transform: scale(.6)
	}

	to {
		opacity: 0;
		transform: scale(1.4)
	}
}

@keyframes volume-hide {
	0% {
		visibility: visible
	}

	to {
		visibility: hidden
	}
}

.panel-list-item {
	position: absolute;
	overflow: auto;
	color: #fff;
	margin: auto;
	width: 220px;
	transition: all 200ms ease-in;
	transition-property: transform, opacity, visibility;
	will-change: transform;
	visibility: hidden;
	opacity: 0;
	font-size: 14px
}

.panel-menu-items {
	position: absolute;
	width: 225px;
	will-change: transform;
	outline: none;
	padding: 5px 0;
	margin: auto;
	user-select: none;
	color: #fff;
	transition: all 150ms ease-in;
	font-size: 14px;
	bottom: 0
}

.panel-list {
	padding: 5px 0
}

.settings-items {
	position: absolute;
	background: rgba(21, 21, 21, .9);
	bottom: 70px;
	right: 12px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: all 300ms;
	font-size: 14px;
	border-radius: 8px
}

.panel-back-btn>svg {
	width: 24px;
	fill: #fff
}

.panel-item-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	cursor: pointer;
	gap: 5px;
	border-bottom: 1px solid #4d4d4d;
	user-select: none;
	padding: 7px 0
}

.setting-menu-icon>svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	margin-bottom: -4px
}

.setting-menu-left {
	display: flex;
	align-items: center;
	gap: 13px
}

.stats-container {
	position: absolute;
	padding: 3px 6px;
	z-index: 402;
	margin: 15px;
	font-size: 13px;
	background: rgb(31 30 30/65%);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .12)0 8px 32px
}

.stat-item {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.stat-graph {
	margin-right: 5px
}

.stat-name {
	width: 125px
}

.stats-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #535353;
	margin-bottom: 5px
}

.stats-close-btn>svg {
	width: 20px;
	height: 20px;
	fill: #fff
}

.stats-close-btn {
	margin-bottom: 2px;
	padding: 4px 4px 0;
	z-index: 10000;
	cursor: pointer
}

.stats-close-btn:hover {
	background: #484444
}

.player-contextmenu {
	background: rgb(18 18 18/94%);
	position: absolute;
	z-index: 600;
	transition: opacity .1s cubic-bezier(0, 0, .2, 1);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, .12)0 8px 32px
}

.contextmenu-item-icon>svg {
	width: 23px;
	height: 23px;
	fill: #fff
}

.contextmenu-item {
	display: flex;
	padding: 7px 28px 7px 12px;
	font-size: 13px;
	align-items: center;
	cursor: pointer;
	user-select: none
}

.contextmenu-item-icon {
	margin-right: 11px
}

.player-contextmenu-items {
	margin: 9px 0
}

.contextmenu-item:hover {
	background: #2f2e2e
}

.contextmenu-item.loop>.contextmenu-item-content,
.contextmenu-item.picture-in-picture>.contextmenu-item-content {
	font-size: 16px;
	position: absolute;
	right: 0;
	margin-right: 15px
}

.contextmenu-item-content>svg {
	width: 16px;
	height: 16px;
	fill: #fff
}

.player-loader-wrap {
	margin: 0 auto;
	display: block;
	position: relative;
	outline-offset: 4px;
	top: calc(50% - 50px)
}

.progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	color: #fff;
	font-family: sans-serif
}

.big-loader .progress {
	font-size: 13px
}

.player-loader-wrap .spinner {
	display: inline-block;
	position: relative;
	height: 64px;
	width: 64px;
	direction: ltr;
	background: #00000040;
	border-radius: 50%
}

.player-loader-wrap .spinner-track {
	height: 64px;
	width: 64px;
	border-radius: 64px;
	box-sizing: border-box;
	border: 4px solid
}

.player-loader-wrap .spinner-fills {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.player-loader-wrap .spinner-fill {
	height: 64px;
	width: 64px;
	border-radius: 64px;
	box-sizing: border-box;
	border: 4px solid
}

.player-loader-wrap .spinner-fillMask1,
.player-loader-wrap .spinner-fillMask2 {
	width: 50%;
	height: 100%;
	transform-origin: 100% center;
	transform: rotate(180deg);
	overflow: hidden;
	position: absolute
}

.player-loader-wrap .spinner-fillSubMask1,
.player-loader-wrap .spinner-fillSubMask2 {
	width: 100%;
	height: 100%;
	transform-origin: 100% center;
	overflow: hidden;
	transform: rotate(-180deg)
}

.player-loader-wrap .spinner-fillMask2 {
	transform: rotate(0)
}

.player-loader-wrap .spinner--indeterminate .spinner-fills {
	will-change: transform;
	transform: translateZ(0);
	animation: 1s infinite cubic-bezier(.25, .78, .48, .89)spinner-fills-rotate;
	transform-origin: center
}

.player-loader-wrap .spinner--indeterminate .spinner-fillSubMask1 {
	will-change: transform;
	transform: translateZ(0);
	animation: 1s infinite linear spinner-fill-mask-1
}

.player-loader-wrap .spinner--indeterminate .spinner-fillSubMask2 {
	will-change: transform;
	transform: translateZ(0);
	animation: 1s infinite linear spinner-fill-mask-2
}

.player-loader-wrap .spinner--indeterminate.spinner--overBackground .spinner-track {
	border-color: rgba(255, 255, 255, .2)
}

.player-loader-wrap .spinner--indeterminate.spinner--overBackground .spinner-fill {
	border-color: #fff
}

.big-loader .player-loader-wrap .spinner {
	width: 90px;
	height: 90px
}

.big-loader .spinner-track {
	width: 90px;
	height: 90px
}

.big-loader .spinner-fill {
	width: 90px;
	height: 90px
}

@keyframes spinner-fills-rotate {
	0% {
		transform: rotate(-90deg)
	}

	100% {
		transform: rotate(270deg)
	}
}

@keyframes spinner-fill-mask-2 {
	0% {
		transform: rotate(180deg)
	}

	1.69% {
		transform: rotate(180deg)
	}

	3.39% {
		transform: rotate(180deg)
	}

	5.08% {
		transform: rotate(180deg)
	}

	6.78% {
		transform: rotate(180deg)
	}

	8.47% {
		transform: rotate(180deg)
	}

	10.17% {
		transform: rotate(179.2deg)
	}

	11.86% {
		transform: rotate(164deg)
	}

	13.56% {
		transform: rotate(151.8deg)
	}

	15.25% {
		transform: rotate(140.8deg)
	}

	16.95% {
		transform: rotate(130.3deg)
	}

	18.64% {
		transform: rotate(120.4deg)
	}

	20.34% {
		transform: rotate(110.8deg)
	}

	22.03% {
		transform: rotate(101.6deg)
	}

	23.73% {
		transform: rotate(93.5deg)
	}

	25.42% {
		transform: rotate(85.4deg)
	}

	27.12% {
		transform: rotate(78.1deg)
	}

	28.81% {
		transform: rotate(71.2deg)
	}

	30.51% {
		transform: rotate(89.1deg)
	}

	32.2% {
		transform: rotate(105.5deg)
	}

	33.9% {
		transform: rotate(121.3deg)
	}

	35.59% {
		transform: rotate(135.5deg)
	}

	37.29% {
		transform: rotate(148.4deg)
	}

	38.98% {
		transform: rotate(161deg)
	}

	40.68% {
		transform: rotate(173.5deg)
	}

	42.37% {
		transform: rotate(180deg)
	}

	44.07% {
		transform: rotate(180deg)
	}

	45.76% {
		transform: rotate(180deg)
	}

	47.46% {
		transform: rotate(180deg)
	}

	49.15% {
		transform: rotate(180deg)
	}

	50.85% {
		transform: rotate(180deg)
	}

	52.54% {
		transform: rotate(180deg)
	}

	54.24% {
		transform: rotate(180deg)
	}

	55.93% {
		transform: rotate(180deg)
	}

	57.63% {
		transform: rotate(180deg)
	}

	59.32% {
		transform: rotate(180deg)
	}

	61.02% {
		transform: rotate(180deg)
	}

	62.71% {
		transform: rotate(180deg)
	}

	64.41% {
		transform: rotate(180deg)
	}

	66.1% {
		transform: rotate(180deg)
	}

	67.8% {
		transform: rotate(180deg)
	}

	69.49% {
		transform: rotate(180deg)
	}

	71.19% {
		transform: rotate(180deg)
	}

	72.88% {
		transform: rotate(180deg)
	}

	74.58% {
		transform: rotate(180deg)
	}

	76.27% {
		transform: rotate(180deg)
	}

	77.97% {
		transform: rotate(180deg)
	}

	79.66% {
		transform: rotate(180deg)
	}

	81.36% {
		transform: rotate(180deg)
	}

	83.05% {
		transform: rotate(180deg)
	}

	84.75% {
		transform: rotate(180deg)
	}

	86.44% {
		transform: rotate(180deg)
	}

	88.14% {
		transform: rotate(180deg)
	}

	89.83% {
		transform: rotate(180deg)
	}

	91.53% {
		transform: rotate(180deg)
	}

	93.22% {
		transform: rotate(180deg)
	}

	94.92% {
		transform: rotate(180deg)
	}

	96.61% {
		transform: rotate(180deg)
	}

	98.31% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes spinner-fill-mask-1 {
	0% {
		transform: rotate(90deg)
	}

	1.69% {
		transform: rotate(72.3deg)
	}

	3.39% {
		transform: rotate(55.5deg)
	}

	5.08% {
		transform: rotate(40.3deg)
	}

	6.78% {
		transform: rotate(25deg)
	}

	8.47% {
		transform: rotate(10.6deg)
	}

	10.17% {
		transform: rotate(0)
	}

	11.86% {
		transform: rotate(0)
	}

	13.56% {
		transform: rotate(0)
	}

	15.25% {
		transform: rotate(0)
	}

	16.95% {
		transform: rotate(0)
	}

	18.64% {
		transform: rotate(0)
	}

	20.34% {
		transform: rotate(0)
	}

	22.03% {
		transform: rotate(0)
	}

	23.73% {
		transform: rotate(0)
	}

	25.42% {
		transform: rotate(0)
	}

	27.12% {
		transform: rotate(0)
	}

	28.81% {
		transform: rotate(0)
	}

	30.51% {
		transform: rotate(0)
	}

	32.2% {
		transform: rotate(0)
	}

	33.9% {
		transform: rotate(0)
	}

	35.59% {
		transform: rotate(0)
	}

	37.29% {
		transform: rotate(0)
	}

	38.98% {
		transform: rotate(0)
	}

	40.68% {
		transform: rotate(0)
	}

	42.37% {
		transform: rotate(5.3deg)
	}

	44.07% {
		transform: rotate(13.4deg)
	}

	45.76% {
		transform: rotate(20.6deg)
	}

	47.46% {
		transform: rotate(29deg)
	}

	49.15% {
		transform: rotate(36.5deg)
	}

	50.85% {
		transform: rotate(42.6deg)
	}

	52.54% {
		transform: rotate(48.8deg)
	}

	54.24% {
		transform: rotate(54.2deg)
	}

	55.93% {
		transform: rotate(59.4deg)
	}

	57.63% {
		transform: rotate(63.2deg)
	}

	59.32% {
		transform: rotate(67.2deg)
	}

	61.02% {
		transform: rotate(70.8deg)
	}

	62.71% {
		transform: rotate(73.8deg)
	}

	64.41% {
		transform: rotate(76.2deg)
	}

	66.1% {
		transform: rotate(78.7deg)
	}

	67.8% {
		transform: rotate(80.6deg)
	}

	69.49% {
		transform: rotate(82.6deg)
	}

	71.19% {
		transform: rotate(83.7deg)
	}

	72.88% {
		transform: rotate(85deg)
	}

	74.58% {
		transform: rotate(86.3deg)
	}

	76.27% {
		transform: rotate(87deg)
	}

	77.97% {
		transform: rotate(87.7deg)
	}

	79.66% {
		transform: rotate(88.3deg)
	}

	81.36% {
		transform: rotate(88.6deg)
	}

	83.05% {
		transform: rotate(89.2deg)
	}

	84.75% {
		transform: rotate(89.2deg)
	}

	86.44% {
		transform: rotate(89.5deg)
	}

	88.14% {
		transform: rotate(89.9deg)
	}

	89.83% {
		transform: rotate(89.7deg)
	}

	91.53% {
		transform: rotate(90.1deg)
	}

	93.22% {
		transform: rotate(90.2deg)
	}

	94.92% {
		transform: rotate(90.1deg)
	}

	96.61% {
		transform: rotate(90deg)
	}

	98.31% {
		transform: rotate(89.8deg)
	}

	100% {
		transform: rotate(90deg)
	}
}

.cover-background {
	filter: blur(1px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: 104%;
	height: 104%;
	image-rendering: pixelated;
	background-color: #000
}

.cover-background-overlay {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/57%);
	position: absolute;
	top: 0;
	z-index: 2
}

.player-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 400;
	cursor: pointer;
	overflow: hidden
}

.cover-play-button {
	z-index: 2;
	width: 104px;
	height: 40px;
	background: #131313;
	border-radius: 25px;
	padding: 15px 1px;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 200ms
}

.player-cover:hover .cover-play-button {
	background-color: #414141
}

.xad-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.xad-skip-btn {
	background-color: rgb(0 0 0/48%);
	padding: 12px;
	cursor: pointer;
	font-size: 15px;
	transform: translateX(50px);
	transition-property: transform;
	transition-duration: 200ms;
	border: 1px solid #545454
}

.xad-skip-counter {
	background-color: rgb(0 0 0/48%);
	padding: 12px 17px;
	user-select: none;
	border: 1px solid #545454
}

.xad-progress-bar-wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 5px;
	align-self: center;
	position: relative;
	padding: 16px 0 18px;
	justify-content: center;
	cursor: pointer;
	align-items: center;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent
}

.xad-progress-bg {
	background: #222521;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 48;
	transform-origin: 0 0;
	width: 100%;
	left: 0
}

.xad-progress {
	background: #a2e010;
	position: absolute;
	align-self: center;
	color: #000;
	height: inherit;
	z-index: 52;
	transform-origin: 0 0;
	width: 100%
}

.xad-title {
	position: absolute;
	bottom: 0;
	margin: 54px 35px
}

.xad-click-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.xad-time-wrapper {
	display: flex;
	gap: 7px;
	font-size: 14px;
	align-items: center
}

span.xad-badge {
	padding: 0 3px;
	border: 1px solid #bfbfbf
}

.xad-info {
	position: absolute;
	width: 96%;
	height: 50px;
	display: flex;
	bottom: 0;
	margin: 85px 25px;
	justify-content: space-between;
	overflow: hidden;
	align-items: center
}

.xad-advertiser-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 28px 39px
}

.player-tooltip-wrapper {
	visibility: hidden;
	opacity: 0;
	transition-property: visibility, opacity;
	transition-duration: 200ms;
	z-index: 200;
	margin-top: -1px
}

.player-tooltip {
	position: absolute;
	margin-top: -46px;
	background: #fff;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 6px;
	border-radius: 7px;
	z-index: 100;
	box-shadow: -1px 2px 7px 2px #00000036
}

span.tooltip-arrow {
	content: "";
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	z-index: 100;
	margin-top: -19px
}

.canvas-bg {
	position: absolute;
	align-self: center;
	filter: blur(100px);
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	opacity: .3;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1.2, 1.3)
}

.related {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	height: auto;
}

.video-item {
	width: 100%
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 75px
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 10px 0;
	max-height: 150px;
	overflow: hidden;
	position: relative;
	transition-duration: 400ms;
	transition-property: max-height
}

.video-tag {
	background: #262525;
	white-space: nowrap;
	padding: 10px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	transition: background-color .5s cubic-bezier(.05, 0, 0, 1)
}

.video-tag:hover {
	background: #4b4747
}

.top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #3b3b3b
}

.video-models {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px
}

.video-model {
	display: flex;
	align-items: center;
	background: #2c2c2c;
	border-radius: 24px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	margin-right: 5px
}

.page-menu-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 5px 3px 5px 4px;
	cursor: pointer;
	border-radius: 8px;
	background: var(--button-primary-background);
	position: relative;
	white-space: nowrap;
	transition-duration: 200ms;
	transition-property: background;
	box-shadow: 0 1px 5px rgb(0 0 0/.4)
}

.page-menu-item:hover {
	background: var(--button-primary-hover)
}

.page-menu-item.selected:hover {
	background-color: #ababab
}

.selected {
	background: #dcdada;
	color: #000
}

.selected .page-menu-icon>svg {
	fill: #000
}

.add-to-list,
.share-video,
.report-video {
	display: flex;
	align-items: center;
	padding: 10px 15px
}

.like-btn,
.dislike-btn {
	display: flex;
	margin: 8px;
	align-items: center
}

.page-menu {
	display: flex;
	width: 100%;
	color: #fff;
	margin: 10px;
	justify-content: flex-end
}

.page-menu::-webkit-scrollbar {
	display: none
}

.menu-text {
	font-size: 14px;
	margin-left: 4px
}

.page-menu-icon {
	margin-right: 3px
}

.page-menu-icon>svg {
	fill: #fff;
	width: 20px;
	height: 20px
}

.tags-expand {
	position: absolute;
	height: 50%;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4) 93%, rgba(0, 0, 0, .4) 100%)100% 100%/100% 209px no-repeat;
	bottom: 0;
	width: 100%;
	cursor: pointer
}

.expand-icon>svg {
	width: 25px;
	height: 25px
}

.expand-icon {
	display: flex;
	justify-content: center;
	margin-top: 35px
}

.expand-close-btn>svg {
	width: 25px;
	height: 25px
}

.expand-close {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	cursor: pointer
}

@media(max-width:587px) {
	.page-menu {
		justify-content: flex-start
	}
}

@media (min-width: 1023px) {
	.content {
		flex-direction: row;
		align-items: flex-start;
	}

	.primary {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.related {
		flex: 0 0 25%;
		max-width: 25%;
		margin-left: 10px;
		margin-top: 0;
	}
}