*{
	margin:auto;
}

@font-face{
	font-family:font1;
	src:url(../font/Poppins.ttf);
}
@font-face{
	font-family:font2;
	src:url("../font/VarelaRound-Regular.ttf");
}

body{
	font-family:font1;
	font-size:15px;
	color:#474747;
	background:#fff;
}

a{
	text-decoration:none;
	color:#2db77c;
}
a.dialog{
	color:#474747;
}

/* LOADING */
#loading{
	position:absolute;
	top:50%;
	left:42%;
	display:block;
	z-index:99999;
}
#result{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:99999;
	color:#fff;
	text-align:center;
}
.resultSuccess{
	padding:10px 15px;
	font-size:15px;
	line-height:20px;
	background:#2db77c;
	background:rgba(51,170,122,.9);
}
.resultFailed{
	padding:10px 15px;
	font-size:15px;
	line-height:20px;
	text-align:center;
	background:#e53b47;
	background:rgba(229,59,71,.9);
}


.title{
	margin:40px 0 20px;
	text-align:center;
}
.logoLogin{
	width:120px;
}
	


/* SLIDE */
#slide{
	width:100%;
}
.informasiSlide{
	width:calc(100% - 40px);
	margin:20px;
}



/* HEADER */
#headerHome{
	margin:50px 0;
	width:100%;
	text-align:center;
}
#headerIconHome{
	margin:auto;
	width:80px;
}
#headerIconHome .logo{
	width:100%;
	height:auto;
}
#headerTextHome{
	font-size:32px;
	font-weight:bold;
}

#headerLogin{
	width:100%;
	height:50px;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:#2db77c;
}

#headerPilihan{
	margin-bottom:50px;
	width:100%;
	background:#2db77c;
	background:linear-gradient(to right, #2db77c, #7ecf46);
	padding-top:40px;
	margin-top:-30px;
	border-radius:500px/50px;
}

#headerDaftar{
	width:100%;
	padding:20px 0;
	text-align:center;
}
#headerIconDaftar{
	margin:auto;
	width:80px;
}
#headerIconDaftar .logo{
	width:100%;
	height:auto;
}
#headerTextDaftar{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}



/* SLIDE */
#slide{
	width:100%;
}
#slideInfo{
	margin:20px;
	text-align:justify;
}
#slideInfo h3{
	margin-bottom:10px;
}



/* LEFT MENU */
#panel{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	margin:0;
	width:56px;
	height:56px;
}

#leftMenu{
	position:fixed;
	top:0;
	z-index:99999;
	display:none;
	width:80%;
	height:100vh;
	background:#2db77c;
	overflow-x:scroll;
}
#user{
	margin:-20px 0 20px;
	padding:30px 0 10px;
	width:100%;
	height:150px;
	background:#f0f0f0;
	border-radius:500px/50px;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #profil{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
#profil{
	margin:0 10px;
	padding:10px;
	background:rgba(255,255,255,.8);
	border-radius:10px;
}
#user #logo{
	overflow:hidden;
	float:left;
	width:60px;
}
.logo{
    width:100%;
	height:auto;
}

#user #nama{
	float:left;
	margin:0 10px 10px;
	width:calc(100% - 80px);
    font-size:16px;
	line-height:20px;
    font-weight:bold;
	text-transform:uppercase;
}
#user #jam{
	float:left;
	margin:0 10px;
	line-height:18px;
}
a.listMenu{
	display:block;
	margin:0 20px 1px;
	padding:12px 15px 10px 0;
	text-decoration:none;
	color:#fff;
}
.countToko{
	float:right;
}

#overlay{
	position:fixed;
	top:0;
	z-index:9999;
	display:none;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,.5);
}

#logout{
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
	color:#474747;
	background:#fff;
}



#header{
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
	height:60px;
	background:#fff;
	box-shadow:0 0 10px 0 #c0c0c0;
}

#header h1{
	margin-top:18px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#2db77c;
}



/* CONTENT */
#page{
	margin-bottom:8px;
	width:100%;
	padding:10px 0 8px;
	background:#fff;
}

#content{
	margin:75px 15px 50px;
}
#contentFill{
	margin-bottom:15px;
	padding:10px;
	background:#f0f0f0;
	border-radius:10px;
}
#content h3{
	margin:5px 0 15px;
	color:#2db77c;
}

#contentDaftar{
	margin:10px 20px;
}
#contentDaftar h3{
	margin:5px 0 15px;
	color:#2db77c;
}



/* PILIHAN*/
#pilihan{
	margin:10px 20px;
	padding:5px 10px 2px;
	background:#2db77c;
	border-radius:10px;
}
#pilihanIcon{
	float:left;
	margin:10px 0 0 10px;
	width:40px;
	color:#fff;
}
.logoPilihan{
	width:100%;
	height:auto;
}
#pilihanText{
	float:left;
	font-size:18px;
	line-height:50px;
	color:#fff;
}

#pilihanToko{
	margin:10px 0;
	padding:5px;
	background:#2db77c;
	border-radius:10px;
}
#pilihanIconToko{
	float:left;
	margin:10px;
	width:30px;
	color:#fff;
}
#pilihanGambarToko{
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
	text-align:center;
	color:#fff;
	background:#e0e0e0;
	border-radius:10px;
}
.logoPilihanToko{
	width:100%;
	height:auto;
}
#pilihanTextToko{
	float:left;
	font-size:16px;
	line-height:48px;
	color:#fff;
}
#pilihanTextBarang{
	float:left;
	font-size:16px;
	line-height:22px;
	color:#fff;
}
#pilihanAction{
	position:relative;
	top:-53px;
	float:right;
	width:40px;
	text-align:center;
	color:#fff;
}
#pilihanActionRight{
	float:right;
	line-height:60px;
	width:40px;
	text-align:center;
}
.actionRight{
	position:relative;
	width:100%;
	height:60px;
}
.actionRight input[type=file]{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
}
.actionRight input[type=file]:hover{
	cursor:pointer;
}

.btnRight{
	width:100%;
	background:none;
	border:none;
}
.thumb{
	width:100%;
	height:auto;
}



.onclick-menu a{
	color:#474747;
}
.onclick-menu:focus .onclick-menu-content{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.onclick-menu-content{
    position:absolute;
	top:-30px;
	right:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition:visibility 0.3s;
	padding:8px;
	list-style:none;
	text-align:left;
	text-decoration:none;
	background:#fff;
	border-radius:10px;
	box-shadow:3px 3px 10px 0 #c0c0c0;
}
.onclick-menu-content a{
	margin:0;
	display:block;
	width:80px;
	padding:10px;
	color:#474747;
	text-decoration:none;
}



/* UPLOAD */
#canvas{
	margin:10px 10px 0;
}
.upload-btn-wrapper {
	position:relative;
	overflow:hidden;
	display:inline-block;
}

.btn {
	padding:0 10px;
	color:#fff;
	background:#2db77c;
	border:none;
	border-radius:10px;
}
.upload-btn-wrapper input[type=file] {
	font-size:100px;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.upload-btn-wrapper input[type=file]:hover{
	cursor:pointer;
}

#previewFoto{
	float:left;
	margin-top:10px;
	width:100%;
}
#previewKTP{
	float:left;
	margin-top:10px;
	width:100%;
}
#previewNPWP{
	float:left;
	margin-top:10px;
	width:100%;
}
#previewSIM{
	float:left;
	margin-top:10px;
	width:100%;
}
#previewSTNK{
	float:left;
	margin-top:10px;
	width:100%;
}

.gambarUpload{
	width:100%;
	height:auto;
	border-radius:10px;
}



#navigasiBlank{
	position:relative;
	bottom:10px;
	width:100%;
	padding-top:20px;
}

#navigasiTombol{
	margin:0 20px;
}

#linkDaftar{
	position:relative;
	top:40px;
	width:100%;
	font-size:16px;
	text-align:center;
}
#linkDaftar a{
	font-weight:bold;
}



/* LOGIN */
#login{
	margin:40px 20px;
}
#region{
	margin-left:-3px;
	font-size:16px;
	line-height:28px;
}

/* FORM */
#boxform{
	margin:auto;
	padding:8px 0;
}
.boxicon{
	float:left;
	width:26px;
	height:25px;
	padding:6px 8px 9px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#474747;
	background:#f0f0f0;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-radius:6px 0 0 6px;
}
input{
	width:calc(100% - 60px);
	padding:8px;
	font-family:font1;
	font-size:16px;
	color:#474747;
	background:#f0f0f0;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:none;
	border-radius:0 6px 6px 0;
	outline:none;
    transition:all 0.3s Ease;
}
input::placeholder{
	color:#c0c0c0;
}
input:focus{
	background:#fff;
}

#lupa{
	width:100%;
	margin:20px 0;
	font-size:15px;
}


select{
	width:calc(100% - 44px);
	padding:8px;
	font-family:font1;
	font-size:16px;
	color:#474747;
	background:#f0f0f0;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:none;
	border-radius:0 6px 6px 0;
	outline:none;
    transition:all .3s Ease;
	appearance:none;
}
select:focus{
	background:#fff;
}



/* TOMBOL */
#tombol{
	width:100%;
	height:44px;
	font-family:font1;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
	background:#2db77c;
	border:none;
	border-radius:6px;
}
#tombolAdd{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:99;
	border-radius:50px;
}
#tombolModal{
	margin:20px 0;
	width:100%;
	padding:13px 0;
	font-family:font1;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background:#2db77c;
	border:none;
	border-radius:6px;
}



/* TABLE */
#clean{
	margin:10px 0;
	width:100%;
	border-spacing:0;
}
#clean th{
	padding:6px 4px 6px 0;
	font-size:15px;
	text-align:left;
	color:#474747;
}
#clean td{
	padding:4px 4px 4px 0;
	color:#474747;
	vertical-align:text-top;
	word-wrap:anywhere;
}