*{
	margin: 0;
	padding: 0;
}
body{
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
div.kotak_login{
	background: #fff;
	width: max-content;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
div.kotak_login > p.tulisan_login{
	margin: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
div.kotak_login > form > div.input{
	display: block;
}
div.kotak_login > form > div.input > label{
	display: block;
	margin: 20px 20px 2px 20px;
	font-weight: bold;
}
div.kotak_login > form > div.input > input.form_login{
	width: 250px;
	margin: 0px 20px;
	padding: 3px 5px;
	height: 25px;
	outline: none;
	max-width: 100%;
}
div.kotak_login > form > div.input > button{
	background: #525252;
	border: none;
	outline: none;
	width: 264px;
	padding: 3px 5px;
	height: 35px;
	margin: 20px;
	color: #fff;
	max-width: 100%;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  width: 300px;
  max-width: 100%;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.alert > .closebtnalert {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alert > .closebtnalert:hover {
  color: black;
}
.alert_grub{
	position: ;
	margin-left: 40px;
	right: 40px;
	width: 300px;
  	max-width: 100%;
}
.sidebar{
	width: 85px;
	background: #3c3c3c;
	color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: RGBA(33,37,41,1);
	z-index: 999;
}
.sidebar > .header{
	text-align: center;
}
.sidebar > .header > svg{
	margin: 20px 20px 15px 20px;
	font-size: 20px;
	
}
.sidebar > .header > p {
	margin: 20px 20px 15px 20px;
	font-size: 20px;
	display: none;
	text-align: left;
}
.sidebar hr{
	margin: 0 20px;
}
.sidebar .nav{
	margin: 10px 20px 20px 20px;
}
.sidebar .nav a svg, .sidebar .nav a p{
	display: inline-table;
	vertical-align: bottom;
}
.sidebar .nav a svg{
	margin: 10px 15px 10px 15px;
}
.sidebar .nav a{
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	margin-top: 3px
}
.sidebar .nav a p{
	margin: 10px 10px 10px 0;
	display: none;
}
.sidebar .nav .active, .sidebar .nav a:hover{
	background: #0d6efd;
	border-radius: 8px;
}
.sidebar .user{
	position: absolute;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	bottom: 0;
	left: 0;
}
.sidebar .user img{
	width: 27px;
	height: 27px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	border: solid 1px #fff;
}
.navtop{
	top: 0;
	margin-left: 85px;
	position: fixed;
	background: RGB(33, 37, 41);
	width: 100%;
	left: 0;
	color: #fff;
	height: 60px;
	line-height: 60px;
	z-index: 999;
}
#sidebarnavcheck:checked ~ .sidebar{
	width: 280px;
}
#sidebarnavcheck:checked ~ .sidebar .header p {
	display: block;
}
#sidebarnavcheck:checked ~ .sidebar .header svg{
	display: none;
}
#sidebarnavcheck:checked ~ .sidebar .nav a p{
	display: inline-table;
}
#sidebarnavcheck:checked ~ .navtop, #sidebarnavcheck:checked ~ .content{
	margin-left: 280px;
}
#sidebarnavcheck:checked ~ .sidebar .user label strong {
	display: inline-table;
}
#sidebarnavcheck{
	display: none;
}
.navtop .menu-show{
	margin: 0 20px;
}
.sidebar .user label *{
	vertical-align: middle;
}
.sidebar .user label svg{
	font-size: 10px;
}
.sidebar .user label strong{
	display: none;
	max-width: 170px;
  	margin-left: 10px;

}
.sidebar .user .user-menu{
	background: #343a40;
	display: none;
	position: absolute;
	width: 120px;
	height: 125px;
	top: -130px;
	border-radius: 6px;
}
.sidebar .user .user-menu a{
	display: block;
	padding: 5px 0 5px 20px;
	color: #dee2e6;
	text-decoration: none;
}
.sidebar .user .user-menu a:first-child{
	margin-top: 15px;
}
.sidebar .user .user-menu a:hover{
	background: rgba(173, 181, 189, 0.75);
}
#usernavcheck:checked ~  .user-menu{
	display: block;
}
.navtop .nav, .navtop .menu-show{
	display: inline-table;
}
.navtop .nav{
	float: right;
	margin-right: 110px;
}
#sidebarnavcheck:checked ~  .navtop .nav{
	margin-right: 310px;
}
.navtop .nav ul li a{
	text-decoration: none;
	color: #0d6efd;
	padding: 7px 20px;
	border-radius: 7px;

}
.navtop .nav ul li {
	display: inline-table;
	margin: 0 10px;
}
.navtop .nav ul li a:hover{
	background: #0d6efd;
	color: #fff;

}
.menucheckbox{
	display: none;
}

div.content form{
	margin: 20px;
	width: max-content;
	max-width: 80%;
}
div.content form > div.form2 > div{
	display: inline-table;
	width: 280px;
	max-width: 80%;
	margin: 10px;
}
div.content form > div.form2 > div > input, div.content form > div.form2 > div > select, div.content form > div.form2 > div > div.title{
	width: 100%;
}
div.content form > div.form2 > div > div.title{
	text-align: left;
	font-weight: bold;
	color: #565656;
}
div.content form > div.form2 > div > input, div.content form > div.form2 > div > select{
	top: 25px;
	outline: none;
	border: grey solid 1px;
	height: 30px;
	margin-top: 10px;
}
div.content form > div.form1{
	margin: 10px;
	
}
div.content form > div.form1 > div.title{
	text-align: left;
	width: 100%;
	font-weight: bold;
	color: #565656;
}
div.content form > div.form1 > textarea{
	width: 100%;
	outline: none;
	border: grey solid 1px;
	height: 100px;
}
div.content form > div.form1 > button{
	width: 100%;
	outline: none;
	height: 35px;
	background: #df4d4d;
	color: #fff;
	border: none;
	font-weight: bold;
}
div.content form > div.form1 > select, div.content form > div.form1 > input[type=date], div.content form > div.form1 > input[type=text], div.content form > div.form1 > input[type=number]{
	width: 100%;
	outline: none;
	height: 35px;
	border: grey solid 1px;
}
div.content form > div.form1 > label.file{
	border: grey dashed 2px;
	position: relative;
	display: block;
	overflow: hidden;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
}
div.content form > div.form1 > label.file > div.button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
div.content form > div.form1 > label.file > div.button > p{
	font-size: 30px;
	font-weight: bold;
}
div.content form > div.form1 > label.file > div.button > label{
	height: 35px;
	line-height: 35px;
	background: #df4d4d;
	color: #fff;
	width: 150px;
	font-weight: bold;
	display: block;
	max-width: 80%;
	margin-top: 10px;
}
div.content form > div.form1 > label.file > input[type=file]{
	width: 100%;
	height: 250px;
	opacity: 0;
}
div.content{
	margin-top: 60px;
	margin-left: 85px;
}
div.content > div.header{
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
div.content  center  div.foto{
	width: 170px;
	height: 173.3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	background-color: #d1d1d1;
	border-radius: 10px;
}
@media screen and (max-width: 802px) {
	div.content form > div.form1{
		width: 280px;
		max-width: 80%;
		margin: 10px;
	}
}
/*@media only screen and (max-width: 450px){*/
/*	.navtop .nav{*/
/*		position: absolute;*/
/*		background: RGBA(33,37,41,1);*/
/*		border-top: 1.5px solid #757575;*/
/*		height: 100%;*/
/*		display: none;*/
/*	}*/
/*	.navtop .nav ul li{*/
/*		display: block;*/
/*	}*/
/*	.menucheckbox{*/
/*		display: inline-table;*/
/*	}*/
/*	#menucheckbox:checked ~ .nav{*/
/*		display: inline-table;*/
/*	}*/
/*}*/