.text-gakeslab {
	color: #1b8415;
}

.top-navbar .container h2.title-home {
	text-align: center;
	color: #1b8415;
	font-size: 2.5rem;
}

.top-navbar .container h5.subtitle-home {
	text-align: center;
	color: #8f8f8f;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.top-navbar .container h2.title-home {
		text-align: center;
		color: #1b8415;
		font-size: 2rem !important;
	}
	.top-navbar .container h5.subtitle-home {
		text-align: center;
		color: #8f8f8f;
		font-size: 0.75rem !important;
	}
}

@media screen and (max-width: 450px) {
	.top-navbar .container h2.title-home {
		text-align: center;
		color: #1b8415;
		font-size: 1.5rem !important;
	}
}

.navbar-container .nav-discount .content .change-lang img {
	max-width: 1.5rem;
}

.fs-8 {
	font-size: 0.75rem;
}

.add-footer .social-links a {
	font-size: 17px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	color: #1b8415;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-margin-end: 5px;
	margin-inline-end: 5px;
}

.add-footer .social-links a:hover {
	background-color: #1b8415;
	color: #fff;
	border: 1px solid #fff !important;
}

.add-footer .social-links a:active {
	background-color: #1b8415;
	color: #fff;
	border: 1px solid #fff !important;
}

.footer-style2 .info .gakeslab-logo {
	display: flex;
}

.footer-style2 .info .gakeslab-logo .foot-subtitle {
	align-self: center;
	color: #3e4d61;
	margin-left: 15px;
}

.footer-style2 .info .gakeslab-logo .foot-subtitle span {
	font-weight: 700;
	letter-spacing: 0.125em;
}

.footer-style2 .info .gakeslab-logo .foot-subtitle p {
	font-size: 10px;
	margin: 0;
}

.footer-style2 .info .foot-desc {
	color: #787a7a;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}

.card-image {
	background-color: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px; /* Mengatur ruang di sekitar gambar */
}

.card-image img {
	max-width: 100%;
	height: auto;
}

.card-footer {
	text-align: center;
}

.card-container {
	background-color: #1b8415;
	border-radius: 15px;
	padding: 2rem;
	margin-bottom: 50px;
}

div.coin-base,
.time-left,
.card-attribute {
	display: flex;
	align-items: center;
	padding: 1em 0;
}

.card-attribute {
	padding-bottom: 1.5em;
	border-top: 2px solid #fff;
}

a.hero-image-container {
	position: relative;
	display: block;
}

.small-image {
	width: 1.2em;
	margin-right: 0.5em;
}

.small-avatar {
	width: 2em;
	border-radius: 200px;
	outline: 2px solid white;
	margin-right: 1.4em;
}

div.attribution {
	margin: 0 auto;
	width: 100%;
	font: var(--var-para);
	text-align: center;
	padding: 1.5em 0 4em 0;
	color: var(--var-line-dark);
}
.attribution a {
	color: var(--var-soft-blue);
}

@media (min-width: 600px) {
	body {
		font-size: 18px;
	}
}

.member-card {
	background-color: #eeeeee;
	text-align: center;
	padding: 15px;
	box-shadow:
		20px 20px 20px darken(#eeeeee, 2%),
		-20px -20px 20px lighten(#eeeeee, 2%);
	margin-bottom: 30px;
}

.member-card .ilustration {
	margin: 30px;
}

.member-card .ilustration img {
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow:
		20px 20px 20px darken(#eeeeee, 2%),
		-20px -20px 20px lighten(#eeeeee, 2%);
}

.member-card h6.member-title {
	line-height: 2.2rem;
	color: #1b8415;
	font-weight: bold;
	margin: 30px 0;
}

.member-card .btn-member {
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 25px;
	color: white;
	border: 0;
	margin: 30px 0;
	outline: none;
	background-color: #1b8415;
	transition: ease all 0.3s;
	cursor: pointer;
	font-size: 0.8125rem;
}

.member-card .btn-member:hover {
	box-shadow:
		20px 20px 20px
			darken(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.1), 2%),
		-20px -20px 20px
			lighten(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.1), 2%);
	transform: translateY(-3px);
}

.member-card .btn-member:active {
	transform: scale(0.9);
	box-shadow:
		inset -1px -1px 3px
			darken(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.3), 2%),
		-20px -20px 20px
			lighten(rgba(red(#81c784), green(#81c784), blue(#81c784), 0), 2%);
}

.tc-post-grid-default .item .img .tags {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 13px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	-webkit-margin-end: 15px;
	margin-inline-end: 15px;
	margin-bottom: 15px;
	text-transform: capitalize;
	z-index: 5;
	text-transform: uppercase;
}

.card {
	box-shadow:
		0 0 1px rgba(0, 0, 0, 0.125),
		0 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
}

.card-gakeslab.card-outline {
	border-top: 3px solid #1b8415;
}

.card .hot-trends-tabs-style1 .links .link {
	font-size: 13px;
	padding: 5px 7px;
	background-color: #1b8415;
	color: #fff;
	-webkit-margin-end: 15px;
	margin-inline-end: 15px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.brd-gakeslab {
	border-color: #1b8415 !important;
}

.bg-f8f8f8 {
	background-color: #f8f8f8;
}

.bg-gakeslab {
	background-color: #1b8415 !important;
	color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #1b8415 !important;
}

.product-image.blur {
	filter: blur(8px);
	transition: filter 0.3s ease;
}

.card-anggota {
	padding: 20px;
	background-color: #eff2f5;
	margin-bottom: 40px;
}
.card-anggota .img {
	margin-bottom: 10px;
}
.card-anggota .info .spon-cat {
	color: #1b8415;
	font-size: 13px;
	margin-top: 10px;
}
.card-anggota .info .title {
	font-size: 18px;
	margin-bottom: 20px;
}
.card-anggota .info .btn-member {
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 25px;
	color: white;
	border: 0;
	margin: 30px 0;
	outline: none;
	background-color: #1b8415;
	transition: ease all 0.3s;
	cursor: pointer;
	font-size: 0.8125rem;
}

.card-anggota .info .btn-member:hover {
	box-shadow:
		20px 20px 20px
			darken(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.1), 2%),
		-20px -20px 20px
			lighten(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.1), 2%);
	transform: translateY(-3px);
}

.card-anggota .info .btn-member:active {
	transform: scale(0.9);
	box-shadow:
		inset -1px -1px 3px
			darken(rgba(red(#81c784), green(#81c784), blue(#81c784), 0.3), 2%),
		-20px -20px 20px
			lighten(rgba(red(#81c784), green(#81c784), blue(#81c784), 0), 2%);
}

.card-member {
	background-color: #eff2f5;
	margin-bottom: 30px;
}

.card-member .card-img {
	padding: 10px;
	align-items: center;
	display: flex;
	height: 190px;
	justify-content: center;
	margin-top: 30px;
	width: 190px;
}

.card-member .card-img img.card-img-top {
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow:
		20px 20px 20px darken(#eeeeee, 2%),
		-20px -20px 20px lighten(#eeeeee, 2%);
}

.card-member .card-body .card-title {
	color: #1b8415 !important;
	font-weight: 600 !important;
}

.card-member .card-body .card-text {
	padding: 20px;
}

.card-member .card-footer {
	background-color: #eff2f5;
	color: #1b8415;
	border-top: 1px solid #1b8415;
}
