.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: 1280px;
	}
}

body {
	font-size: 0.9375rem;
	font-family: var(--fonts);
	color: var(--color_texts)!important;
}

* {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a {
	color: var(--color_link);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

h3.text-primary {
	color: var(--color_link)!important;
}

h2 a.text-body,h4 a.text-body {
	color: var(--color_texts)!important;
}

header a.text-body {
	color: var(--color_logo_header)!important;
}

header a.text-body:hover,h2 a.text-body:hover,h4 a.text-body:hover {
	color: var(--color_link)!important;
}

header#masthead {
	background-color: var(--color_background_hd)!important;
}

a:hover {
	color: var(--color_logo_header)!important;
	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: 87.5%;
}

.font-size-body {
	font-size: 0.9375rem !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

aside#secondary a.text-body:hover, a.text-body:hover, a.text-body:focus {
	color: var(--color_link)!important;
}

a.text-muted:hover, a.text-muted:focus {
	color: #212529 !important;
}

.bg-primary {
	background-color: var(--color_button) !important;
}

.bg-secondary {
	background-color: #FE8401 !important;
}

.bg-light {
	background-color: #F0F2F5 !important;
}

.bg-cover {
	background-color: #CFD4DB;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.border-secondary {
	border-color: var(--color_border) !important;
}

.border-bottom-2 {
	border-bottom: 2px solid #dee2e6;
}

.rounded-lg {
	border-radius: 0.5rem !important;
}

.svg-4 {
	width: 1.5rem;
	height: 1.5rem;
}

.svg-5 {
	width: 1.25rem;
	height: 1.25rem;
}

.svg-6 {
	width: 1rem;
	height: 1rem;
}

.detail {
	max-width: 820px;
}

.content-404 h1.title-404 {
	font-size: 5rem;
}

.content-404 strong {
	font-size: 2rem;
}

.content-404 p {
	font-size: 0.75rem;
}

.content-404 .btn-404 a {
	color: #212529;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.3rem 1rem;
	border: 0.2rem solid #01A001;
	border-radius: 0.8rem;
	vertical-align: middle;
}

.content-404 .btn-404 a:hover {
	color: #01A001;
}

.fixed-icons {
	position: fixed;
	top: 160px;
	left: 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0.25rem 0.25rem 1rem #aaa;
}

.fixed-icons a {
	padding: 7px;
}

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

	.fixed-icons {
		top: initial;
		bottom: 0;
		flex-direction: row;
		width: 100%;
	}

	.fixed-icons a {
		width: 25%;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.wrapper-404 {
		flex-direction: column-reverse;
	}

	.display-4 {
		font-size: 2rem;
	}

	.content-404 h1.title-404 {
		font-size: 4rem;
	}

	.content-404 strong {
		font-size: 1.5rem;
	}
}

.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: #01A001;
	border-color: #01A001;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #028802;
	border-color: #028802;
}

.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: var(--color_button);
	border-color: var(--color_button);
}

.btn-secondary:hover, input.btn.btn-primary.komentar:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF!important;
	background-color: var(--color_button_hover)!important;
	border-color: var(--color_button_hover)!important;
}

div.accordion-content a.btn-secondary {
	color: #fff;
	background-color: var(--color_button_hover);
	border-color: var(--color_button_hover);
}

.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: #01A001;
	background-color: transparent;
	border-color: #01A001;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #01A001;
	border-color: #01A001;
}

.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: #01A001;
	border-color: #01A001;
}

.table th, .table td {
	padding: 0.625rem;
}

.table th {
	font-size: 1rem;
	font-weight: 600;
}

.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: #01A001;
	border-bottom-color: #01A001;
}

.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: 0px;
	margin-right: 0.5rem;
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.single .breadcrumb-item.active {
		display: none;
	}
}

.pagination {
	justify-content: center;
	margin-bottom: 1.5rem;
}

.pagination .page-link {
	font-size: 1rem;
	font-weight: 600;
	color: #212529;
	background: var(--color_rgb_nav);
	border-color: var(--color_rgb_nav);
	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: var(--color_nav)!important;
	background-color: var(--color_nav_bg);
	border-color: var(--color_nav_bg);
}

.pagination .page-item.active .page-link {
	color: var(--color_nav);
	background-color: var(--color_nav_bg);
	border-color: var(--color_nav_bg);
}

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

.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-animated {
	-webkit-animation: progress-bar-stripes 0.6s linear infinite;
	animation: progress-bar-stripes 0.6s linear infinite;
}

.accordion .toggler:after {
	content: '-';
	font-size: 1.25rem;
	font-weight: 700;
	cursor: pointer;
	margin-left: auto;
	transition: all 0.3s ease 0s;
}

.accordion .toggler.collapsed:after {
	content: '+';
}

.site {
	padding-top: 46px;
}

.admin-bar .site-header {
	top: 46px;
}

@media (min-width: 768px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.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: var(--color_header_link);
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: block;
	padding: 0.5rem 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: var(--color_link);
	background-color: transparent;
	border-bottom-color: var(--color_border);
}

.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: #01A001;
}

.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}

.download-donate-title {
}

.download-donate-title > p {
	font-weight: 800;
	font-size: 28px;
}

.download-donate-header-line {
	border-bottom: 1px solid #fe8403;
	margin: 16px auto 24px;
	width: 114px;
	color: #303443;
}

.download-donate-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	grid-column-gap: 15px;
	margin-bottom: 28px;
}

.download-donate-content-item {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.download-donate-content-item .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	border-radius: 12px 12px 0 0;
	background: #fe8403;
	color: white;
	font-size: 18px;
	font-weight: 700;
	line-height: 58px;
}

.download-donate-content-item .amount {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #fe8403;
}

.download-donate-content-item .amount > span {
	font-size: 24px;
	font-weight: 400;
	margin-right: 10px;
	color: #ffb33c;
}

.download-donate-main-line {
	border-bottom: 1px solid #fe8403;
	margin: 8px auto 12px;
	width: 60%;
}

.download-donate-content-item .reward-list {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.download-donate-content-item .reward-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.download-donate-content-item .reward-item .icon {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 30px;
	margin-right: 12px;
	margin-left: 8px;
}

.download-donate-content-item .reward-item > span {
	font-size: 14px !important;
	font-weight: 700;
	line-height: 30px;
}

.download-donate-content-item .button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #FE8403;
	color: #fff;
	border-radius: 40px;
	margin: 0 20px 10px 20px;
}

.download-donate-content-item .button > svg {
	width: 20px;
	height: 20px;
	margin: 5px 8px 5px 0px;
}

.download-donate-content-item .button > span {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.site-nav .menu > li > a {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

@media (max-width: 991px) {
	.download-donate-title > p {
		font-size: 22px;
	}

	.download-donate-header-line {
		width: 38px;
	}

	.download-donate-content {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-column-gap: 6px;
		grid-row-gap: 23px;
	}

	.download-donate-content-item .title {
		font-size: 14px;
		line-height: 24px;
	}

	.download-donate-content-item .amount {
		font-size: 28px;
	}

	.download-donate-content-item .amount > span {
		font-size: 16px;
		font-weight: 400;
		margin-right: 10px;
		color: rgba(255,255,255,.6);
	}

	.download-donate-content-item .reward-list {
		margin-top: 2px;
		margin-bottom: 8px;
	}

	.download-donate-content-item .reward-item .icon {
		margin-left: 24px;
	}

	.download-donate-content-item .reward-item .title {
		font-size: 20px;
		line-height: 30px;
	}

	.download-donate-content-item .reward-item > span {
		font-size: 12px !important;
	}

	.download-donate-content-item .button {
		border-radius: 40px;
		margin: 0 6px 10px 6px;
	}

	.download-donate-content-item .button > svg {
		width: 16px;
		height: 16px;
		margin: 5px 8px 5px 0px;
	}

	.download-donate-content-item .button > span {
		font-size: 12px;
		line-height: 24px;
	}

	.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: #01A001;
		border-left-color: #01A001;
	}

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

	header .menu ul.link-list {
		display: block;
		position: static;
		box-shadow: none;
	}

	header .menu .link-list li {
		border-bottom: 0 none;
		padding: 0.5rem 0.25rem;
	}

	header .menu ul.link-language-list {
		display: block;
		position: static;
		box-shadow: none;
	}

	header .menu .link-language-list li {
		border-bottom: 0 none;
		padding: 0.5rem 0.25rem;
	}

	section.banner-wrapper {
		width: 100vw;
		margin-left: -15px;
		margin-top: -1rem;
		padding: 1.375rem 1.168rem 0.688rem 1.563rem;
		text-align: center;
	}

	section.banner-wrapper a.download-link {
		width: calc(100% - 3rem);
		margin-top: 1rem;
	}
}

.archive-post:before, .aside-cat:before {
	content: ' ';
	background-color: #f2f2f2;
	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;
}

.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-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 {
	text-align: center;
	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 .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: #01A001;
}

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

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

.btn-discord {
	color: #fff;
	background-color: #5046AF;
	border-color: #5046AF;
}

.btn-discord:hover {
	color: #fff;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
}

.radius1 {
	border-radius: 1rem;
}

.margin-left-half {
	margin-left: .5rem;
}

.margin-half-media {
	margin: -5px 8px 0 8px;
}

.line-full {
	line-height: 100%;
}

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

.border-orange {
	border: 2px solid #fe8403;
	color: #fe8403;
}

.margin-right-half {
	margin-right: .5rem;
}

.marginhalf-v {
	margin: .5rem 0;
	word-break: break-all;
}

.black-back {
	color: #fff !important;
	background: #000;
}

.black-back:hover {
	color: #fff;
}

.inline-icon {
	width: 2rem;
	height: 2rem;
	display: inline-block;
}

.margin-half {
	margin: .5rem;
}

.margin-half:first-child {
	margin-left: 0rem;
}

.margin-half:last-child {
	margin-right: 0rem;
}

.padding-hor {
	padding: .2rem 1rem;
}

.margin-top {
	margin-top: 1rem;
}

.back-gray {
	background-color: #eaeaea;
}

.text-gray {
	color: rgba(0, 0, 0, .4);
}

.close {
	position: absolute;
	top: 4px;
	right: 4px;
}

.star-off {
	background: url(https://jojoy-website-image.ezjojoy.com/moddroid/static/img/star_off.webp) no-repeat center;
}

.star-on {
	background: url(https://jojoy-website-image.ezjojoy.com/moddroid/static/img/star_on.webp) no-repeat center;
}

.border-gray {
	border: 1px solid rgb(118, 118, 118);
	border-radius: 2px;
}

.margin1rem {
	margin: 1rem;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.color-gray {
	color: #C9D4F8;
}

.padding1 {
	padding: 0 1rem;
}

.radius6 {
	border-radius: 6px;
}

.full-width {
	width: 100%;
}

.flex-coloum {
	flex-direction: column;
}

.modal-mask {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 10;
}

.modal-item {
	position: fixed;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	margin: auto;
	background-color: #fff;
	z-index: 100;
}

.modal-padding {
	padding: 2rem 3rem;
}

.modal-size {
	width: 40vw;
}

.flex-media {
	justify-content: flex-end;
}

.flex-round {
	justify-content: flex-end;
}

.media-line {
	display: flex;
}

.padding1rem {
	padding: 1rem;
}

@media (max-width: 900px) {
	.modal-size {
		width: 80vw;
	}

	.flex-media {
		justify-content: flex-start;
	}

	.flex-round {
		justify-content: space-between;
	}

	.media-line {
		display: block;
	}

	.media-margin1 {
		margin: 1rem 1rem 1rem 0;
	}

	.media-width {
		display: inline-flex;
	}

	.margin-half-media {
		margin: .5rem 0;
	}
}

.text-center {
	text-align: center;
}

.color-orange {
	color: #FE8401;
}

.pointer {
	cursor: pointer;
}

header .menu .link-list {
	display: none;
	background-color: #fff;
	position: absolute;
	right: 0;
	padding: 16px 32px;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

header .menu .link-list li {
	margin-left: 0 !important;
	display: flex;
	align-items: center;
}

header .menu .link-list li a {
	color: #222;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}

header .menu .link-list li:hover > a {
	background-color: #fff;
	color: #01A001;
}

header .menu .link-list li img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background-size: contain !important;
}

header .menu .d-lg-none .link-list {
	position: static;
	box-shadow: none;
}

header .menu .d-lg-none .link-list li {
	background-color: #fff;
}

header .menu .link-language-list {
	display: none;
	background-color: #fff;
	position: absolute;
	right: 0;
	padding: 16px 32px;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

header .menu .link-language-list li {
	margin-left: 0 !important;
	display: flex;
	align-items: center;
}

header .menu .link-language-list li a {
	color: #222;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}

header .menu .link-language-list li:hover > a {
	background-color: #fff;
	color: #01A001;
}

.banner-wrapper {
	background-color: #fe6103;
	color: #fff;
	padding: 1.875rem 3.625rem 0.875rem 3.125rem;
}

.banner-wrapper p {
	font-size: 1rem;
}

.banner-wrapper h2 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.banner-wrapper div > span {
	font-size: 0.875rem;
}

a.download-link {
	display: inline-block;
}

.banner-wrapper a.download-link {
	width: 100%;
	height: 3rem;
	line-height: 1;
	padding-top: 0.875rem;
	border-radius: 22px;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 22%);
	color: #fff;
	background-color: #6b30ff;
	font-size: 1.25rem;
	margin: 0.5rem 0;
}

.banner-wrapper .banner-bg {
	background: url('https://jojoy-website-image.ezjojoy.com/moddroid/static/img/img-feature-01.webp') no-repeat center;
	background-size: contain;
	height: 13.625rem;
}

.download-loading {
	width: 80%;
}

.download-game-info {
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.download-loading-wrapper {
	padding: 35px 0;
	border-radius: 12px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	background-color: #fff !important;
	margin-bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-progress, .download-button {
	width: 100%;
	height: 32px;
	background-color: #ffdab3;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.progress-text {
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.progress-status {
	height: 100%;
	background-color: #EA7900;
	animation: progress-status;
	animation-timing-function: ease-out;
	animation-duration: 5s;
}

@keyframes progress-status {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

.download-loading .download-button {
	animation-name: show;
	background-color: #EA7900;
	animation-duration: .5s;
	animation-timing-function: linear;
	display: none;
	align-items: center;
	justify-content: center;
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.download-text {
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.download-text > a {
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.download-text > a.download-link:hover, .btn-download-sm:hover {
	background-color: #EA7900;
}

.download-text > a.download-link:active, .btn-download-sm:active {
	background-color: #EA7900;
}

.download-desc {
	margin-top: 25px;
}

.download-desc p {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 14px;
}

.download-desc p > a {
	color: #EA7900;
}

.download-desc p > span {
	color: #EA7900;
}

.download-desc p > a:hover {
	color: #EA7900;
}

.download-game {
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	align-items: start;
}

@media (max-width: 991px) {
	.download-loading {
		width: 88%;
	}

	.progress-text {
		font-size: 12px;
	}

	.download-game {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.detail-html h1, .detail-html h2, .detail-html h3 {
	text-align: center;
}

.detail-html img {
	width: 100% !important;
}

.reminder_dialog--wrapper, .guide_dialog--wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(97, 97, 97, 0.2);
}

.reminder_dialog {
	margin: 20vh auto 0;
	width: 608px;
	padding: 18px 0 28px;
	border-radius: 10px;
	background-color: #fff;
}

.reminder_dialog--header-title {
	color: #FE8401;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: bold;
	margin-left: 48px;
}

.reminder_dialog--content {
	padding: 0 48px;
}

.reminder_dialog--content .reminder_dialog--content-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.reminder_dialog--content img {
	display: block;
	margin: 0 auto;
}

.reminder_dialog--content p {
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}

.reminder_dialog--content .reminder_dialog--content-tip {
	margin-bottom: 10px;
}

.reminder_dialog--footer {
	margin-top: 40px;
	font-family: var(--fonts);
}

.allow_ads--button {
	width: 294px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background-color: #FE8401;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.close_dialog--button {
	margin: 11px auto 0;
	font-size: 13px;
	color: #000;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 991px) {
	.reminder_dialog--wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.reminder_dialog {
		margin: 0 auto;
		max-width: 608px;
		width: 85%;
	}

	.reminder_dialog--content {
		padding: 0 30px;
	}

	.reminder_dialog--content .reminder_dialog--content-title {
		text-align: center;
	}

	.reminder_dialog--content p {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.reminder_dialog--footer {
		margin-top: 20px;
		padding: 0 30px;
	}

	.allow_ads--button {
		height: 40px;
		width: 100%;
	}
}

.guide_dialog-pc, .guide_dialog-mobile {
	margin: 20vh auto 0;
	border-radius: 10px;
	background-color: #fff;
}

.guide_dialog-pc {
	width: 874px;
	padding: 27px 30px 45px;
}

.guide_dialog-pc--title, .guide_dialog-mobile--title {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.guide_dialog-pc--content {
	margin-top: 15px;
	display: flex;
}

.guide_dialog-pc--tab-list {
	flex: 0 0 187px;
	margin-bottom: 0;
	padding-left: 0;
}

.guide_dialog-pc--tab-item, .guide_dialog-mobile--tab-item {
	width: 100%;
	list-style: none;
	padding-left: 17px;
	padding-right: 11px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
}

.guide_dialog-pc--tab-list li:last-child {
	margin-bottom: 0;
}

.guide_dialog-pc--tab-item::after, .guide_dialog-mobile--tab-item::after {
	content: '>';
	display: inline-block;
	transform: scale(0.8, 1.5);
}

.guide_dialog-pc--tab-list .active, .guide_dialog-mobile--tab-list .active {
	background-color: rgba(0,0,0,0.16);
}

.guide_dialog-pc--tab-content {
	margin-left: 54px;
}

.tab_content--instructions {
	display: flex;
}

.tab_content--instructions-option {
	margin-right: 30px;
	font-size: 16px;
	color: #000;
	flex: 0 0 343px;
}

.tab_content--instructions-option p:first-child {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 29px;
}

.instructions_option--desc {
	margin-bottom: 0;
}

.tab_content--instructions-video video {
	width: 200px;
}

.tab_content--btns {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 15px;
	padding-right: 20px;
	margin-top: 48px;
}

.tab_content--btn {
	padding: 7px 20px;
	border-radius: 20px;
	background-color: #FE8401;
	cursor: pointer;
}

.guide_dialog-mobile {
	width: 85%;
	max-width: 302px;
	border-radius: 10px;
	background-color: #fff;
	padding: 24px 39px;
}

.guide_dialog-mobile--tab-list {
	padding-left: 0;
	margin-bottom: 0;
}

.guide_dialog-mobile--tab-list .guide_dialog-mobile--tab-item {
	margin-top: 24px;
	margin-bottom: 0;
}

.guide_dialog-pc--tab-back-btn {
	font-family: var(--fonts);
	font-size: 18px;
	font-weight: 500;
	color: #000;
	width: 80px;
	display: flex;
	align-items: center;
	height: 27px;
	vertical-align: top;
	margin-bottom: 25px;
	cursor: pointer;
}

.guide_dialog-pc--tab-back-btn::before {
	content: '<';
	display: inline-block;
	transform: scale(0.8, 1.5);
	position: relative;
	top: -2px;
	margin-right: 20px;
}

.tab_content-mobile--instructions-option {
	font-family: var(--fonts);
	font-size: 15px;
	color: #000;
}

.tab_content-mobile--instructions-option p {
	margin-bottom: 16px;
}

.tab_content-mobile--btns {
	margin-top: 40px;
	color: #fff;
}

.tab_content-mobile--btns .tab_content--btn {
	text-align: center;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.guide_dialog--wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.guide_dialog--wrapper .guide_dialog-mobile {
		margin-top: 0;
	}
}

.hidden {
	display: none !important;
}

.download_app--btn-wrapper {
	margin-bottom: 10px;
}

.download_game--info p {
	margin-bottom: 0;
	font-size: 14px;
}

.detail-container {
	display: flex;
	justify-content: center;
}

.detail-game-content {
	flex: 1;
}

.detail-container {
	display: flex;
	justify-content: center;
}

.detail-game-content {
	flex: 1;
}

.pc-detail-hot-game {
	width: 260px;
	margin-left: 45px;
}

.detail-hot-game-title {
	font-size: 18px;
	color: #000;
	padding-left: 3px;
}

.detail-hot-game-info {
	border-radius: 15px;
	overflow: hidden;
	display: block;
}

.hot-game-bg {
	width: 100%;
	background-color: #f2f2f2;
}

.hot-game-bg img {
	width: 100%;
}

.hot-game {
	width: 100%;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 6%);
	background-color: #f2f2f2;
	height: 85px;
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.hot-name-icon {
	width: 56px;
	height: 56px;
	border-radius: 18px;
	border: solid 3px #dedede;
	max-width: none;
	overflow: hidden;
	margin-right: 10px;
}

.hot-name-icon img {
	width: 100%;
	height: 100%;
}

.hot-game-title {
	font-weight: 600;
	font-size: 15px;
	color: #000;
}

.hot-game-version {
	font-size: 12px;
	color: #6c757d;
	margin-top: 2px;
}

.hot-game-tag {
	font-size: 12px;
	height: 20px;
	background-color: #FE8401;
	text-align: center;
	border-radius: 11px;
	margin: 3px 0;
	padding: 1px 10px;
	color: #fff;
}

.mobile-detail-hot-game {
	display: none;
}

@media (max-width: 991px) {
	.pc-detail-hot-game {
		display: none;
	}

	.detail-container {
		display: block;
	}

	.mobile-detail-hot-game {
		display: block;
	}

	.detail-hot-game-title {
		margin: 24px 6px 12px;
	}

	.detail-hot-game-info {
		border-radius: 1rem;
		display: block;
	}

	.detail-hot-game-info img {
		width: 100%;
	}

	.detail-hot-game-divider {
		margin-top: 24px;
		margin-bottom: 24px;
		width: 100%;
		height: 1px;
		background-color: #21242f;
	}
}

div.swiper {
	position: relative;
	margin: 30px 10px;
	overflow: hidden;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-slide {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.swiper-slide img {
	width: 100%;
}

.swiper-slide .game_info {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	color: #fff;
}

.swiper-slide .game_hot--btn {
	background-color: #49ff4a;
	color: #000;
	display: inline-block;
	margin-right: 10px;
	padding: 1px 8px;
	border-radius: 15px;
}

.swiper-pagination {
	bottom: 20px !important;
}

.swiper .mobile_img--url {
	display: none;
}

@media (max-width: 991px) {
	div.swiper {
		margin: 10px 0;
	}

	.swiper .pc_img--url {
		display: none;
	}

	.swiper .mobile_img--url {
		display: inline-block;
	}

	.swiper-slide {
		border-radius: 10px;
	}

	.swiper-slide .game_info {
		font-size: 12px;
	}

	.swiper-slide .game_hot--btn {
		padding: 0 8px;
	}

	.swiper-pagination {
		bottom: 10px !important;
	}
}

.wp-detail-html h2, .wp-detail-html h3 {
	text-align: center;
	font-family: var(--fonts);
}

.wp-detail-html h2 {
	font-size: 1.75rem;
	line-height: 1.321;
}

.wp-detail-html h3 {
	font-size: 1.3125rem;
	line-height: 1.143;
}

.wp-detail-html p {
	margin: 1.5rem 0;
}

.detail-donate-us {
	display: flex;
	align-items: center;
	color: #FC5E8A;
	cursor: pointer;
	user-select: none;
}

.detail-donate-us > span:first-child {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background-color: #FC5E8A;
	border-radius: 50%;
	margin-right: 3px;
}

.detail-donate-us > span:first-child > svg {
	width: 15px;
	height: 15px;
}

.fixed-donate-us {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 155px;
	right: 25px;
	width: 45px;
	height: 45px;
	background-color: #FC5E8A;
	border-radius: 50%;
	z-index: 999999;
	cursor: pointer;
}

@media (max-width: 991px) {
	.fixed-donate-us {
		bottom: 215px;
	}
}

.fixed-donate-us > svg {
	width: 25px;
	height: 25px;
}

.fixed-donate-us-modal-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	background-color: rgba(0, 0, 0, .1);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.fixed-donate-us-modal {
	background-color: white;
	border-radius: 8px;
}

.fixed-donate-us-modal-header {
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
}

.fixed-donate-us-modal-header-desc {
	text-align: center;
	font-size: 14px;
	margin: 20px auto;
	max-width: 560px;
}

.fixed-donate-us-modal-donate-item-wrapper {
	display: flex;
	justify-content: space-between;
	height: 50px;
	width: 260px;
	margin: 15px auto;
}

.fixed-donate-us-modal-donate-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	border: 3px solid rgba(0, 0, 0, .1);
	background-color: white;
	cursor: pointer;
	user-select: none;
}

.fixed-donate-us-modal-donate-item.active {
	background-color: #FE8403;
	border: none;
	color: white;
}

.fixed-donate-us-modal-icon {
	text-align: center;
	margin-top: 60px;
	padding: 15px 0;
}

@media (max-width: 992px) {
	.fixed-donate-us-modal-icon {
		margin-left: -16px;
		margin-right: -16px;
	}
}

.fixed-donate-us-modal-icon > svg {
	height: 155px;
}

.fixed-donate-us-modal-desc {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.fixed-donate-us-modal-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	width: 250px;
	color: white;
	background-color: #FE8403;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	font-size: 18px;
	line-height: 30px;
	margin: 20px auto 10px auto;
	cursor: pointer;
	user-select: none;
}

.fixed-donate-us-modal-btn > svg {
	height: 25px;
	width: 25px;
}

.detail-donate-btn {
	color: white;
	background-color: #FC5E8A;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}

.donate-item-custom-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.donate-item-custom {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 3px solid rgba(0, 0, 0, .1);
	background-color: white;
	cursor: pointer;
	user-select: none;
	min-width: 112px;
	height: 50px;
}

.donate-item-custom.active {
	border-color: white;
	cursor: text;
	color: white;
	background-color: #FE8403;
}

#donate-item-custom-input {
	display: none;
	;background-color: transparent;
	border: none;
	outline: none;
	width: 50px;
	color: white;
}

.donate-item-custom.active > #donate-item-custom-input {
	text-align: center;
	display: inline-block;
}

.donate-email-wrapper, .donate-nickname-wrapper {
	width: 260px;
	margin: 20px auto;
	font-size: 13px;
}

.donate-email-desc, .donate-nickname-desc {
	width: 100%;
	margin: 0;
}

.donate-email-warning {
	color: red;
	font-size: 10px;
	margin: 5px 5px 0;
	line-height: 1.25;
}

.donate-input {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	border-radius: 8px;
	border: 3px solid rgba(0, 0, 0, .1);
}

.donate-desc-content {
	width: 75%;
	max-width: 560px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 22px;
}

.donate-result-processing {
	margin-top: 90px;
	margin-bottom: 60px;
}

.donate-result-processing > p {
	width: 90%;
}

.donate-result-completed-content {
	margin-bottom: 30px;
}

.donate-result-completed-content > p {
	width: 90%;
}

.donate-sub-menu {
	margin: 20px 0 30px;
	padding: 6px 5%;
	display: flex;
	justify-content: space-between;
	background-color: #d8d8d8;
}

.donate-sub-menu-item {
	cursor: pointer;
}

.donate-sub-menu-item > span {
	margin: 0 5px;
	vertical-align: middle;
}

#donate-popup {
	position: fixed;
	bottom: 220px;
	right: 10px;
	width: 90%;
	max-width: 350px;
	padding: 10px 25px;
	z-index: 100;
	display: none;
	background: rgba(251, 94, 137, 0.96);
	border-radius: 15px;
}

#donate-popup::after {
	content: "";
	position: absolute;
	right: 28px;
	bottom: -15px;
	width: 0;
	height: 0;
	z-index: -1;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: rgba(251, 94, 137, 0.96) transparent transparent transparent;
}

@media (max-width: 991px) {
	#donate-popup {
		bottom: 280px;
	}
}

.fade-out-animated {
	-webkit-animation: fadeOut 0.5s both;
	-moz-animation: fadeOut 0.5s both;
	animation: fadeOut 0.5s both;
}

#donate-prompt-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99999;
	background-color: rgba(0,0,0,0.4);
}

.donate-prompt {
	width: 60%;
	max-width: 600px;
	margin: 180px auto 0;
	background-color: #fff;
	border-radius: 12px;
}

.donate-prompt-header {
	padding: 15px 20px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}

.donate-prompt-content {
	padding: 5px 20px 10px;
}

.donate-prompt-content > p {
	margin: 16px auto 20px;
	line-height: 28px;
}

#donate-prompt-close-icon {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	cursor: pointer;
}

footer div.bg-dark {
	background-color: var(--color_background_ft)!important;
}

footer div.bg-dark a {
	color: var(--color_link_footers)!important;
}

h4.accordion-title {
	background-color: var(--color_button)!important;
	color: #fff !important;
	font-size: 1rem;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	padding-bottom: .5rem !important;
	padding-top: .5rem !important;
	border-radius: .25rem !important;
}

.btn-primary {
  color: var(--putih);
  background-color: var(--color_button)!important;
  border-color: var(--color_button)!important;
}