:root {
    --ytd-shorts-player-height: calc(100vh - 96px);
    --ytd-shorts-player-width: calc((100vh - 96px)*var(--ytd-shorts-player-ratio));
    --ytd-shorts-masthead-height: 56px;
    --ytd-comments-engagement-panel-content-height: var(--ytd-shorts-player-height );
    --ytd-engagement-panel-content-min-height: var(--ytd-reels-min-height,560px);
    --ytd-comments-engagement-panel-header-height: 56px;
    --ytd-engagement-panel-content-height: var(--ytd-shorts-player-height);
    --ytd-engagement-panel-header-height: 56px;
    --ytd-margin-2x: 8px;
    --ytd-margin-3x: 12px;
    --ytd-margin-4x: 16px;
    --ytd-margin-5x: 20px;
    --ytd-margin-6x: 24px;
    --ytd-margin-7x: 28px;
    --ytd-margin-8x: 32px;
    --ytd-margin-9x: 36px;
    --ytd-margin-10x: 40px;
    --ytd-margin-11x: 44px;
    --ytd-margin-12x: 48px;
    --ytd-margin-14x: 56px;
    --ytd-margin-16x: 64px;
    --ytd-margin-17x: 68px;
    --ytd-margin-24x: 96px;
    --ytd-margin-25x: 100px;
    --ytd-margin-35x: 140px
    --reels-navigation-justify-content: center;
    --ytd-shorts-top-spacing: 0px;
    --ytd-shorts-player-ratio: 0.5625;
    --squeezeback-panel-width: 360px;
    --anchored-panel-width: 360px;
}
.single .main {
	display: flex;
	flex-direction: row;
}
.videoplus-template-default .billboard.parallax, .videoplus-template-default .ads-sticky-bottom {
	display: none;
}
.video-container {
	display: flex;
    justify-content: center;
    height: calc(100vh - var(--ytd-shorts-masthead-height));
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
    margin-top: var(--ytd-shorts-top-margin-free-scroll-override,var(--ytd-shorts-top-spacing));
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.video-container::-webkit-scrollbar {
	width: 0px;
}
ytd-reel-video-renderer{
	display: flex;
    justify-content: center;
    position: relative;
    height: var(--ytd-shorts-player-height);
    width: var(--ytd-shorts-player-width);
    margin: 0;
    min-height: var(--ytd-reels-min-height,560px);
    min-width: 315px;
    right: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: right .3s linear;
}
/* video container header */
.video-container-header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	z-index: 3;
}
.video-container-header h1 {
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 15px;
	color: #ccc;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.video-container-header h1.active {
	font-size: 20px;
	color: #fff;
}
.post {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	scroll-snap-align: center;
	right: 0;
	z-index: 1;
}
.video-player {
	position: relative;
	height: var(--ytd-shorts-player-height);
    width: var(--ytd-shorts-player-width);
}
.video-player::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	box-shadow: inset 0 0 120px #000;
}
.side-bar {
	position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: calc(var(--ytd-shorts-player-width) + 72px);
    min-width: 387px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.3));
    overflow: hidden;
    z-index: 0;
}
.post-footer {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 10px;
    color: #fff;
    z-index: 2;
    height: 110px;
}
.post-footer a {
	color: #fff;
}
.post-footer .username {
	display: flex;
	height: 30px;
	align-items: center;
}
.post-footer .username .username-link::before {
	content: "@ ";
	color: #fff;
}
.verfied .verfied-icon,
.post-comment-user-verified {
	height: 20px;
	width: 20px;
	margin-left: 10px;
	font-size: 9px;
	border-radius: 50%;
	background-color: #008abf;
	display: grid;
	place-items: center;
}
.post-title {
	display: flex;
	font-size: 1rem;
	font-weight: normal;
	width: 90%;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.disc-logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	animation: disc-anime infinite linear 2s;
}
.disc-logo-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: scale(1.4);
}
.share-box {
    margin: 0px 20px;
    padding: 12px;
    background: #ffffff;
    border-radius: 24px;
    
    z-index: 99;
    bottom: 0px;
    display: flex;
    flex: 1 1 0%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.share-box .likecomment {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.share-box .share-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.share-box .like-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.share-box .like-btn {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/like.svg);
    margin-right: 8px;
}
.share-box .like-btn.liked {
    background-image: url(../icon/like-active.svg);
    filter: unset;
}
.share-box .like-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.share-box .comment-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.share-box .comment-btn {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/comment.svg);
    margin-right: 8px;
}
.share-box .comment-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.share-box .share-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 16px;
}
.share-box .share-btn.whatsapp {
    background-color: #25d366;
    background-image: url(../icon/whatsapp.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.share-box .share-btn.copylink {
    background-color: #00a1b0;
    background-image: url(../icon/copylink.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.share-box .share-btn.more {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    background-color: transparent;
    background-image: url(../icon/more-vertical.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
}

.share-box .share-btn.detail {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    background-color: transparent;
    background-image: url(../icon/more.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
}
.side-bar .share-box {
	display: flex;
	flex-direction: column;
	background-color: transparent;
	box-shadow: unset;
	margin: 0 8px;
	padding: 0px;
	position: absolute;
	align-items: flex-end;
	z-index: 3;
}
.side-bar .share-box .likecomment {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}
.side-bar .share-box .like-box, .side-bar .share-box .comment-box {
	margin-right: 0px;
	margin-left: 8px;
	display: flex;
	flex-direction: column;
}
.side-bar .share-box .like-count, .side-bar .share-box .comment-count{
	margin-top: 3px;
	font-size: 14px;
}
.darkmode .side-bar .share-box .like-count, .darkmode .side-bar .share-box .comment-count {
	color: #fff;
}
.side-bar .share-box .like-box .like-btn, .side-bar .share-box .comment-box .comment-btn, 
.side-bar .share-box .share-btn.more, .side-bar .share-box .share-btn.detail {
	margin-right: 0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 64px;
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	border-radius: 24px;
	background-size: 24px;
}
.side-bar .share-box .share-btn.more {
	margin-right: 0px;
	margin-left: 8px;
	background-image: url(https://divipromedia.com/wp-content/themes/umparanwp/assets/icon/share.svg);
}
.side-bar .share-box .share-btn.whatsapp, .side-bar .share-box .share-btn.copylink, .side-bar .share-box .share-btn.detail {
	margin-right: 0px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 64px;
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	border-radius: 24px;
	background-size: 24px;
}

.side-bar .share-box .share-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.side-bar .profile-follow {
	position: relative;
}
.side-bar .profile-follow .fa-plus {
	font-size: 10px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #ff2828;
	display: flex;
	justify-content: center;
	align-items: center;
}
.side-bar .profile-logo-img {
	overflow: hidden;
	height: 40px;
	width: 40px;
	border-radius: 50%;
}
.side-bar .side-icon {
	cursor: pointer;
	padding: 20px;
	font-size: 25px;
	text-align: center;
	color: #fff;
}
.side-icon p {
	font-size: 10px;
	padding-top: 5px;
}
/* post open article video */
.post-articles-panel {
	height: var(--ytd-shorts-player-height);
	min-height: calc(var(--ytd-engagement-panel-content-min-height));
	width: var(--anchored-panel-width);
	position: relative;
	transition: right .3s linear;
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 12px;
	min-width: 250px;
	opacity: 1;
	display: none;
}
.post-articles {
	display: flex;
	transition: all 0.5s ease;
	overflow: hidden;
    height: calc(var(--ytd-engagement-panel-content-height) - 56px);
    min-height: calc(var(--ytd-engagement-panel-content-min-height) - 56px);
    width: var(--ytd-engagement-panel-content-width);
    flex: 1 1 auto;
    flex-direction: column;
    right: 96px;
}

.post-articles.open {
	bottom: 0;
}
.post-article-header {
	padding: 4px 16px 4px 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.post-article-htitle {
	margin: 10px 8px 10px 0;
    overflow: hidden;
    flex: 1;
    font-size: 16px;
	font-weight: lighter;
}
.close-article {
	appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/close.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.post-article-area {
	display: flex;
    flex-direction: column;
    padding: 0 16px;
}
.post-article-title {
	font-size: 16px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 0px;
	padding: 8px 0;
}
.post-article-area .info-post {
	border-top: 1px solid rgba(0,0,0,0.1);
    padding: 8px 0;
    margin: 0;
}
.post-article-content {
	font-size: 14px;
	font-weight: lighter;
	overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
}
.darkmode .post-articles-panel {
	color: #fff;
}
.darkmode .post-articles-panel {
	border: 1px solid rgb(255,255,255,0.1);
}
.darkmode .post-article-header {
    border-bottom: 1px solid rgb(255,255,255,0.1);
}
.darkmode .post-article-area .info-post, {
	border-top: 1px solid rgb(255,255,255,0.1);
}
/* post comments */
.post-comments {
	position: absolute;
	bottom: -100%;
	left: 0;
	height: 50%;
	width: 100%;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	background-color: #fff;
	z-index: 5;
	transition: all 0.5s ease;
}
.post-comments::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	width: 50%;
	padding: 1px;
	background-color: #333;
	border-radius: 50px;
	transform: translate(-50%);
}
.post-comments.open {
	bottom: 0;
}
.close-comment {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 300px;
}
.post-comments-area {
	height: 250px;
	overflow: scroll;
	margin-top: 20px;
}
.post-comment {
	margin: 10px auto;
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}
.post-comment-user-name {
	display: flex;
}
.post-comment-user-img {
	overflow: hidden;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.post-comment-user-verified {
	width: 15px;
	height: 15px;
	font-size: 10px;
}
.post-comment-user-msg {
	font-size: 14px;
}
.post-comment-like-btn {
	text-align: center;
	cursor: pointer;
}
.post-comment-like-btn p {
	font-size: 10px;
}
.post-comment-like-btn .post-comment-like-icon.liked {
	color: #ff2828;
}
.post-comment-content {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	justify-content: center;
	width: 100%;
}
.post-comment-input {
	display: flex;
	height: 50px;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}
.post-comment-text {
	height: 40px;
	width: 100%;
	border: 0;
	padding: 10px 20px;
}
.post-comment-send {
	height: 40px;
	width: 40px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
.music-name {
	display: flex;
	font-size: 10px;
	padding: 5px;
}
.song-name {
	margin-left: 10px;
}
video.post-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.vjs-poster img {
	object-fit: cover;
}
.vjs-big-play-centered .vjs-play-progress:before {
    font-size: 9px;
    top: 0;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes disc-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}