*{
	margin: 0;
	padding: 0;
	font-size: 13pt;
	color: #f2f2f2;
}

/* CSS ADMIN PAGE SHOP -------------- */
.box-sidebar-admin {
	position: fixed;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	background: #468763;
	top: 0;
	left: 0;
}
.box-admin-title-toko {
	height: 50px;
	background: #317d53;
	box-shadow: #1d5737 0 2px 0 0;
	position: sticky;
	top: 0;
	overflow-x: hidden;
}

.box-primary-contents {
	margin-left: 250px;
	margin-bottom: 50px;
	top: 0;
}
.box-primary-header-contents {
	position: sticky;
	top: 0;
	z-index: 90;
	background: #317d53;
	box-shadow: #1d5737 0 2px 0 0;
}
.colmn-item-data {
	color: rgba(0,0,0,0.7);
	letter-spacing: 0.5px;
}
.btn-tambah-admin {
	border-radius: 5px 5px;
	background: #ffffff;
	color: rgba(0,0,0,0.5);

}
.box-page-form-tambah-admin {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
.moda-form-tambah-admin {
	border: 1px solid rgba(0,0,0,0.2); 
	border-radius: 7px 7px; 
	background: #fff; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.btn-save-data-admin {
	border-radius: 5px 5px;
	background: #97e8b3;
	color: rgba(0,0,0,0.6);
	border: 1px solid #46ab72;
}