.slot-game .slot-game__container .slot-game__search-cont .game-search {
	background: #fff;
	border: 2px solid #0c0c0c;
	height: 35px;
	border-radius: 30px;
	padding: 10px 10px;
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	-webkit-box-shadow:
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.25),
		inset 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
	box-shadow:
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.25),
		inset 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.slot-game
	.slot-game__container
	.slot-game__search-cont
	.game-search
	.form-control-sm {
	background: transparent;
	border: none;
	outline: none;
	width: 130px;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.slot-game
	.slot-game__container
	.slot-game__search-cont
	.game-search
	.search-btn
	i {
	color: #333333;
}

@media screen and (max-width: 768px) {
	.slot-game .slot-game__container .slot-game__search-cont .game-search {
		height: 28px;
	}

	.slot-game
		.slot-game__container
		.slot-game__search-cont
		.game-search
		.form-control-sm {
		font-size: 12px;
	}

	.slot-game
		.slot-game__container
		.slot-game__search-cont
		.game-search
		.search-btn
		i {
		font-size: 12px;
	}
}

#bankDetail .popup-bank-detail .bank-detail-header {
	text-align: center;
}

#bankDetail .popup-bank-detail .bank-detail-header h4 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #ffc141;
}

#bankDetail .popup-bank-detail .add-bank-form {
	display: none;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont {
	margin-bottom: 10px;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont .title {
	font-size: 12px;
	margin-bottom: 2px;
}

#bankDetail .popup-bank-detail .add-bank-form .add-bank-cont .form-control-sm {
	width: 100%;
	font-size: 12px;
}

#bankDetail .popup-bank-detail .bank-button {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bankDetail .popup-bank-detail .bank-button .btn-custom-sm {
	width: 100%;
	cursor: pointer;
	text-align: center;
	margin: 0px 10px;
}

.freebet .freebet__holder {
	color: #ffffff;
}

.maintenance_page {
	background: #000;
}

.maintenance_contain {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 15px;
	border: 2px solid #8a8a8a;
}

.maintenance_contain img {
	width: auto;
	max-width: 100%;
}

.maintenance_page .maintenance_contain .pp-infobox-title-prefix {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

.maintenance_page .maintenance_contain .pp-infobox-title {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	word-break: break-word;
}

.maintenance_page .maintenance_contain .pp-infobox-description {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.maintenance_page .maintenance_contain .pp-infobox-description p {
	margin: 0;
}

.maintenance_page .maintenance_contain .title-text.pp-primary-title {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 50px;
	margin-bottom: 0;
}

.post .post__container .main-post .post-content .table {
	overflow-x: auto;
}

.post .post__container .main-post .post-content table {
	border: 2px solid #fff;
}

.home .home__seo .seo-content .table {
	overflow-x: auto;
}

.home .home__seo .seo-content table {
	border: 2px solid #fff;
}

.home .mobile__seo .seo-mobile .seo-mob-content .table {
	overflow-x: auto;
}

.home .mobile__seo .seo-mobile .seo-mob-content table {
	border: 2px solid #fff;
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@keyframes animate-positive {
	0% {
		width: 0%;
	}
}

table.dataTable thead th {
	padding: 10px 8px;
	color: var(--secondary-color);
	background: var(--title-color);
	border: #000;
}

table.dataTable tbody td {
	padding: 5px 5px;
}

table.dataTable tbody .dtr-details {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.bonus .dataTables_wrapper .dataTables_filter {
		text-align: right !important;
	}

	.modal-dialog {
		margin: 1.5rem;
	}
}

.home .mobile__games .games-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap: 10px;
}

.home .mobile__games .games-button .btn-custom-sm {
	border-radius: 25px;
	box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
	padding: 2px 10px;
}

#voucherModal .popup-voucher .voucher-header {
	text-align: center;
}

#voucherModal .popup-voucher .voucher-header h4 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #ffc141;
}

#voucherModal .popup-voucher .voucher-label {
	font-size: 12px;
	margin-bottom: 2px;
}

#voucherModal .popup-voucher .voucher-details {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-input {
	width: 100%;
}

#voucherModal
	.popup-voucher
	.voucher-details
	.voucher-details-input
	.form-control-sm {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#voucherModal .popup-voucher .voucher-details .voucher-details-scan {
	position: relative;
}

@media screen and (max-width: 961px) {
	#voucherModal .popup-voucher .voucher-details .voucher-details-scan {
		display: none;
	}
}

#voucherModal
	.popup-voucher
	.voucher-details
	.voucher-details-scan
	.btn-custom-sm {
	padding: 8px 12px;
	margin-left: 8px;
	display: flex;
	align-items: center;
}

#voucherModal
	.popup-voucher
	.voucher-details
	.voucher-details-scan
	.btn-custom-sm
	i {
	font-size: 18px;
}

#voucherModal
	.popup-voucher
	.voucher-details
	.voucher-details-scan
	#qr-input-file {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 7px;
	z-index: 1;
}

#voucherModal .popup-voucher #error-message {
	font-size: 14px;
	color: #ffa0a0;
}

@media screen and (min-width: 961px) {
	#voucherModal .popup-voucher #reader {
		display: none;
	}
}

#voucherModal .popup-voucher #reader {
	border: 0 !important;
	width: 250px;
	margin: auto;
}

#voucherModal .popup-voucher #reader #reader__scan_region {
	min-height: auto !important;
}

#voucherModal .popup-voucher #reader #reader__scan_region #qr-canvas-visible {
	display: none !important;
}

#voucherModal .popup-voucher #reader #reader__scan_region br {
	display: none;
}

#voucherModal .popup-voucher #reader #reader__scan_region img {
	display: none;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section {
	padding-top: 0 !important;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section button {
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	background: #ffc141;
	color: #000;
	border: 0;
	position: relative;
	top: 8px;
}

#voucherModal
	.popup-voucher
	#reader
	#reader__dashboard_section
	#reader__dashboard_section_csr {
	margin-top: 10px;
}

#voucherModal
	.popup-voucher
	#reader
	#reader__dashboard_section
	#reader__dashboard_section_fsr
	input {
	border: 1px solid #5e5e5e !important;
	width: 100% !important;
}

#voucherModal
	.popup-voucher
	#reader
	#reader__dashboard_section
	#reader__dashboard_section_fsr
	span {
	display: none !important;
}

#voucherModal .popup-voucher #reader #reader__dashboard_section_swaplink {
	text-decoration: underline !important;
	position: relative;
	top: 13px;
	color: #ffc141;
	font-weight: 500;
}

#voucherModal .popup-voucher #reader div:first-child img {
	display: none;
}

#voucherModal .popup-voucher .voucher-button {
	text-align: center;
	margin-top: 15px;
}

.header .header__top .header-icons .voucher-button {
	padding: 2px 12px;
	margin-right: 14px;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
}

.sidenav .sidenav__header-game .sidenav__header-voucher {
	text-align: center;
	margin-top: 10px;
}

.sidenav .sidenav__header-game .sidenav__header-voucher .voucher-button {
	padding: 2px 12px;
	margin-right: 14px;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
}

@keyframes beat {
	to {
		transform: scale(1.2);
	}
}

.game-item-new {
	animation: beat 0.25s infinite alternate !important;
	transform-origin: center;
}

.game .game__list .game-list-container .game-holder {
	position: relative;
}

.new-provider {
	position: absolute;
	top: 5px;
	left: 80%;
	animation: beat 0.25s infinite alternate;
}

figure.media div[data-oembed-url] {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.table-dataTable .dataTable tbody td .table-status {
		width: 70px;
		font-size: 10px;
		padding: 3px;
	}
}

.home .mobile__category .category-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 0;
}

.home .mobile__category .category-container a {
	margin: 0 3px 6px;
}

.home .mobile__category .category-container .category-item {
	min-width: 82px;
}

#categoryProvModal .popup-category-modal .category-modal-header {
	text-align: center;
}

#categoryProvModal .popup-category-modal .category-modal-header h4 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #ffc141;
}

#categoryProvModal .popup-category-modal .category-modal-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#categoryProvModal .popup-category-modal .category-modal-container a {
	margin: 0 3px 6px;
}

#categoryProvModal
	.popup-category-modal
	.category-modal-container
	.category-item {
	min-width: 82px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
	border-radius: 15px;
	padding: 10px 5px 8px;
	height: 100%;
}

#categoryProvModal
	.popup-category-modal
	.category-modal-container
	.category-item
	.icon
	img {
	height: auto;
	filter: invert(1);
}

#categoryProvModal
	.popup-category-modal
	.category-modal-container
	.category-item
	.name {
	font-size: 11px;
	font-weight: 700;
	margin-top: 7px;
	color: #ffc141;
	text-transform: uppercase;
}

#categoryProvModal .popup-category-modal .category-button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

#categoryProvModal .popup-category-modal .category-button a {
	margin: 0 10px;
	min-width: 110px;
	border-radius: 50px;
	text-align: center;
}

.help .help__content .tab-content .help-accordion .card .card-body img {
	width: 100%;
}

.home
	.home__menu
	.menu-container
	.menu-right
	.menu-slider
	.slider-provider-title {
	width: max-content !important;
}

.post .post__container .other-post .other-item .img img {
	object-fit: contain !important;
}

.card-trasparant {
	background: transparent;
}

.arrow__footer {
	width: 15px;
	border: solid white;
	border-width: 0 5px 5px 0;
	padding: 9px;
	align-items: center;
	text-align: center;
	position: absolute;
	margin-top: -30px;
	left: 50%;
	filter: drop-shadow(1px 1px 1px black);
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.footer-mobile .footer-item .footer-title {
	text-overflow: ellipsis;
	overflow: hidden;
	align-items: center;
	max-width: 65px;
	margin: auto;
}
.sidenav .header-flag {
	position: absolute;
	bottom: 20px;
	left: 25%;
}

.scan-amount {
	background: #0000007d;
	padding: 10px;
	border-radius: 10px;
}
.scan-img {
	padding: 10px;
	margin: auto;
}
.scan-img > img {
	width: 100%;
	max-width: 400px;
	padding: 5px;
	border: 3px solid #0000007d;
}
.payment-accept {
	margin-top: 20px;
}

.flip-card {
	position: relative;
	transition: transform 0.6s;
	/* transform-style: preserve-3d; */
}
.flip-card.active {
	transform: rotateY(180deg);
}

.flip-front,
.flip-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-front {
	display: block;
}

.flip-back {
	display: none;
	transform: rotateY(180deg);
}
.swal2-icon {
	color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
}
.swal2-show {
	background: var(--footer-color) !important ;
}
.swal2-content {
	color: var(--page-text) !important ;
}

.swal2-confirm {
	background: var(--secondary-color) !important;
	color: var(--footer-color) !important ;
}

.input-group-text {
	border-radius: 50px;
}

.form-control.is-valid {
	background-position: right calc(1.375em + 0.1875rem) center;
}

.button-detail-event {
	color: var(--header-color);
	background-color: var(--secondary-color);
	width: 100%;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	text-align-last: left;
}

.collapse {
	background-color: var(--header-color);
	padding: 10px;
}

.breadcrumb-container {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #0000005e;
	padding: 5px;
	border-radius: 5px;
}

.breadcrumb-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-left: 5px;
}

.breadcrumb-item {
	margin-right: 5px;
}

.breadcrumb-link {
	text-decoration: none;
	color: #c4c4c4;
	font-weight: bold;
	transition: color 0.3s ease;
}

.breadcrumb-link:hover {
	color: #0059ff;
}

/* Optional: Add a separator between breadcrumb items */
.breadcrumb-item:not(:last-child)::after {
	content: "";
	margin-left: 1px;
	margin-right: 1px;
	color: #757575;
}

/* Optional: Style the current page differently */
.breadcrumb-item:last-child .breadcrumb-link {
	color: #e0e400;
	pointer-events: none; /* Disable link for the current page */
}

label.btn.btn-default {
	padding: 7px 15px;
	min-width: 100px;
	margin-bottom: 10px !important;
}

label.btn.btn-outline-success,
label.btn.btn-outline-success:active,
label.btn.btn-outline-success:focus {
	border: 1px solid #f4aa32;
	color: #ffff;
	border-radius: 20px;
	background-color: #404040;
	margin-bottom: 5px !important;
}

label.btn.btn-outline-success input[type="radio"] {
	display: none;
}

span.btn.my-1.btn-secondary {
	color: var(--title-color);
	background: var(--secondary-color) !important;
	border-color: #f4aa32;
	border-radius: 20px;
	max-height: 40px;
	padding: 5px 0px;
	font-size: 14px;
}

span.btn.my-1.btn-outline-secondary {
	border: 1px solid var(--secondary-color);
	color: var(--c-white);
	border-radius: 20px;
	background-color: var(--title-color);
	max-height: 40px;
	padding: 5px 0px;
	font-size: 14px;
}

.gradient-background {
	background: linear-gradient(to right, #f5eab7, #f4aa32) !important;
	color: #000 !important;
	border-color: #f4aa32;
	border-radius: 20px;
}

p.minmaxdep {
	font-size: 12px;
}

label.btn.btn-outline-success:not(:disabled):not(.disabled).active,
label.btn.btn-outline-success:not(:disabled):not(.disabled):active,
.show > label.btn.btn-outline-success.dropdown-toggle {
	color: #000 !important;
	background: linear-gradient(to right, #f5eab7, #f4aa32) !important;
	border-color: #f4aa32;
}

span.badge.badge-danger.cstm-danger {
	float: right;
	margin-top: 5px;
}

.btn-close.amnt-close {
	padding: 0;
	border: 2px solid;
	border-radius: 50px;
	width: 18px;
	font-size: 10px;
	position: absolute;
	top: -4px;
	right: -2px;
	color: #fff;
	text-align: center;
	z-index: 999;
	cursor: pointer;
}

.btn-amount {
	padding: 10px 10px;
	width: 100%;
	font-size: 18px;
}

.button-deposit {
	position: relative;
	min-width: 17.5%;
	margin: 0px 10px 0px 0px;
}

@media (max-width: 768px) {
	.btn-amount {
		position: relative;
		padding: 10px 10px;
		min-width: 30%;
		font-size: 16px;
	}
	.button-deposit {
		position: relative;
		min-width: 21.5%;
		margin: 0 5px;
	}
}

.field-0 {
	padding: 0px;
}

@media screen and (max-width: 767px) {
	#depositHistoryTable thead,
	#depositHistoryTable tbody,
	#depositHistoryTable tr,
	#depositHistoryTable td,
	#depositHistoryTable th {
		display: block;
	}
	#depositHistoryTable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#depositHistoryTable tr {
		border-radius: 10px;
		margin-bottom: 10px;
		padding: 3px;
		font-weight: 800;
		position: relative;
	}
	#depositHistoryTable tr.approved {
		border: 2px solid green;
	}
	#depositHistoryTable tr.approved::after {
		content: "Approved";
		display: inline-block;
		background-color: green; /* Red color for rejected status */
		color: white;
		font-size: 12px;
		padding: 2px 6px;
		border-radius: 0px 5px 0px 5px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#depositHistoryTable tr.pending {
		border: 2px solid orange;
	}
	#depositHistoryTable tr.pending::after {
		content: "Pending";
		display: inline-block;
		background-color: orange; /* Red color for rejected status */
		color: white;
		font-size: 12px;
		padding: 2px 6px;
		border-radius: 5px;
		position: absolute;
		top: 0;
		right: 0;
	}
	#depositHistoryTable tr.rejected {
		border: 2px solid red;
	}
	#depositHistoryTable tr.rejected::after {
		content: "Rejected";
		display: inline-block;
		background-color: #dc3545; /* Red color for rejected status */
		color: white;
		font-size: 12px;
		padding: 2px 6px;
		border-radius: 5px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#depositHistoryTable td {
		position: relative;
		padding-left: 50%;
		text-align: left;
		border: none;
	}
	#depositHistoryTable td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-title);
		font-weight: bold;
	}
}

.center {
	display: flex;
	justify-content: center;
}
.btn-spinwheel {
	z-index: 99;
	position: fixed;
	bottom: 95px;
	left: 15px;
}

.btn-spinwheel img {
	max-width: 80px;
}

.announcement-content .title-welcome {
	font-size: 24px;
	text-align: center;
	font-weight: 800;
	color: #129900;
}

.announcement-content .content-welcome {
	text-align: center;
}

.modal-content.custom-regis {
	background-color: #ffffffd6;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 0rem;
	border-bottom-left-radius: rem;
}

.modal-dialog.custom-regis {
	top: 30%;
}

.header-image {
	width: 100%;
	position: absolute;
	top: -120px;
	animation: beat 2s infinite alternate;
}

@media screen and (max-width: 768px) {
	.header-image {
		top: -70px;
	}
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
	background-color: transparent !important;
}

@media screen and (max-width: 540px) {
	.slot-game .slot-game__container .slot-game-list {
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	}
	.slot-game
		.slot-game__container
		.slot-game-list
		.slot-game-item
		.slot-game-tag
		.info {
		font-size: 8px;
	}
	.slot-game
		.slot-game__container
		.slot-game-list
		.slot-game-item
		.slot-game-name
		.name {
		font-size: 11px;
	}
}

.transaksi .component-tab-content .transaksi-info .info-content {
	display: block !important;
}

.header .header__mid .header-forgot .mid-login img {
	height: 1.7em;
}
#loginModal .modal-content .mid-login {
	padding-top: 10px !important;
}
#loginModal .modal-content .mid-login img {
	height: 2em;
}
.profile__tab
	.profile-tab__holder.my-account
	.my-account__holder.my-account__info {
	display: flex;
	flex-direction: column;
}

.profile__tab
	.profile-tab__holder.my-account
	.my-account__holder.my-account__info
	a {
	margin-bottom: 5px !important;
	width: 100%;
}

.profile__tab
	.profile-tab__holder.my-account
	.my-account__holder.my-account__info
	a
	img {
	height: 1.2em !important;
}

/*member lv*/
.member-lv {
	background-color: #091b29;
	min-height: 100vh;
	color: #fff;
	padding: 20px 0;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.header-member {
	padding: 30px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 40px;
}
.user-level,
.username {
	font-family: Bayon, Helvetica;
	margin: 0;
	line-height: 1;
}
.header-member-content {
	display: flex;
	align-items: center;
	gap: 60px;
}
.user-info {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.tier-item,
.user-details {
	flex-direction: column;
	display: flex;
}
.user-badge {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.user-details {
	gap: 5px;
}
.user-level {
	font-size: 36px;
	color: #ef9774;
}
.progress-text,
.username {
	font-size: 14px;
	color: #fff;
}
.progress-note,
.progress-text {
	font-family: "Barlow Condensed", Helvetica;
	font-style: italic;
}
.progress-section {
	flex: 1;
	min-width: 0;
}
.progress-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.progress-icon {
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.progress-bar {
	width: 100%;
	height: 25px;
	background-color: #fff;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}
.table-wrapper,
.tier-scroll-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	width: 100%;
	scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
.progress-fill {
	width: 10%;
	height: 100%;
	background-color: #ed9574;
	border-radius: 50px;
	transition: width 0.3s;
}
.progress-note {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}
.nav-arrow,
.nav-arrow:disabled:hover {
	background: rgba(9, 27, 41, 0.95);
	color: rgba(239, 151, 116, 0.8);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.vip-tiers {
	padding: 40px 0;
	margin-bottom: 40px;
}
.tier-navigation {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
.nav-arrow {
	border: 1px solid rgba(239, 151, 116, 0.3);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
	flex-shrink: 0;
	z-index: 10;
	backdrop-filter: blur(10px);
}
.nav-arrow svg {
	width: 18px;
	height: 18px;
}
.nav-arrow:hover {
	background: rgba(239, 151, 116, 0.2);
	border-color: rgba(239, 151, 116, 0.8);
	color: #ef9774;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(239, 151, 116, 0.4);
}
.nav-arrow:active {
	transform: scale(0.95);
}
.nav-arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.nav-arrow:disabled:hover {
	border-color: rgba(239, 151, 116, 0.3);
	transform: scale(1);
}
.tier-scroll-wrapper {
	overflow-y: hidden;
	scroll-behavior: smooth;
	padding: 0 60px;
}
.tier-scroll-wrapper::-webkit-scrollbar {
	height: 8px;
}
.tier-scroll-wrapper::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}
.tier-scroll-wrapper::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
.tier-scroll-wrapper::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.5);
}
.tier-cards {
	display: flex;
	gap: 30px;
	padding-bottom: 20px;
	min-width: min-content;
}
.tier-item {
	align-items: center;
	gap: 20px;
	min-width: 200px;
	cursor: pointer;
	transition: transform 0.3s;
}
.tier-item:hover {
	transform: translateY(-5px);
}
.tier-item.active .tier-card {
	box-shadow: 0 0 30px rgba(239, 151, 116, 0.8);
	transform: scale(1.05);
}
.tier-item.active .tier-title {
	color: #ef9774;
	text-shadow: 0 0 10px rgba(239, 151, 116, 0.5);
}
.tier-card {
	position: relative;
	padding: 40px 20px;
	border-radius: 20px;
	text-align: center;
	width: 200px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.tier-level-1 {
	background: linear-gradient(180deg, rgba(163, 44, 34, 0) 0, #a22d19 100%);
}
.tier-level-2 {
	background: linear-gradient(180deg, rgba(180, 60, 45, 0) 0, #af3723 100%);
}
.tier-level-3 {
	background: linear-gradient(180deg, rgba(248, 173, 128, 0) 0, #f89b77 100%);
}
.tier-level-4 {
	background: linear-gradient(180deg, rgba(255, 190, 145, 0) 0, #ffaa82 100%);
}
.tier-level-5 {
	background: linear-gradient(180deg, rgba(119, 116, 177, 0) 0, #5f6cb2 100%);
}
.tier-level-6 {
	background: linear-gradient(180deg, rgba(135, 130, 190, 0) 0, #6e78be 100%);
}
.tier-level-7 {
	background: linear-gradient(180deg, rgba(200, 100, 50, 0) 0, #be5a2d 100%);
}
.tier-level-8 {
	background: linear-gradient(180deg, rgba(222, 129, 50, 0) 0, #dd8138 100%);
}
.tier-level-9 {
	background: linear-gradient(180deg, rgba(235, 145, 70, 0) 0, #e68c41 100%);
}
.tier-level-10 {
	background: linear-gradient(180deg, rgba(80, 50, 180, 0) 0, #412396 100%);
}
.tier-level-11 {
	background: linear-gradient(180deg, rgba(94, 56, 192, 0) 0, #47279f 100%);
}
.tier-level-12 {
	background: linear-gradient(180deg, rgba(110, 70, 210, 0) 0, #5532af 100%);
}
.tier-level-13 {
	background: linear-gradient(180deg, rgba(130, 90, 230, 0) 0, #6941c3 100%);
}
.tier-level-14 {
	background: linear-gradient(180deg, rgba(150, 110, 250, 0) 0, #7d55d7 100%);
}
.tier-level-15 {
	background: linear-gradient(180deg, rgba(170, 130, 255, 0) 0, #9169eb 100%);
}
.tier-image {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.tier-title {
	font-family: Bayon, Helvetica;
	font-size: 24px;
	margin: 0;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}
.member-table th,
.section-title {
	font-weight: 700;
	color: #ffc700;
	font-family: "Barlow Condensed", Helvetica;
}
.table-section {
	padding: 40px 0 60px;
}
.section-title {
	font-size: 48px;
	margin-bottom: 30px;
}
.label-column,
.section-title-row {
	font-weight: 700 !important;
	text-align: left !important;
	z-index: 2 !important;
}
.table-wrapper {
	margin-bottom: 30px;
}
.table-wrapper::-webkit-scrollbar {
	height: 8px;
}
.table-wrapper::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}
.table-wrapper::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.5);
}
.member-table {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
}
.label-column,
.member-table th.label-column,
.member-table th:first-child {
	background-color: #091b29 !important;
	position: sticky !important;
	left: 0 !important;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3) !important;
}
.member-table th {
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 24px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	position: relative;
	transition: 0.3s;
}
.member-table th:first-child {
	z-index: 3 !important;
}
.member-table th.label-column {
	z-index: 3 !important;
	min-width: 160px;
}
.member-table th.active {
	background-color: rgba(239, 151, 116, 0.3);
	box-shadow: 0 0 20px rgba(239, 151, 116, 0.5);
}
.member-table td {
	font-family: "Barlow Condensed", Helvetica;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: 0.3s;
}
.member-table td.active {
	background-color: rgba(239, 151, 116, 0.2);
	box-shadow: inset 0 0 20px rgba(239, 151, 116, 0.3);
	font-weight: 500;
}
.label-column {
	color: #fff !important;
	min-width: 250px !important;
}
.tier-column {
	min-width: 150px;
}
.section-header-member {
	background-color: rgba(255, 199, 0, 0.1);
}
.section-title-row {
	font-family: "Barlow Condensed", Helvetica !important;
	font-size: 28px !important;
	color: #ffc700 !important;
	padding: 25px 20px !important;
	border-top: 2px solid rgba(255, 199, 0, 0.3) !important;
	border-bottom: 2px solid rgba(255, 199, 0, 0.3) !important;
	position: sticky !important;
	left: 0 !important;
	background-color: rgba(9, 27, 41, 0.98) !important;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3) !important;
}
.disclaimer {
	font-family: "Barlow Condensed", Helvetica;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.header-member-content {
		gap: 40px;
	}
	.tier-item {
		min-width: 180px;
	}
	.tier-card {
		width: 180px;
		height: 230px;
	}
	.tier-image {
		width: 120px;
		height: 120px;
	}
	.tier-title {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.header-member-content {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start;
	}
	.progress-section,
	.user-info {
		width: 100%;
	}
	.container {
		padding: 0 15px;
	}
	.nav-arrow {
		width: 36px;
		height: 36px;
	}
	.nav-arrow svg {
		width: 16px;
		height: 16px;
	}
	.user-badge {
		width: 80px;
		height: 80px;
	}
	.user-level {
		font-size: 28px;
	}
	.tier-title,
	.username {
		font-size: 20px;
	}
	.progress-text {
		font-size: 18px;
	}
	.progress-icon {
		width: 30px;
		height: 30px;
	}
	.progress-bar {
		height: 20px;
	}
	.progress-note {
		font-size: 12px;
	}
	.tier-cards {
		gap: 20px;
	}
	.tier-item {
		min-width: 150px;
	}
	.tier-card {
		padding: 30px 15px;
		width: 150px;
		height: 200px;
	}
	.tier-image {
		width: 100px;
		height: 100px;
	}
	.section-title {
		font-size: 36px;
	}
	.member-table th {
		font-size: 18px;
		padding: 15px 10px;
	}
	.member-table td {
		font-size: 16px;
		padding: 15px 10px;
	}
	.label-column {
		min-width: 180px;
		font-size: 14px;
	}
	.tier-column {
		min-width: 100px;
	}
	.section-title-row {
		font-size: 22px;
		padding: 20px 15px !important;
	}
	.disclaimer {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.nav-arrow svg {
		width: 14px;
		height: 14px;
	}
	.tier-navigation {
		position: relative;
	}
	.nav-arrow {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.nav-arrow-left {
		left: 10px;
	}
	.nav-arrow-right {
		right: 10px;
	}
	.progress-text,
	.tier-title {
		font-size: 16px;
	}
	.tier-item {
		min-width: 130px;
	}
	.tier-card {
		width: 130px;
		height: 180px;
		padding: 20px 10px;
	}
	.tier-image {
		width: 80px;
		height: 80px;
	}
	.section-title {
		font-size: 28px;
	}
	.member-table td,
	.member-table th {
		font-size: 12px;
		padding: 10px 8px;
	}
	.label-column {
		min-width: 150px;
		font-size: 12px;
	}
	.tier-column {
		min-width: 80px;
	}
	.section-title-row {
		font-size: 18px;
		padding: 15px 10px !important;
	}
}
.table-wrapper {
	width: 100%;
	overflow: auto;
	position: relative;
}
.member-table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 1400px;
}
.member-table thead th {
	position: sticky;
	top: 0;
	background: #111;
	z-index: 3;
}
.label-column {
	position: sticky;
	background: #111;
	white-space: nowrap;
	box-shadow: 3px 0 8px rgba(0, 0, 0, 0.25);
}
.member-table thead th.label-column {
	z-index: 4;
}
.section-title-row {
	background: #1a1a1a;
	position: sticky;
}
.member-table td,
.member-table th {
	padding: 12px;
	text-align: center;
}
.member-table .label-column {
	background: #f8f8f8;
	z-index: 2;
	position: relative;
}
.table-wrapper {
	overflow-x: auto;
}

/*telegram button*/
@keyframes shineBG {
	0% {
		background-position: -100% 0%;
	}
	50% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}
.telegram-login-btn {
	display: inline;
	align-items: center;
	gap: 6px;
	padding: 3px 0px 2px 5px;
	border-radius: 5px;
	background: linear-gradient(
		135deg,
		rgba(28, 109, 208, 1) 0%,
		rgba(55, 174, 226, 1) 40%,
		rgba(28, 141, 216, 1) 60%,
		rgba(28, 109, 208, 1) 100%
	);
	color: #fff;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: 600;
	background-size: 300% 100%;
	box-shadow:
		0 2px 8px rgba(42, 171, 238, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
	animation: shineBG 5s linear infinite;
}

.telegram-login-btn:hover {
	padding: 4px 1px 3px 6px;
}

@keyframes bounceIcon {
	0%,
	100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-2px);
	} /* lompat 5px ke atas */
}

.telegram-login-btn i {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	animation: bounceIcon 1s infinite ease-in-out;
	transition: transform 0.2s;
}
.telegram-text:hover {
	color: white;
}

.telegram-login-btn span {
	font-size: 11px;
}

.telegram-login-btn:hover {
	transform: translateY(-1px);
	box-shadow:
		0 4px 12px rgba(42, 171, 238, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.telegram-login-btn:active {
	transform: translateY(0);
	box-shadow:
		0 2px 6px rgba(42, 171, 238, 0.25),
		inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.telegram-login-btn:hover i {
	transform: scale(1.2); /* membesar sedikit saat hover */
}

#loginModal .telegram-login-btn {
	display: inline-block;
	align-items: center;
	gap: 6px;
	padding: 10px 10px;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	background: linear-gradient(
		135deg,
		rgba(28, 109, 208, 1) 0%,
		rgba(55, 174, 226, 1) 40%,
		rgba(28, 141, 216, 1) 60%,
		rgba(28, 109, 208, 1) 100%
	);
	color: #fff;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: 600;
	background-size: 300% 100%;
	box-shadow:
		0 2px 8px rgba(42, 171, 238, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.2s ease;
	animation: shineBG 5s linear infinite;
}

#loginModal .telegram-login-btn span {
	font-size: 16px;
	margin-left: 5px;
}

#loginModal .telegram-login-btn i {
	position: absolute;
	font-size: 28px;
	color: #fff;
}
