.popup-container {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	background-color: #000000da;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.popup-container.visible {
    opacity: 1;
}
.popup-ads {
	width: 347px;
	height: 0;
	margin: 5% auto;
	margin-top: 15%;
	background: none;
	border-radius: 18px 18px 18px 18px;
	color: white;
}


.popup-body {
	width: 347px;
	margin: 10% auto;
	background: radial-gradient(closest-side, #d67200 0, #000000 150%);
	border-radius: 18px 18px 18px 18px;
	color: white;
}

@media (max-width: 512px) {
	.popup-body {
		width: 310px;
		margin: 10% auto;
	}
}

.popup-img {
	width: 450px;
	height: 555px;
	margin: 8% auto;
}

.popup-img-close {
	text-align: center;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: white;
	color: black;
	float: right;
	padding: 5px;
	border-radius: 100px;
	position: absolute;
	margin-left: -7px;
	margin-top: -20px;
}

@media (min-width: 993px) {
	.popup-img-close {
		margin-left: 42px;
		margin-top: -12px;
	}
}

.popup-header {
	height: auto;
	width: 100%;
	margin-top: 0%;
	background: radial-gradient(#fd8f00, #835106);
	border-radius: 18px 18px 0px 0px;
	float: left;
}

.popup-header h6 {
	margin: 13px;
}

.popup-content {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px 39px;
	float: left;
	font-size: 14px;
	background: black;
	color: rgb(255, 255, 255);
}

.popup-pakai {
	width: 100%;
	height: 4%;
	float: left;
	background: #bb5f08;
	padding: 0px 5px;
	font-size: 12px;
	text-shadow: #000000;
}

.popup-label {
	width: 100%;
	height: 7.5%;
	float: left;
	background: #222222;
	padding: 1.5px 15px;
	font-size: 12px;
}

.popup-close {
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
	float: right;
	padding: 10px;
	border-radius: 100px;
	position: absolute;
	margin-top: -10px;
	margin-left: -9px;
}

.bg-popup-close:hover {
	color: rgb(0, 0, 0);
	background: red;
}

.bg-main-button {
	background: linear-gradient(to top, #a55e02 0%, #ec8e00 80%);
	border-radius: 0px 0px 18px 0px;
	text-decoration: none;
}

.bg-daftar-button {
	background: linear-gradient(to top, #a55e02 0%, #ec8e00 80%);
	border-radius: 0px 0px 0px 18px;
	text-decoration: none;
}

.popip-button {
	cursor: pointer;
	width: 50%;
	float: left;
	height: 35px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 1.5%;
	padding-bottom: 50px;
	color: rgb(255, 255, 255);
	font-size: 15px;
	text-align: center;
	font-weight: 100;
	position: unset;
	
}

.popip-button:hover {
	background: linear-gradient(to top, #a55e02 0%, #ec8e00 80%);
	color: #ffffff;
}

/* CSS Document */

.runningtext {
	color: #FFFFFF; 
	font: normal 18px arial, sans-serif; 
	background-color: #bb6400; 
	border: #000000 0px solid; 
	width: 90%; margin: 0 auto; 
	padding: 4px 5px 3px 5px; 
	-moz-border-radius: 17px; 
	-webkit-border-radius: 17px; 
	border-radius: 10px; 
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20); 
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20); 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    text-shadow: #000000;
}