html[dir="rtl"] {
	direction: rtl;
}

html[dir="rtl"],
html[dir="rtl"] body,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
html[dir="rtl"] button {
font-family: "Cairo";
	
	letter-spacing: 0;
}

html[dir="rtl"] body,
html[dir="rtl"] input,
html[dir="rtl"] textarea {

}

html[dir="rtl"] .top-links .center-hold,
html[dir="rtl"] .header-inner,
html[dir="rtl"] .navigation,
html[dir="rtl"] .navigation .primary,
html[dir="rtl"] .navigation .secondary,
html[dir="rtl"] .member-links ul,
html[dir="rtl"] .footer .nav,
html[dir="rtl"] .block-albums .list,
html[dir="rtl"] .block-videos .list,
html[dir="rtl"] .list-videos,
html[dir="rtl"] .list-albums,
html[dir="rtl"] .list-comments .item,
html[dir="rtl"] .sort,
html[dir="rtl"] .tabs-menu {
	direction: rtl;
}

html[dir="rtl"] .member-links {
	margin-left: 0;
	margin-right: auto;
}

html[dir="rtl"] .network li {
	margin-right: 0;
	margin-left: 20px;
}

html[dir="rtl"] .network a {
	padding-left: 0;
	padding-right: 14px;
}

html[dir="rtl"] .network a::before {
	left: auto;
	right: 0;
}

html[dir="rtl"] .member-links .languages {
	margin-left: 0;
	margin-right: 15px;
}

html[dir="rtl"] .member-links .languages ul {
	right: auto;
	left: 0;
	text-align: right;
}

html[dir="rtl"] .member-links .languages img {
	margin-right: 0;
	margin-left: 6px;
}

html[dir="rtl"] .logo {
	margin-right: 0;
	margin-left: 20px;
}

html[dir="rtl"] .search .search-button {
	right: auto;
	left: 0;
}

html[dir="rtl"] .search .search-text input {
	padding-right: 15px;
	padding-left: 58px;
	text-align: right;
}

html[dir="rtl"] .navigation .button {
	left: auto;
	right: 0;
}

html[dir="rtl"] .navigation .primary a::before,
html[dir="rtl"] .navigation .secondary a::before {
	left: auto;
	right: 0;
}

html[dir="rtl"] .navigation .primary .drop > a {
	padding-right: 20px;
	padding-left: 42px;
}

html[dir="rtl"] .navigation .primary .drop > a::after {
	right: auto;
	left: 20px;
}

html[dir="rtl"] .navigation .primary .drop > a::before {
	left: auto;
	right: 20px;
}

html[dir="rtl"] .navigation .primary ul {
	left: auto;
	right: 0;
	text-align: right;
}

html[dir="rtl"] .navigation .secondary li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: none;
}

html[dir="rtl"] .content,
html[dir="rtl"] .main-content {
	float: center;
}

html[dir="rtl"] .sidebar {
	float: left;
}

html[dir="rtl"] .item .info,
html[dir="rtl"] .item .title,
html[dir="rtl"] .item .description,
html[dir="rtl"] .headline,
html[dir="rtl"] .block-title,
html[dir="rtl"] .sidebar h2,
html[dir="rtl"] .sidebar h3 {
	text-align: right;
}

html[dir="rtl"] .sort {
	text-align: right;
}

html[dir="rtl"] .sort .icon {
	margin-right: 0;
	margin-left: 8px;
}

html[dir="rtl"] .sort ul {
	right: 0;
	left: auto;
	text-align: right;
}

html[dir="rtl"] .pagination,
html[dir="rtl"] .load-more,
html[dir="rtl"] .footer,
html[dir="rtl"] .footer .copyright,
html[dir="rtl"] .footer .txt {
	text-align: center;
}

html[dir="rtl"] .footer .nav li {
	margin-right: 0;
	margin-left: 22px;
}

html[dir="rtl"] .footer .nav li:last-child {
	margin-left: 0;
}

html[dir="rtl"] .thumb,
html[dir="rtl"] .item {
	direction: rtl;
}

html[dir="rtl"] .kt-player,
html[dir="rtl"] video,
html[dir="rtl"] iframe {
	direction: ltr;
}

@media (max-width: 767px) {
	html[dir="rtl"] .logo {
		margin-left: 0;
	}

	html[dir="rtl"] .navigation .primary,
	html[dir="rtl"] .navigation .secondary,
	html[dir="rtl"] .navigation .primary ul {
		text-align: right;
	}

	html[dir="rtl"] .content,
	html[dir="rtl"] .main-content,
	html[dir="rtl"] .sidebar {
		float: none;
	}
}

/* RTL header order: logo right, search center, member links left */
html[dir="rtl"] .header-inner {
	direction: rtl;
}

html[dir="rtl"] .header-inner > .logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
	margin-left: 20px;
}

html[dir="rtl"] .header-inner > .search {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
}

html[dir="rtl"] .header-inner > .member-links {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: auto;
	margin-left: 0;
margin: 10px;
}

/* Mobile header: search right, logo center, menu left */
@media screen and (max-width: 640px) {
	.container {
		position: relative;
	}

	.header {
		padding: 8px 52px;
	}

	.header-inner {
		position: relative;
		min-height: 44px;
		padding: 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-inner > .member-links {
		display: none;
	}

	.header-inner > .logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0;
		z-index: 2;
	}

	.header-inner > .logo img {
		max-width: 170px;
		max-height: 36px;
		display: block;
	}

	.header-inner > .search {
		position: absolute;
		right: -42px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 42px;
		height: 42px;
		padding: 0;
		z-index: 4;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-transition: width 0.2s ease, right 0.2s ease;
		transition: width 0.2s ease, right 0.2s ease;
	}

	.header-inner > .search form {
		width: 100%;
		height: 42px;
		padding: 0;
		box-shadow: none;
	}

	.header-inner > .search .search-text input {
		height: 42px;
		padding: 10px 48px 10px 12px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}

	.header-inner > .search .search-button {
		right: 0;
		left: auto;
		width: 42px;
		height: 42px;
		border-radius: 50%;
	}

	.header-inner > .search:focus-within {
		right: -42px;
		width: calc(100vw - 20px);
	}

	.header-inner > .search:focus-within .search-text input {
		opacity: 1;
		pointer-events: auto;
	}

	.header + nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 30;
		border: 0;
		background: transparent;
		pointer-events: none;
	}

	.header + nav .navigation {
		position: static;
		max-width: none;
		width: 100%;
		padding: 0;
		margin: 0;
		pointer-events: none;
	}

	.header + nav .navigation .button {
		position: absolute;
		left: 10px;
		right: auto;
		top: 9px;
		width: 42px;
		height: 42px;
		padding: 10px 6px;
		pointer-events: auto;
		z-index: 35;
	}

	.header + nav .navigation .primary {
		top: 58px;
		left: 0;
		right: auto;
		pointer-events: auto;
		text-align: right;
	}
}


@media screen and (max-width: 640px) {
	.header-inner > .search.open {
		right: -42px;
		width: calc(100vw - 20px);
	}
	.header-inner > .search.open .search-text input {
		opacity: 1;
		pointer-events: auto;
	}
}


@media screen and (max-width: 640px) {
	.header-inner > .search .search-text input {
		pointer-events: auto;
	}
	.header-inner > .search .search-button {
		pointer-events: none;
	}
	.header-inner > .search.open .search-button,
	.header-inner > .search:focus-within .search-button {
		pointer-events: auto;
	}
}


@media screen and (max-width: 640px) {
	html[dir="rtl"] .header-inner > .logo,
	.header-inner > .logo {
		margin-left: 0px;
	}
}


@media screen and (max-width: 640px) {
	body.mobile-search-open .header + nav .navigation .button {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}


/* Video cards: one metadata row, views left and duration right */
.item .wrap.video-meta {
	direction: rtl;
}
.item .wrap.video-meta .rating,
.item .wrap.video-meta .added {
	display: none;
}


/* Video page: show separate like/dislike counts only */
.rating-container.split-votes {
	gap: 10px;
}
.rating-container.split-votes .rate-like,
.rating-container.split-votes .rate-dislike {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	width: 42px;
	height: 46px;
	overflow: visible;
	font-size: 13px;
	line-height: 1;
	text-indent: 0;
	color: #212121;
	text-decoration: none;
	padding-top: 26px;
	box-sizing: border-box;
}
.rating-container.split-votes .rate-like {
	margin: 0;
}
.rating-container.split-votes .rate-dislike {
	margin: 0;
}
.rating-container.split-votes .rate-like::before,
.rating-container.split-votes .rate-dislike::before {
	top: 10px;
}
.rating-container.split-votes .rate-count {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.rating-container.split-votes .hidden-rating-data {
	display: none;
}


/* Video page: compact details/action line under player */
.video-info .info-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	direction: rtl;
	gap: 18px;
	flex-wrap: wrap;
}
.video-info .info-buttons > .btn-favourites {
	display: none;
}
.video-action-views {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	color: #212121;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding-top: 26px;
	position: relative;
}
.video-action-views:before {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "icomoon" !important;
	content: "\e909";
	font-size: 20px;
	color: #bcbcbc;
}
.video-info .rating-container.split-votes {
	margin-right: 0;
}
.video-action-tabs {
	flex: 0 0 auto;
	padding: 0;
}
.video-action-tabs ul {
	gap: 10px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.video-action-tabs li {
	margin: 0;
	padding: 0;
}
.video-action-tabs .toggle-button {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 26px 0 0;
	background: transparent;
	color: #212121;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	overflow: visible;
	text-indent: 0;
}
.video-action-tabs .toggle-button:before {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "icomoon" !important;
	font-size: 20px;
	color: #bcbcbc;
	line-height: 1;
}
.video-action-tabs .action-comments:before {
	content: "\e904";
}
.video-action-tabs .action-share:before {
	content: "\e918";
}
.video-action-tabs .action-report:before {
	content: "\e90f";
}
.video-action-tabs .action-share span,
.video-action-tabs .action-report span {
	font-size: 0;
}
.video-action-tabs .toggle-button.active,
.no-touch .video-action-tabs .toggle-button:hover {
	background: transparent;
	color: #276fdb;
}
.video-action-tabs .toggle-button.active:before,
.no-touch .video-action-tabs .toggle-button:hover:before {
	color: #276fdb;
}


/* Video page: keep original KVS tab links functional but hidden */
.video-info .info-buttons > .tabs-menu.video-original-tabs {
	display: none;
}
.video-action-tabs-custom {
	flex: 0 0 auto;
	padding: 0;
}
.video-action-tabs-custom ul {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.video-action-tabs-custom li {
	margin: 0;
	padding: 0;
}
.video-action-tabs-custom .toggle-button {
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 26px 0 0;
	background: transparent;
	color: #212121;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	overflow: visible;
	text-indent: 0;
}
.video-action-tabs-custom .toggle-button:before {
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "icomoon" !important;
	font-size: 20px;
	color: #bcbcbc;
	line-height: 1;
}
.video-action-tabs-custom .action-comments:before { content: "\e904"; }
.video-action-tabs-custom .action-share:before { content: "\e918"; }
.video-action-tabs-custom .action-report:before { content: "\e90f"; }
.video-action-tabs-custom .action-share span,
.video-action-tabs-custom .action-report span {
	font-size: 0;
}
.video-action-tabs-custom .toggle-button.active,
.no-touch .video-action-tabs-custom .toggle-button:hover {
	background: transparent;
	color: #276fdb;
}
.video-action-tabs-custom .toggle-button.active:before,
.no-touch .video-action-tabs-custom .toggle-button:hover:before {
	color: #276fdb;
}


/* Video page: SVG share icon */
.video-action-tabs-custom .action-share:before,
.video-action-tabs .action-share:before {
	content: none;
	display: none;
}
.video-action-tabs-custom .action-share .shareIcon,
.video-action-tabs .action-share .shareIcon {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	fill: #bcbcbc;
}
.video-action-tabs-custom .action-share.active .shareIcon,
.no-touch .video-action-tabs-custom .action-share:hover .shareIcon,
.video-action-tabs .action-share.active .shareIcon,
.no-touch .video-action-tabs .action-share:hover .shareIcon {
	fill: #276fdb;
}

/* Video page: SVG report icon */
.video-action-tabs-custom .action-report:before,
.video-action-tabs .action-report:before {
	content: none;
	display: none;
}
.video-action-tabs-custom .action-report .reportIcon,
.video-action-tabs .action-report .reportIcon {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	fill: #bcbcbc;
}
.video-action-tabs-custom .action-report.active .reportIcon,
.no-touch .video-action-tabs-custom .action-report:hover .reportIcon,
.video-action-tabs .action-report.active .reportIcon,
.no-touch .video-action-tabs .action-report:hover .reportIcon {
	fill: #276fdb;
}

/* Video page: SVG comments icon */
.video-action-tabs-custom .action-comments:before,
.video-action-tabs .action-comments:before {
	content: none;
	display: none;
}
.video-action-tabs-custom .action-comments .commentIcon,
.video-action-tabs .action-comments .commentIcon {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	fill: #bcbcbc;
}
.video-action-tabs-custom .action-comments em,
.video-action-tabs .action-comments em {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.video-action-tabs-custom .action-comments.active .commentIcon,
.no-touch .video-action-tabs-custom .action-comments:hover .commentIcon,
.video-action-tabs .action-comments.active .commentIcon,
.no-touch .video-action-tabs .action-comments:hover .commentIcon {
	fill: #276fdb;
}


/* Video page: remove circles around action icons */
.video-info .video-action-tabs-custom .toggle-button,
.video-info .video-action-tabs-custom .toggle-button.active,
.no-touch .video-info .video-action-tabs-custom .toggle-button:hover,
.video-info .video-action-tabs .toggle-button,
.video-info .video-action-tabs .toggle-button.active,
.no-touch .video-info .video-action-tabs .toggle-button:hover {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}


/* Video page: align all six action icons evenly */
.video-info .info-buttons {
	align-items: flex-start !important;
	gap: 12px !important;
	flex-wrap: nowrap !important;
}
.video-info .rating-container.split-votes {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 !important;
}
.video-action-views,
.video-info .rating-container.split-votes .rate-like,
.video-info .rating-container.split-votes .rate-dislike,
.video-info .video-action-tabs-custom .toggle-button,
.video-info .video-action-tabs .toggle-button {
	width: 52px !important;
	min-width: 52px !important;
	height: 56px !important;
	padding: 34px 0 0 !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	position: relative !important;
	color: #212121 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 16px !important;
	text-align: center !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	overflow: visible !important;
}
.video-action-views .views-count,
.video-info .rating-container.split-votes .rate-count,
.video-info .video-action-tabs-custom .toggle-button em,
.video-info .video-action-tabs .toggle-button em {
	display: block !important;
	width: 100%;
	height: 16px;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 16px !important;
	text-align: center !important;
	color: #212121 !important;
font-family: 'Cairo';
}
.video-action-views:before,
.video-info .rating-container.split-votes .rate-like:before,
.video-info .rating-container.split-votes .rate-dislike:before {
	top: 7px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	font-size: 16px !important;
	line-height: 16px !important;
}
.video-info .rating-container.split-votes .rate-dislike:before {
	transform: translateX(-50%) rotate(180deg) !important;
}
.video-info .video-action-tabs-custom .action-comments .commentIcon,
.video-info .video-action-tabs .action-comments .commentIcon,
.video-info .video-action-tabs-custom .action-share .shareIcon,
.video-info .video-action-tabs .action-share .shareIcon,
.video-info .video-action-tabs-custom .action-report .reportIcon,
.video-info .video-action-tabs .action-report .reportIcon {
	top: 4px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 26px !important;
	height: 26px !important;
}
.video-info .video-action-tabs-custom .action-share span,
.video-info .video-action-tabs-custom .action-report span,
.video-info .video-action-tabs .action-share span,
.video-info .video-action-tabs .action-report span,
.video-info .video-action-tabs-custom .action-comments span,
.video-info .video-action-tabs .action-comments span {
	display: block !important;
	width: 100%;
	font-size: inherit !important;
	line-height: inherit !important;
}


/* Video page: keep like/dislike visible and close together */
.video-info .rating-container.split-votes {
	gap: 4px !important;
	margin: 0 !important;
}
.video-info .rating-container.split-votes .rate-like,
.video-info .rating-container.split-votes .rate-dislike {
	width: 34px !important;
	min-width: 34px !important;
}
.video-info .rating-container.split-votes .rate-like:before,
.video-info .rating-container.split-votes .rate-dislike:before {
	display: block !important;
	content: "\e90b" !important;
	font-family: "icomoon" !important;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #bcbcbc;
}
.video-info .rating-container.split-votes .rate-like.voted:before,
.no-touch .video-info .rating-container.split-votes .rate-like:hover:before {
	color: #276fdb !important;
}
.video-info .rating-container.split-votes .rate-dislike.voted:before,
.no-touch .video-info .rating-container.split-votes .rate-dislike:hover:before {
	color: #f30702 !important;
}


/* Video report form: radio button on the right, text beside it */
.block-flagging .button-group .row {
	direction: rtl;
	text-align: right;
}
.block-flagging .button-group .row .radio + label {
	display: inline-block;
	padding-right: 28px !important;
	padding-left: 0 !important;
	margin: 0 0 5px !important;
	text-align: right;
	line-height: 20px;
}
.block-flagging .button-group .row .radio + label:before {
	right: 0;
	left: auto;
	top: 0;
}


/* Video page: full-width RTL info action row */
.video-info .info-buttons {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	display: flex !important;
	flex-direction: row !important;
	direction: rtl !important;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}
.video-info .info-buttons .video-action-views {
	order: 1;
}
.video-info .info-buttons .rating-container.split-votes {
	order: 2;
}
.video-info .info-buttons .video-action-tabs-custom,
.video-info .info-buttons .video-action-tabs {
	order: 3;
}


/* Video page: spread info buttons across the full row */
.video-info .info-holder {
	width: 100% !important;
}
.video-info .info-buttons {
	width: 100% !important;
	justify-content: space-between !important;
	column-gap: 0 !important;
}
.video-info .info-buttons .video-action-views {
	flex: 0 0 52px;
}
.video-info .info-buttons .rating-container.split-votes {
	flex: 0 0 auto;
}
.video-info .info-buttons .video-action-tabs-custom,
.video-info .info-buttons .video-action-tabs {
	flex: 0 0 auto;
}
.video-info .video-action-tabs-custom ul,
.video-info .video-action-tabs ul {
	gap: 18px !important;
}

/* Desktop video page: keep views and rating close on the right */
@media (min-width: 768px) {
	.video-info .info-buttons {
		justify-content: flex-start !important;
		gap: 14px !important;
	}
	.video-info .info-buttons .video-action-views {
		margin-left: 0 !important;
	}
	.video-info .info-buttons .rating-container.split-votes {
		margin-right: 0 !important;
		margin-left: 38px !important;
	}
}


/* Desktop video page: views/rating right, action tabs left */
@media (min-width: 768px) {
	.video-info .info-buttons {
		justify-content: flex-start !important;
		gap: 14px !important;
	}
	.video-info .info-buttons .video-action-views {
		order: 1;
	}
	.video-info .info-buttons .rating-container.split-votes {
		order: 2;
		margin-left: auto !important;
	}
	.video-info .info-buttons .video-action-tabs-custom,
	.video-info .info-buttons .video-action-tabs {
		order: 3;
		margin-right: 0 !important;
	}
}


/* Video page: screenshots reveal button */
.video-screenshots-toggle {
	clear: both;
	width: 100%;
	margin: 12px 0 16px;
	text-align: right;
    padding: 0 1rem 1rem;
}
.video-screenshots-toggle button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border: 0;
	border-radius: 4px;
	background: #276fdb;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
    min-width: 20rem;
}
.no-touch .video-screenshots-toggle button:hover {
	background: #1f5db9;
}


/* Video page: screenshots reveal button matches toggle-button */
.video-screenshots-toggle button {
	color: #212121 !important;
	border: 0px solid #e0dfdf !important;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 11px 18px !important;
	cursor: pointer;
	background-color: #e0dfdf !important;
	border-radius: 20px !important;
	min-height: 0 !important;
	line-height: 1.2;
	transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.no-touch .video-screenshots-toggle button:hover {
	color: #ffffff !important;
	border-color: #276fdb !important;
	background-color: #276fdb !important;
}


.video-screenshots-toggle button.active { background: transparent; color: #276fdb; }