/*
Theme Name: Apkcombo
Theme URI: https://exthem.es/item/apkcombo
Author: exthemes dev
Description: The Best Premium Themes for Site Modded Games & Apps for Android include with Google Play Store Extractor Apk. <br>don't waste your time, money and energy. <br>Increase your Google Adsense earnings with Premiums Themes <br>Buy now 5Play Premium Wordpress Themes developer by <a href="https:/exthem.es/" target="_blank">exthem.es</a> - <a href="https://demos.web.id/" target="_blank">demos.web.id</a>.
Author URI: https://exthem.es/
Version: 1.1
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apkcombo
Tags: apkcombo, exthemes, exthemes-dev, apk-themes, apk-template, custom-colors, fixed-width, rtl-mode, rtl
*/
@charset "UTF-8";


i.icon,i.icon+span {
	display: table-cell;
}

.navbar,html {
	background-color: #fff;
}

.navbar,.navbar-burger,.navbar-item {
	position: relative;
}

.tags.nowrap,.widget .content {
	scrollbar-width: none;
	scroll-direction: horizontal;
}

.upper,.widget .more a,section .title {
	text-transform: uppercase;
}

a,article,aside,b,body,code,div,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,html,i,img,ins,label,li,p,ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*,::after,::before {
	box-sizing: inherit;
}

.widget .content,html {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

html * {
	max-height: 100000px;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	overflow-x: hidden;
}

html {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-height: 101vh;
}

i.icon {
	height: 1em;
	width: 1em;
}

i.search,i.searchb {
	height: 16px;
	width: 16px;
}

.navbar-item i+span {
	padding-left: 6px;
}

i.download {
	background: url(./assets/img/arrow-down-white.svg) center no-repeat;
	width: 15px;
}

i.bcat {
	background: url(./assets/img/fas-fa-th.svg) center no-repeat;
}

i.downloader {
	background: url(./assets/img/fa-fa-download.svg) center no-repeat;
}

i.location {
	background: url(./assets/img/fas-fa-globe-americas.svg) center no-repeat;
}

i.search {
	background: url(./assets/img/fa-fa-searchw.svg) center no-repeat;
}

i.searchb {
	background: url(./assets/img/fa-fa-search.svg) center no-repeat;
}

hr {
	height: 0!important;
	border: 0!important;
	margin: 15px 0;
}

.breadcrumb p:not(:last-child) a,a.is-link,p.is-link {
	color: #1a73d6;
}

.breadcrumb p a:hover,.hover-underline:hover,a.is-link:hover {
	text-decoration: underline;
}

@media (hover:hover) and (pointer:fine) {
	.beauty-scroll::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-track {
		box-shadow: 1px 1px 5px rgba(0,0,0,.3) inset;
		border-radius: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-thumb {
		background-color: #6f6f6f;
		border-radius: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-thumb:hover {
		background-color: #50555a;
	}
}

.fs20 {
	font-size: 20px;
}

.fw600 {
	font-weight: 600;
}

.fw400,.widget .more a {
	font-weight: 400;
}

.section {
	padding: 1rem;
}

.columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
	flex-wrap: wrap;
}

.columns:not(:last-child) {
	margin-bottom: .75rem;
}

.columns:last-child {
	margin-bottom: -.75rem;
}

.column {
	display: block;
	flex-basis: 0%;
	flex-grow: 1;
	flex-shrink: 1;
	padding: .75rem;
}

.navbar {
	min-height: 3.25rem;
	z-index: 30;
	box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar>.container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%;
}

.navbar-brand {
	align-items: stretch;
	display: -webkit-box;
	display: flex;
	flex-shrink: 0;
	min-height: 3.25rem;
}

.navbar-brand a.navbar-item:hover {
	background-color: transparent;
}

.navbar-burger {
	cursor: pointer;
	display: block;
	height: 3.25rem;
	width: 3.25rem;
	margin-left: auto;
}

.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: 14.75px;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color,opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	width: 16px;
}

.navbar-burger span:first-child {
	top: 16.75px;
}

.navbar-burger span:nth-child(2) {
	top: 21.75px;
}

.navbar-burger span:nth-child(3) {
	top: 26.75px;
}

.navbar-burger:hover {
	background-color: rgba(0,0,0,.05);
}

.navbar-burger.is-active span:first-child {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
	display: none;
}

.navbar-item {
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	flex-grow: 0;
	flex-shrink: 0;
}

.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}

.navbar-link,a.navbar-item {
	cursor: pointer;
	font-weight: 600;
}

@media screen and (min-width:1025px),print {
	.navbar-item,.navbar-link {
		align-items: center;
		display: flex;
	}

	.navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}

	.navbar-dropdown {
		background-color: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		box-shadow: 0 8px 8px rgba(10,10,10,.1);
		display: none;
		font-size: .875rem;
		right: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20;
		margin-top: 1px;
		width: 320px;
		padding: 1rem;
	}

	.navbar-link:not(.is-arrowless)::after {
		border: 3px solid transparent;
		border-radius: 2px;
		border-right: 0;
		border-top: 0;
		content: " ";
		display: block;
		height: .625em;
		margin-top: -.4375em;
		pointer-events: none;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: center;
		transform-origin: center;
		width: .625em;
	}

	.navbar-link.is-active:not(:hover),a.navbar-item.is-active:not(:hover) {
		background-color: transparent;
	}

	.columns:not(.is-desktop) {
		display: flex;
	}

	.column.is-main {
		flex: none;
		width: calc(100% - 320px);
	}

	.column.is-nav {
		width: 320px;
		min-width: 320px;
		max-width: 320px;
	}
}

.ainput,.button {
	background-color: #fff;
	font-size: 1em;
	-webkit-appearance: none;
}

@media screen and (min-width:1025px) {
	.navbar,.navbar-end,.navbar-menu,.navbar-start {
		align-items: stretch;
		display: flex;
	}

	.navbar {
		min-height: 3.25rem;
	}

	.navbar-burger {
		display: none;
	}

	.navbar-item {
		align-items: center;
		display: flex;
	}

	.navbar-menu {
		flex-grow: 1;
		flex-shrink: 0;
	}

	.navbar-start {
		justify-content: flex-start;
		margin-right: auto;
	}

	.navbar-end {
		justify-content: flex-end;
		margin-left: auto;
		padding-left: 3px;
	}

	.navbar-item.has-dropdown:hover,.navbar-link:hover,a.navbar-item:hover {
		background-color: #f5f5f5!important;
		color: #333;
	}

	.navbar>.container .navbar-brand {
		margin-left: -.75rem;
	}

	.navbar>.container .navbar-menu {
		margin-right: -.75rem;
	}

	.column.is-6 {
		flex: none;
		width: 50%;
	}

	.column.is-12 {
		flex: none;
		width: 100%;
	}

	.widget .content-apps {
		max-width: 696px;
	}

	.is-mobile-only {
		display: none!important;
	}

	#nav-search {
		width: 375px;
	}

	.content.apps-side-bar {
		white-space: nowrap;
		max-height: 315px;
		max-width: 265px;
		overflow: hidden;
	}

	ul.versions li {
		width: 33%;
	}

	ul.versions {
		max-height: unset;
	}
}

@media screen and (min-width:1089px) {
	.container {
		max-width: 1048px;
		width: 1048px;
	}
}

@media screen and (min-width:1301px) {
	.container {
		max-width: 1200px;
		width: 1200px;
	}

	.widget .content-apps {
		max-width: 870px;
	}
}

.ainput,.button.is-fullwidth {
	width: 100%;
}

.breadcrumb {
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
	display: none;
}

.breadcrumb>div {
	margin: 0;
	padding: 0;
}

.breadcrumb p {
	display: inline-block;
	position: relative;
}

.button,.tags a,.tags span {
	display: inline-flex;
	white-space: nowrap;
}

.breadcrumb p:not(:first-child):before {
	content: "";
	border: solid #6f6f6f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0 8px 0 2px;
}

.button .icon,.tags a .icon {
	margin-left: 4px;
}

.button {
	padding: 5px .75em;
	cursor: pointer;
	justify-content: center;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	line-height: 1.5rem;
	border: 1px solid #ddd;
	transition: box-shadow .15s,background-color .15s,transform .1s,opacity .1s;
	align-items: baseline;
}

.button .icon {
	top: 1px;
}

.button:focus,.button:hover {
	border-color: #b5b5b5;
}

.button.is-large {
	padding: 7px;
}

.button.is-success {
	background-color: #198754;
	border-color: #198754;
	color: #fff;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.button.is-link,.tags a.is-link {
	background-color: #1a73d6;
	color: #fff;
}

.button.is-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.button.is-link {
	border-color: transparent;
	box-shadow: none;
}

.button.is-link:hover,.tags a.is-link:hover {
	background-color: #276cda;
	color: #fff;
	text-decoration: none;
}

.button.button-search {
	margin: 0 -1px;
	height: 2.25em;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	box-shadow: none;
	float: right;
}

.buttons .button {
	margin-bottom: .5rem;
	display: inline-block;
}

.button[disabled] {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	box-shadow: none;
	color: #7a7a7a;
	cursor: not-allowed;
}

.ainput {
	-moz-appearance: none;
	height: 2.25em;
	padding: 5px 8px;
	border: 1px solid #a9a9a9;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	margin: 0;
	border-radius: 4px 0 0 4px;
	outline: 0;
}

.ainput:-moz-placeholder,.ainput:-ms-input-placeholder,.ainput::-moz-placeholder,.ainput::-webkit-input-placeholder {
	color: #4a4a4a;
}

.ainput[name=q] {
	border-right: 0;
}

.ainput:active,.ainput:focus {
	border-color: #1a73d6;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.tags {
	display: block;
	margin-top: 0;
}

.tags.nowrap {
	white-space: nowrap;
	overflow: auto;
	-ms-overflow-style: none;
}

.tags.nowrap::-webkit-scrollbar {
	display: none;
}

.tags a,.tags span {
	background-color: #f8f9fa;
	border: 1px solid #a6b0b3;
	padding: 4px 10px;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	align-items: center;
	margin-bottom: 7px;
}

.tags a.is-link {
	border-color: transparent;
}

.tags .more_tags:hover,.tags a:hover {
	background: rgba(166,176,179,.2);
}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.autocomplete-suggestion {
	position: relative;
	padding: .75rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.content-gapps a,.ver-item {
	white-space: normal;
	vertical-align: top;
	position: relative;
}

.autocomplete-suggestion b {
	font-weight: 600;
	color: #1a73d6;
}

.autocomplete-suggestion.selected {
	background: #f0f0f0;
}

ul.list-versions li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.ver-item {
	display: flex;
	padding: 10px;
}

.ver-item figure {
	width: 48px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ver-item figure img {
	width: 48px;
	height: 48px;
	border-radius: 20%;
	transition: .25s;
	-webkit-transition: .25s;
}

.ver-item .info {
	overflow: hidden;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.ver-item .description {
	color: #6f6f6f;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.ver-item .name {
	margin-bottom: 4px;
}

.ver-item .description .spec {
	display: inline-flex;
	align-items: center;
	margin-right: 7px;
}

.content-gapps a,.vtype span,.widget .more a,.widget .more:after,section .title {
	display: inline-block;
}

.ver-item .description .icon {
	margin-left: .5em;
	margin-right: 2px;
}

.ver-item .info .vername {
	color: #333;
	word-break: break-word;
}

.ver-item:hover {
	background-color: #f5f7fa;
}

.share-button:hover,.ver-item:hover img {
	transform: scale(1.1);
}

.vtype {
	vertical-align: text-bottom;
}

.vtype span {
	background: #00875f;
	text-align: center;
	font-size: 10px!important;
	color: #fff;
	border-radius: 4px;
	min-width: 28px;
	padding: 0 5px;
}

.vtype span+span {
	margin-left: 4px;
}

.vtype .type-apkobb,.vtype .type-apks,.vtype .type-xapk {
	background-color: #1a73d6;
}

.vtype .type-zip {
	background-color: #a76906;
}

.vtype .type-obb {
	background-color: #8e44ad;
}

.container {
	margin: 0 auto;
	position: relative;
}

section .content {
	padding: 10px 0 5px;
}

section .title {
	color: #212121;
	font-size: 18px;
	padding: 20px 0 0;
}

section h2.title {
	font-weight: 500;
	word-break: break-word;
}

.content-apps {
	font-size: 0;
	overflow: hidden;
}

.widget {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.widget .content {
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0;
	white-space: nowrap;
	position: relative;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.widget .more {
	text-align: right;
}

.widget .more a {
	color: #00875f;
	font-size: 14px;
	-webkit-appearance: none;
	border: 0;
	z-index: 1;
	position: relative;
	background: 0 0;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 5px;
}

.widget .more:after {
	content: "";
	border: solid var(--button_c); 
	border-width: 0 1px 1px 0;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -1px;
	margin-right: 3px;
	position: relative;
}

.widget .content::-webkit-scrollbar {
	display: none;
}

.content-gapps a {
	width: 87px;
	padding: 5px 5px 8px;
	line-height: 1.2;
}

.content-gapps a>figure {
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.content-gapps a>figure img {
	width: 75px;
	height: 75px;
	border-radius: 20%;
}

.content-gapps>a>p:nth-child(2) {
	color: #212121;
	font-size: 13px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	min-height: 32px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-gapps>a>p:nth-child(3) {
	color: #737373;
	font-size: 12px;
	margin-top: 5px;
	display: -webkit-box;
	overflow: visible;
	line-height: 1.5;
	white-space: nowrap;
}


.content-gapps>a>p:nth-child(3):before {
	font-family: FontAwesome;
    content: "\f0e7"; 
	/* 
	background: url(./assets/img/ic_download_count.svg) center/cover no-repeat;
	width: 11px;
	height: 11px;
	*/
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 2px;
	vertical-align: baseline;
}

.app_header {
	color: #333;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}

.footer-menu,.installer {
	margin-bottom: 5px;
}

.app_header>div {
	vertical-align: top;
}

.app_header .avatar {
	height: auto;
	position: absolute;
}

.app_header .avatar img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 20%;
}

.app_header .info {
	margin-left: 85px;
	height: 75px;
	color: #333;
}

.app_header .info h1 {
	font-size: 17px;
	line-height: 1.2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 21px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: 600;
}

.app_header .info .version {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #348402;
}

.app_header .info>div {
	margin-top: 3px;
}

.app_header .info .author,.app_header .info .author a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.app_header .download {
	float: right;
	width: 230px;
}

.installer {
	width: auto;
	overflow: hidden;
	display: block;
	padding-bottom: 0!important;
	margin-top: 23px;
}

.installer figure {
	padding: 5px;
	position: absolute;
}

.installer figure img {
	width: 48px;
	height: 48px;
}

.installer .installer-info {
	margin-left: 60px;
}

.installer .installer-info>p {
	font-size: 13px;
	color: #6f6f6f;
	margin-top: 3px;
}

.footer {
	background-color: #fafafa;
	padding: 1.25rem;
}

.footer-menu a {
	display: inline-block;
	margin: 5px 0;
	color: #1a73d6;
}

.footer .tags a {
	background-color: #fff!important;
}

.a2a_kit .a2a_dd,.a2a_kit a {
	display: inline-block;
	float: none!important;
}

.a2a_default_style {
	text-align: center;
	height: 32px!important;
}

.has-text-centered {
	text-align: center!important;
}

.apk-badge {
	display: none!important;
	position: relative;
	top: -1px;
	font-size: 9px;
	letter-spacing: .7px;
	border-radius: 3px;
	padding: 3px 4px;
	min-width: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	cursor: default;
}

.apk-badge.apks {
	background-color: #00875f;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	position: relative;
}

.ltr {
	direction: ltr;
	display: inline-block;
}

.st-btn>svg {
	height: 32px!important;
	width: 32px!important;
}

.blur {
	color: #6f6f6f;
}

.is-hidden {
	display: none!important;
}

.inline-block,b {
	display: inline-block;
}

.mb-17 {
	margin-bottom: 17px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mb-14 {
	margin-bottom: 14px!important;
}

.mt-14 {
	margin-top: 14px!important;
}

.mb-0 {
	margin-bottom: 0!important;
}

.mt-0 {
	margin-top: 0!important;
}

.mt-10 {
	margin-top: 10px!important;
}

.mb-10 {
	margin-bottom: 10px!important;
}

.divider {
	display: block;
	border-top: 1px solid #e5e5e5;
}

b {
	font-weight: 600;
}

.inline-flex-center {
	display: inline-flex;
	align-items: center;
}

.inline-flex-center .icon {
	margin-right: 5px;
}

.share-button {
	z-index: 1000;
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 110px;
	right: 16px;
	border: none;
	background: url(./assets/img/share.svg) center/30px no-repeat #198754;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 15%);
}

.fflg,.position-relative {
	position: relative;
}

.navbar-dropdown ul {
	list-style: none;
}

.navbar-dropdown ul li {
	width: 50%;
	display: inline-block;
	padding-left: 6px;
}

.navbar-dropdown ul li a {
	line-height: 28px;
	font-size: 14px;
	padding: 5px;
	display: block;
	-webkit-tap-highlight-color: transparent;
}

.navbar-dropdown ul li:hover {
	background: #f5f5f5;
}

.fflg {
	background: url(./assets/img/css-flags-langs-sprite.png) 0 0/100% 2080.5% no-repeat;
	width: 27px;
	height: 17px;
	display: inline-block;
	overflow: hidden;
	box-sizing: content-box;
	vertical-align: sub;
}

.fflg-ar {
	background-position: center 0;
}

.fflg-br {
	background-position: center 5.558%;
}

.fflg-cn {
	background-position: center 11.116%;
}

.fflg-de {
	background-position: center 16.674%;
}

.fflg-es {
	background-position: center 22.232%;
}

.fflg-fr {
	background-position: center 27.79%;
}

.fflg-id {
	background-position: center 33.348%;
}

.fflg-in {
	background-position: center 38.906%;
}

.fflg-it {
	background-position: center 44.464%;
}

.fflg-jp {
	background-position: center 50.022%;
}

.fflg-kr {
	background-position: center 55.58%;
}

.fflg-nl {
	background-position: center 61.138%;
}

.fflg-pl {
	background-position: center 66.696%;
}

.fflg-ru {
	background-position: center 72.254%;
}

.fflg-th {
	background-position: center 77.812%;
}

.fflg-tr {
	background-position: center 83.37%;
}

.fflg-tw {
	background-position: center 88.928%;
}

.fflg-us {
	background-position: center 94.486%;
}

.fflg-vn {
	background-position: center 100.044%;
}

@media screen and (max-width:480px) {
	.widget .more {
		text-align: center!important;
	}
}

@media screen and (max-width:1024px) {
	.navbar-menu.is-active,.navbar>.container {
		display: block;
	}

	.navbar-brand .navbar-item {
		align-items: center;
		display: flex;
	}

	.navbar-menu {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(10,10,10,.1);
		padding: .5rem 0;
	}

	.navbar-dropdown.section {
		margin-top: 5px;
		padding-left: 20px;
	}

	#gallery-screenshots img.lzl {
		min-width: 200px;
	}

	.column+.column.is-nav {
		margin-top: 20px;
	}

	.is-desktop-only {
		display: none!important;
	}
}

.share-wrap {
	height: 37px;
	text-align: center;
}

.share-reaction {
	height: 80px;
}

.widget.seo-widget>div {
	padding: 5px 0 10px;
}

.widget.seo-widget>div a {
	padding: 6px 3px;
	display: inline-block;
}

.trending-widget .content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}

.trending-widget .content a {
	display: flex;
	align-items: center;
	margin: 6px;
	transition: .25s;
	color: #000;
	font-size: 13px;
	box-shadow: rgb(0 0 0 / 8%) 0 0 0 1px;
	border: none;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trending-widget .content img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 20%;
}

.trending-widget .content a:hover {
	transform: translateY(-2px);
	background: #f8f9fa;
}

.power_stickybanner__wrapper:has(.adsbygoogle[data-ad-status=unfilled]) {
	display: none!important;
}

.ad-holder2,.ad-pss {
	overflow: hidden;
}

.adsbypubpower,.diseanmevrtt {
	text-align: center;
	position: relative;
}

.ad-holder2,.ad-pss {
	margin: 0 auto;
}

.diseanmevrtt {
	color: #6f6f6f;
	font-size: 10px;
	top: 0;
	right: 0;
	z-index: 1;
}

.adsbypubpower {
	display: block;
}

.ad-holder2 {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e6e7e8;
	width: 320px;
	height: 250px;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.ad-holder2::after {
	content: "SPONSORED AD";
	background-color: transparent;
	border-radius: 2px;
	color: #dadae0;
	font-size: 16px;
	line-height: 1;
	padding: 3px 4px 1px;
	position: absolute;
}

.ad-pss .ad-pss-bottom-right,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
	width: 100%!important;
}

.ad-pss-header .ad-holder2,.ad-pss.ad-pss-header {
	width: 320px;
	height: 100px;
}

.ad-pss .ad-pss-bottom-right,.ad-pss-bottom-right .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-middle {
	width: 320px;
	height: 250px;
}

.ad-pss-header .da2s {
	width: 320px;
	height: 100px;
	flex-direction: column;
}

.ad-pss-header .da2s .btn {
	display: none;
}

@media screen and (min-width:770px) {
	.ad-pss-header .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
		text-align: left;
		width: 100%;
		height: 90px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s .btn {
		display: block;
	}

	.ad-pss-header .da2s,.ad-pss-middle .da2s {
		text-align: left;
		width: 100%;
		height: 90px;
		flex-direction: row;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: unset;
		margin-bottom: unset;
		width: unset;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 2px;
	}
}

@media screen and (min-width:1025px) {
	.ad-pss-header .ad-holder2,.ad-pss.ad-pss-header {
		width: 320px;
		height: 100px;
	}

	.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-middle {
		width: 100%;
		height: 250px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s {
		width: 320px;
		height: 100px;
		flex-direction: column;
	}

	.ad-pss-header .da2s .btn {
		display: none;
	}

	.ad-pss-middle .da2s {
		width: 320px;
		height: 250px;
		flex-direction: column;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: 20px;
		margin-bottom: 35px;
		width: 100%;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 10px;
	}
}

@media screen and (min-width:1095px) {
	.ad-pss-header .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
		text-align: left;
		width: 100%;
		height: 90px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s .btn {
		display: block;
	}

	.ad-pss-header .da2s,.ad-pss-middle .da2s {
		text-align: left;
		width: 100%;
		height: 90px;
		flex-direction: row;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: unset;
		margin-bottom: unset;
		width: unset;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 2px;
	}
}

.da2s,.da2s .btn {
	background-color: #fff;
}

.da2s,.da2s .btn,.da2s .text,.da2s .text .des,.da2s .text .tit {
	line-height: 1.3;
	box-sizing: border-box;
}

.da2s {
	padding: 20px;
	border: 1px solid #e6e7e8;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	top: 0;
	left: 0;
	width: 320px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 728px;
	cursor: pointer;
	align-items: center;
	flex-grow: 1;
}

.da2s .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

.da2s .text .tit {
	font-size: 20px;
	padding: 0;
	color: rgba(0,0,0,.79);
	font-weight: 500;
	letter-spacing: .02em;
	display: flex;
	align-items: center;
}

.da2s .text .tit svg {
	width: 1.75rem;
	margin-right: 5px;
}

.da2s .text .des {
	font-size: 15px;
	padding: 2.4px 0 0;
	color: rgba(0,0,0,.6);
	font-weight: 400;
	letter-spacing: .02em;
	margin-top: 5px;
}

.da2s .btn {
	color: #fff;
	padding: 10px 25px 0;
	margin-bottom: 25px;
	width: 100%;
}

.da2s .btn a,.da2s .btn span {
	font-size: 14px;
	padding: 0 6.8px;
	height: 35px;
	line-height: 35px;
	max-height: 35px;
	margin: 0;
	min-width: 165.87px;
	text-decoration: none;
	background-color: #08f;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	display: block;
}

#sticky-ads {
	bottom: -1000px;
}

.sticky-ads2 {
	position: fixed;
	z-index: 10000;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #fafafa;
	font-size: 12px;
	left: 0;
	transition: bottom 1.5s cubic-bezier(.55, 0, .1, 1);
	width: 100%;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1);
}

.sticky-ads2 .ads2_wrapper {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 360px;
	text-align: left;
	padding: 10px;
}

.ads2_wrapper .ads2_content {
	width: 100%;
	padding-right: 10px;
}

.ads2_wrapper .ads2_title {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0,0,0,.79);
}

.ads2_wrapper .ads2_description {
	font-size: 13px;
	color: rgba(0,0,0,.6);
}

.ads2_wrapper .ads2_action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ads2_wrapper .ads2_action .ads2_open {
	color: #fff;
	padding: 12px 5px;
	font-size: 12px;
	white-space: nowrap;
	margin: 0;
	text-decoration: none;
	background-color: #08f;
	border-radius: 4px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	min-width: 96px;
}

.sticky-ads-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 0 0;
	position: absolute;
	right: 0;
	top: -25px;
	background-color: #fefefe;
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08);
	cursor: pointer;
}

.sticky-ads-close svg {
	width: 22px;
	height: 22px;
	fill: #000;
}

@media screen and (min-width:728px) {
	.sticky-ads2 .ads2_wrapper {
		max-width: 728px;
		border: 1px solid #e6e7e8;
		padding: 10px 35px;
		width: 100%;
	}

	.ads2_wrapper .ads2_title {
		font-size: 20px;
	}

	.ads2_wrapper .ads2_description {
		font-size: 15px;
		margin-top: 10px;
	}

	.ads2_wrapper .ads2_action .ads2_open {
		font-size: 13px;
		padding: 8px 40px;
		min-width: 165px;
	}
}

.app_header {
	color: #333;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}

.app_header>div {
	vertical-align: top;
}

.app_header .avatar {
	height: auto;
	position: absolute;
}

.app_header .avatar img {
	width: 75px;
	height: 75px;
	display: block;
}

.app_header .info {
	margin-left: 85px;
	height: 75px;
	color: #333;
}

.app_header .info .app_name {
	font-size: 16px;
	line-height: 1.2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 21px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	color: #737373;
}

.app_header .info .app_name h1 {
	color: #333;
	font-size: 17px;
	font-weight: 600;
	display: inline;
}

.app_header .info .version {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #348402;
}

.app_header .info>div {
	margin-top: 3px;
}

.app_header .info .author,.app_header .info .author a,.app_header .info .author p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.app_header .download {
	float: right;
	width: 230px;
}

.qr img {
	top: 20px;
}

.button.is-success.is-fullwidth {
	padding: 8px 0;
}

article .text-description {
	line-height: 1.75;
	margin-bottom: 5px;
	word-break: break-word;
}

article .text-description h2 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

article .text-description h3,h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

article .text-description ol,article .text-description ul {
	padding-left: 15px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.text-description p {
	margin-bottom: 10px;
}

.btn-show-more,.show-more {
	display: none;
}

.ton .btn-show-more,.ton .show-more {
	display: block;
	text-align: center;
}

.ton>div {
	overflow: hidden;
	max-height: 154px;
	position: relative;
}

.btn-show-more {
	cursor: pointer;
	font-size: 14px;
	color: var(--button_c); 
	margin-bottom: 10px;
}

.btn-show-more:after {
	content: "";
	border: solid var(--button_c);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 6px;
	top: -3px;
	position: relative;
}

.show-more {
	background-image: -webkit-linear-gradient(top,#fff0,#fff);
	background: linear-gradient(to bottom,#fff0,#fff);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
}

.btn-show-more,.show-more {
	display: none;
}

article .text-description .btn-show-more,article .text-description .show-more {
	display: block;
	text-align: center;
}

.show-more {
	background-image: -webkit-linear-gradient(top,#fff0,#fff);
	background: linear-gradient(to bottom,#fff0,#fff);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.gallery img.lzl {
	min-width: 200px;
}

.gallery {
	overflow: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	margin-bottom: 25px;
	margin-top: 17px;
	overflow-x: scroll;
	position: relative;
	width: 100%;
}

.gallery a,.gallery img {
	display: inline-block;
	max-width: none;
	min-height: 150px;
	max-height: 150px;
}

strong {
	font-weight: 600;
}

.fsize {
	display: inline-block; 
	margin-left: 5px;
	font-size: x-small;
}

.whatnew {
	padding: 10px 15px;
	color: #017148;
	line-height: 22px;
	background-color: #eefaf8;
}

.ic-arrow-download {
	margin-right: 7px!important;
	font-size: 16px!important;
}

.tags {
	white-space: nowrap;
	overflow-x: auto;
}

.tags::-webkit-scrollbar {
	display: none;
}

.related-search {
	white-space: pre-wrap;
	padding: 0 0 10px 0;
}

.related-search span {
	display: inline-block;
	color: #6f6f6f;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 4px 10px;
	background: #f8f9fa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.short-description {
	color: #6f6f6f;
	word-break: break-word;
	text-align: left;
}

.information-table {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.information-table .item {
	flex-basis: 50%;
	margin-top: 16px;
	word-break: break-word;
}

.information-table .item .name {
	font-size: 14px;
	font-weight: 600;
	color: #4a4a4a;
}

.information-table .item .value {
	font-size: 14px;
	margin-top: 3px;
	padding-right: 10px;
	color: #6f6f6f;
}

@media (min-width:960px) {
	.information-table .item {
		flex-basis: 33%;
	}
}

.lapps-nav {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width:601px) {
	.lapps-nav {
		display: flex;
		flex-wrap: wrap;
	}

	.lapps-nav a {
		width: 50%;
	}
}

@media only screen and (min-width:960px) {
	.lapps-nav a {
		width: 100%;
	}
}

.lapp {
	width: 100%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	line-height: 1.2;
	transition: all .25s ease;
}

.lapp:hover {
	background: #f5f7fa;
}

.lapp figure {
	width: 56px;
	height: 56px;
	position: absolute;
}

.lapp figure img {
	width: 56px;
	height: 56px;
	border-radius: 20%;
	transition: transform .2s ease;
}

@media (hover:hover) {
	.lapp:hover figure img {
		transform: scale(1.1);
	}
}

.lapp .info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 65px;
	height: 56px;
}

.lapp .info>span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	margin-bottom: 3px;
}

.lapp .info .name {
	font-size: 1rem;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #333;
}

.lapp .info .author {
	color: #6f6f6f;
	font-size: 12px;
	line-height: 18px;
}

ul.index-category {
	margin-top: 7px;
	index-category-style: none;
	overflow: hidden;
	font-size: 14px;
}

ul.index-category>li {
	word-break: break-all;
	width: 50%;
	display: inline-block;
}

ul.index-category li a {
	display: block;
	padding: 0 6px;
	overflow: hidden;
	width: 100%;
	height: 43px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.index-category li a:hover {
	background: #f5f7fa;
}

.index-category a i {
	background: url(./assets/img/css-category-sprites.png?2) no-repeat;
	width: 32px;
	height: 32px;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.c .art-and-design,.c .art-design {
	background-position: -8px -8px;
}

.c .auto-and-vehicles,.c .auto-vehicles {
	background-position: -56px -8px;
}

.c .beauty {
	background-position: -8px -56px;
}

.c .books-and-reference,.c .books-reference {
	background-position: -56px -56px;
}

.c .business {
	background-position: -104px -8px;
}

.c .comics {
	background-position: -104px -56px;
}

.c .communication {
	background-position: -8px -104px;
}

.c .dating {
	background-position: -56px -104px;
}

.c .education {
	background-position: -104px -104px;
}

.c .entertainment {
	background-position: -152px -8px;
}

.c .events {
	background-position: -152px -56px;
}

.c .family {
	background-position: -152px -104px;
}

.c .finance {
	background-position: -8px -152px;
}

.c .food-and-drink,.c .food-drink {
	background-position: -56px -152px;
}

.c .game-action,.c .action {
	background-position: -104px -152px;
}

.c .game-adventure,.c .adventure {
	background-position: -152px -152px;
}

.c .game-arcade,.c .arcade {
	background-position: -200px -8px;
}

.c .game-board,.c .board {
	background-position: -200px -56px;
}

.c .game-card,.c .card {
	background-position: -200px -104px;
}

.c .game-casino,.c .casino {
	background-position: -200px -152px;
}

.c .game-casual,.c .casual {
	background-position: -8px -200px;
}

.c .game-educational,.c .educational {
	background-position: -56px -200px;
}

.c .game-music,.c .music {
	background-position: -104px -200px;
}

.c .game-puzzle,.c .puzzle {
	background-position: -152px -200px;
}

.c .game-racing,.c .racing {
	background-position: -200px -200px;
}

.c .game-role-playing,.c .role-playing {
	background-position: -248px -8px;
}

.c .game-simulation, .c .simulation {
	background-position: -248px -56px;
}

.c .game-sports,.c .sports {
	background-position: -248px -104px;
}

.c .game-strategy,.c .strategy {
	background-position: -248px -152px;
}

.c .game-trivia,.c .trivia {
	background-position: -248px -200px;
}

.c .game-word,.c .word {
	background-position: -8px -248px;
}

.c .health-and-fitness,.c .health-fitness {
	background-position: -56px -248px;
}

.c .house-and-home,.c .house-home {
	background-position: -104px -248px;
}

.c .libraries-and-demo,.c .libraries-demo {
	background-position: -152px -248px;
}

.c .lifestyle {
	background-position: -200px -248px;
}

.c .maps-and-navigation,.c .maps-navigation {
	background-position: -248px -248px;
}

.c .medical {
	background-position: -296px -8px;
}

.c .music-and-audio,.c .music-audio {
	background-position: -296px -56px;
}

.c .news-and-magazines,.c .news-magazines {
	background-position: -296px -104px;
}

.c .parenting {
	background-position: -296px -152px;
}

.c .personalization {
	background-position: -296px -200px;
}

.c .photography {
	background-position: -296px -248px;
}

.c .productivity {
	background-position: -8px -296px;
}

.c .shopping {
	background-position: -56px -296px;
}

.c .social {
	background-position: -104px -296px;
}

.c .sports {
	background-position: -152px -296px;
}

.c .tools,.c .uncategorized {
	background-position: -200px -296px;
}

.c .travel-and-local,.c .travel-local {
	background-position: -248px -296px;
}

.c .video-players,.c .video-players-editors {
	background-position: -296px -296px;
}

.c .weather {
	background-position: -344px -8px;
}

@media screen and (min-width:1025px),print {
	ul.index-category>li {
		width: 50%;
	}
}


#limitz {
  display: inline-block;
  max-width: 6.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#hd_logo {
  display: flex;
  align-items: center;
  color: var(--button_c);
}

#hd_text {
  font-weight: 700 !important;
}