/*
Text Domain: k
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container, [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.row {
	margin-left: -8px;
	margin-right: -8px;
}
.row-small {
	margin-left: -8px;
	margin-right: -8px;
}
.col-small {
	padding-left: 8px;
	padding-right: 8px;
}
@media (max-width: 767px) {
	#wpadminbar {
		position: fixed !important;
	}	
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	[class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
   	font-size: 0.9375rem;
	font-family: 'Nunito', sans-serif;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	color: #77be59;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #5b5b5d;
	text-decoration: none;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
small, 
.small {
	font-size: 82%;
}
.font-size-body {
	font-size: 0.9375rem !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-normal {
	font-weight: 500 !important;
}
.font-weight-semibold {
	font-weight: 700 !important;
}
.lead {
	font-size: 1.125rem;
}
a.text-body:hover,
a.text-body:focus {
	color: #77be59 !important;
}
.text-muted {
	color: #636363 !important;
}
a.text-muted:hover,
a.text-muted:focus {
	color: #212529 !important;
}
.text-primary {
	color: #77be59 !important;
}
a.text-primary:focus, a.text-primary:hover {
	color: #77be59 !important;
}
.text-secondary {
	color: #FE8401 !important;
}
.bg-primary {
	background-color: #77be59 !important;
}
.bg-secondary {
	background-color: #FE8401 !important;
}
.bg-light {
	background-color: #F0F2F5 !important;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-secondary {
	border-color: #FE8401 !important;
}
.border-bottom-2 {
	border-bottom: 2px solid #dee2e6;
}
.rounded-lg {
	border-radius: 0.75rem !important;
}
.svg-4 {
	width: 1.5rem;
	height: 1.5rem;
}
.svg-5 {
	width: 1.25rem;
	height: 1.25rem;
}
.svg-6 {
	width: 1rem;
	height: 1rem;
}
.svg-primary {
	fill: #77be59;
}
@media (max-width: 767px) {
	h1, .h1 {
		font-size: 1.625rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1.125rem;
	}
	.display-4 {
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #898989;
}
.form-control::-moz-placeholder {
	color: #898989;
}
.form-control:-ms-input-placeholder { 
	color: #898989;
}
.form-control:-moz-placeholder { 
	color: #898989;
}
.required {
	color: #F15A29;
}
.form-control,
.custom-select,
.btn {
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.form-control:focus,
.custom-select:focus,
.form-control:focus + .input-group-append .btn {
	background-color: #FFF;
	border-color: #dee2e6;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
}
.btn {
	font-weight: 600;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #0d0c22;
	border-color: #0d0c22;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #3d3d4e;
	border-color: #3d3d4e;
}
.btn-primary svg,
.btn-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #FE8401;
	border-color: #FE8401;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #EA7900;
	border-color: #EA7900;
}
.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
	fill: #fff;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #77be59;
	background-color: transparent;
	border-color: #77be59;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #77be59;
	border-color: #77be59;
}
.btn-light,
.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #212529;
	background-color: #F0F2F5;
	border-color: #F0F2F5;
}
.btn-light:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #77be59;
	border-color: #77be59;
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table th,
.table td {
	padding: 0.625rem;
}
.table th {
	font-size: 1rem;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.tab-nav {
	border-bottom: 1px solid #dee2e6;
	display: flex;
	margin-bottom: 1rem;
}
.tab-nav a {
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 1.5rem;
}
.tab-nav a:hover {
	background-color: #F0F2F5;
}
.tab-nav a.active {
	color: #77be59;
	border-bottom-color: #77be59;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ' ';
	border-top: 2px solid #6c757d;
	border-right: 2px solid #6c757d;
	display: inline-block;
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	padding-right: 0;
	margin-top: -0.25rem;
	margin-right: 0.5rem;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
	margin-bottom: 1.5rem;
}
.pagination .page-link {
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	background: #F0F2F5;
	border-color: #F0F2F5;
	border-radius: 0.5rem !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	padding: 0;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
	color: #212529;
	background-color: #E2E6EA;
	border-color: #E2E6EA;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #77be59;
	border-color: #77be59;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-header {
	background: #F7F7F7;
}
.modal-title {
	text-transform: uppercase;
	line-height: 1.2;
}
.modal-body {
	padding: 1.5rem;
}
.modal-backdrop.show {
	opacity: 0.7;
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin {
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# progress bar
--------------------------------------------------------------*/
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 0.6s linear infinite;
	animation: progress-bar-stripes 0.6s linear infinite;
}

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/
.accordion .toggler {
	color: #FFF;
	background-color: #77be59;
}
.accordion .toggler.collapsed {
	color: #77be59;
	background-color: #FFF;
}
.accordion .toggler:after {
    content: '-';
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
   	margin-left: auto;
    transition: all 0.3s ease 0s;
}
.accordion .toggler.collapsed:after {
	content: '+';
}

.accordion-more-info .toggler {
	color: #77be59;
	background-color: #f0f2f5;
}

.eb-accordion-container {
	margin-bottom: 1rem !important;
}
.eb-accordion-title-wrapper {
	padding: 0.5rem 1rem !important;
}
.eb-accordion-title {
	text-align: left !important;
	color: #77be59 !important;
}
.eb-accordion-icon-wrapper {
	float: right;
}
.eb-accordion-content-wrapper {
	border: 1px solid #dee2e6 !important;
	border-radius: 0.25rem;
	padding: 0.5rem;
}

/*--------------------------------------------------------------
# read more
--------------------------------------------------------------*/
.read-more {
    overflow: hidden;
}

/*--------------------------------------------------------------
# More Link, Less Link
--------------------------------------------------------------*/
.wrapper-more-link::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff0),color-stop(100%,#fff));
	background-image: -webkit-linear-gradient(top,#fff0,#fff);
	background: linear-gradient(to bottom,#fff0,#fff);
}
.less-link:after,
.more-link:after {
    content: ' ';
    border-top: 2px solid #FE8401;
    border-right: 2px solid #FE8401;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.375rem;
    margin-left: 0.5rem;
    transform: rotateZ(135deg);
    transition: all 0.3s ease 0s;
}
.less-link:after {
    margin-top: 0.125rem;
    transform: rotateZ(-45deg);
}
.less-link:hover:after,
.more-link:hover:after {
    border-color: #FE8401;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site {
	padding-top: 48px;
}
.admin-bar .site-header {
	top: 46px;
}
@media (min-width: 768px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.625rem 1.25rem;
}
.site-nav .menu > li:hover > a {
	color: inherit;
	background: #F2F2F2;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-category-ancestor > a,
.site-nav .menu > li.current-post-ancestor > a {
    color: #77be59;
    background-color: transparent;
    border-bottom-color: #77be59;
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: #FFF;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding: 0.5rem 0;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li:hover > a {
	color: #77be59;
}
.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}
@media (max-width: 1199px) {
	.site-nav .menu > li > a {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
@media (max-width: 991px) {
	.site-nav {
		background-color: #fff;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		left: -17.5rem;
		top: 0; 
        bottom: 0;
		transition: all 0.3s ease 0s;
        z-index: 1002;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #dee2e6;
		padding: 0.75rem 2.5rem 0.75rem 0.75rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li.menu-item-has-children:before {
	    content: ' ';
	    border-top: 2px solid #212121;
	    border-left: 2px solid #212121;
	    cursor: pointer;
	    float: right;
	    width: 0.5rem;
	    height: 0.5rem;
	    position: absolute;
	    top: 1.25rem;
	    right: 1rem;
	    transform: rotateZ(-135deg);
	    transition: all 0.3s ease 0s;
	}
	.site-nav .menu > li.menu-item-has-children:hover:before {
		border-top-color: #77be59;
		border-left-color: #77be59;
	}
	.site-nav .menu > li.menu-item-has-children.active:before {
		transform: rotateZ(45deg);
	}
	.site-nav .menu > li > .sub-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
        margin: .5rem 0;
	}
	.site-nav .menu > li:hover > .sub-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
# Archive post
--------------------------------------------------------------*/
.archive-post:before,
.aside-cat:before {
	content: ' ';
	background-color: #ffffff;
	border-radius: 0.5rem;
	display: none;
	position: absolute;
	z-index: -1;
	top: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
}
.archive-post:hover:before,
.aside-cat:hover:before {
	display: block;
}

.archive-post .btn {
	font-size: 0.75rem;
	color: #ED873C;
	background-color: #efeff4;
	padding: 0.125rem 0.25rem;
}
.archive-post:hover .btn {
	color: #fff;
	background-color: #ED873C;
}

/*--------------------------------------------------------------
# Cloud tags
--------------------------------------------------------------*/
.cloud-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cloud-tags a {
	color: inherit;
	background-color: #e4e4e4;
	border-radius: 50rem;
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 1rem 1.5rem;
}
.cloud-tags a:hover,
.cloud-tags a:focus {
	color: inherit;
	background-color: #c4c4c4;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	text-align: justify;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
    margin-bottom: 1rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
}
.entry-content table th {
    font-weight: 600;
    text-transform: uppercase
}
.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content img.centered,
.entry-content .aligncenter,
.term-description img.centered,
.term-description .aligncenter {
	display: table;
    margin: 0 auto 1em
}
.entry-content .wp-caption,
.term-description .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text,
.term-description .wp-caption-text {
    font-weight: 400;
    text-align: center;
    background: #eeeeee;
    padding: 0.5rem 0.5rem
}
.entry-content blockquote {
	box-shadow: inset 0 0 0 0 #e2e4e7;
	border-left: 0.25rem solid #000;
	padding-left: 1rem;
}
.entry-content .wp-block-image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .su-spoiler {
	display: none;
}
.list-shares a {
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
}
.list-shares a:hover {
	opacity: 0.8;
}
.list-shares a.facebook {
	background-color: #455FA1;
}
.list-shares a.twitter {
	background-color: #58ABF4;
}
.list-shares a.pinterest {
	background-color: #CC1D1E;
}
.list-shares a.linkedin {
	background-color: #007BB5;
}
.list-shares a.email {
	background-color: #1980BE;
}
.schema-faq-section {
	border: 1px solid #dee2e6;
	padding: 1rem;
	margin-top: -1px;
}
.schema-faq-question {
	font-weight: 400;
	cursor: pointer;
}
.schema-faq-answer {
	display: none;
	padding-top: 1rem;
	padding-left: 1rem;
}

/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.site-footer .menu {
	margin-left: 2.25rem;
}
.site-footer .menu li {
	margin-right: 1.5rem;
}
.site-footer .menu li a {
	color: inherit;
}
.site-footer .menu li a:hover {
	color: #77be59;
}
.site-footer .socials a {
	color: inherit;
	background-color: #F0F2F5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #7b7b7b;
}
.site-footer .socials a:hover {
	background-color: #E2E6EA;
}
.site-footer .socials a svg {
	fill: #212529;
	transition: all 0.3s ease 0s;
}
.site-footer .socials a:hover svg {
	fill: #212529;
}
.site-footer .socials a + a {
	margin-left: 0.5rem;
}

ul, ol{
	padding-left: 20px;
}

.col-small img {
	width: auto;
	max-height: 263px!important;
	height: 263px!important;
}

.rounded-top {
	border-top-left-radius: 0.75rem!important;
	border-top-right-radius: 0.75rem!important;
}

.svg-primary {
	fill: #6c757d;
}

@media only screen and (max-width: 800px)
{
	.col-small img {
		max-height: 180px!important;
		width: auto;
	}}

.entry-content h2 {
	font-size: 1.25rem;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.entry-content h2 {
		font-size: 1.1rem;
	}}

.entry-content h3 {
	font-size: 1rem;
	text-align: -webkit-auto;
}

.entry-content h4 {
	font-size: 1rem;
	text-align: unset;
}

strong {
	font-weight: 500;
}

.app-container {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
	display: grid;
	grid-template-rows: 80px;
	grid-template-columns: 80px calc(100% - 80px - 15px);
	gap: 15px;
	width: 100%;
}

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

@media only screen and (min-width: 993px) {

	.app-container {
		grid-template-rows: 120px;
		grid-template-columns: 120px calc(100% - 120px - 15px);
	}
}

.img-404 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

body {
	font-weight: 350;
	line-height: 1.8;
	font-size: 16px;
	font-style: inherit;
	text-rendering: auto;
}

.text-dark {
	color: #bdc1c6!important;
}

.chip-text {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	border-left: 4px solid #fd7e14;
	padding-left: 5px;
}

.chip-text::before {
	#	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #ff3e3e;
	display: block;
}

.grid-cols {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	overflow:hidden;
}

@media only screen and (min-width: 993px) {

	.grid-cols {
		display: grid;
		grid-template-columns: repeat(3,minmax(0,1fr));
	}
}

.entry-content .wp-block-image img{
	width: 100%;
}

.type-apk {
	text-align: center;
	font-size: 8px !important;
	border-radius: 8px;
	width: 28px;
	height: 15px;
}

.ver-item {
	padding: 8px;
	background: #4caf501a;
}

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

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background: #54a244;
	border-color: #54a244;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: 0 0 0 .2rem rgb(139 179 137 / 50%);
}

.clickable {
	opacity: 1;
	transition: 250ms ease-in-out;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}

.clickable:hover {
	opacity: .75;
	transition: 250ms ease-in-out;
}

.clickable:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}

.card img {
	transition: transform .5s ease;
}

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

.app-item img {
	transition: transform .5s ease;
}

@media (hover: hover) {
	.app-item:hover img {
		transform: scale(1.1);
	}
}

html {
	scroll-behavior: smooth;
}

.warning-box {
	border: 1px solid #dc3545;
	border-radius: 10px;
	padding: 15px;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #dc3545;
	text-align: center;
}

.vn-flag {
	font-size: 14px;
	color: #fff;
	background-color: #29292a;
	align-items: center;
	gap: .5rem;
}

.bg-linear-gradient {
	position: static !important;
	padding: 45px 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(97.89deg, rgba(231, 244, 255, .7) .44%, hsla(26, 73%, 96%, .7) 101.94%);
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
}

.bg-gradient {
	background: linear-gradient(90deg, #eef8ff, #fdf7f2);
	position: relative;
	flex-flow: wrap;
	padding: 12px 0;
}

.warning-box {
	background: linear-gradient(338deg, rgb(120 120 120 / 85%) .44%, hsl(0deg 0% 72.15% / 79%) 101.94% 101.94%);
	color: #ffffff;
	border: 1px solid #ffffff;
}

.sticky-bottom-container {
	position: relative;
	width: 100%;
	pointer-events: none;
}

.sticky-bottom {
	position: fixed;
	bottom: -80px; /* ẩn ban đầu */
	left: 0;
	right: 0;
	width: auto;
	margin: 0 auto;
	max-width: 850px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px) saturate(120%);
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
	opacity: 0;
	transition: bottom 0.3s ease, opacity 0.3s ease;
	pointer-events: auto;
	z-index: 999;
}

.sticky-bottom.show {
	opacity: 1;
	bottom: 0;
	margin: 15px auto;
}

.sticky-bottom img {
	width: 85px;
	height: 85px;
	border-radius: 8px;
}

.sticky-bottom h1 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sticky-bottom .btn {
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.sticky-bottom {
		max-width: 92%;
		border-radius: 8px;
	}

	.sticky-bottom h1 {
		font-size: 14px;
	}

	.sticky-bottom img {
		width: 50px;
		height: 50px;
	}
}

#download {
	scroll-margin-top: 150px;
}

/* button */

.fi-dl-btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #77be59;
	text-decoration: none;
	transition: background .2s, transform .1s;
	margin-top: .25rem;
}
.fi-dl-btn:hover {
	background: #81c664;
	color: #fff;
}
.fi-dl-btn:active {
	transform: scale(.985);
}
.fi-pct {
	font-size: 13px;
	font-weight: 600;
	color: #212529;
	margin: 0 0 3px;
}
.fi-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 10px;
	background: #f0eeff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fi-icon i {
	font-size: 20px;
	color: #7F77DD;
}

/* animations */

@keyframes spin{
	to{transform:rotate(360deg);}
}

@keyframes pulse{
	0%,100%{opacity:1}
	50%{opacity:.4}
}

@media (min-width: 1024px) {
	.site-nav {
		margin-right: 200px;
	}
}

.app-icon-rate {
	z-index: 999;
	display: flex;
	width: 96px;
	height: 56px;
	padding: 4px;
	margin-top: -48px;
	margin-bottom: 16px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 4px 12px -4px rgba(var(--icon-shadow-color), .15);
	transition: transform .3s ease;
}

.app-card-v2 {
	display: block;
	background: #F6F6F7;
	box-shadow: 0 3px 13px #e5e5e5;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	transition: 0.25s ease;
}

.app-cover {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.app-cover img {
	width: 100%;
	height: 195px;
	object-fit: cover;
	display: block;
}

.app-cover::before{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	background: linear-gradient(180deg, rgba(246, 246, 247, 0.8) 0%, #F6F6F7 100%);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}


.app-content {
	position: relative;
	margin-top: -40px;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
}

.app-floating {
	z-index: 1;
	position: absolute;
	top: -28px;
	left: 20px;
	background: #fff;
	border-radius: 16px;
	padding: 4px 10px 4px 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.app-icon {
	width: 45px;
	height: 45px;
	border-radius: 12px;
}

.app-rating {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	display: grid;
}

.app-rating::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	mask-image: url('/wp-content/themes/k/images/star-rate.svg');
	-webkit-mask-image: url('/wp-content/themes/k/images/star-rate.svg');
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	background-color: #ffc107;
}

.app-title {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 5px;
}

.app-category {
	color: #888;
	font-size: 14px;
}

.flex-cat-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.app-list-home {
	display: flex;
	gap: 25px;
	overflow: hidden;
}

/* PC (>= 1200px) → 8 item */
@media (min-width: 1200px) {
	.app-item-home {
		width: calc(100% / 8 - 22px);
		flex-shrink: 0;
	}
}

/* Tablet → 4-6 item */
@media (max-width: 1199px) {
	.app-list-home {
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.app-item-home {
		width: 140px; /* fix size */
		flex-shrink: 0;
	}

	/* hide scrollbar */
	.app-list-home::-webkit-scrollbar {
		display: none;
	}
}

/* Mobile → scroll */
@media (max-width: 768px) {
	.app-list-home {
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.app-item-home {
		width: 140px; /* fix size */
		flex-shrink: 0;
	}

	/* hide scrollbar */
	.app-list-home::-webkit-scrollbar {
		display: none;
	}
}

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

.grid-list {
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column;
	display: grid;
	overflow-x: auto;
	gap: 8px;
}

.red-highlight {
	background-image: url('/wp-content/themes/k/images/red_highlight.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	white-space: nowrap;
}

.right-arrow::after {
	content: ' ';
	border-top: 2px solid #fe8401;
	border-right: 2px solid #fe8401;
	display: inline-block;
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	padding-right: 0;
	margin-top: -0.25rem;
	margin-left: 0.3rem;
	transform: rotate(45deg);
}

.update-spin {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: #fe8401;
	border: 2px solid;
	border-radius: 50%;
	padding: 3px;
	animation: spin 3s linear infinite;
}

.switch-wrap {
	 display: inline-block;
	 cursor: pointer;
	 user-select: none;
}

.switch {
	display: inline-block;
	width: 33px;
	height: 18px;
	vertical-align: middle;
	position: relative;
}

.slider {
	position: absolute;
	inset: 0;
	background: #d6d6d6;
	border-radius: 999px;
	transition: .2s;
}

.slider::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
	background: #fff;
	border-radius: 50%;
	transition: .2s;
}

#swShow:checked + .switch .slider { background: #67cb5b; }
#swShow:checked + .switch .slider::before { transform: translateX(15px); }

.content { display: none; margin-top: 12px; }
#swShow:checked ~ .content { display: block; }

.content a,
.content a:hover,
.content a:focus,
.content a:active {
	color: #dcdcdc;
	font-size: 12px;
}

.spec {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	gap: 15px;
	justify-content: space-between;
	white-space: nowrap;
	border-left-width: 0;
	border-right-width: 0;
}
.spec-item {
	padding: 16px 8px;
}

.sticky-card {
	/* desktop none */
	--card-bg-image: none;
}

@media (max-width: 768px) {
	.sticky-card {
		position: sticky;
		top: 65px;
		z-index: 15;
		backdrop-filter: blur(12px);
		background: linear-gradient(rgb(180 180 180 / 46%), rgb(255 255 255)), var(--card-bg-image);
		margin-left: -1rem;
		margin-right: -1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.download-card {
	background: #fff;
	border: 0.5px solid #e0e0d8;
	border-radius: 12px;
	padding: 10px 10px;
	gap: 12px;
	transition: border-color .15s, background .15s;
	color: inherit;
}

.download-card:hover {
	border-color: #d4dfc6 !important;
	background: #fcfff796 !important;
}

#adblock-popup{
	position:fixed;
	inset:0;
	background:rgba(0,0,0,.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:99999;
}

.adblock-box{
	width:90%;
	max-width:380px;
	background:#fff;
	padding:30px;
	border-radius:20px;
	text-align:center;
}

.adblock-box button{
	border:0;
	background:#111;
	color:#fff;
	padding:4px 14px;
	border-radius:999px;
	cursor:pointer;
	margin-top:15px;
}

.top-wrapper{
	position:relative;
	display:inline-block;
}

.top-wrapper::before{
	content:"Ad";
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	color:#fff;
	font-size:11px;
	font-weight:600;
	padding:3px 7px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	line-height:1;
	z-index:2;
	backdrop-filter:blur(4px);
	-webkit-backdrop-filter:blur(4px);
}