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 {
	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-right: 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 #00875f;
	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 {
	content: "";
	background: url(./assets/img/ic_download_count.svg?9) 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!important;
}

.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 {
	width: 27px;
	height: 17px;
	background: url(/static/images/css-flags-langs-sprite.png) 0 0/100% 2080.5% no-repeat;
	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;
	}
}

.title.heading {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px!important;
}

code {
	word-break: break-all;
	overflow-wrap: break-word;
	font-family: Consolas,monaco,monospace;
}

b,strong {
	font-weight: 600;
}

.message {
	background-color: #fafafa;
	font-size: 1rem;
	margin-bottom: 10px;
	line-height: 2;
	border-color: #dadce0 #dadce0 #dadce0 #a9a9a9;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	color: #4a4a4a;
}

.message.is-success {
	background-color: #effaf3;
}

.message.is-success .message-body {
	color: #257942;
}

.message.is-warning {
	background-color: #fffbeb;
	border-color: #ffdd57;
}

.message.is-warning .message-body {
	color: #946e00;
}

.message.is-danger {
	background-color: #feecf0;
	border-color: #f14668;
}

.message.is-danger .message-body {
	color: #cc0f35;
}

.message .message-body {
	color: #4a4a4a;
	padding: 1.25em 1.5em;
}

.message .message-body {
	border-top: solid 1px #dadce0;
}

.message .message-body p {
	margin-bottom: 0;
}

.message .message-body,.message .message-header {
	padding: .5em 1em;
}

.message .message-header+message .message-body {
	padding-top: 0;
}

.message-header>p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@keyframes rotator {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
	animation: dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
	0% {
		stroke: #4285f4;
	}

	25% {
		stroke: #de3e35;
	}

	50% {
		stroke: #f7c223;
	}

	75% {
		stroke: #1b9a59;
	}

	100% {
		stroke: #4285f4;
	}
}

@keyframes colors {
	0% {
		stroke: #4285f4;
	}

	25% {
		stroke: #de3e35;
	}

	50% {
		stroke: #f7c223;
	}

	75% {
		stroke: #1b9a59;
	}

	100% {
		stroke: #4285f4;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@-webkit-keyframes spinAround {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.tabs {
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
	display: block;
	font-size: 1rem;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.tabs a {
	display: block;
	align-items: center;
	border-bottom: .1875rem solid #0000;
	border-left: .1875rem solid #0000;
	border-right: .1875rem solid #0000;
	color: #4a4a4a;
	margin-bottom: -1px;
	padding: .5em .6em;
	vertical-align: top;
}

.tabs a:hover {
	color: #363636;
}

.tabs li {
	display: inline-block;
	cursor: pointer;
}

.tabs li.is-active a {
	border-bottom: .1875rem solid #1a73d6;
	color: #1a73d6;
}

.tabs ul {
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: flex-start;
	padding-left: 0;
	margin: 0;
}

.content-tab {
	animation: fadeEffect .8s!important;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

ol {
	color: #4a4a4a;
	margin: 0 auto;
}

ol,ol ul {
	padding-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

ol ul {
	padding-left: 15px;
}

ol ul li {
	line-height: 1.5;
	padding-bottom: 5px;
}

ol li {
	line-height: 2;
}

ol>ul {
	list-style: '';
}

.tree {
	position: relative;
	background: #fff;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	margin-top: 10px;
}

.tree ul {
	list-style: none;
}

.tree ul li {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tree ul li:before {
	position: absolute;
	top: 16.5px;
	left: 0;
	width: 10px;
	height: 1px;
	margin: auto;
	background-color: #dadce0;
}

.tree ul li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #dadce0;
}

.tree ul li:last-child:after {
	height: 16.5px;
}

.tree>ul>li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.tree ul a {
	cursor: pointer;
}

.tree ul a:hover {
	text-decoration: none;
}

.tree .blur {
	font-weight: 400;
}

.tree ul.file-list li::before {
	top: 50%!important;
}

.tree ul.file-list li:last-child:after {
	height: 50%!important;
}

.tree .icon.apk-icon-sdk {
	top: 3px;
	margin-right: 5px;
	fill: currentColor;
}

.download-button {
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 40%;
	top: calc(50% - 12px);
}

.ic-download-right {
	font-size: 24px;
	color: #1a73d6c7;
}

.variant {
	vertical-align: top;
	white-space: normal;
	position: relative;
	display: flex;
	padding: 10px;
}

.variant figure {
	width: 64px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.variant figure img {
	width: 64px;
	height: 64px;
	border-radius: 20%;
}

.variant .info {
	overflow: hidden;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

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

.variant .header {
	margin-bottom: 4px;
	margin-right: 14px;
}

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

.variant .description .icon {
	margin-right: 2px;
}

.variant .info .vername {
	color: #1a73d6;
	word-break: break-word;
	font-weight: 600;
}

.variant .info .vercode {
	font-size: 13px;
	color: #737373;
}

.variant:hover {
	background-color: #f5f7fa;
}

.variant .vtype span {
	font-size: 11px;
}

.mirror-list {
	background-color: #effaf3;
	border-color: #48c774!important;
	position: relative;
	margin-bottom: 14px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 160px;
	overflow: auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
	z-index: 1000;
	right: -55px;
	margin-top: 12px;
	color: #333;
}

.dropdown-content li {
	padding: 8px 8px 8px 25px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.dropdown-content li.is-active {
	background-image: url(/static/images/checkmark.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.dropbtn {
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-left: 5px;
	font-weight: 600;
}

.dropbtn:after {
	content: '';
	border-color: #70757a transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	width: 0;
	height: 0;
	margin-left: 5px;
	position: absolute;
	bottom: 7px;
}

.dropdown-content li {
	cursor: pointer;
}

.dropdown-content li:hover {
	background-color: rgba(0,0,0,.1);
}

.show {
	display: block;
}

.has-text-right {
	text-align: right;
}

#download-tab.invisible {
	visibility: hidden;
	opacity: 0;
}

.mirror-list .mirror-list-body {
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	padding: .75em .75em;
	border-color: #48c774;
	color: #257942;
	position: relative;
	display: inline-block;
}

.loading-overlay {
	display: none;
	background: rgba(255,255,255,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	align-items: center;
	justify-content: center;
}

.loading-overlay.is-active {
	display: flex;
}

#download-tab {
	position: relative;
}

.loader,.loader:after,.loader:before {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #e5e5e5;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.loader:after,.loader:before {
	content: "";
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {
	0%,100%,80% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,100%,80% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@media screen and (min-width:768px) {
	.variant figure,.variant figure img {
		width: 48px;
		height: 48px;
	}

	.download-button {
		margin-left: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: relative;
		right: inherit;
		top: inherit;
	}

	.variant .header {
		margin-right: 0;
	}
}

.grecaptcha-badge {
	display: none!important;
}

.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;
}