#player_adfox {
	cursor: default;
	z-index: 2003;
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

* {
	box-sizing: border-box;
}
.player * {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.player {
	cursor: default;
	z-index: 99;
	position: relative;
}
video {
	background-color: #000;
	transition: all ease .2s;
}
video::-webkit-media-controls {
	display:none !important;
}
video::-webkit-media-controls-enclosure {
	/*display:none !important;*/
}
.player[data-fullscreen="true"] video {
	width: 100%;
	height: 100%;
	max-height: none;
	max-width: none;
}
.player_controls__wrapper {
	z-index: 4;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 50px;
	cursor: default;
	background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 100%);
	/*background: linear-gradient(transparent,#000000);*/
	pointer-events: none;
	transition: transform ease .4s;
}
.player_controls__wrapper__hidden {
	transform: translateY(90px);
}
.player_controls {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: default;
	width: 100%;
	height: 40px;
	pointer-events: auto;
}
.player_controls__play {
	width: 45px;
	min-width: 45px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/*background: #666;*/
}
.player_controls__play svg {
	width: 16px;
	height: 16px;
	fill:#fff;
}
.player_controls__bar {
	/*background-color: #333;
	height: 10px;
	max-height: 10px;
	min-height: 10px;*/
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-right: 15px;
}
.player_controls__buffer,
.player_controls__timeline,
.player_controls__substrate {
	position: absolute;
	left: 0;
	top: 15px;
	height: 100%;
	transition: width linear 0.1s;
	border-radius: 2px;
	max-height: 10px;
	min-height: 10px;
	height: 100%;
}
.player_controls__substrate {
	width: 100%;
	background-color: #000;
	z-index: 0;
}
.player_controls__buffer {
	width: 0%;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1;
}
.player_controls__timeline {
	width: 0%;
	background-color: #75aa4b;
	z-index: 2;
}
.player_controls__timer {
	color:#fff;
	font-size: 14px;
	width: 100%;
	min-width: 30px;
	max-width: 30px;
	text-align: center;
	cursor: default;
	margin-right: 10px;
}
.player_controls__sound {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 75px;
	min-width: 75px;
	margin-right: 15px;
}
.player_controls__muted {
	width: 20px;
	min-width: 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 5px;
}
.player_controls__muted svg {
	width: 18px;
	height: 18px;
	fill:#fff;
}
.player_controls__volume {
	width: 100%;
	max-width: 50px;
	min-width: 50px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	cursor: pointer;
	z-index: 0;
	margin-right: 5px;
	background: #444;
	border-radius: 2px;
}
.player_controls__volume__progress {
	width: 0%;
	transition: width linear 0.1s;
	height: 8px;
	background-color: #75aa4b;
	border-radius: 2px;
	z-index: 1;
}

.player_controls__fullscreen {
	width: 32px;
	min-width: 32px;
	height: 100%;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.player_controls__fullscreen svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

@media screen and (max-width: 600px) {
	.player_controls__play svg {
		width: 24px;
		height: 24px;
	}
	.player_controls__sound {
		width: auto;
		max-width: unset;
		min-width: unset;
	}
	.player_controls__muted svg {
		min-width: 26px;
		min-height: 26px;
	}
	.player_controls__fullscreen svg {
		width: 24px;
		height: 24px;
	}
}


#shorts_container__wrap {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000000;
	-webkit-overflow-scrolling: none;
	overscroll-behavior: none;
}
.shorts_container {
	--pull-y: 0;
	--selected-item: 0;
	--pull-x: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000001;
	transform: translate3d(var(--pull-x),calc(-1*(100%*var(--selected-item) + var(--pull-y))),0);
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: none;
    transition: transform 300ms;
    will-change: transform;
}
.shorts__item {
	background-color: #000;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;

	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	-webkit-overflow-scrolling: none;
	overscroll-behavior: none;
}
.shorts__header {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	/*background: linear-gradient(180deg,rgba(0,0,0,.85)0,transparent 100%);*/
	background: rgb(0,0,0);
}
.shorts__header__back {
	height: 100%;
	width: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shorts__header__back svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.shorts__header__share {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	padding-right: 20px;
}
.shorts__header__share svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.shorts__panel {
	position: absolute;
	right: 10px;
	bottom: 70px;
	background-color: transparent;
	width: 40px;
	display: flex;
	gap: 5px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	z-index: 4;
}
.shorts__panel__like,
.shorts__panel__dislike,
.shorts__panel__comments,
.shorts__panel__share,
.shorts__panel__muted {
	color: #fff;
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2px 0;
	gap: 2px;
	cursor: pointer;
}
.shorts__panel__like,
.shorts__panel__dislike {
	border: solid 1px #fff;
	border-radius: 4px;
}
.shorts__panel__like svg,
.shorts__panel__dislike svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}
.shorts__panel__dislike svg {
	transform: rotate(180deg);
}
.shorts__panel__comments svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}
.shorts__panel__share svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}
.shorts__panel__muted {
	width: 100%;
	height: 40px;
	margin-top: 25px;
}
.shorts__panel__muted svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.shorts__video__container {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 2147483647;
}
.shorts__video__video {
	/*position: absolute !important;
	left: 0px !important;
	top: 0px !important;*/
	min-height: 100% !important;
	min-width: 100% !important;
	z-index: 1 !important;
}
.shorts__footer {
	height: 70px;
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	gap: 5px;
	/*background: rgb(0,0,0);*/
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 65%, rgba(0,0,0,0) 100%);
}
.shorts__footer__user {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}
.shorts__footer__user img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.shorts__footer__subscribe {
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	border: none;
	outline: none;
	padding: 2px 10px;
}

.shorts__footer__subscribe[data-is-follower="0"] {
	background-color: limegreen;
}
.shorts__footer__subscribe[data-is-follower="1"] {
	background-color: gray;
	color: #999;
}

.shorts__footer__name {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shorts__footer__title {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.player_preloader {
	align-items: center;
	justify-content: center;
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 5;
}
.player_preloader__show {
	display: flex;
}
.player_preloader__hide {
	display: none;
}
.preloader__ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.preloader__ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 6px;
	border: 6px solid transparent;
	border-radius: 50%;
	animation: preloader__ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.preloader__ring__green div {
	border-color: #75aa4b transparent transparent transparent;
}
.preloader__ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.preloader__ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.preloader__ring div:nth-child(3) {
	animation-delay: -0.15s;
}
.preloader__ring30px {
	width: 30px;
	height: 30px;
}
.preloader__ring30px > div {
	width: 24px;
	height: 24px;
	margin: 3px;
	border-width: 3px;
}
@keyframes preloader__ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.player__video__share__show {
	display: flex;
}
.player__video__share__hide {
	display: none;
}
.player__video__share__wrap {
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}
.player__video__share {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
}
.player__video__share__text {
	font-size: 26px;
	color: #fff;
}
.player__video__share__icon svg {
	fill: #ffffff;
	width: 40px;
	height: 40px;

}