/*--style--*/
.navbar {
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
}

a {
	color: var(--text-widget);
	text-decoration: none;
	font-weight: 600;
}

/*--loginbox--*/
#popup1 {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
}

.window {
	width: 300px;
	height: 330px;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	text-align: center;
	margin: 15% auto;
}

.close-button {
	width: 9%;
	height: 12%;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	background: none;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

#popup1:target {
	visibility: visible;
}

.form-login1 {
	padding: 0;
	max-width: 100%;
	height: 280px;
	background-color: var(--color-2);
	border-radius: 10px;
}

.form-login1 .btn.btn-login {
	background-image: var(--gradient-2);
	color: var(--color-2);
}

.form-login1 .btn.btn-daftar {
	background-image: var(--gradient-3);
	color: var(--white);
}

/****pagination***/
.pagination {
	display: inline-block;
}

.pagination a {
	background-color: var(--color-3);
	color: var(--title-widget);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border: 1px solid var(--color-5);
}

.pagination a.active {
	background-color: var(--black);
	color: var(--title-widget);
}

.pagination a:hover:not(.active) {
	background-color: var(--color-1);
}

/**** begin layout style ****/
* {
	font-family: "Rajdhani", sans-serif;
}

body {
	width: 100%;
	background-color: var(--color-1);

	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

body.hide-scroll {
	overflow-y: hidden;
}

body a {
	text-decoration: none;
}

.btn,
button,
button:focus,
button:hover {
	border: none;
	box-shadow: none;
	outline: 0;
}

hr.border-dashed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-width: 3px;
	border-style: dashed;
}

header,
section,
footer {
	display: block;
	position: relative;
}

header {
	position: sticky;
	top: 0;
	z-index: 9;
}

/**** endof layout style ****/
/**** begin default style ****/
.container {
	max-width: 1170px;
}

input[type="text"],
input[type="text"]:focus,
input[type="password"],
input[type="password"]:focus {
	box-shadow: none;
	outline: 0;
}

.text-copyright {
	color: var(--white);
	font-size: 14px;
}

.text-copyright a {
	color: var(--white);
	font-size: 14px;
}

.text-justify {
	text-align: justify;
}

/**** endof default style ****/

/**** begin components style ****/
.btn-popup-form {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 32px;
	height: 32px;
	background-color: var(--white);

	color: var(--color-1);
	font-size: 18px;
	line-height: 1;
}

.btn-download {
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	background-image: var(--gradient-5);
}

.btn-download i {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 1;
}

.btn-download span:last-child {
	font-weight: 600;
}

.card-infobar,
.card-form {
	border-radius: 12px;
}

.card-infobar > .card-body,
.card-form > .card-body {
	display: block;
	position: relative;
	border-radius: 12px;
	z-index: 1;
}

.card-infobar > .card-body::before,
.card-form > .card-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 8px;
	background-color: var(--color-4);
	border-radius: 12px 12px 0 0;
	z-index: -1;
}

.card-infobar > .card-body > .card-title,
.card-form > .card-body > .card-title {
	display: inline-block;
	position: relative;
	padding: 10px 12px 8px;
	background-color: var(--color-4);
	border-radius: 12px 0 20px 0;
	color: var(--title-widget);
	font-size: 20px;
	font-weight: 700;
}

.card-infobar > .card-body > .card-title::before,
.card-form > .card-body > .card-title::before {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	width: 25px;
	height: auto;
	background-color: var(--color-4);
	border-radius: 0 0 12px 0;
	transform: skewX(-25deg);
	z-index: -1;
}

.card-support {
	display: block;
	position: relative;
	padding: 1rem;
	border-radius: 8px;
}

.card-support .card-title {
	margin-bottom: 5px;
	font-weight: 500;
}

.card-support .card-sub_title {
	font-size: 14px;
	font-weight: 300;
}

.card-support .card-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-image: var(--gradient-2);
	border-radius: 50%;
	color: var(--form-icon);
	font-size: 30px;
	line-height: 1;
}

.card-support .card-icon .icon {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}

.card-support .card-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
}

.card-support .card-info small {
	font-size: 10px;
}

.card-content input {
	font-weight: 700;
	font-size: 16px;
}

.contact-box {
	display: block;
	position: relative;
}

.contact-box .contact {
	display: block;
	position: relative;
	text-decoration: none;
}

.contact-box .contact .contact-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: linear-gradient(
		to bottom,
		var(--button-color-2) 0%,
		var(--button-color-1) 60%
	);
	border-radius: 50%;
	color: black;
	font-size: 22px;
	line-height: 1;
}

.contact-box .contact .contact-icon .icon {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 1;
}

.contact-box .contact .contact-title {
	text-transform: uppercase;
	font-size: 14px;
}

.contact-box .contact .contact-number {
	font-size: 14px;
}

.contact-box hr {
	margin: 12.5px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid var(--color-9);
}

.content-bar.border-top-bottom {
	padding: 15px 0;
	border-top: 1px solid var(--color-4);
	border-bottom: 1px solid var(--color-4);
}

.hamburger-lines {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	margin-top: -24px;
	height: 22px;
	width: 28px;
	z-index: 19;
}

.hamburger-lines .line {
	display: block;
	height: 3px;
	width: 100%;
	border-radius: 10px;
	background: var(--white);
}

.hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}

.checkbox {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	height: 28px;
	width: 28px;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}

.checkbox:checked ~ .menu-header-container {
	transform: translateX(0);
}

.checkbox:checked ~ .hamburger-lines .line1 {
	transform: rotate(45deg);
}

.checkbox:checked ~ .hamburger-lines .line2 {
	transform: scaleY(0);
}

.checkbox:checked ~ .hamburger-lines .line3 {
	transform: rotate(-45deg);
}

.footer-fixed-navbar {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 65px;
	border-top: 5px solid var(--color-5);
	z-index: 999;
}

.footer-fixed-navbar .footer-menu {
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style: none;
}

.footer-fixed-navbar .footer-menu > .menu-item {
	width: 20%;
	height: 100%;
	border-left: 1px solid var(--color-1);
	border-right: 1px solid var(--color-4);
}

.footer-fixed-navbar .footer-menu > .menu-item:first-child {
	border-left: 0;
}

.footer-fixed-navbar .footer-menu > .menu-item:last-child {
	border-right: 0;
}

.footer-fixed-navbar .footer-menu > .menu-item > .menu-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	color: var(--white);
	text-decoration: none;
}

.footer-fixed-navbar .footer-menu > .menu-item > .menu-link > .menu-icon {
	margin-bottom: 5px;
	width: 20px;
	height: 20px;
	color: var(--color-5);
	font-size: 22px;
}

.footer-fixed-navbar .footer-menu > .menu-item > .menu-link > .menu-text {
	font-size: 12px;
}

.form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.75);
	transition: transform 0.5s ease-in-out;
	transform: translateX(-150%);
	z-index: 9999;
}

.form-wrapper.show {
	transform: translateX(0);
}

.form-wrapper .btn-close-popup-form {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 32px;
	color: var(--white);
}

.form-login {
	display: block;
	position: relative;
	padding: 20px;
	max-width: 300px;
	background-color: var(--color-2);
	border-radius: 12px;
}

.form-login .input-group .input-group-text,
.form-login .input-group .form-control {
	background: var(--white);
	border-color: var(--color-4);
	color: var(--black);
	font-weight: 700;
}

.form-login .input-group .input-group-text {
	background: var(--color-2);
	color: var(--light);
	border-right: 0;
}

.form-login .input-group .form-control {
	border-left: 0;
}

.form-login .input-group .form-control::placeholder {
	color: var(--light);
	font-weight: 700;
}

.form-login .btn {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}

.form-login .btn.btn-login {
	background-image: var(--gradient-2);
	color: var(--color-2);
}

.form-login .btn.btn-daftar {
	background-image: var(--gradient-3);
	color: var(--white);
}

.form-user-desktop {
	display: none;
}

.form-user-desktop .btn {
	width: 100px;
}

.form-user-desktop .user-saldo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 8px;
	background-color: var(--light);
	border-radius: 8px;
}

.form-user-desktop .user-saldo .saldo-icon {
	height: 20px;
	font-size: 16px;
	color: #000;
}

.form-user-desktop .user-saldo .saldo-value {
	padding: 0 10px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
}

.form-user-mobile {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
	height: auto;
	background-color: var(--color-3);
}

.form-user-mobile .form-header {
	display: block;
	position: relative;
	padding: 20px 15px;
	border-bottom: 2px solid var(--color-5);
}

.form-user-mobile .form-header .btn {
	padding: 4px 0;
	width: 100px;
	height: 32px;
}

.form-user-mobile .form-header .btn-close-popup-form {
	position: relative;
	top: unset;
	left: unset;
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: var(--white);
	z-index: 2;
}

.form-user-mobile .form-header .btn-close-popup-form i {
	width: 32px;
	height: 32px;
	color: #000;
}

.form-user-mobile .form-header .text-welcome {
	font-size: 20px;
}

.form-user-mobile .form-header .user-saldo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 8px;
	background-color: var(--light);
	border-radius: 8px;
}

.form-user-mobile .form-header .user-saldo .saldo-icon {
	width: 23px;
	height: 23px;
	font-size: 22px;
	color: #000;
}

.form-user-mobile .form-header .user-saldo .saldo-value {
	font-weight: 700;
}

.form-user-mobile .form-body {
	display: block;
	position: relative;
	padding: 12.5px 20px;
}

.form-user-mobile .form-body .user-menu {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-user-mobile .form-body .user-menu > .menu-item {
	padding: 12.5px 0;
	border-top: 2px solid var(--color-4);
	border-bottom: 2px solid var(--color-1);
}

.form-user-mobile .form-body .user-menu > .menu-item:first-child {
	border-top: 0;
}

.form-user-mobile .form-body .user-menu > .menu-item:last-child {
	border-bottom: 0;
}

.form-user-mobile .form-body .user-menu > .menu-item > .menu-link {
	display: flex;
	align-items: center;
	color: var(--white);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.form-user-mobile .form-body .user-menu > .menu-item > .menu-link > .nav-icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	color: linear-gradient(
		to bottom,
		var(--button-color-2) 0%,
		var(--button-color-1) 60%
	);
}

.form-user-mobile
	.form-body
	.user-menu
	> .menu-item
	> .menu-link
	> .nav-icon
	> i {
	font-size: 20px;
}

.form-user-mobile .form-footer {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}

.form-user-mobile .form-footer .btn {
	padding: 8px 0;
	border: 0;
	border-radius: 0;
}

.form-user-mobile .form-footer .btn .fi {
	width: 16px;
	height: 16px;
}

.form-input-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	background-color: var(--black);
	border: 0px solid var(--color-2);
	border-radius: 5px;
}

.form-input-wrapper .form-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45px;
	height: 35px;
	background-color: none;
	border-right: 0px solid var(--color-4);
	border-radius: 5px 0 0 5px;
	color: var(--color-3);
	text-align: center;
	font-weight: 700;
}

.form-input-wrapper .form-input {
	display: block;
	position: relative;
	padding: 8px 10px;
	width: 100%;
	height: 35px;
	background-color: transparent;
	border: 0;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-weight: 700;
	outline: 0;
}

.game-wrapper {
	display: block;
	position: relative;
	background-image: radial-gradient(
		circle at center,
		var(--color-3),
		var(--color-1)
	);
	border-radius: 20px;
	overflow: hidden;
}

.game-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 10px;
	background-image: var(--gradient-6);
	border-radius: 20px;
}

.game-wrapper .game-wrapper-title {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 8px 0;
	width: 160px;
	background-image: var(--gradient-2);
	border-radius: 0 0 30px 30px;
	color: var(--color-1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

.game-wrapper .game-wrapper-title::before,
.game-wrapper .game-wrapper-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	width: 40px;
	height: auto;
	background-image: var(--gradient-2);
	border-radius: 0 0 0 12px;
	transform: skewX(25deg);
	z-index: -1;
}

.game-wrapper .game-wrapper-title::after {
	left: auto;
	right: -10px;
	border-radius: 0 0 12px 0;
	transform: skewX(-25deg);
}

.game-wrapper .title-separator {
	display: block;
	position: relative;
	width: auto;
	height: 10px;
	z-index: 1;
}

.game-wrapper .title-separator.left {
	margin-right: 50px;
	background-image: linear-gradient(to right, var(--color-5), var(--color-7));
}

.game-wrapper .title-separator.right {
	margin-left: 50px;
	background-image: linear-gradient(to right, var(--color-7), var(--color-5));
}

.game-wrapper .title-separator.left::before,
.game-wrapper .title-separator.left::after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	width: 15px;
	height: auto;
	background-color: var(--color-7);
	transform: skewX(25deg);
	z-index: -1;
}

.game-wrapper .title-separator.left::after {
	right: -25px;
	width: 8px;
}

.game-wrapper .title-separator.right::before,
.game-wrapper .title-separator.right::after {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	width: 15px;
	height: auto;
	background-color: var(--color-7);
	transform: skewX(-25deg);
	z-index: -1;
}

.game-wrapper .title-separator.right::after {
	left: -25px;
	width: 8px;
}

.game-list .game-item {
	display: block;
	position: relative;
	width: 100%;
	max-width: 200px;
	height: auto;
	background: linear-gradient(
		to bottom,
		var(--button-color-2) 0%,
		var(--button-color-1) 60%
	);
	border-radius: 12px;
}

.game-list .game-item img {
	border-radius: 12px;
}

.game-list .game-item .game-title {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
	color: var(--color-1);
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.game-list .game-item .game-link {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 12px;
}

.game-list .game-item:hover .game-link {
	display: flex;
}

.game-list .game-item .game-link .btn-play {
	display: block;
	position: relative;
	padding: 5px 30px;
	background-image: linear-gradient(to right, var(--color-7), var(--color-5));
	border-radius: 50px;
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.25px;
	text-decoration: none;
	text-transform: uppercase;
}

.icon-box-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.icon-box-info .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-image: var(--gradient-2);
	border-radius: 50%;
	color: var(--form-icon);
	font-size: 30px;
	line-height: 1;
}

.icon-box-info .icon .fi {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
}

.icon-box-info .icon .fi.fi-lg {
	width: 35px;
	height: 35px;
	font-size: 35px;
}

.icon-browser {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	filter: grayscale(1);
}

.icon-browser:hover {
	filter: grayscale(0);
}

.icon-bank {
	display: block;
	position: relative;
	padding: 5px;
	width: 70px;
	background-color: var(--white);
	border-radius: 8px;
}

.logo-wrapper {
	display: block;
	position: relative;
}

.logo-wrapper .logo-box {
	display: block;
	position: relative;
}

.logo-wrapper .logo-box img {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}

.modal .modal-dialog .modal-content {
	border-radius: 12px;
	overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-header img {
	border-radius: 10px 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-header .close-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: var(--white);
	border-radius: 50px;
	color: var(--button-color-1);
	font-size: 25px;
	font-weight: 700;
}

.modal .modal-dialog .modal-content .modal-header .close-modal .fi {
	display: block;
	width: 25px;
	height: 25px;
}

.modal .modal-dialog .modal-content .modal-body {
	border-radius: 0 0 10px 10px;
}

.menu-header-container {
	display: block;
	position: fixed;
	inset: 0;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.75);
	transition: transform 0.5s ease-in-out;
	transform: translateX(150%);
}

.menu-header-container .menu-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 120px;
	height: auto;
	background-color: var(--color-2);
}

.menu-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-header .menu-item > .menu-link {
	display: block;
	justify-content: center;
	align-items: center;
	padding: 5px;
	flex-direction: column;
	text-decoration: none;
}

.menu-header .menu-item > .menu-link > .nav-icon {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 25px;
	height: 25px;
	transition: all 0.15s ease-in-out;
}

.menu-header .menu-item.active > .menu-link > .nav-icon {
	/* filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg); */
}

.menu-header .menu-item:hover > .menu-link > .nav-icon {
	/* filter: brightness(50%) sepia(100) saturate(100) hue-rotate(35deg); */
	transform: scale(1.25);
}

.menu-header .menu-item > .menu-link > .nav-text {
	color: var(--white);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-header .menu-item.active > .menu-link > .nav-text,
.menu-header .menu-item:hover > .menu-link > .nav-text {
	color: var(--color-9);
	font-size: 14px;
	font-weight: 500;
}

.menu-header .menu-item > .nav-dropdown {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

.menu-header .menu-item > .nav-dropdown.nav-dropdown-mobile {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	right: 120px;
	bottom: 0;
	padding: 15px;
	width: auto;
	height: auto;
	background-color: var(--color-1);
	overflow-y: hidden;
	overflow-y: scroll;
	transform: translateX(150%);
	transition: all 0.25s ease-in-out;
}

.menu-header .menu-item > .nav-dropdown.nav-dropdown-mobile.show {
	transform: translateX(0);
	margin-bottom: 6.8vh;
	z-index: 999;
}

.navbar-footer {
	width: 100%;
	text-align: center;
}

.navbar-footer .nav-item {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid var(--text-light-color-hover);
}

.navbar-footer .nav-item:last-child {
	margin: 0;
	padding: 0;
	border-right: 0;
}

.navbar-footer .nav-item > .nav-link {
	padding: 0;
	font-size: 1.2vh;
	font-weight: 600;
	line-height: 1;
}

.navbar-footer .nav-item > .nav-link:hover {
	color: var(--color-9);
	display: block;
	font-weight: 500;
}

.notifbar-wrapper {
	display: block;
	position: relative;
	padding-top: 8px;
}

.notifbar-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 8px;
	background-image: var(--gradient-6);
}

.notifbar {
	display: block;
	position: relative;
	border-radius: 0 0 12px 12px;
	padding: 3px;
}

.notifbar::before,
.notifbar::after {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	width: 40px;
	height: auto;
	background-color: var(--color-5);
	border-radius: 0 0 0 12px;
	transform: skewX(25deg);
	z-index: -1;
}

.notifbar::after {
	left: auto;
	right: -10px;
	border-radius: 0 0 12px 0;
	transform: skewX(-25deg);
}

.notifbar .icon-box {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 5px;
}

.notifbar .icon-box .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background-image: var(--gradient-1);
	border-radius: 50px;
	color: var(--white);
	font-size: 14px;
	line-height: 1;
}

.notifbar .icon-box .icon .fi {
	line-height: 1;
}

.notifbar .icon-box .text {
	font-weight: 700;
	color: var(--black);
}

.notifbar .marquee-bar {
	display: flex;
	align-items: center;
	position: relative;
	padding: 5px;
	height: 35px;
	background-color: #000;
	border-radius: 50px;
}

.notifbar .marquee-bar marquee {
	display: block;
	border-radius: 50px;
	line-height: 1;
}

.page-title {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.page-title::before,
.page-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	background: linear-gradient(
		to bottom,
		var(--button-color-2) 0%,
		var(--button-color-1) 60%
	);
	border-radius: 50px;
}

.page-title::before {
	left: 0;
	width: 10px;
}

.page-title::after {
	left: 15px;
	width: 40px;
}

.promo-box {
	display: block;
	position: relative;
	padding: 3px;
	background-image: var(--gradient-6);
	border-radius: 12px;
}

.promo-box img {
	display: block;
	position: relative;
	border-radius: 10px;
}

.promo-box .btn-popup-promo {
	display: flex;
	align-items: center;
	gap: 8px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background-image: var(--gradient-2);
	border-radius: 20px 0 10px 0;
	color: var(--color-1);
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}

.promo-box .btn-popup-promo .fi {
	display: block;
	width: 14px;
	height: 14px;
}

.promo-box .btn-popup-promo::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	width: 30px;
	height: auto;
	background-image: var(--gradient-2);
	border-radius: 10px 0 0 0;
	transform: skewX(-15deg);
	z-index: -1;
}

.provider-wrapper {
	display: block;
	position: relative;
}

.provider-wrapper .provider-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.provider-wrapper .provider-list .provider-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100px;
	height: 50px;
	background-image: var(--gradient-1);
	border-radius: 8px;
}

.provider-wrapper .provider-list .provider-item img {
	display: block;
	width: 10vh;
	height: auto;
	max-height: 60px;
	aspect-ratio: 4/3;
	filter: grayscale(1);
	object-fit: contain;
}

.provider-wrapper .provider-list .provider-item img:hover {
	filter: grayscale(0);
}

.splide__progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
}

.splide__progress__bar {
	background: linear-gradient(
		to bottom,
		var(--button-color-2) 0%,
		var(--button-color-1) 60%
	);
}

/**** endof components style ****/
/*amp pop image*/
.custom-lightbox {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	align-items: center;
	justify-content: center;
	z-index: 200;
}

.custom-lightbox img {
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 90;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close-popup {
	position: inherit;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	border-radius: 100%;
	background: -webkit-linear-gradient(
			-45deg,
			transparent 0%,
			transparent 46%,
			white 46%,
			white 56%,
			transparent 56%,
			transparent 100%
		),
		-webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white
					56%, transparent 56%, transparent 100%);
	background-color: red;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	top: 1vh;
	right: 1vh;
}

.custom-lightbox h1 {
	color: white;
}

/**** begin responsive style ****/

@media only screen and (min-width: 375px) {
	.logo-wrapper .logo-box img {
		display: block;
		position: relative;
		max-width: 180px;
		max-height: 50px;
	}
}

@media (min-width: 993px) {
	.btn-popup-form,
	.checkbox,
	.hamburger-lines {
		display: none;
	}

	.form-wrapper {
		display: block;
		position: relative;
		background-color: transparent;
		transform: translate(0);
		z-index: 1;
		color: var(--white);
	}

	.form-login {
		padding: 0;
		max-width: 100%;
		background-color: transparent;
		border-radius: 0;
	}

	.form-login .input-group .form-control {
		max-width: 300px;
		font-weight: 700;
	}

	.form-login .btn {
		width: 70px;
	}

	.game-wrapper .game-wrapper-title {
		padding: 10px;
		width: 200px;
		font-size: 32px;
		letter-spacing: 3px;
	}

	header {
		position: relative;
	}

	.header-menu {
		border-top: 8px solid var(--color-4);
	}

	.icon-box-info .icon {
		width: 65px;
		height: 65px;
		font-size: 40px;
	}

	.icon-box-info .icon .fi {
		width: 40px;
		height: 40px;
	}

	.icon-box-info .icon .fi.fi-lg {
		width: 45px;
		height: 45px;
		font-size: 45px;
	}

	.icon-bank {
		max-width: 90px;
		background-color: var(--color-2);
	}

	.logo-wrapper {
		margin-bottom: -20px;
		margin-left: 30px;
		max-width: 230px;
		background-color: var(--color-4);
		border-radius: 0 0 50px 50px;
		z-index: 1;
	}

	.logo-wrapper::before,
	.logo-wrapper::after {
		content: "";
		position: absolute;
		top: 0;
		left: -10px;
		bottom: 0;
		width: 40px;
		height: auto;
		background-color: var(--color-4);
		border-radius: 0 0 0 12px;
		transform: skewX(25deg);
		z-index: -1;
	}

	.logo-wrapper::after {
		left: auto;
		right: -10px;
		border-radius: 0 0 12px 0;
		transform: skewX(-25deg);
	}

	.logo-wrapper .logo-box::before,
	.logo-wrapper .logo-box::after {
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		left: -30px;
		bottom: 10px;
		width: 7px;
		height: auto;
		background: linear-gradient(
			to bottom,
			var(--button-color-2) 0%,
			var(--button-color-1) 60%
		);
		transform: skewX(25deg);
	}

	.logo-wrapper .logo-box::after {
		left: auto;
		right: -30px;
		transform: skewX(-25deg);
	}

	.menu-header-container {
		position: relative;
		padding: 0;
		width: 100%;
		background: transparent;
		transform: translate(0);
	}

	.menu-header-container .menu-wrapper {
		display: block;
		position: relative;
		width: 100%;
		background-color: transparent;
	}

	.menu-header {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0;
		margin-top: 0;
	}

	.menu-header .menu-item > .menu-link {
		min-width: 80px;
		padding: 12.5px 5px;
	}

	.menu-header .menu-item:hover {
		background: var(--color-2)
			radial-gradient(circle at center, var(--color-3), transparent);
	}

	.menu-header .menu-item > .menu-link > .nav-icon {
		margin-bottom: 3px;
		width: 30px;
		height: 30px;
	}

	.menu-header .menu-item > .menu-link > .nav-text {
		font-size: 14px;
	}

	.menu-header .menu-item:hover > .nav-dropdown {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 20px 15px 15px;
		width: 100%;
		min-height: 100px;
		background-color: var(--transparent-1);
		border-radius: 0 0 12px 12px;
	}

	.menu-header .menu-item:hover > .nav-dropdown > .item {
		flex-basis: 25%;
		padding: 10px;
	}

	.menu-tab-wrapper .menu-tab > .tab-link > .tab-text {
		font-size: 16px;
		font-weight: 700;
	}

	.navbar-footer .nav-item > .nav-link {
		font-size: 14px;
	}

	.notifbar .icon-box {
		margin-right: 10px;
	}

	.custom-lightbox img {
		width: 50%;
	}
}

@media (min-width: 1200px) {
}

/**** endof responsive style ****/
/*
* ==========================================
* RTP SLot
* ==========================================
*/
.slot {
	display: block;
	margin-bottom: 10vh;
}

.slot ul {
	list-style: none;
}

.slot li {
	font-family: Arial;
	font-size: 0px;
}

.slot li:before {
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	border-radius: 30%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	height: 10px;
	width: 10px;
}

.slot h2 {
	font-size: 24px;
	text-align: center;
	color: #fc0;
}

.slot .slot-sidebar {
	padding-right: 10px;
	padding-left: 0;
	margin-top: 5px;
	background-color: black;
	float: none;
	width: 100%;
	flex: none;
	max-width: 100%;
	padding-right: 0;
}

.btn-provider img {
	filter: brightness(1) invert(0);
}

.btn-provider:hover img {
	filter: brightness(1) invert(0);
}

.slot-sidebar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.slot-sidebar-nav > li {
	border-bottom: 1px solid #0092b1;
	width: 100%;
	position: relative;
	display: block;
	border-bottom: none;
}

.slot-sidebar-nav > li > a {
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
	background-color: black;
}

.btn-provider {
	text-align: center;
	display: block;
}

.enter {
	display: none;
}

.btn-provider span {
	position: unset;
}

.slot .active {
	background-color: #c90;
}

.slot .content {
	float: none;
	width: 100%;
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.wrapper1 {
	width: 100%;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.card1 {
	float: left;
	width: 16.666666666666%;
	border: none;
	text-align: center;
	position: relative;
	background: transparent;
}

.card-content1 {
	margin: 7px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	position: relative;
	background: black;
	border-radius: 25px;
	padding-bottom: 10px;
}

.percent {
	height: 30px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	/* border-radius: .25rem; */
	position: relative;
	z-index: 1;
	border-radius: 18px;
	width: 90%;
	margin: 0 auto;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	transform: translateY(14px);
	color: black;
}

.percent-bar {
	/* background-color: #ffc107; */
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 1rem 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	/* background-color: #007bff; */
	transition: width 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	/* animation: ; */
	z-index: 10;
}

.yellow {
	background-color: #ffc107;
}

.green {
	background-color: #28a745;
}

.red {
	background-color: #dc3545;
}

.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.9);
	transition: all 0.1s ease-in-out;
	z-index: 10;
	width: 100%;
	height: 87%;
}

.maintenance {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	margin: -6px;
}

.maintenance p {
	position: relative;
	top: 40%;
	font-size: 13px;
}

.slot .play-btn {
	font-size: 15px;
	text-decoration: none;
	color: white;
	text-align: center;
	align-items: center;
	/* width: 100%; */
	margin-top: 42%;
	padding: 8px;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin: 42% 30px 42% 30px;
	background: linear-gradient(to right, #6b5100 0%, #dca600 100%);
	border-radius: 18px;
	transition: all 0.3s ease;
}

.slot .play-btn:hover {
	color: #000;
	background: linear-gradient(to left, #dca600 0%, #6b5100 100%);
}

.img-zoom {
	width: 95%;
	transition: all 0.45s ease-in-out;
	border-radius: 20px;
}

.ygg-img {
	border: 5px solid #2f2f2f;
}

.hover-btn:hover {
	opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
	/* transform: scale(1.2); */
	position: relative;
}

.long {
	display: none;
}

.short {
	display: none;
}

.next-btn {
	width: 15%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #292a2b;
	border: none;
	color: #fff;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	.footer-menu {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 992px) {
	.slot-sidebar-nav {
		flex-wrap: nowrap;
	}

	.slot-sidebar {
		float: none;
		width: 100%;
		flex: none;
		max-width: 100%;
		padding-right: 0;
	}

	.content {
		float: none;
		width: 100%;
		flex: none;
		max-width: 100%;
	}

	.card1 {
		width: 33.3%;
	}

	.hover-btn {
		display: none;
	}

	.hover-btn:hover ~ .img-zoom {
		transform: scale(1);
		position: relative;
	}

	.btn-provider {
		text-align: center;
		display: block;
	}

	.enter {
		display: block;
	}

	.btn-provider span {
		position: unset;
	}

	.btn-provider i {
		margin: 0;
	}

	.slot-sidebar-nav li {
		border-bottom: none;
	}

	.slot-sidebar-nav li a p {
		font-size: 5px;
	}

	.img-zoom {
		height: auto;
	}

	.slot-sidebar-nav li a img {
		height: 17.5px;
	}

	.maintenance p {
		font-size: 5px;
	}
}

/*Multicarousel RTP*/
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	margin-top: -10px;
	width: 100%;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.MultiCarousel .MultiCarousel-inner img {
	padding: 0px 5px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #f1f1f1;
	color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
	left: 0;
	background: var(--color-4);
	color: var(--light);
}

.MultiCarousel .rightLst {
	right: 0;
	background: var(--color-4);
	color: var(--light);
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
	background: var(--color-3);
}

@media (min-width: 993px) {
	.footer-fixed-navbar {
		display: none;
	}
}

/*--floatclose--*/
.close-icon {
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border-width: 3px;
	border-style: solid;
	border-color: red;
	border-radius: 100%;
	background: -webkit-linear-gradient(
			-45deg,
			transparent 0%,
			transparent 46%,
			white 46%,
			white 56%,
			transparent 56%,
			transparent 100%
		),
		-webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white
					56%, transparent 56%, transparent 100%);
	background-color: red;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
}

/*--small big--*/
.mobile1 {
	width: auto;
	height: auto;
	display: block;
}

.desktop1 {
	width: auto;
	height: auto;
	display: none;
}

@media only screen and (min-width: 768px) {
	.mobile1 {
		width: auto;
		height: auto;
		display: none;
	}

	.desktop1 {
		width: auto;
		height: auto;
		display: inline;
	}
}

@media (max-width: 768px) {
	.footer-fixed-navbar {
		width: 100%;
	}

	.footer-menu {
		width: 100%;
	}
}
