*{
	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";
	background-color: #f8f7f2;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231b9dec' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    color: #212529;
}
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: absolute;
	margin-left: 40px;
	right: 40px;
	width: 300px;
  	max-width: 100%;
}
form div.passwordContainer{
	position: relative;
}
form div.passwordContainer > p.showPassword{
	position: absolute;
	top: 18px;
	right: 5px;
	line-height: 54px;
}
button[disabled]{
	cursor: not-allowed;
}
.validation-message{
	text-align: left;
}
div.content{
	margin-top: 60px;
	margin-left: 130px;
	margin-bottom: 20px;
	margin-right: 20px;
}
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: center;
	background-color: #d1d1d1;
	border-radius: 10px;
}
div.content div.filter input, div.content div.filter select{
    outline:none;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
}
#table tbody tr.even {
    background: #f3f3f3; /* Warna border bisa disesuaikan */
}
.disabled-link {
    pointer-events: none; /* Prevent click */
    color: #6f6f6f !important; /* Visual cue for disabled link */
    cursor: not-allowed; /* Show a "disabled" cursor */
    text-decoration: none; /* Remove underline */
}
div.card-text{
	background-color: #fff;
	padding: 40px;
	border-radius: 16px;
	max-width: 80%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
	margin: 20px auto;
}
div.card-text > div.header{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #5b5b5b;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
div.card-text > div.isi.bars-2 > div.bar{
	display: inline-table;
	vertical-align: top;
	width: calc(50% - 5px);
}
div.card-text > div.isi.bars-2 > div.bar > div.row{
	border-bottom: solid 2px #ddd;
}
div.card-text > div.isi.bars-2 > div.bar > div.row > p{
	display: inline-table;
	vertical-align: middle;
	padding: 5px 0;
	min-height: 30px;
	line-height: 30px;
}
div.card-text > div.isi.bars-2 > div.bar > div.row > p:nth-child(1){
	color: #1b9dec;
	font-weight: bold;
	width: calc(40% - 10px);
}
div.card-text > div.isi.bars-2 > div.bar > div.row > p:nth-child(2){
	width: 10px;
}
div.card-text > div.isi.bars-2 > div.bar > div.row > p:nth-child(3){
	width: calc(60% - 10px);
}
#table a{
	text-decoration: none;
	font-size: 25px;
	color: #fff !important;
	margin: 5px 8px !important;
	display: inline-table;
	width: 50px;
	background: #0d6efd;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 8px;
	position: relative;
}
#table a div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dataTables_wrapper .dataTables_filter input{
	outline: none;
}
div.tagsinput span.tag{
	background-color: #1b9dec !important;
	color: #fff !important;
	background-image: linear-gradient(to bottom,#1da7ee,#178ee9) !important;
	background-repeat: repeat-x !important;
	text-shadow: 0 1px 0 rgba(0,51,83,.3);
	box-shadow: 0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03);
	border:none !important;
}
div.tagsinput span.tag a{
	color: #fff !important;
}
input[type=number]{
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media screen and (max-width: 860px) {
	div.card-text > div.isi.bars-2 > div.bar{
		display: block;
		width: 100%;
	}
}


button.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width:20px;
    background: #444;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}

button.dark-mode-toggle:hover {
    background: #666;
}

body.dark-mode button.dark-mode-toggle {
    background: #ffffff !important;
    color: #000000;
}

body.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}

body.dark-mode div.kotak_login {
    background: #1e1e1e;
}

body.dark-mode div.kotak_login > p.tulisan_login {
    color: #ffffff;
}

body.dark-mode div.kotak_login > form > div.input > label {
    color: #b0b0b0;
}

body.dark-mode div.kotak_login > form > div.input > input.form_login {
    background: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
}

body.dark-mode div.kotak_login > form > div.input > button {
    background: #3c3c3c;
    color: #fff;
}

body.dark-mode .alert {
    background-color: #3b3b3b;
    color: #d4d4d4;
}

body.dark-mode .alert.success {
    background-color: #237849;
}

body.dark-mode .alert.info {
    background-color: #166aa7;
}

body.dark-mode .alert.warning {
    background-color: #b36b00;
}

body.dark-mode .sidebar {
    background: rgba(45, 45, 45, 1);
    color: #cfcfcf;
}

body.dark-mode .sidebar .nav a {
    color: #bdbdbd;
}

body.dark-mode .sidebar .nav a:hover,
body.dark-mode .sidebar .nav .active {
    background: #1976d2;
}

body.dark-mode .navtop {
    background: rgba(45, 45, 45, 1);
    color: #e0e0e0;
}

body.dark-mode .navtop .nav ul li a {
    background: #3a3a3a;
    color: #fff;
}

body.dark-mode .navtop .nav ul li a:hover {
    background: #1976d2;
    color: #fff;
}

body.dark-mode div.card-text {
    background-color: #1e1e1e;
    color: #e0e0e0;
    box-shadow: 7px 20px 39px 30px rgba(0, 0, 0, 0.4);
}

body.dark-mode div.card-text > div.header {
    border-bottom: solid 2px #444;
}
body.dark-mode div.datatables table tr{
	background: #121212;
	color: #fff;
}
body.dark-mode form{
	color: #fff;
	background: #121212;
}
body.dark-mode .selected-tags, body.dark-mode .tags-input-wrapper, body.dark-mode .selectize-options {
	color: #fff;
	background: #444;
}
body.dark-mode .selectize-options li:hover{
	background: #666;
}
body.dark-mode div.datatables table tr:nth-child(even) {
  background: #383838;
}
body.dark-mode body.dark-mode #table tr:nth-child(even) td a{
	background: #383838;
}
body.dark-mode div.datatables .controls input, body.dark-mode div.datatables .controls select{
	color: #fff;
	background: #444;
}
body.dark-mode div.datatables .pagination button:disabled{
	background: #444
}
body.dark-mode .dataTables_wrapper .dataTables_length select{
	color: #fff;
}
body.dark-mode .dataTables_wrapper .dataTables_filter input{
	color: #fff;
}
body.dark-mode .sidebar > .header > svg{
	color: #fff;
}
body.dark-mode .sidebar .nav a svg, body.dark-mode .sidebar .nav a p{
	color: #fff;
}
body.dark-mode div.content form div.form1 > textarea, body.dark-mode div.content form div.form2 > div > input, body.dark-mode div.content form div.form2 > div > select, body.dark-mode div.content form div.form-multi select, body.dark-mode div.content form div.form-multi input, body.dark-mode .selectize-control.single .selectize-input.input-active, body.dark-mode .selectize-input, body.dark-mode .selectize-dropdown .active, body.dark-mode .selectize-dropdown, body.dark-mode .selectize-input, body.dark-mode .selectize-input input{
	background: #444;
	color: #fff;
}
body.dark-mode div.content form div.form1 > select, body.dark-mode div.content form div.form1 > input[type="date"], body.dark-mode div.content form div.form1 > input[type="text"], body.dark-mode div.content form div.form1 > input[type="number"], body.dark-mode div.content form div.form1 > input[type="password"], body.dark-mode div.tagsinput{
	background: #444;
	color: #fff;
}
body.dark-mode div.content form div.form2 > div > input, body.dark-mode div.content form div.form2 > div > textarea, body.dark-mode div.content form div.form2 > div > select, body.dark-mode div.content form div.form-multi select, body.dark-mode div.content form div.form-multi input{
	background: #444;
	color: #fff;
	outline: none;
}
body.dark-mode div.tagsinput input{
	color: #fff !important;
}
body.dark-mode div.content form div.form1 > div.title, body.dark-mode div.content form div.form2 > div > div.title, body.dark-mode div.content form div.form-multi div.title{
	color: #fff;
}
body.dark-mode .selectize-control.single .selectize-input{
	background: #444;
	color: #fff;
	outline: none;
}
#table tr td a{
	color: #000 !important;
}
#table tr td a svg{
	color: #fff !important;
}
body.dark-mode #table tr td a{
	background-color: #121212 !important;
	color: #e0e0e0 !important;
}
body.dark-mode #table tr.even td a{
	background: #383838 !important;
}
body.dark-mode #charCount{
	color: #fff;
}
body.dark-mode div.content div.filter input, body.dark-mode div.content div.filter select{
	background: #444;
	color: #fff;
}
body.dark-mode div.dt-datetime table th, body.dark-mode div.dt-datetime, body.dark-mode div.dt-datetime table td.selectable{
	background: #444;
	color: #fff;
}
body.dark-mode .recommendations {
	background: #444 !important;
}
div.content form{
	margin: 20px;
	width: 1000px;
	max-width: 80%;
	color: #565656;
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

div.content form div.form2 > div{
	display: inline-table;
	width: calc(50% - 23px);
	max-width: 80%;
	margin: 10px;
}
div.content form  div.form2 > div > input, div.content form  div.form2 > div > textarea, 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;
	width: 100%;
}
div.content form > div.form-multi div.title{
	text-align: left;
	font-weight: bold;
	color: color: #565656;
	width: 100%;
}
div.content form  div.form2 > div > input, div.content form div.form2 > div > select{
	top: 25px;
	outline: none;
	border: grey solid 1px;
	/*background: var(--backgroundInput);*/
	color: #000;
	height: 30px;
	margin-top: 10px;
}

div.content form div.form1{
	margin: 10px;
	
}

div.content form div.form1 > div.title{
	text-align: left;
	width: calc(100% - 10px);
	font-weight: bold;
	color: #565656;
}
div.content form div.form1 > textarea{
	width: 1000px;
	outline: none;
	border: grey solid 1px;
	/*background: var(--backgroundInput);*/
	color: #000;
	height: 100px;
	max-width: 100%;
}
div.content form div.form2 button{
	width: 100%;
	outline: none;
	height: 35px;
	background: linear-gradient(to bottom,#1da7ee,#178ee9);
	border: none;
	color: #fff;
	max-width: 100%;
	font-weight: bold;
}
div.content form div.form1 > button{
	width: 1000px;
	outline: none;
	height: 35px;
	background: linear-gradient(to bottom,#1da7ee,#178ee9);
	border: none;
	color: #fff;
	max-width: 100%;
	font-weight: bold;
}

div.content form > div.form-multi select, div.content form > div.form-multi input, div.content form div.form1 > select, form div.form1 > input[type=date], div.content form div.form1 > input[type=text], div.content form div.form1 > input[type=number], div.content form div.form1 > input[type=password]{
	width: 1000px;
	max-height: 100px;
	outline: none;
	height: 35px;
	border: grey solid 1px;
	/*background: var(--backgroundInput);*/
	color: #000;
	max-width: 100%;
}
div.content form > div.form-multi input{
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
div.content form > div.form-multi select{
	padding: 5px;
	height: 35px;
	line-height: 35px;
}
div.content form > div.form-multi{
	margin: 10px;
}
div.content form > div.form-multi > div#inputContainer > div.template{
	display: none;
}
div.content form > div.form-multi .buttonForm, div.MIKDevIndformMulti .MIKDevIndInputRowRemove{
	width: 1000px;
	outline: none;
	height: 35px;
	background: linear-gradient(to bottom,#1da7ee,#178ee9);
	border: none;
	color: #fff;
	max-width: 100%;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 20px;
	cursor: default;
}
div.content form > div.form-multi .MIKDevIndInputRowRemove{
	margin: 0;
	margin-top: 10px;
	height: 35px;
	line-height: 35px;
	width: 135px;
}
div.content form > div.form-multi .MIKDevIndInputRow{
	display: flex;
	margin: 10px 0;
}
div.content form div.form1 div.tagsinput{
	max-width: calc(100% - 15px);
}
div.content form div.form1 div.tagsinput input{
	width: 100% !important;
}
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-color: #1b9dec;
	color: #fff;
	background-image: linear-gradient(to bottom,#1da7ee,#178ee9);
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 rgba(0,51,83,.3);
	box-shadow: 0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03);
	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 form div.form2 > div > div.check-list{
	text-align: left;
}
div.content div.view{
	margin: 20px;
	width: 1000px;
	max-width: 80%;
	color: #565656;
}
div.content div.view div.view2 > div{
	display: inline-table;
	width: calc(50% - 23px);
	max-width: 80%;
	margin: 10px;
}
div.content div.view  div.view2 > div > div.title{
	text-align: left;
	font-weight: bold;
	color: #565656;
	width: 100%;
}
div.content div.view  div.view2 > div > div.isi{
	top: 25px;
	outline: none;
	text-align: left;
	border: grey solid 1px;
	/*background: var(--backgroundInput);*/
	color: #000;
	margin-top: 10px;
	padding: 10px;
}

div.content div.view div.view1{
	margin: 10px;
}

div.content div.view div.view1 > div.title{
	text-align: left;
	width: calc(100% - 10px);
	font-weight: bold;
	color: #565656;
}

div.content div.view div.view1 > div.isi{
	width: calc(1000px - 40px);
	outline: none;
	border: grey solid 1px;
	text-align: left;
	color: #000;
	max-width: 100%;
	padding: 10px;
}
#table_wrapper{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 860px) {
	div.content form > div.form1, div.content form > div.form2{
		width: 80%;
		max-width: 80%;
		margin: 10px;
	}
	div.content form > div.form2 > div{
		display: block;
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
		margin: 0;
		margin-bottom: 10px;
	}
	div.content form > div.form-multi input{
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
	}
	div.content div.view > div.view1, div.content div.view > div.view2{
		width: 80%;
		max-width: 80%;
		margin: 10px;
	}
	div.content div.view > div.view2 > div{
		display: block;
		width: calc(100% - 10px);
		max-width: calc(100% - 10px);
		margin: 0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px) {
	div.content{
		margin-left: 20px;
		margin-bottom: 120px;
		margin-right: 20px;
	}
	button.dark-mode-toggle{
		bottom:120px;
	}
}