@font-face {
    font-family: 'Inter Black';
    src: url('fonts/Inter-Black.eot');
    src: url('fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Black.woff2') format('woff2'),
        url('fonts/Inter-Black.woff') format('woff'),
        url('fonts/Inter-Black.ttf') format('truetype'),
        url('fonts/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Bold';
    src: url('fonts/Inter-Bold.eot');
    src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype'),
        url('fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter ExtraBold';
    src: url('fonts/Inter-ExtraBold.eot');
    src: url('fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('fonts/Inter-ExtraBold.woff') format('woff'),
        url('fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter ExtraLight';
    src: url('fonts/Inter-ExtraLight.eot');
    src: url('fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('fonts/Inter-ExtraLight.woff') format('woff'),
        url('fonts/Inter-ExtraLight.ttf') format('truetype'),
        url('fonts/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Light';
    src: url('fonts/Inter-Light.eot');
    src: url('fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff'),
        url('fonts/Inter-Light.ttf') format('truetype'),
        url('fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Medium';
    src: url('fonts/Inter-Medium.eot');
    src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff'),
        url('fonts/Inter-Medium.ttf') format('truetype'),
        url('fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Regular';
    src: url('fonts/Inter-Regular.eot');
    src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype'),
        url('fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Thin';
    src: url('fonts/Inter-Thin.eot');
    src: url('fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-Thin.woff2') format('woff2'),
        url('fonts/Inter-Thin.woff') format('woff'),
        url('fonts/Inter-Thin.ttf') format('truetype'),
        url('fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter SemiBold';
    src: url('fonts/Inter-SemiBold.eot');
    src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff'),
        url('fonts/Inter-SemiBold.ttf') format('truetype'),
        url('fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style:normal;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
}
.body-landing{
	overflow: hidden;
}

button,
input,
textarea{
	outline: none;
}

.err{
	position: relative;
	display: block;
	color: #d65c5c;
	display: none;
	font-family: 'Inter Regular';
	font-size: 14px;
	padding-left: 20px;
	background-image: url('../../images/ic_common_error_filled.svg');
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 16px;
}

.swal-sm {
	width: 350px !important;
	font-size: 14px;
}

.swal-sm .swal2-popup {
  padding-top: 2.5em !important;
}

.swal-sm .swal2-title {
  	font-size: 16px !important;
}

.swal-sm .swal2-html-container {
  	font-size: 14px !important;
}

.swal-sm .swal2-confirm,
.swal-sm .swal2-cancel {
	padding: 4px 12px !important;
	font-size: 14px !important;
	border-radius: 4px !important;
}

/* Ukuran ikon swal2 (success, error, warning, dll) */
.swal-sm .swal2-icon {
	width: 50px !important;
	height: 50px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

/* Success icon (centang) penyesuaian */
.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip,
.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	height: 3px !important;
	background-color: #4ba319;
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-tip {
	top: 26px !important;
	left: 8px !important;
	width: 18px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-success .swal2-success-line-long {
	top: 22px !important;
	right: 3px !important;
	width: 30px !important;
	transform: rotate(-45deg);
}

/* Lingkaran icon success */
.swal-sm .swal2-icon.swal2-success .swal2-success-ring {
	width: 50px !important;
	height: 50px !important;
	border-width: 4px !important;
}

/* Error icon (X) penyesuaian */
.swal-sm .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	top: 23px !important;
	width: 30px !important;
	height: 3px !important;
	background-color: #e93c3c;
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-left {
	left: 10px !important;
	transform: rotate(45deg);
}

.swal-sm .swal2-icon.swal2-error .swal2-x-mark-line-right {
	right: 10px !important;
	transform: rotate(-45deg);
}

.info-produk{
	color: #0004ff;
	cursor: pointer;
	text-decoration: underline;
}

.text-justify {
  	text-align: justify;
}

	.text-error,
	.text-error:focus{
		border: solid 1px red;
	}
	.frame-text-input{
		position: relative;
		display: block;
	}
	.text-success{
		position: relative;
		display: block;
		border: solid 1px green !important;
		padding-right: 50px;
	}
		.icon-success{
			position: absolute;
			display: none;
			font-size: 24px;
			z-index: 9;
			right: 10px;
			top: 5px;
			color: green;
		}
	
	.body{
		position: relative;
		display: block;
		width: 100%;
		max-width: 500px;
		min-height: 100%;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #fff;
		/*background-image: url('../../images/footer.jpg');
		background-position: bottom center;
		background-size: 100% auto;
		background-repeat: no-repeat;*/
		font-family: 'Inter Regular';
		font-size: 15px;
		
	}
		.header{
			position: relative;
			display: block;
			width: 100%;
			text-align: center;
		}
			.header-wondr{
				position: relative;
				display: block;
				width: 100%;
				height: 50px;
			}
			.header img{
				width: 100%;
			}
			.box-info-expo{
				position: relative;
				display: block;
				width: 100%;
				left: 50%;
				transform: translateX(-50%);
				text-align: left;
				margin-bottom: 30px;
				padding: 10px 30px;
				background-color: #f9f9f9;
				font-size: 13px;
			}
			.box-info-expo-wondr{
				margin-top: 50px;
			}
				.icon-bni-expo{
					display: inline-block;
					width: 20%;
					border: none;
					vertical-align: top;
				}
					.icon-bni-expo img{
						width: 100%;
					}
				.info-bni-expo{
					display: inline-block;
					width: 75%;
					padding-left: 3%;
					vertical-align: top;
				}
					.judul-info-expo{
						font-family: 'Inter Bold';
						color: #000;
						margin-bottom: 5px;
						font-size: 14px;
					}
					.link-info-expo{
						color: #fd8703;
						font-family: 'Inter SemiBold';
						text-decoration: underline;
					}
			.box-banner-login{
				position: relative;
				display: block;
				width: 100%;
			}
				.box-banner-login img{
					width: 70%;
				}
			.box-menu{
				position: relative;
				display: block;
				width: 100%;
				top: 0px;
				padding: 0px 20px;
				text-align: left;
			}
				.logo{
					width: 40% !important;
				}
				.btn-logout{
					position: absolute;
					top: 5px;
					right: 10px;
					padding: 0px;
					border: none;
					background-color: transparent;
				}
		
		.content{
			position: relative;
			display: block;
			padding: 20px;
			padding-bottom: 10vh;
		}
			.box-login{
				position: relative;
				display: block;
				padding-top: 8vh;
				padding: 10px;
			}
				.info-login h3{
					font-family: 'Inter Bold';
				}
			.box-register{
				position: relative;
				display: block;
				padding: 10px;
			}
				.box-info-regis{
					position: relative;
					display: block;
					text-align: center;
					padding: 10px;
					border: solid 1px #017a71;
					border-radius: 10px;
					text-align: left;
					font-family: 'Inter Semibold';
					font-size: 14px;
				}
					.box-info-regis .exclamation{
						font-size: 24px;
						color: #017a71;
						padding-top: 3px;
					}
				.logo-user{
					font-size: 15vh;
					margin-bottom: 30px;
				}
				.judul-login{
					position: relative;
					display: block;
					width: 100%;
					color: #c3c3c3;
					font-size: 18px;
					margin-bottom: 10px;
				}
				.judul-register{
					position: relative;
					display: block;
					width: 100%;
					font-family: 'Inter Regular';
					font-weight: normal;
					font-size: 18px;
					margin-bottom: 10px;
				}

				/* Grup form dengan label mengambang */
				.floating-group {
					position: relative;
					margin: 1.5em 0;
					margin-bottom: 0;
				}
				/* Gaya dasar untuk input */
				.floating-group input.form-control {
					padding: 1.2em 0.75em 0.4em;
					font-size: 1rem;
					border-radius: 8px;
					border: 1px solid #c6c6c6;
					box-shadow: none !important;
					background-color: #fff;
				}
				/* Label mengambang */
				.floating-group .form-label {
					position: absolute;
					top: 50%;
					left: 0.75em;
					transform: translateY(-50%);
					transition: 0.2s ease all;
					font-size: 1rem;
					color: #7a7a7a;
					pointer-events: none;
					background: transparent;
					padding: 0 0.25em;
					z-index: 2;
				}
				/* Naikkan label saat input/textarea focus atau terisi */
				.floating-group input:focus + .form-label,
				.floating-group input:not(:placeholder-shown) + .form-label {
					top: 1em;
					font-size: 0.85rem;
					color: #7a7a7a;
				}
				/* Border saat fokus */
				.floating-group input:focus {
					border: 1px solid #017a71 !important;
				}
				/* Select2 */
				.floating-group.select2-focused .form-label,
				.floating-group.select2-filled .form-label {
					top: 1em;
					font-size: 0.85rem;
					color: #7a7a7a;
				}
				/* Atur tinggi minimum untuk Select2 Bootstrap4 */
				.select2-container--bootstrap4 .select2-selection--single {
					min-height: 50px; /* Tinggi disesuaikan */
					padding: 0.625rem 0rem; /* Padding atas-bawah dan kiri-kanan */
					font-size: 1rem;
					border-radius: 8px;
				}
				/* Tengahin teks vertikal */
				.select2-container--bootstrap4 .select2-selection__rendered {
					line-height: 38px; /* Sesuaikan agar teks di tengah */
				}
				/* Hilangkan border bawaan */
				.select2-container--bootstrap4 .select2-selection--single {
					box-shadow: none !important;
					border: 1px solid #ccc;
				}
				.floating-group .select2-container--bootstrap4.select2-container--focus .select2-selection,
				.floating-group .select2-container--bootstrap4.filled .select2-selection {
					border-color: #017a71;
				}
				/* Error state untuk input */
				.floating-group input.form-control.text-error {
					border: 1px solid #d65c5c !important;
				}
				/* Error state untuk select2 */
				.floating-group .select2-container--bootstrap4.text-error .select2-selection {
					border: 1px solid #d65c5c !important;
				}

				.radio-group {
					display: flex;
					gap: 1em;
				}
				.radio-option {
					display: flex;
					align-items: center;
					gap: 1em;
					flex: 1;
					border-radius: 8px;
					cursor: pointer;
					transition: background 0.2s ease;
					padding: 10px;
				}
					.radio-option-active{
						background-color: #f9f9f9;
					}
				.radio-option input[type="radio"] {
					appearance: none;
					-webkit-appearance: none;
					width: 20px;
					height: 20px;
					border: 2px solid #0e0e0e;
					border-radius: 50%;
					position: relative;
					display: flex;
					align-items: center;
					justify-content: center;
					background-color: #f9f9f9;
					cursor: pointer;
				}
				.radio-option input[type="radio"]::after {
					content: '';
					width: 10px;
					height: 10px;
					background: #0e0e0e;
					border-radius: 50%;
					transform: scale(0);
					transition: transform 0.2s ease;
				}
				.radio-option input[type="radio"]:checked::after {
					transform: scale(1);
				}
				.radio-option span {
					font-size: 16px;
					color: #000;
				}

				.custom-checkbox-wrap {
					display: flex;
					align-items: flex-start;
					gap: 10px;
					cursor: pointer;
					margin: 1em 0;
					user-select: none;
					line-height: 1.4;
					padding: 10px;
				}
					.custom-checkbox-tgl {
						gap: 5px;
						margin: 0;
						line-height: 1;
						padding: 10px;
					}
				.checkbox-active{
					background-color: #f9f9f9;
				}
				.custom-checkbox-wrap input[type="checkbox"] {
					position: absolute;
					opacity: 0;
					pointer-events: none;
				}
				.custom-checkbox-wrap .checkmark {
					width: 20px;
					height: 20px;
					background: #fff;
					border: 2px solid #000;
					border-radius: 4px;
					position: relative;
					flex-shrink: 0;
				}
				.custom-checkbox-wrap input[type="checkbox"]:checked + .checkmark {
					background: #000;
				}
				.custom-checkbox-wrap .checkmark::after {
					content: "";
					position: absolute;
					display: none;
				}
				.custom-checkbox-wrap input[type="checkbox"]:checked + .checkmark::after {
					display: block;
				}
				.custom-checkbox-wrap .checkmark::after {
					left: 5px;
					top: 1px;
					width: 5px;
					height: 10px;
					border: solid white;
					border-width: 0 2px 2px 0;
					transform: rotate(45deg);
				}
				.checkbox-text {
					flex: 1;
					font-size: 0.95rem;
				}

				/* Saat dipilih dan saat hover */
				.select2-container--bootstrap4 .select2-results__option--highlighted,
				.select2-container--bootstrap4 .select2-results__option[aria-selected="true"],
				.select2-container--bootstrap4 .select2-results__option:hover {
					background-color: #f9f9f9 !important;
					color: #000 !important;
				}

				/* Tanda centang hijau di kanan */
				.select2-container--bootstrap4 .select2-results__option[aria-selected="true"]::after {
					content: '✓';
					float: right;
					color: #02c794;
					font-weight: bold;
					margin-right: 10px;
				}

				/* Ikon hapus */
				.clear-input {
					position: absolute;
					top: 50%;
					right: 1em;
					transform: translateY(-50%);
					cursor: pointer;
					color: #0e0e0e;
					font-size: 1.2rem;
					display: none;
					z-index: 3;
					transition: color 0.2s ease;
				}

				.box-asuransi{
					display: none;
				}

				.btn-login{
					background-color: #71dbd3;
					width: 100%;
					border: none;
					cursor: pointer;
					color: #000;
					font-family: 'Inter SemiBold';
					font-size: 16px;
					padding: 12px;
					border-radius: 35px;
				}
				.btn-login:disabled{
					background-color: #f0f0f0;
					color: #a0a0a0;
				}

				/* Reset utama untuk custom-lower-latin */
				.custom-lower-latin {
					counter-reset: lower-latin-counter;
					list-style-type: none;
					padding-left: 20px;
				}
				.custom-lower-latin > li {
					position: relative;
					margin-bottom: 8px;
				}
				.custom-lower-latin > li::before {
					content: counter(lower-latin-counter) ")";
					counter-increment: lower-latin-counter;
					display: inline-block;
					width: 20px;
					font-weight: bold;
					margin-left: -25px;
				}
				/* Untuk nested ol dengan dot square */
				.custom-dot-square {
					counter-reset: dot-square-counter; /* Reset counter baru */
					list-style-type: none;
					padding-left: 20px;
				}
				.custom-dot-square li {
					position: relative;
					margin-bottom: 4px;
				}
				.custom-dot-square li::before {
					content: "";
					counter-increment: dot-square-counter;
					display: inline-block;
					width: 6px;
					height: 6px;
					background-color: #000;
					position: absolute;
					left: -18px;
					top: 6px;
				}
				
				/*
				.btn-login{
					font-family: 'Inter Bold';
					font-size: 20px;
					padding: 7px 30px;
					color: #000;
					border: none;
					border-radius: 10px;
					background: rgba(251,186,117,1);
					background: -moz-linear-gradient(top, rgba(251,186,117,1) 0%, rgba(239,137,25,1) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,186,117,1)), color-stop(100%, rgba(239,137,25,1)));
					background: -webkit-linear-gradient(top, rgba(251,186,117,1) 0%, rgba(239,137,25,1) 100%);
					background: -o-linear-gradient(top, rgba(251,186,117,1) 0%, rgba(239,137,25,1) 100%);
					background: -ms-linear-gradient(top, rgba(251,186,117,1) 0%, rgba(239,137,25,1) 100%);
					background: linear-gradient(to bottom, rgba(251,186,117,1) 0%, rgba(239,137,25,1) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbba75', endColorstr='#ef8919', GradientType=0 );
				}
				*/
			
			.nama-pengunjung{
				position: relative;
				display: block;
				padding: 20px 30px;
				font-family: 'Inter Bold';
				text-align: left;
				font-size: 16px;
				padding-bottom: 10px;
			}
				.box-qr{
					position: relative;
					display: block;
					width: 90%;
					left: 50%;
					transform: translateX(-50%);
				}
					.frame-qr{
						position: relative;
						display: block;
						width: 100%;
						padding: 30px;
						height: 200px;
						margin-bottom: 25vh;
						font-family: 'Inter Bold';
						text-align: center;
						color: #fff;
						border-radius: 25px;
					}
						.cover-qr{
							position: relative;
							display: block;
							width: 100%;
							padding: 30px;
							border-radius: 20px;
							background-image: url('../../images/QR-BG.png');
							background-size: cover;
						}
				
				.content-emerald{
					position: relative;
					display: block;
					width: 100%;
					text-align: center;
					background-color: #f00;
				}
				.content-home{
					position: relative;
					display: block;
					width: 95%;
					left: 50%;
					transform: translateX(-50%);
				}
				
				.box-benefit{
					position: relative;
					display: block;
					width: 90%;
					left: 50%;
					transform: translateX(-50%);
					margin-bottom: 30px;
				}
					.box-benefit img{
						width: 100%;
					}
					
				.box-wheel{
					position: relative;
					display: block;
					width: 100%;
					font-family: 'Inter Bold';
					font-size: 18px;
					text-align: center;
				}
					.box-wheel img{
						width: 100%;
					}
					.judul-wheel{
						top: 0px;
						left: 0px;
						position: absolute;
						display: block;
						width: 100%;
						color: #fff;
						font-size: 16px;
						padding: 12px 30px;
						text-align: center;
					}

					.reguler-wheel{
						color: #987ddc;
					}
						.box-reguler-wheel{
							background-color: #987ddc;
							color: #fff;
							font-family: 'Inter Bold';
							font-size: 22px;
							padding: 20px;
							border-radius: 10px;
							margin: 10px 0px;
						}
						.reg-wheel{
							font-family: 'Inter Regular';
							color: #000;
						}
					.grand-wheel{
						color: #bb9d81;
					}
						.box-grand-wheel{
							background-color: #bb9d81;
							color: #fff;
							font-family: 'Inter Bold';
							font-size: 22px;
							padding: 20px;
							border-radius: 10px;
							margin: 10px 0px;
						}
				.box-emerald-benefit{
					position: relative;
					display: block;
					width: 100%;
					text-align: center;
					background-color: #bb9d81;
					color: #fff;
					font-family: 'Inter Regular';
					font-size: 16px;
					padding: 20px;
					border-radius: 10px;
					margin: 10px 0px;
				}

.modal-xl-fullscreen{
	width: 100%;
	max-width: 1000px; 
	left: 50%;
	transform: translateX(-50%) !important;
	padding: 0px;
	margin: 0px;
}
	.content-fullscreen{
		height: 100vh;
	}
		.body-scroll{
			height: calc(100vh - 170px);
			overflow-y: auto;
		}
	
	.info-m-scan{
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		padding: 5% 0px;
	}
	
	.box-m-scan{
		position: relative;
		display: block;
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
	}
		.m-result{
			position: relative;
			display: block;
			width: 80%;
			left: 50%;
			transform: translateX(-50%);
			padding-top: 20px;
			text-align: center;
		}
			.box-sorry{
				position: relative;
				display: block;
				width: 100%;
				padding-top: 10vh;
				font-family: 'Inter Medium';
				font-size: 20px;
			}
				.judul-sorry{
					font-family: 'Inter Bold';
					font-size: 24px;
					margin-bottom: 10px;
				}
			.box-transaksi{
				position: relative;
				display: block;
				width: 100%;
			}
	.box-button{
		position: relative;
		display: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		padding-bottom: 50px;
	}
	
		.box-device{
			background-color: orange;
			text-align: center;
			padding: 10px 0px;
			border-radius: 10px;
		}
		.nama-device{
			position: absolute;
			width: 100%;
			padding: 5px;
			text-align: right;
			font-size: 12px;
			z-index: 99;
		}
			.nama-peserta{
				font-size: 20px;
			}
			.box-kategori{
				position: relative;
				display: block;
				padding: 10px;
				color: #fff;
				font-family: 'Inter Bold';
			}
	
	.body-display{
		position: relative;
		display: block;
		width: 98%;
		height: 98%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
		.box-d-device{
			position: relative;
			display: inline-block;
			width: 30%;
			height: 15vh;
			margin: 1%;
			font-size: 2vw;
			background-color: orange;
			text-align: center;
			padding: 10px 0px;
			border-radius: 10px;
			cursor: pointer;
		}
		.d-result{
			position: relative;
			display: block;
			width: 100%;
			height: 95%;
			margin-top: 10px;
			text-align: center;
		}
	
	.box-pengunjung-display{
		position: relative;
		display: inline-block;
		width: 31%;
		height: 42vh;
		margin: 1%;
		padding: 2vw;
		border-radius: 20px;
	}
		.selamat-datang-display{
			margin-top: 50px;
			font-size: 36px;
		}
		.nama-display{
			font-size: 42px;
			font-family: 'Inter Bold';
		}
		.cabang-display{
			font-size: 30px;
			margin-bottom: 80px;
		}
		.tanggal-display{
			font-size: 20px;
		}

/*Tablet / iPad / Laptop Portraid*/
@media only screen
and (min-width: 601px) {
				.box-qr{
					width: 80%;
				}
					.frame-qr{
						margin-bottom: 28vh;
					}
}


/*Tablet / iPad / Laptop Landscape*/
@media only screen
and (min-width: 1024px) {
	.body-display-tv{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-image: url('../../images/Redemption-TV.jpg');
		background-size: cover;
	}
		.header-display-tv{
			position: relative;
			display: block;
			width: 100%;
			background-size: auto 100%;
			background-repeat: no-repeat;
			background-position: top right;
			padding: 1% 2%;
		}	
			.logo-display-tv{
				height: 100px;
			}
		
		.box-frame-display-tv{
			position: relative;
			display: block;
			width: 100%;
			padding: 2%;
			padding-bottom: 0px;
		}
			.box-display-tv{
				position: relative;
				display: block;
				width: 100%;
				border-radius: 20px;
				margin-bottom: 20px;
				padding: 30px;
			}
				.bg-purple{
					background-color: #997DDA;
					color: #fff;
				}
				.bg-orange{
					background-color: #FF8402;
					color: #fff;
				}
				.bg-tosca{
					background-color: #40D6D5;
					color: #000;
				}
				.bg-lime{
					background-color: #DFF058;
					color: #000;
				}
				.bg-brown{
					background-color: #BFA68A;
					color: #fff;
				}
					.header-table-display-tv{
						position: relative;
						display: block;
						font-family: 'Inter Bold';
						font-size: 30px;
					}	
					.body-table-display-tv{
						background-color: rgba(255, 255, 255, .2);
						padding: 10px 20px;
						border-radius: 20px;
						margin-bottom: 10px;
						font-family: 'Inter Regular';
						font-size: 24px;
					}
					.group-box-display-tv{
						position: relative;
						display: block;
						margin-bottom: 20px;
					}
						.judul-table-display-tv{
							position: relative;
							display: inline-block;
							padding-left: 50px;
						}
							.subjudul-table-display-tv{
								font-size: 16px;
							}
							.highlight-judul-table-display-tv{
								font-family: 'Inter Bold';
							}
						.isi-table-display-tv{
							position: relative;
							display: inline-block;
							text-align: center;
							padding: 5px 20px;
							line-height: 32px;
							vertical-align: top;
						}
							.kuota-display-tv{
								position: relative;
								display: block;
								width: 100%;
								background-color: #fff;
								color: #000;
								font-family: 'Inter Bold';
								padding: 10px;
								font-size: 32px;
								line-height: 32px;
								text-align: center;
								border-radius: 20px;
							}
}


/*Laptop / Desktop*/
@media only screen
and (min-width: 1280px) {
	
}


/*Desktop 1366*/
@media only screen
and (min-width: 1366px) {
	
}


/*Desktop MAC*/
@media only screen
and (min-width: 1440px) {
	
}


/*Desktop Full HD MAC*/
@media only screen
and (min-width: 1680px) {
	
}


/*Desktop Full HD*/
@media only screen
and (min-width: 1920px) {
		
}