@import url("//fonts.googleapis.com/css?family=Futura");

body {
	font-size: 12px !important;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
	overflow-x: hidden;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0.85),
			rgba(255, 255, 255, 0.85)
		),
		url("../../media/bg.jpg");
	background-attachment: fixed;
	background-size: cover !important;
	/* height: 100vh; */
}

header {
	margin: auto;
	width: 100%;
}

.header {
	background-color: #000;
	width: 100%;
	padding: 0px 90px 0px 10px;
	color: #fff;
	font-weight: bold;
}

.header-box-kasir {
	background: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 6px;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.header-box-teknisi {
	background: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 6px;
	border-top-left-radius: 8px ;
	border-top-right-radius: 8px ;
}

.waktu {
	font-size: 15px;
}

.tgl {
	margin-top: -5px;
	font-size: 14px;
}

.logo_header {
	max-width: 80px;
	margin-left: 20px;
}

.antrian-kasir {
	height: 310px;
	/* min-height: 100%; */
	width: 100%;
	text-align: center;
	background: transparent;
	border: 1px solid #000 !important;
	border-radius: 10px;
}

.playlist {
	width: 100%;
	background-color: #000;
	margin: 2px 0px 0px 2px;
	position: relative !important;
	border-radius: 10px !important;
}

.playlist iframe {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	border-radius: 10px !important;
}

.antrian-kasir h2 {
	font-size: 200px;
	text-align: center;
	font-weight: bold;
	color: #000;
	/* -webkit-text-stroke: 2px white; */
}

.antrian-kasir .label-kasir {
	color: #000;
	text-align: center;
	font-size: 30px;
	background: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px !important;
	box-shadow: 2px 2px 2px #000;
	margin: -25px 80px 0px 80px;
}

.promosi {
	margin-top: 5px;
	background: #000;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	padding-top: 12px;
	margin-bottom: 5px !important;
	border-radius: 10px !important;
}

.welcome-text {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	/* text-align: center; */
	color: #fff;
	padding-left: 30px;
	margin-top: 10px !important;
}

h1 {
	text-align: center;
}

.font-menu {
	color: #222;
	text-align: center;
	margin: 0px;
	font-size: 18px;
}

footer {
	background: #000;
	z-index: 999;
	font-size: 18px;
	min-height: 18px;
	font-weight: bold;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 1px;
}

.footer {
	color: #fff;
	float: right;
	margin: 10px;
}

.footer a {
	color: #fff;
	float: right;
	padding-left: 40px;
}

.footer a:hover {
	color: #343434;
}

.box-home {
	min-height: 180px;
	background: transparent;
	border-radius: 10px !important;
}

.box {
	background-color: white;
	border-radius: 10px !important;
}

.box a {
	text-decoration: none;
}

.wrap-teknisi {
	display: flex;
	border-radius: 10px !important;
	margin-bottom: 5px !important;
}

.img-teknisi {
	width: 385px;
	padding: 5px;
	background-color: #000;
	display: 1;
	border-radius: 10px !important;
}

.box-teknisi {
	width: 100%;
	min-height: 290px;
	border: 1px solid #000 !important;
	display: 2;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.box-teknisi-popup {
	width: 100%;
	min-height: 290px;
	border: 1px solid #000 !important;
	display: 2;
	border-radius: 10px !important;
}

.profile-teknisi {
	width: 100%;
	border-radius: 10px !important;
}

.header-box-popup {
    background: #000;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 6px;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.logo-nomor {
	margin-top: 20px !important;
	width: 70%;
	padding: 10px;
}

.nomor-antri {
	font-weight: bold;
	color: #000 !important;
	margin-top:50px;
	font-size:120px
	/* -webkit-text-stroke: 2px white; */
}

.antrian-home {
	color: #000;
	height: 100px;
	font-weight: bold;
	text-align: center;
}

/* Gaya untuk menghilangkan padding dan margin dari modal */
.swal2-popup.no-padding-no-margin {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 10px !important;
}

.wrap-antrian-teknisi{
	display: flex;
	justify-content: center;
	width: 100%;
}

.antrian-teknisi{
	flex: 20%;
	margin-right: 10px;
	flex-wrap: wrap;
}

@media all and (max-width: 568px) {
	.header {
		padding: 5px 40px 5px 20px;
	}

	.waktu {
		/* padding-top: 10px; */
		font-size: 20px;
	}

	.tgl {
		margin-top: -5px;
		font-size: 10px;
	}

	.logo_header {
		width: 70px;
	}

	.playlist {
		width: 96%;
		margin: 10px;
	}

	.content2 {
		padding-bottom: 100px;
	}

	.header {
		font-weight: bold;
		font-size: 12px;
	}

	.text-logo {
		font-size: 20px;
	}

	.playlist {
		margin-bottom: 20px;
	}

	footer {
		font-size: 12px;
	}

	.footer {
		font-size: 14px;
		padding-right: 20px;
	}

	.header-box {
		font-size: 18px;
	}

	.antrian-kasir .label-kasir {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.wrap-teknisi {
		display: flex;
		/* margin-left: 35px !important; */
	}

	.welcome-text {
		font-size: 12px;
	}

	.section-content {
		padding-bottom: 80px !important;
	}

	.wrap-antrian-teknisi{
		display: block;
		width: 100%;
	}
	
	.antrian-teknisi{
		margin-bottom: 10px;
	}

	.logo-nomor {
		margin-top: 10px !important;
		width: 50%;
		padding: 10px;
	}
	
	.nomor-antri {
		font-weight: bold;
		color: #000 !important;
		margin-top:50px;
		font-size:120px
		/* -webkit-text-stroke: 2px white; */
	}
}
