@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

body {
	padding: 50px 10px 150px 10px;
}

.typo {
	font-family: 'Open Sans', sans-serif;
	
}
.logorow {
	/*background-color: red;*/
	text-align: center;
	width: 80%;
	margin: auto;
}
.logo, .bungkus {
	width: 100%;

}

.title {
	margin: 30px 0 30px 0;
	font-weight: 600;
	color: #ff0000;
}

.title .main,
.diskon
{
	font-size: 1.2em;
}

.diskon {
margin: 20px 0 20px 0;
	font-weight: 600;
}
.center {
	text-align: center;
}


.kode {
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #949494;
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 2em !important;
	text-align: center;
	padding: 8px 0 8px 0 !important;
	width: 80%;
	margin: auto;
	cursor: pointer;
	border: none;
	
}

.kode:active {
background-color: #1b7db8;
	
}

.copy {
	color: #1b7db8;
	font-weight: 600;
	font-size: 1.2em;
	cursor: pointer;
}

.copy:active {
	color: #fda100;
}


.deeplink {
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
background-color: #f10606;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 100%;
	margin: auto;
	cursor: pointer;
	margin-top:50px;
}

.bungkus a:hover {text-decoration: none;}

.umpetin {display: none;}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:9999999;
	left: 0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 50px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 20px 5%;
font-size: 20px;
}
.popupCloseButton {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
}
.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
	  
}
/* Popup box BEGIN */


