@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap");

* {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "Quicksand", sans-serif;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Remove Input type number Incremental Arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#desktop-background {
	top: 0;
	width: 100vw;
	z-index: 0;
	position: fixed;
	min-height: 100vh;
	object-fit: cover;
}

.container-xl {
	padding: 0;
}

.input-container {
	width: 160px;
	height: 36px;
}

.input-container .desktop-input-field {	
	height: 36px;
	padding: 0 32px;
	background-color: black;
	border: 1px solid #f20000;
	border-radius: 24px;
	color: white;
	outline: none;
}

.input-container i {
	position: absolute;
	font-size: 16px;
	top: 10px;
	left: 10px;
	color: #f20000;
}

.button-form {
	width: 125px;
	height: 30px;
	font-size: 18px;
	font-weight: 900;
	border: 1px solid transparent;
	color: black;
	box-shadow: inset 0px 1px 4px 0px #ffffff;
	border-radius: 24px;
}

.button-form.login-button {
	background: linear-gradient(-10deg, #ffe654, #f8b60b 40%, #fbd931)
			padding-box,
		linear-gradient(to bottom, #f1c46c, #cc7610) border-box;
	margin-right: 16px;
}

.button-form.register-button {
	background: linear-gradient(-10deg, #3dff6b, #32f024 40%, #35fd52)
			padding-box,
		linear-gradient(to bottom, #92feaf, #29cb18) border-box;
}

.modal-header {
	background-color: #f20000;
	font-size: 25px;
	color: white;
	font-weight: 800;
	border: none;
}

.modal-header button {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: none;
}

.modal-input-container {
	width: 100%;
	padding: 0 6em;
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.modal-input-container label {
	padding: 0 1rem;
	margin-bottom: 6px;
}

.modal-input-container input {
	padding: 0 1rem;
	width: 100%;
	height: 36px;
	border: none;
	background-color: black;
	color: white;
	border-radius: 24px;
	margin-bottom: 12px;
	outline: none;
}

.modal-input-container > input:focus {
	border: 2px solid yellow;
}

.modal-input-container select {
	padding: 0 1rem;
	width: 100%;
	height: 36px;
	border: none;
	background-color: black;
	color: white;
	border-radius: 24px;
	margin-bottom: 12px;
	outline: none;
}

.modal-submit {
	margin: 1em 0;
	width: 150px;
	height: 48px;
	border-radius: 24px;
	border: none;
	color: black;
	font-weight: 700;
	font-size: 18px;
	box-shadow: inset 0px 1px 4px 0px #ffffff;
	background: linear-gradient(-10deg, #3dff6b, #32f024 40%, #35fd52)
			padding-box,
		linear-gradient(to bottom, #92feaf, #29cb18) border-box;
}

/* Navbar Section */
.navbar-container {
	background: linear-gradient(to bottom, #f20000, #880000) padding-box,
		linear-gradient(to bottom, #8000b2, #480066) border-box;
	color: white;
	height: 62px;
	font-size: 14px;
	font-weight: 500;
	padding: 0 1em;
}

.left-menu,
.right-menu {
	width: 33%;
	height: 30px;
}

.menu-item {
	padding: 0 0.7em 0.2em;
}

.menu-item.active {
	background-color: white;
	color: #f20000;
	padding: 6px 12px;
	border-radius: 24px;
	font-weight: 600;
}

.center-menu {
	width: 16em;
	height: 70px;
	align-self: start;
}

.left-skew {
	position: absolute;
	left: -32px;
	width: calc(50% + 25px);
	border: 2px solid transparent;
	height: 100%;
	z-index: 1;
	transform: skew(20deg);
	background: #ffffff;
	border-radius: 0 0 0 20px;
}

.logo-situs {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #ffffff;
	z-index: 2;
}

.right-skew {
	position: absolute;
	right: -32px;
	width: calc(50% + 25px);
	border: 2px solid transparent;
	height: 100%;
	z-index: 1;
	transform: skew(-20deg);
	background: #ffffff;
	border-radius: 0 0 20px 0;
}

.mobile-navbar-container {
	top: 0;
	z-index: 1000;
	position: sticky;
	max-width: 100vw;
	color: white;
}

.sticky-mobile-navbar {
	overflow: hidden;
	margin-bottom: -2em;
}

.container-mobile-nav {
	color: #ffffff;
	width: 100%;
	height: 3em;
	display: grid;
	position: relative;
	background: linear-gradient(#fb0000, #8a0000);
	align-items: center;
	margin-bottom: 2em;
	background-size: 100% 100%;
	grid-template-rows: 3em;
	grid-template-columns: 0.4fr auto;
	max-width: 100vw;
}

.mobile-menubar {
	width: 1.5em;
	height: 1.5em;
	z-index: 2;
	position: relative;
}

.mobile-menubar .menu-linetop,
.mobile-menubar .menu-linemiddle,
.mobile-menubar .menu-linebottom {
	border: 1px solid #ffffff;
	height: 0;
	position: absolute;
	background: #ffffff;
	border-radius: 1px;
}

.menu-linetop {
	top: 0;
	width: 100%;
}

.menu-linemiddle {
	top: 50%;
	width: 70%;
	transform: translateY(-50%);
}

.menu-linebottom {
	width: 100%;
	bottom: 0;
}

.mobile-logo-container {
	height: 100%;
	display: block;
	padding: 0.2em 0;
	z-index: 2;
	background: #ffffff;
}

.side-nav {
	color: #ffffff;
	background: #121212;
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	overflow-x: hidden;
	overflow-y: auto;
	transition: 0.5s;
}

.header-side-nav {
	height: 3em;
	background: #2d2d2d;
	padding: 0.5em 0.75em;
	font-size: 20px;
	color: white;
	font-weight: 800;
	border: none;
}

.header-side-nav button {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: none;
}

.content-side-nav {
	padding-top: 0.5em;
	height: 100%;
	overflow: auto;
}

.side-nav-item {
	padding-top: 0.5em;
	width: 100%;
	display: flex;
	position: relative;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}

.side-nav-item > a {
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	display: flex;
	padding: 0.5em 1em;
	transition: background-color 0.3s;
	align-items: center;
	font-family: UTM-HelveBold, -apple-system, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.side-nav-item > a.active {
	background: linear-gradient(to right, #910000, #fc0000);
	color: #ffffff;
}

.side-nav-item button {
	background-color: #ed37fe;
	color: white;
	width: 2em;
	height: 2em;
	padding: 0.3em;
	margin-right: 0.75em;
	border-radius: 50%;
	border: none;
}

.side-nav-item > a.active button {
	background-color: white;
	color: #ed37fe;
}

.side-nav-item > a.active div {
	color: #ffffff;
}

.footer-side-nav {
	font-size: 0.8em;
	text-align: right;
	color: #ffffff;
	padding: 2em 1em;
}

.marquee-utility {
	height: 100%;
	width: 100%;
	padding: 0.5em 0;
	color: #ecd85c;
	background: #171717;
	font-weight: 800;
}

.slider-container {
	width: 100%;
	display: grid;
	grid-gap: 3px;
	aspect-ratio: 2.8365384615384617;
	grid-template-columns: 70% 1fr;
}

.slider-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1.733009708737864;
}

.togelBar {
	aspect-ratio: 3.597560975609756;
	display: grid;
	grid-gap: 5px;
	grid-template-columns: 100% auto;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.boxSlickToto {
	width: 100%;
	position: relative;
}

.boxSlickToto .slick-slider .slick-slide > div {
	height: 100%;
	padding: 0.75rem;
}

.slick-toto,
.slick-list {
	height: 100%;
}

.slick-track {
	height: 50%;
}

.slick-slider .slick-slide > div:first-child {
	padding-top: 0;
}

.slick-slider .slick-slide > div:last-child {
	padding-bottom: 0;
}

.boxToto {
	border: 2px solid #d20000;
	height: 100%;
	display: grid;
	overflow: hidden;
	position: relative;
	background: #000000;
	box-sizing: border-box;
	border-radius: 0.75em;
	grid-template-columns: 1fr;
}

.totoCountry {
	color: #ffffff;
	height: 100%;
	display: grid;
	padding: 0.4em 0.5em 0.45em;
	grid-gap: 0.5em;
	background: #d20000;
	align-items: center;
	border-radius: 0.5rem 0.5rem 0 0;
	grid-template-columns: 60px 1fr;
}

.totoCountry img {
	width: 60px;
	height: 60px;
	display: inline-block;
	padding: 3px;
	background: #000000;
	box-sizing: border-box;
	object-fit: contain;
	border-radius: 10px;
}

.totoCountry div {
	font-size: 1.4em;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.totoDate {
	color: #ffffff;
	display: flex;
	padding: 0.1em 0.5em 0.329em;
	font-size: 0.9em;
	background: #2b2b2b;
	align-items: center;
	justify-content: space-between;
}

.boxNumber {
	margin: 0;
	display: flex;
	padding: 0.5em;
	align-items: center;
	justify-content: space-between;
}

.boxNumber div {
	width: 55px;
	height: 55px;
	display: flex;
	background: #2b2b2b;
	box-sizing: border-box;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
}

.boxNumber div span {
	color: white;
	font-size: 2rem;
	font-weight: bold;
}

.mobileTogelBar {
	width: calc(100% - 1rem);
	display: grid;
	grid-gap: 1rem;
	min-height: 100vw;
	grid-template-columns: 50% 50%;
}

.mobile-poster {
	left: 0;
	position: relative;
	width: 100%;
	margin: 0.75em 0;
	z-index: 10;
	overflow-clip-margin: content-box;
	overflow: clip;
}

.container-metode-pembayaran {
	background: black;
	border-radius: 0.75rem;
}

.container-metode-pembayaran > div:first-child {
	background: linear-gradient(to right, #910000, #fc0000);
	font-size: 1.6em;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
}

.mobile-login .container-metode-pembayaran {
	background-color: #2b2b2b;
}

.box-bank {
	width: calc(10% - 1rem);
	border: 2px solid #d20000;
	margin: 0.5rem;
	display: flex;
	overflow: hidden;
	font-size: 1.3rem;
	background: linear-gradient(#000000, #000000) padding-box,
		linear-gradient(to left, #fc0000, #910000) border-box;
	align-items: center;
	border-radius: 1rem;
	flex-direction: column;
	justify-content: space-between;
}

.container-bank-wallet {
	width: 100%;
	padding: 42.5% 0 0;
	overflow: hidden;
	position: relative;
	border-radius: 1em 1em 0 0;
}

.online-status {
	width: 100%;
	height: 3rem;
	display: flex;
	background: linear-gradient(to right, #910000, #fc0000);
	align-items: center;
	font-family: UTM-HelveBold, -apple-system, sans-serif;
	justify-content: center;
}

.online-indicator {
	background: radial-gradient(#87fe33, #3eb70f);
	animation-name: animationOnline;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-right: 0.5rem;
	border-radius: 50%;
}

.text-online {
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
}

.img-bank-wallet {
	top: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	bottom: 0.5rem;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	object-fit: contain;
}

.container-logo-wallet {
	width: calc(16.66667% - 1em);
	border: 2px solid #d20000;
	margin: 0.5em;
	display: flex;
	overflow: hidden;
	font-size: 1.3em;
	background: linear-gradient(#000000, #000000) padding-box,
		linear-gradient(to left, #fc0000, #910000) border-box;
	align-items: center;
	border-radius: 1em;
	flex-direction: column;
	justify-content: space-between;
}

.container-platform {
	display: grid;
	padding: 1.5rem 1.5rem 0;
	grid-gap: 1rem;
	align-items: center;
	grid-template-columns: 8rem auto;
}

.text-platform {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
}

.line-break {
	width: 100%;
	height: 0;
	margin-left: 0.5rem;
	border-bottom: 2px solid #910000;
}

.container-logo-platform {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.box-platform {
	width: 100%;
	border: 2px solid #d20000;
	height: 4rem;
	padding: 0.5rem;
	background: linear-gradient(#000000, #000000) padding-box,
		linear-gradient(to left, #fc0000, #910000) border-box;
	border-radius: 1rem;
}

.img-platform {
	width: 100%;
	filter: grayscale(1) contrast(0.5) brightness(0.8);
	height: 100%;
	object-fit: contain;
}

.hover-provider .img-platform {
	filter: none;
	cursor: pointer;
}

.outer-table-container {
	width: calc(50% - 0.5em);
	background: #000000;
	border-radius: 0.75rem;
}

.table-header {
	top: 0;
	left: 0;
	position: relative;
}

.text-table-header {
	border-top-left-radius: 0.75rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: white;
	background: linear-gradient(to right, #910000, #fc0000);
	text-transform: uppercase;
	z-index: 2;
}

.table-skew {
	top: 0;
	right: -1.3em;
	width: 3em;
	bottom: 0;
	z-index: 1;
	position: absolute;
	font-size: 2rem;
	transform: skew(-30deg);
	background: #fc0000;
	border-radius: 0 0 0.75em 0;
}

.table-container {
	overflow-x: auto;
}

.table-transaksi {
	width: 100%;
	border: 0;
	display: table;
	border-spacing: 0;
}

.table-body-root {
	display: table-row-group;
	vertical-align: middle;
	width: 100%;
}

.table-row-root {
	color: white;
	background-color: rgba(255,255,255,0.2);
	width: 100%;
}

.table-cell-data {
	font-size: 1.1em;
	padding: 0.75em 0.6em;
	font-weight: 600;
}

.table-cell-data:nth-child(1) {
	width: 30%;
	padding-left: 1em;
}

.table-cell-data:nth-child(2) {
	width: 100%;
	text-align: center;
}

.table-cell-data:nth-child(3) {
	width: 30%;
	padding-right: 1em;
	text-align: end;
	text-transform: uppercase;
}

.container-mobile-transaksi {
	background: #000000;
	border-radius: 0.75em;
}

.header-mobile-transaksi {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow-x: auto;
	border-radius: 0.6rem 0.6rem 0 0;
}

.text-header-transaksi {
	color: #959595;
	cursor: pointer;
	height: 3rem;
	display: flex;
	padding: 1rem 0 0.5rem;
	flex-grow: 1;
	font-size: 0.9em;
	font-weight: 700;
	background: #3b3b3b;
	box-sizing: border-box;
	align-items: center;
	font-family: futurab, "UTM HelveBold", sans-serif;
	text-transform: uppercase;
	justify-content: center;
}

.text-header-transaksi.active-text-header {
	color: #ffffff;
	font-size: 1.2em;
	background: linear-gradient(#fb0000, #8a0000);
}

.mobile-table-container {
	background-color: #000000;
	width: 100%;
	border: none;
	border-radius: 0 0 0.75em 0.75em;
	padding: 1em;
	overflow-x: auto;
}

.mobile-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.mobile-form-container {
	padding: 0 1em 1.5em;
}

#table-transaksi-mobile {
	width: 100%;
	border: 0;
	display: table;
	border-spacing: 0;
}

#table-transaksi-mobile-2 {
	width: 100%;
	border: 0;
	display: table;
	border-spacing: 0;
}

.item-slider-provider {
	width: 100%;
	border: 2px solid transparent;
	cursor: pointer;
	height: 4.5rem;
	padding: 1rem 1.5rem;
	background: #212121;
}

.item-slider-provider img {
	overflow-clip-margin: content-box;
	overflow: clip;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#sliderProvider .slick-list {
	border-radius: 0.75rem;
}

.slick-next i,
.slick-prev i {
	color: #8000b2;
	font-size: 20px;
}

.slick-next {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}

.slick-prev {
	display: block;
	position: absolute;
	z-index: 1000;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.item-slider-provider.active-provider {
	background: linear-gradient(#212121, #212121) padding-box,
		linear-gradient(to left, #a36c05, #ffffe3, #e6ce74, #fbfeeb) border-box;
}

.item-slider-provider.active-provider img {
	filter: none;
}

.container-game-provider {
	padding: 0.5rem;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}

.game-slider-provider {
	width: 100%;
	object-fit: contain;
}

.img-carousel {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.heading-text {
	color: white;
	font-weight: 700;
	font-size: 1.5em;
}

@keyframes animationOnline {
	0% {
		box-shadow: 0 0 1px 0 #87fe33;
	}

	50% {
		box-shadow: 0 0 12px 1px #87fe33;
	}

	100% {
		box-shadow: 0 0 1px 0 #87fe33;
	}
}

@media screen and (min-width: 1140px) {
	.menu-item {
		padding: 0 0.9em 0.2em 1em;
	}

	.center-menu {
		width: 20em;
	}
}

@media screen and (max-width: 992px) {
	.slider-container {
		display: block;
	}

	.container-logo-platform {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 1rem;
	}

	.input-container {
		width: 100%;
		height: 48px;
	}

	.input-container .desktop-input-field {
		width: 100%;
		height: 48px;
		padding: 0 40px;
		border: none;
	}

	.input-container i {
		position: absolute;
		font-size: 20px;
		top: 14px;
		left: 14px;
		color: #f20000;
	}

	.button-redirect {
		width: calc(50% - 1em);
		height: 50px;
		font-size: 1.5em;
		text-decoration: none;
		font-weight: 900;
		border: 1px solid transparent;
	}

	.button-form {
		width: 100%;
		height: 100%;
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.container-mobile-nav {
		grid-template-columns: 0.1fr auto;
	}

	.center-menu {
		top: -1px;
		width: fit-content;
		cursor: pointer;
		height: 3.5em;
		margin: 0 2em;
		z-index: 2;
		position: relative;
		align-self: start;
		background: #ffffff;
	}

	.left-skew {
		left: -1.6em;
		width: calc(50% + 1em);
		border: 2px solid transparent;
		height: 100%;
		z-index: 1;
		position: absolute;
		transform: skew(10deg);
		background: #ffffff;
		border-radius: 0 0 0 1em;
	}

	.logo-situs {
		width: 14em;
		height: 100%;
		display: block;
		object-fit: contain;
	}

	.right-skew {
		right: -1.5em;
		width: calc(50% + 1em);
		border: 2px solid transparent;
		height: 100%;
		z-index: 1;
		position: absolute;
		transform: skew(-10deg);
		background: #ffffff;
		border-left: 0;
		border-radius: 0 0 1em 0;
	}

	.container-metode-pembayaran > div:first-child {
		border-top-left-radius: 0.75em;
		border-top-right-radius: 0.75em;
	}

	.input-container {
		width: 100%;
		height: 48px;
	}

	.input-container .desktop-input-field {
		width: 100%;
		height: 48px;
		padding: 0 40px;
		border: none;
	}

	.input-container i {
		position: absolute;
		font-size: 20px;
		top: 14px;
		left: 14px;
		color: #f20000;
	}

	.button-redirect {
		width: calc(50% - 1em);
		height: 50px;
		font-size: 1.5em;
		text-decoration: none;
		font-weight: 900;
		border: 1px solid transparent;
	}

	.button-form {
		width: 100%;
		height: 100%;
		font-size: 1em;
	}

	.button-form.login-button {
		background: linear-gradient(-10deg, #ffe654, #f8b60b 40%, #fbd931)
				padding-box,
			linear-gradient(to bottom, #f1c46c, #cc7610) border-box;
	}

	.button-form.register-button {
		background: linear-gradient(-10deg, #3dff6b, #32f024 40%, #35fd52)
				padding-box,
			linear-gradient(to bottom, #92feaf, #29cb18) border-box;
	}

	.boxNumber div {
		width: 65px;
		height: 65px;
	}

	.boxNumber div span {
		font-size: 2.5rem;
	}

	.box-bank {
		width: calc(20% - 1rem);
		font-size: 0.8em;
	}

	.container-logo-wallet {
		width: calc(20% - 1rem);
		font-size: 0.8em;
	}

	.slider-container {
		display: block;
	}

	.online-status {
		height: 2.5rem;
	}

	.online-indicator {
		width: 0.9rem;
		height: 0.9rem;
	}

	.text-online {
		font-size: 0.9em;
	}

	.container-metode-pembayaran > div:first-child {
		font-size: 1.6em;
	}

	.container-platform {
		grid-template-columns: auto;
		grid-gap: 0.5rem;
	}
}

@media screen and (max-width: 540px) {
	.container-mobile-nav {
		grid-template-columns: 0.3fr auto;
	}

	.center-menu {
		height: 3.5em;
	}

	.left-skew {
		left: -1.5em;
	}

	.logo-situs {
		width: 12em;
		height: 100%;
		display: block;
		object-fit: contain;
	}

	.right-skew {
		right: -1.5em;
	}

	.input-container,
	.input-container .desktop-input-field {
		height: 36px;
	}

	.input-container .desktop-input-field {
		padding: 0 32px;
	}

	.input-container i {
		position: absolute;
		font-size: 16px;
		top: 10px;
		left: 10px;
		color: #f20000;
	}

	.button-form {
		width: 100%;
		height: 100%;
		font-size: 1em;
	}

	.mobileTogelBar {
		grid-gap: 0.75rem;
	}

	.center-menu {
		width: 12em;
	}

	.totoCountry {
		grid-gap: 0.5em;
		grid-template-columns: 50px 1fr;
	}

	.totoCountry img {
		width: 45px;
		height: 45px;
	}

	.totoCountry div {
		font-size: 1em;
	}

	.totoDate {
		padding: 0.15em 0.3em;
		font-size: 0.6em;
	}

	.table-cell-data {
		font-size: 1em;
		font-weight: 600;
	}

	.boxNumber {
		padding: 0.5em;
		align-items: center;
		justify-content: space-between;
	}

	.boxNumber div {
		width: 40px;
		height: 40px;
	}

	.boxNumber div span {
		font-size: 2rem;
	}

	.box-bank {
		width: calc(25% - 1rem);
		font-size: 0.8em;
	}

	.online-status {
		height: 2rem;
	}

	.online-indicator {
		width: 0.7rem;
		height: 0.7rem;
	}

	.container-logo-wallet {
		width: calc(25% - 1rem);
		font-size: 0.8em;
	}

	.container-metode-pembayaran > div:first-child {
		font-size: 1.2em;
	}

	.box-platform {
		height: 3.5rem;
	}

	.text-platform {
		font-size: 1em;
	}

	.container-logo-platform {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1rem;
	}

	.heading-text {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 400px) {
	.center-menu {
		top: -1px;
		width: fit-content;
		cursor: pointer;
		height: 3.5em;
		margin: 0 2em;
		z-index: 2;
		position: relative;
		align-self: start;
		background: #ffffff;
	}

	.left-skew {
		left: -1.2em;
		width: calc(50% + 1em);
	}

	.right-skew {
		right: -1.2em;
		width: calc(50% + 1em);
	}

	.totoCountry {
		grid-gap: 0.5em;
		grid-template-columns: 30px 1fr;
	}

	.totoCountry img {
		width: 30px;
		height: 30px;
	}

	.totoCountry div {
		font-size: 0.9em;
	}

	.totoDate {
		padding: 0.15em 0.3em;
		font-size: 0.5em;
	}

	.text-header-transaksi {
		height: 2.5rem;
		font-size: 0.8em;
	}

	.text-header-transaksi.active-text-header {
		color: #ffffff;
		font-size: 1em;
		background: linear-gradient(#fb0000, #8a0000);
	}

	.table-cell-data {
		font-size: 0.8em;
		font-weight: 600;
	}

	.text-online {
		font-size: 0.8em;
	}

	.boxNumber div {
		width: 32px;
		height: 32px;
	}

	.boxNumber div span {
		font-size: 1.5rem;
	}
}

.jss121 {
  clear: both;
  position: relative;
  margin-top: auto;
}

.jss122 {
  color: #656364;
  display: flex;
  padding: 32px 24px 60px;
  background: #000000;
  margin-top: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}

.jss123 {
  height: 100px;
}

.jss124 {
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
  padding-left: 0;
  justify-content: flex-end;
}

.jss124 li:not(:last-child) {
  margin-right: 16px;
}

.jss125 {
  display: grid;
  grid-gap: 10px;
  text-align: right;
}

.jss126 {
  width: 48px;
  border: 3px solid #FFF;
  height: 48px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
}
.jss35 {
  position: relative;
}

.jss36 {
  color: #FFFFFF;
  width: 13em;
  border: 1px solid #850000;
  cursor: pointer;
  height: 36px;
  display: flex;
  padding: 0 .5em;
  z-index: 11;
  position: relative;
  background: #000000;
  align-items: center;
  border-radius: 18px;
  justify-content: space-between;
}

@media (max-width: 1024.5px) {
  .jss36 {
    border: 0;
    height: 2.5em;
    border-radius: 1.25em;
  }
}

.jss37 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.jss38 {
  display: flex;
  align-items: center;
}

.jss39 {
  width: 27px;
  border: 2px solid #FFFFFF;
  height: 27px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}

@media (max-width: 1024.5px) {
  .jss39 {
    width: 1.75em;
    height: 1.75em;
    margin-right: .75em;
  }
}

.jss40 {
  line-height: 1em;
  text-transform: uppercase;
}

.jss41 {
  top: calc(100% - 1px);
  color: #FFFFFF;
  width: 13em;
  border: 1px solid #850000;
  margin: 0;
  padding: 0;
  z-index: 12;
  overflow: hidden;
  position: absolute;
  background: #000000;
  border-top: none;
  list-style: none;
  border-radius: 0 0 18px 18px;
}

@media (max-width: 1024.5px) {
  .jss41 {
    top: calc(100% - 1px);
    border: 0;
  }
}

.jss41 li {
  cursor: pointer;
  display: flex;
  padding: 1em;
  align-items: center;
}

.jss41 li:hover {
  color: #FFFFFF;
  background: #d20000;
}

.jss42 {
  display: flex;
  align-items: center;
}

.boxform {
  width: 150px;
  border: 1px solid transparent;
  height: 36px;
  margin: 0 20px 0 0;
  display: grid;
  padding: 0 5px 0 9px;
  grid-gap: .25em;
  position: relative;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(#850000, #850000) border-box;
  align-items: center;
  border-radius: 18px;
}

.jss44 {
  grid-template-columns: 1.25em auto;
}

.jss45 {
  position: relative;
  grid-template-columns: 1.25em auto auto;
}

.jss46 {
  width: 160px;
  padding: 0 .5em 0 0;
  grid-template-columns: auto auto;
}

.jss47 {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.2em;
}

.jss47:hover {
  color: #FFFFFF;
  background: #FFFFFF88;
  border-radius: 50%;
}

.jss48 {
  color: #FFFFFF !important;
  width: 100px;
  border: none;
  outline: none;
  background: transparent !important;
  line-height: 1em;
}

.jss49 {
  width: 125px;
  height: 36px;
  padding: 0 .5em .2em;
  max-width: calc(50% - 8px);
}

.jss50 {
  top: 100%;
  left: 9px;
  color: #eb233f;
  width: max-content;
  position: absolute;
  font-size: .75em;
}

.jss51 {
  width: 70px;
  height: 100%;
  display: flex;
  padding: 0 .3em 0 .7em;
  background: #d20000;
  align-items: center;
  margin-left: -1px;
  border-radius: 18px 0 0 18px;
  justify-content: center;
}

.jss52 {
  margin-left: 40px;
}

.jss53 {
  min-height: 5em;
}

.jss54 {
  color: #d20000;
  font-size: 1.25em;
  object-fit: contain;
}
.jss25 {
  height: 70px;
  display: flex;
  padding: 0 1em;
  background: #121212;
  align-items: center;
  justify-content: space-between;
}

.jss26 {
  color: #FFFFFF;
  border: 1px solid transparent;
  height: 62px;
  display: flex;
  padding: 0 1em;
  overflow: visible;
  position: relative;
  background: linear-gradient(to bottom, #f20000, #880000) padding-box, linear-gradient(to bottom, #8000B2, #480066) border-box;
  box-shadow: 0 0 5px -4px #343434cc;
  align-items: center;
  justify-content: space-between;
}

.jss27 {
  top: -1px;
  width: 273px;
  cursor: pointer;
  height: 70px;
  margin: 0 60px;
  display: flex;
  z-index: 2;
  position: relative;
  align-self: start;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.jss27 img {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #FFFFFF;
  object-fit: contain;
}

.jss28 {
  width: 100%;
  height: 100%;
  display: block;
}

.jss29 {
  left: -32px;
  width: calc(50% + 45px);
  border: 2px solid transparent;
  height: 100%;
  z-index: 1;
  position: absolute;
  transform: skew(20deg);
  background: #FFFFFF;
  border-radius: 0 0 0 20px;
}

.jss30 {
  right: -32px;
  width: calc(50% + 45px);
  border: 2px solid transparent;
  height: 100%;
  z-index: 1;
  position: absolute;
  transform: skew(-20deg);
  background: #FFFFFF;
  border-left: 0;
  border-radius: 0 0 20px 0;
}

.jss31 {
  flex: 1;
  display: flex;
  padding: 0;
  z-index: 2;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.jss32 {
  height: 30px;
  display: flex;
  padding: 0 1em .2em;
  align-items: center;
  border-radius: 15px;
  text-transform: uppercase;
}

.jss32 a {
  white-space: pre;
  text-decoration: none;
}

.jss33 {
  color: #d20000;
  background: #FFFFFF;
  font-family: UTM-HelveBold, -apple-system, sans-serif;
}


.jss64 .slick-slider {
  position: relative;
  padding-top: 50.60%;
}

.jss64 .slick-slider .slick-list {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.jss65 {
  display: grid;
  grid-gap: 3px;
  aspect-ratio: 2.8365384615384617;
  grid-template-areas:
  'slider static_1'
  'slider static_2'
  ;
  grid-template-columns: 69.49% 1fr;
}

.jss66 {
  grid-area: slider;
}

.jss67 {
  grid-area: static_1;
}

.jss68 {
  grid-area: static_2;
}

.jss69 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1.733009708737864;
}

.jss70 {
  margin-top: 15px;
}

.jss71 {
  display: grid;
  grid-gap: 25px;
  aspect-ratio: 3.597560975609756;
  grid-template-columns: 55.52% auto;
}

.jss72 {
  width: 100%;
  margin: -.85em 0;
  padding: .74rem 0;
  position: relative;
}

.jss72:after {
  top: 0;
  right: -.5rem;
  width: 3.5rem;
  height: 100%;
  content: " ";
  position: absolute;
  background: linear-gradient(to right, #12121200, #121212 80%);
}

.jss73 {
  width: 100%;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.4836795252225519;
}


.jss23 {
  top: 0;
  width: 100vw;
  z-index: 1;
  position: fixed;
  min-height: 100vh;
  object-fit: cover;
}


.jss55 {
  color: #000000;
  border: 1px solid transparent;
  cursor: pointer;
  height: 3em;
  outline: none;
  padding: 0 2em .25em;
  font-size: 1.23em;
  background: linear-gradient(-10deg, #3DFF6B, #32F024 40%, #35FD52) padding-box, linear-gradient(to bottom, #92FEAF, #29CB18) border-box;
  box-shadow: inset 0px 1px 4px 0px #FFFFFF;
  font-family: UTM-HelveBold, -apple-system, sans-serif;
  border-radius: 1.5em;
}

.jss55.primary {
  color: #FFFFFF;
  background: linear-gradient(#AE00FB, #61008A) padding-box, linear-gradient(#AE00FB, #61008A) border-box;
  box-shadow: none;
}

.jss55.secondary {
  background: linear-gradient(-10deg, #FFE654, #F8B60B 40%, #FBD931) padding-box, linear-gradient(to bottom, #f1c46c, #cc7610) border-box;
}

.jss55.danger {
  background: linear-gradient(-10deg, #f92156, #f00c61 40%, #ff466c) padding-box, linear-gradient(to bottom, #ff7892, #ea1655) border-box;
}

.jss55:disabled {
  cursor: not-allowed;
  filter: grayscale(100%);
}

.list-group-itemm{
  text-align: center;
  position:relative;
  display:block;
  padding:.75rem 1.25rem;
  margin-bottom:-1px;
  border:1px solid rgba(0,0,0,.125)
}

.desc {
  background: url(../images/bg2.jpeg) top left repeat!important;
}

.header {
  background: url(../images/menu-bg.png) top left repeat-x!important;
}

#last-tran .col-sm-4{margin-bottom: 10px;}
#last-tran .header{border: 1px solid rgba(175,34,138,0.7); background: rgba(175,34,138,0.5); padding: 8px; font-weight: bold; text-transform: uppercase;}
#last-tran .desc ul{padding: 0;}
#last-tran .desc li{
  color:black; 
  display: 
  table; width: 100%; 
  table-layout: fixed; 
  border-collapse: collapse;
}

#last-tran .desc li.odd{
  background-color: #fafafa;
}
#last-tran .desc li.even{
  background-color: #fff;
}
#last-tran .desc li div{
  display: table-cell; 
  padding: 8px; 
}


.jss34 {
  width: 100%;
  margin: 0 auto;
  max-width: 100vw;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 1024.5px) {
  .jss34 {
    max-width: 1180px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.jss303 {
  display: flex;
  padding: 1rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

.jss306 {
  width: calc(20% - 1em);
  cursor: pointer;
  margin: .5em;
  box-sizing: border-box;
  background-size: 100% 100%;
}

@media (max-width: 1024.5px) and (min-aspect-ratio: 11/9) and (min-width: 567.5px) {
  .jss306 {
    width: calc(25% - (4em / 5));
  }

  .jss306:nth-child(8n),
  .jss306:last-child {
    margin-right: 0;
  }

  .jss306:nth-child(8n + 2) {
    margin-left: 0;
  }
}

@media (max-width: 1024.5px) and (max-aspect-ratio: 11/9),
(max-width: 567.5px) {
  .jss306 {
    width: calc(50% - .5em);
  }

  .jss306:nth-child(4n),
  .jss306:last-child {
    margin-right: 0;
  }

  .jss306:nth-child(4n - 2) {
    margin-left: 0;
  }
}

.jss307 {
  width: 100%;
  position: relative;
  padding-top: calc(156% / 2.45);
}

.jss308 {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 1rem;
}


.jss465 {
  top: 0;
  z-index: 1000;
  position: sticky;
  max-width: 100vw;
}

.jss466 {
  overflow: hidden;
  margin-bottom: -2em;
}

.jss467 {
  color: #FFFFFF;
  width: 100%;
  height: 3.5em;
  display: grid;
  position: relative;
  background: linear-gradient(#AE00FB, #61008A);
  align-items: center;
  margin-bottom: 2em;
  background-size: 100% 100%;
  grid-template-rows: 3.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1024.5px) and (max-aspect-ratio: 11/9),
(max-width: 567.5px) {
  .jss467 {
    grid-template-columns: 2em auto auto;
  }
}

.jss468 {
  width: 1.66em;
  height: 1.6em;
  z-index: 2;
  position: relative;
}

.jss468 .jss469,
.jss468 .jss471,
.jss468 .jss470 {
  border: 1px solid #FFFFFF;
  height: 0;
  position: absolute;
  background: #FFFFFF;
  border-radius: 1px;
}

.jss469 {
  top: 0;
  width: 100%;
}

.jss470 {
  top: 50%;
  width: 70%;
  transform: translateY(-50%);
}

.jss471 {
  width: 100%;
  bottom: 0;
}

.jss472 {
  height: 100%;
  z-index: 2;
}

@media (max-width: 1024.5px) and (max-aspect-ratio: 11/9),
(max-width: 567.5px) {
  .jss472 {
    height: 90%;
  }
}

.jss473 {
  top: -1px;
  width: fit-content;
  cursor: pointer;
  height: 4em;
  margin: 0 2em;
  display: flex;
  z-index: 2;
  position: relative;
  align-self: start;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.jss474 {
  height: 100%;
  display: block;
  padding: .2em 0;
  z-index: 2;
  background: #FFFFFF;
}

.jss475 {
  width: 15em;
  height: 100%;
  display: block;
  object-fit: contain;
}

.jss476 {
  left: -1.2em;
  width: calc(50% + 2em);
  border: 2px solid transparent;
  height: 100%;
  z-index: 1;
  position: absolute;
  transform: skew(10deg);
  background: #FFFFFF;
  border-radius: 0 0 0 1em;
}

.jss477 {
  right: -1.5em;
  width: calc(50% + 2em);
  border: 2px solid transparent;
  height: 100%;
  z-index: 1;
  position: absolute;
  transform: skew(-10deg);
  background: #FFFFFF;
  border-left: 0;
  border-radius: 0 0 1em 0;
}

.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

h3 {
  background: #f0f0f0;
  color: #3498db;
  font-size: 2.25rem;
  margin: .5rem;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer; }

.slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff
}

.boxuser {
	height: 70px;
	display: flex;
	padding: 0 1em;
	background: #121212;
	align-items: center;
	justify-content: space-between;
}

.timeuserbox{
	color: #FFFFFF;
	display: flex;
	z-index: 12;
	position: relative;
	background: #6c0000;
	align-items: center;
	font-family: UTM-HelveBold, -apple-system, sans-serif;
	border-radius: 18px;
	text-decoration: none;
	padding: 5px;
}

.textuserbox {
	color: #FFFFFF;
	width: 163px;
	height: 35px;
	display: flex;
	z-index: 12;
	position: relative;
	background: #6c0000;
	align-items: center;
	font-family: UTM-HelveBold, -apple-system, sans-serif;
	border-radius: 18px;
	text-decoration: none;
}

.logoutbutton {
	border-radius: 10px;
	color: #000000;
	width: 42px;
	border: none;
	height: 35px;
	display: flex;
	padding: 0 0 0 1px;
	background: linear-gradient(to right, #D9874D, #BB7504 10%, #FEFABD 50%, #FEFABD 55%, #DEC873, #FEFABD);
	box-shadow: none;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.iconuserbox {
	color: #FFFFFF;
	margin: 0 8px 0 10px;
}
.blackbg{
	background-color:black;
}
.whitefont{
	color:white;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.jss5 * {
	box-sizing: border-box;
}
@media (max-width: 1024.5px) and (max-aspect-ratio: 11 / 9), (max-width: 567.5px) {
	.jss181 {
		padding: 0 1em 1.5em;
	}
}
.jss181 {
	padding: 0 15vw 1.5em;
}
.jss22 {
	color: #FFFFFF;
}
.jss5 {
	font-family: UTM-Helve, -apple-system, sans-serif;
	font-weight: normal;
}
@media (max-width: 1024.5px) and (max-aspect-ratio: 11 / 9), (max-width: 567.5px) {
	.jss4 {
		font-size: 3vw;
	}
}
.jss4 {
	font-size: 12.5px;
	-moz-text-size-adjust: 100%;
}