@font-face {
	font-family: 'Open SansRegular';
	src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
	url('../fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans/OpenSans-Regular-webfont.svg#Open SansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/OpenSans/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
	url('../fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans/OpenSans-Bold-webfont.svg#Open Sans Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Open SansRegular';
	
	/**background:#063a69;*/
	/**background:#b20707 url(../images/bg-main.png) !important;*/
	/**background:#e46613 url(../images/bg-main.png) !important;*/
	/*background:#fffcf3 url(../images/bg-login.png);*/
	background: #fffdf4 url(../images/bg-login.png) !important;
	background-size: 100% 100vh;
/*	background: url(../images/bg-main-baru.png) !important;*/
/*	background-color:#fffcf3;*/
	
	/*background-size:100% 100% !important;*/
	font-size:14px;
}
.footer{
	/**background:rgba(0,0,0,0.5);*/
	line-height:10px;
	font-size: 12px;
	
	/**background: rgba(255,255,255,0.3);*/
	/**border-top: 4px solid rgba(255,255,255,0.2);*/
	
	/*color: #FFFFFF;*/
	/**color: #5289c5;*/
}
@media screen and (max-width:767px) {
	.footer{
		line-height: normal;
	}	
}

.area-header{
	height:70px;

	/*border-bottom: 4px solid rgba(255,255,255,0.2);*/
	border-bottom: 1px solid #dadada;
	background-color: rgba(255, 255, 255, 0.8);
	/*height: 20%;*/
	height: 90px;
	padding: 10px 20px;
/*	opacity: 0.5;*/
	margin-left: -15px;
	margin-right: -15px;
}
span.judul-app{
	line-height: 90px;
	color: black;
	/**color: #333333;*/
	/**padding-left: 15px;*/
	/**font-size:24px;*/
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	/**border: 1px solid red;*/
}
span.judul-app img{
	margin-right: 10px;
}
@media screen and (max-width:767px) {
	span.judul-app{
		line-height: normal;
		color:#FFF;
		padding-left:0px;
		font-size:14px;
		
		*background:red;
		text-align:center !important;
		text-transform:uppercase;
		
		width:100%;
		display:inline-block;
	}
}

span.judul-app a{
	/*color:rgba(255,255,255,0.9);*/
	color: #333333;
}
span.judul-app a:hover{
	color: #333333;
	text-decoration:none;
	
}

span.judul-app img{
	height:	50px;
}

.area-akun{
	float:right;
	/*margin-top:25px;*/
	line-height: 80px;
	
	color:black;
	font-size: 12px;
}
.area-akun a{
	*color:#f8a406;
/*	color:rgba(255,255,255,0.7);*/
	color:red;
	opacity: 0.5;
}
.area-akun a:hover{
	color:rgba(255,255,255,1);
	color:red;
	opacity: 1;
}

.area-main{
	*background:url(../images/bg-main.png) !important;
	*border:1px solid red;
}
.area-logo-login{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	*border: 1px solid white;
	
	height: 125px;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.area-logo-login img{
	*height: 200px;
	*width: auto;
	height: 100%;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media screen and (max-width:767px) {
	.area-logo-login{
		padding-top:18px;
		padding-bottom:60px;
		*border:1px solid red;
	}	
	#main .col-md-6{
		height:auto !important;
	}
}



.area-footer{
	background:red;
	text-align:center;
	font-size:14px;
}
.area-login{
	*background:red;
	*margin-top:40px;
	
	*margin-left:34.5%;
	text-align: center !important;
	
	padding: 20px;
	
/*	background: rgba(255,255,255,1) url(../images/pura-ulun.png) no-repeat;*/
	background: #daf2f2;
	background-position: right -80px bottom -20px;
	*background: rgba(0,0,0,0.1);
	background-size: 200px auto;
	
	*border: 1px solid yellow;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
@media screen and (max-width:767px) {
	.area-login{
		padding-top:18px;
	}

}
.area-login .form-group{
	*border:1px solid red;
	margin-bottom:15px !important;
}
.area-login input[type=text],
.area-login input[type=password]{
	background: none;
	border:none;
	border-radius:0px;
	margin-bottom:0px !important;
	*width: 65.5%;
	height:40px;
	font-size:14px;
	
	*color: #FFF !important;
	box-shadow: none;
	
	*border-bottom: 1px solid #5289c5;
/*	border-bottom: 1px solid rgba(0,0,0,0.1);*/
	padding-left: 0px;
	padding-right: 0px;
}
.area-login input[type=text]::-webkit-input-placeholder,
.area-login input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  *color: rgba(255,255,255,0.4);
}
.area-login input[type=text]::-moz-placeholder,
.area-login input[type=password]::-moz-placeholder { /* Firefox 19+ */
  *color: rgba(255,255,255,0.4);
}
.area-login input[type=text]:-ms-input-placeholder,
.area-login input[type=password]:-ms-input-placeholder { /* IE 10+ */
  *color: rgba(255,255,255,0.4);
}
.area-login input[type=text]:-moz-placeholder,
.area-login input[type=password]:-moz-placeholder { /* Firefox 18- */
  *color: rgba(255,255,255,0.4);
}


.area-login .col-xs-6.col-sm-6.col-md-6:nth-child(1){
	padding-right:0px;
}
.area-login .col-xs-6.col-sm-6.col-md-6:nth-child(2){
	padding-left:1px;
}
.area-login input[type=submit]{
	border-radius:0px;
	*width: 50%;
	height:40px;
	border:none;
	font-size:14px;
	margin-top: 20px;
	
	background: #eb1a3d;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
.area-login input[type=reset]{
	border-radius:0px;
	*width: 50%;
	height:40px;
	border:none;
	font-size:14px;
	margin-top: 20px;
	
	background: #f1c02c;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

/****/
.judul-halaman{
	text-transform:uppercase;
	/*color:#FFF;*/
	line-height:40px;
	height:40px;

	font-family: 'Open Sans Bold';
	font-size: 16px;
}
.judul-halaman:before{
	font-family:"FontAwesome";
	content:"\f0c8";
	color:#f8a406;
	margin-right:10px;
}

/****/
.area-menu-app-wrapper{
	*border: 1px solid cyan;
	height: calc(100vh - 120px);
}
.area-menu-app-inner{
	*border: 1px solid yellow;
	height: calc(100% - 40px);
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */

}
.container.area-menu-app{
	*border:1px solid yellow;
	*display: inline-block;
	width: auto;
}
.container.area-menu-app .col-md-5ths.col-xs-6{
	width: 33.3%;
}
@media screen and (max-width:767px) {
	.container.area-menu-app{
		margin-bottom:40px;
	}
}

/****/
.area-main-menu{
	*background:red;
	height:calc(100% - 90px);
	overflow-y:auto;
	*border:1px solid red;
}
.area-main-menu .item{
	text-align:center;
	padding-top:18px;
	padding-bottom:18px;
	
	min-height:200px;
	margin-bottom:18px;
}
@media screen and (max-width:767px) {
	.area-main-menu .item{
		margin-bottom:1px;
		*background:cyan;
		
		padding-top:0px;
		padding-bottom:0px;
	}
}

.area-main-menu .item a{
	display:block;
	*padding-top:18px;
	*padding-bottom:18px;
	
	padding: 20px 30px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	*background: rgba(255,255,255,0.1);
	background: #5289c5;
	background: #FFFFFF;
}
@media screen and (max-width:767px) {
	.area-main-menu .item a{
		*padding-top:0px;
		*padding-bottom:0px;
	}
}

.area-main-menu .item a:hover{
	text-decoration:none !important;
	background:rgba(0,0,0,0.2);
}
.area-main-menu .item .icon{
	*background:rgba(1,43,82,0.5);
	*background: rgba(255,255,255,0.4);
	*background: #eb1a3d;
	
	
	width:100px;
	height:100px;
	line-height:120px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	border:1px solid rgba(255,255,255,0.2);
	*border: 1px solid #eb1a3d;
	border: 1px solid #009F3B;;
	
	text-align:center;
	margin:0 auto;

}
.area-main-menu .item a:hover .icon{
	*background:rgba(1,43,82,0.9);
	*background: rgba(255,255,255,0.2);
	background: #FFFFFF;
}
.area-main-menu .item .icon i{
	*color:#FFF;
	*color: #eb1a3d;
	color: #009F3B;;
}
.area-main-menu .item .teks{
	*color:rgba(255,255,255,0.8);
	color: #333333;
	margin-top:20px;
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
	*min-height: 40px;
}
.area-main-menu .item a:hover .teks{
	color:rgba(255,255,255,1.0);
}

/****/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/****/
.row.profil-area{
	margin-left:0px;
	margin-right:0px;
}
.profil-area{
	border-top:1px solid #042d3e;
	border-bottom:1px solid #042d3e;
	
	*padding:18px 0;
	padding:0px 0px 10px 0px;
}
.profil-foto{
	padding-top:20px
}
.profil-foto img{
	/*height:140px;
	width:140px;*/

	height: 110px;
	width: 110px;
	background-color: #eeeeee;

	border:3px solid #666666;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}
.profil-nama span:first-child{
	display:inline-block;
	margin-right:5px;
	padding:3px 0;
	border-bottom:1px solid #042d3e;
}
.profil-nama span:nth-child(2){
	color:#042d3e;
}
.profil-edit-data{
	margin:10px 0;
	text-transform:uppercase;
}
.profil-ganti-password{
	text-transform:uppercase;
}

/****/
table.profil{
	background-color:white!important;
	border-collapse: separate;
    border-spacing: 1px 1px;
	font-size:12px !important;
	width:100%;
	letter-spacing: 1px !important;
	border-radius: solid black 0.5px;
}
table.profil td{
	padding:7px 8px;
	*font-size:15px;
/*	background:#0B66B5 !important;*/
	color:black;
}
table.profil th{
	font-family: 'Open Sans Bold';
	font-size: 13px;
	letter-spacing: normal;

	padding:7px 8px;
	*font-size:15px;
	*background:#06384d;
/*	background:#f8a406;*/
	background: white;
	border: solid black 0.5px;
	  border-right: none;
	  border-left: none;
}
table.profil>tbody>tr:last-child td{
	/*border-bottom:1px solid #0d77a1;*/
}

/****/
.area-dashboard {
/*	background: #f4f4f4;*/
	padding: 30px 15px;
	/*padding-bottom: 30px;*/
}
.area-dashboard .item {
	margin-bottom: 20px;
}
.area-dashboard .item a {
	display: block;
	*padding-top: 18px;
	*padding-bottom: 18px;
	padding: 20px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*background: rgba(255,255,255,0.1);
	background: #5289c5;
	background: #FFFFFF;
}
.area-dashboard .item .ikon {
	font-size: 30px;
	float: left;
	width: 100%;
	text-align: center;
	/*line-height: 80px;*/
}
.area-dashboard .item .ikon ~ .nilai {
	font-size: 40px;
	font-weight: bold;
	/*line-height: 80px;*/
	float: left;
	width: 100%;
	text-align: center;
}
.area-dashboard .item a .keterangan {
	margin-top: 10px;
	color: #333;
	border-top: 1px solid #dadada;
	padding-top: 20px;
	text-align: center;
}
.area-dashboard .item.belum a {
	color: red;
}
.area-dashboard .grafik {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.area-grafik.kolom {
	background: #f1c02c;
}
.area-grafik {
	/*background: rgba(0,0,0,0.2);*/

	background-color: #eb1a3d;
	background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left top, right top, from(#4169E1), to(#4169E1));
	background: -webkit-linear-gradient(left, #eb1a3d, #fb3657);
	background: -moz-linear-gradient(left, #4169E1, #4169E1);
	background: -ms-linear-gradient(left, #eb1a3d, #fb3657);
	background: -o-linear-gradient(left, #eb1a3d, #fb3657);

	/*margin-top: 20px;*/
	margin-left: 0px;
	margin-right: 0px;

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 30px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}
.area-grafik .judul-halaman {
	margin-left: 15px;
	font-weight: bold;
}
.area-grafik .grafik {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	height: calc(35vh - 20px);
}

/****/
.profil-data {
	background-color: #767676;
	margin-top: 15px;

	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.profil-data .profil-foto {
	background-color: #177373;

	-webkit-border-radius: 35px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 35px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 35px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.profil-data .nama-nip {
	background-color: #177373;
	padding: 20px;
	text-align: center;

	position: relative;

	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-radius: 0px;
	border-bottom-right-radius: 35px;
	border-bottom-left-radius: 35px;
}
.profil-data .nama-nip:after {
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0px;
	content: '';
	width: 100px;
	height: 6px;
	background-color: #f2d149;

	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.profil-data .nama-nip .nama {
	font-size: 16px;
	font-family: 'Open Sans Bold';
	color: #FFFFFF;
}
.profil-data .nama-nip .nip {
	font-size: 12px;
	color: #FFFFFF;
}
.profil-data .inner {
	padding: 20px;
	color: #FFFFFF;
}
.profil-data .inner .form-group {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/****/
.area-konten {
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	padding: 15px;

	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.area-konten table {
	border-collapse: collapse;
	border-bottom: 1px solid #f0f0f0;
}
.area-konten table th,
.area-konten table td {
	border-top: 1px solid #f0f0f0;
}
.area-konten table td a {
	color: #2b82ff;
}
.area-konten table td a:hover {
	color: #333333;
	text-decoration: underline;
}

/****/
#wrap-utama {
	/*border: 1px solid red;*/
}
#wrap-utama #main {
	/*border: 1px solid cyan;	*/
}

/****/
.row-konten {
	/*height: calc(100vh - 90px - 50px);*/ /* 90px = area-header */
	height: calc(100vh - 90px - 32px); /* 90px = area-header */
	/*border: 1px solid green;	*/
	overflow: auto;
}

/* ============================================================
   Layout Chrome — Assesment (pengaturan + ikk shared)
   Dipindah dari: assesment/layouts/pengaturan.blade.php
   ============================================================ */
/* ── simace variables ───────────────────────────────────────────────────── */
:root {
  --simace-green-900: #0D3E22;
  --simace-green-800: #14502F;
  --simace-green-700: #1B6B3F;
  --simace-green-600: #2E8157;
  --simace-green-100: #DDEAE0;
  --simace-green-50:  #ECF3EE;
  --simace-gold-700:  #B58A2A;
  --simace-gold-500:  #E4AA38;
  --simace-gold-100:  #FAEDC4;
  --simace-maroon:    #A14545;
  --simace-paper:     #FFFFFF;
  --simace-surface:   #F8F6F0;
  --simace-line:      #E8E3D2;
  --simace-ink-700:   #4A4B43;
  --simace-ink-500:   #7A7B70;
  --simace-ink-400:   #A3A498;
}

/* ── Base ───────────────────────────────────────────────────────────────── */
html { font-size: 16px; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
  background: var(--simace-surface);
  margin: 0;
  padding: 0;
}

/* ── TopBar ─────────────────────────────────────────────────────────────── */
.simace-topbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  height: 56px;
  background: var(--simace-paper);
  border-bottom: 1px solid var(--simace-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.simace-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none !important;
  color: inherit;
}
.simace-brand .acro {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--simace-green-900);
  letter-spacing: .04em;
  line-height: 1;
}
.simace-brand .full {
  font-size: .72rem;
  color: var(--simace-ink-500);
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.2;
}

/* TopBar right: user dropdown */
.simace-topbar-right { position: relative; }
.simace-user-btn {
  display: flex;
  align-items: center;
  gap: .45rem;
  background: none;
  border: 1px solid var(--simace-line);
  border-radius: 7px;
  padding: .3rem .7rem;
  cursor: pointer;
  font-family: inherit;
  font-size: .82rem;
  color: var(--simace-ink-700);
  transition: background .14s;
}
.simace-user-btn:hover { background: var(--simace-surface); }
.simace-user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: var(--simace-paper);
  border: 1px solid var(--simace-line);
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
  min-width: 190px;
  z-index: 1050;
  overflow: hidden;
}
.simace-user-dropdown.open { display: block; }
.simace-user-dropdown .ud-header {
  padding: .55rem 1rem .4rem;
  font-size: .77rem;
  color: var(--simace-ink-500);
  border-bottom: 1px solid var(--simace-line);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.simace-user-dropdown a,
.simace-user-dropdown form button {
  display: block;
  width: 100%;
  padding: .6rem 1rem;
  text-align: left;
  font-size: .84rem;
  color: var(--simace-ink-700);
  background: none;
  border: none;
  text-decoration: none !important;
  font-family: inherit;
  cursor: pointer;
  transition: background .13s;
}
.simace-user-dropdown a:hover,
.simace-user-dropdown form button:hover {
  background: var(--simace-surface);
  color: var(--simace-green-900);
}
.ud-divider { height: 1px; background: var(--simace-line); margin: .2rem 0; }

/* Avatar circle */
.simace-avatar {
  width: 28px; height: 28px; font-size: 10px;
  background: var(--simace-green-700); color: #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Lora', serif; font-weight: 700; flex-shrink: 0;
}
.topbar-uname { display: none; }
@media (min-width: 768px) { .topbar-uname { display: block; } }

/* Sidebar toggle button */
.simace-hamburger {
  display: block;
  background: none;
  border: none;
  font-size: 1.25rem;
  color: var(--simace-ink-700);
  cursor: pointer;
  padding: .2rem .4rem;
  margin-right: .5rem;
}

/* ── Shell ──────────────────────────────────────────────────────────────── */
.simace-shell {
  display: flex;
  min-height: calc(100vh - 56px);
}

/* ── Sidebar ────────────────────────────────────────────────────────────── */
.simace-sidebar {
  width: 250px;
  flex-shrink: 0;
  background: var(--simace-paper);
  border-right: 1px solid var(--simace-line);
  padding: .6rem .55rem 2rem;
  height: calc(100vh - 56px);
  position: sticky;
  top: 56px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--simace-line) transparent;
}
.simace-sidebar::-webkit-scrollbar { width: 3px; }
.simace-sidebar::-webkit-scrollbar-thumb { background: var(--simace-line); border-radius: 99px; }

.s-section {
  font-size: .6rem;
  font-weight: 700;
  color: var(--simace-ink-400);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .8rem .6rem .25rem;
}
.s-divider { height: 1px; background: var(--simace-line); margin: .65rem .5rem; }

/* Nav item (both link and button) */
.s-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  width: 100%;
  padding: .5rem .6rem;
  border-radius: 6px;
  color: var(--simace-ink-700);
  font-weight: 500;
  font-size: .84rem;
  text-decoration: none !important;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  transition: background .12s, color .12s;
  line-height: 1.35;
}
.s-item:hover, .s-item:focus {
  background: var(--simace-green-50);
  color: var(--simace-green-900);
  outline: none;
}
.s-item.active {
  background: var(--simace-green-50);
  color: var(--simace-green-900);
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--simace-green-700);
}
.s-item .s-icon { color: var(--simace-green-700); width: 14px; font-size: .88rem; flex-shrink: 0; }
.s-item .s-label { flex: 1; }
.s-item .s-chev { font-size: .62rem; color: var(--simace-ink-400); transition: transform .18s; flex-shrink: 0; }

/* child items */
.s-children { display: none; padding-left: .5rem; }
.s-children.open { display: block; }
.s-item.child { padding-left: 1.75rem; font-size: .8rem; font-weight: 400; }
.s-item.child .s-icon { color: var(--simace-ink-400); font-size: .55rem; }
.s-item.child.active { font-weight: 600; }

/* open group: rotate chevron */
.s-group.open > .s-toggle .s-chev { transform: rotate(90deg); }

/* ── Main ───────────────────────────────────────────────────────────────── */
.simace-main {
  flex: 1;
  min-width: 0;
  padding: 15px;
  background: var(--simace-surface);
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 56px);
}

.page-header {
  background: var(--simace-paper);
  margin: -15px -15px 1.25rem;
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid var(--simace-line);
}
.simace-footer {
  padding: 1.25rem 1.75rem;
  border-top: 1px solid var(--simace-line);
  background: var(--simace-paper);
  font-size: .82rem;
  color: var(--simace-ink-500);
  display: flex;
  justify-content: space-between;
  margin: auto -15px -15px;
  flex-shrink: 0;
}

/* ── Inner pages: simace overrides ──────────────────────────────────────── */

/* Card */
.card-box {
  background: var(--simace-paper);
  border: 1px solid var(--simace-line);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.card-box .card-title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--simace-green-900);
  border-bottom: 1px solid var(--simace-line);
  border-left: 4px solid var(--simace-gold-500);
  padding: .5rem .75rem .5rem .75rem;
  margin: -.25rem -1.25rem .75rem;
  background: var(--simace-paper);
}

/* Buttons */
.btn-merah,
.btn-merah:hover,
.btn-merah:focus,
.btn-merah:active {
  background: var(--simace-green-700) !important;
  border-color: var(--simace-green-700) !important;
  color: #fff !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background: var(--simace-green-700) !important;
  border-color: var(--simace-green-700) !important;
  color: #fff !important;
}
.btn-default {
  background: var(--simace-paper) !important;
  border-color: var(--simace-line) !important;
  color: var(--simace-ink-700) !important;
}
.btn-default:hover {
  background: var(--simace-surface) !important;
  color: var(--simace-green-900) !important;
}
.btn-danger {
  background: #A14545 !important;
  border-color: #A14545 !important;
  color: #fff !important;
}
.btn { border-radius: 7px !important; font-weight: 500 !important; }

/* Forms */
.form-control {
  border-radius: 7px !important;
  border-color: var(--simace-line) !important;
  color: var(--simace-ink-900, #1E1F1A) !important;
}
.form-control:focus {
  border-color: var(--simace-green-700) !important;
  box-shadow: 0 0 0 3px rgba(27,107,63,.1) !important;
}

/* Tables */
.table thead th {
  background: var(--simace-surface) !important;
  color: var(--simace-ink-500) !important;
  font-weight: 700 !important;
  font-size: .72rem !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  border-bottom: 1px solid var(--simace-line) !important;
}
.table tbody td {
  border-color: var(--simace-line) !important;
  vertical-align: middle !important;
  font-size: .88rem !important;
}
.table-bordered { border-color: var(--simace-line) !important; }
.table-hover tbody tr:hover td { background: var(--simace-green-50) !important; }

/* Modal: override inline #8B1A1A header — header jadi action bar (judul + tombol) */
.modal-header {
  background: linear-gradient(135deg, var(--simace-green-700), var(--simace-green-800)) !important;
  color: #fff !important;
  border-radius: 9px 9px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  padding: 13px 18px !important;
  flex-wrap: wrap;
}
/* Matikan clearfix Bootstrap (:before/:after jadi flex-item liar, dorong title+actions ke tengah) */
.modal-header:before, .modal-header:after { display: none !important; content: none !important; }
.modal-header .modal-title,
.modal-header h4, .modal-header h5 {
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Lora', serif !important;
  letter-spacing: .01em;
}
.modal-header .modal-title i, .modal-header h5 i { font-size: .92em; opacity: .9; }
.modal-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

/* Tombol di dalam header: kontras terhadap bg hijau (btn-merah default jadi nyaru) */
.modal-header .btn-merah,
.modal-header .btn-merah:hover,
.modal-header .btn-merah:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--simace-green-800) !important;
  font-weight: 700 !important;
}
.modal-header .btn-default,
.modal-header .btn-default:hover,
.modal-header .btn-default:focus {
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.4) !important;
  color: #fff !important;
}
.modal-header .close {
  width: 28px; height: 28px; margin: 0 !important;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff !important; opacity: .85 !important; text-shadow: none !important;
  font-size: 22px; line-height: 1;
  transition: background .15s, opacity .15s;
}
.modal-header .close:hover { background: rgba(255,255,255,.2); opacity: 1 !important; }

/* Header tetap di atas saat body discroll: modal-content dibatasi tinggi, hanya modal-body yang scroll */
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 60px);
}
.modal-content {
  border-radius: 10px !important;
  border: 1px solid var(--simace-line) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.modal-header { flex-shrink: 0; }
.modal-body { overflow-y: auto; flex: 1 1 auto; }
.modal-footer { border-top: 1px solid var(--simace-line) !important; flex-shrink: 0; }

/* Badges */
.kt-badge { border-radius: 6px !important; font-size: .72rem !important; font-weight: 600 !important; padding: .2rem .55rem !important; }

/* ── Sidebar Collapsed (desktop only) ───────────────────────────────────── */
.simace-sidebar {
  transition: width .18s ease;
}
.simace-sidebar.collapsed {
  width: 52px;
  padding: .6rem .4rem 2rem;
}
.simace-sidebar.collapsed .s-label,
.simace-sidebar.collapsed .s-chev,
.simace-sidebar.collapsed .s-section,
.simace-sidebar.collapsed .s-divider { display: none; }
.simace-sidebar.collapsed .s-item {
  justify-content: center;
  padding: .5rem;
  gap: 0;
}
.simace-sidebar.collapsed .s-item .s-icon { width: auto; }
.simace-sidebar.collapsed .s-children { display: none !important; }
.simace-sidebar.collapsed .s-group.open > .s-toggle {
  background: var(--simace-green-50);
  color: var(--simace-green-900);
  box-shadow: inset 3px 0 0 var(--simace-green-700);
}
.simace-sidebar.collapsed .s-group.open > .s-toggle .s-icon { color: var(--simace-green-700); }
.simace-sidebar.collapsed .s-item[title] { position: relative; }
.simace-sidebar.collapsed .s-item[title]:hover::after {
  content: attr(title);
  position: fixed;
  left: 60px;
  background: var(--simace-ink-900);
  color: #fff;
  font-size: .75rem;
  padding: .25rem .55rem;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 9999;
  pointer-events: none;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .simace-sidebar {
    display: none;
    position: fixed;
    top: 56px;
    left: 0;
    z-index: 1030;
    height: calc(100vh - 56px);
    box-shadow: 2px 0 12px rgba(0,0,0,.13);
    transition: none;
  }
  .simace-sidebar.collapsed { width: 250px; padding: .6rem .55rem 2rem; }
  .simace-sidebar.open { display: block; }
  .simace-main { padding: 10px; }
}

/* ── Sidebar Flyout (collapsed mode) ────────────────────────────────────── */
#s-flyout {
  position: fixed;
  left: 58px;
  background: var(--simace-paper);
  border: 1px solid var(--simace-line);
  border-radius: 8px;
  box-shadow: 2px 4px 16px rgba(0,0,0,.13);
  padding: .35rem 0;
  min-width: 190px;
  z-index: 1050;
}
.s-flyout-title {
  font-size: .65rem;
  font-weight: 700;
  color: var(--simace-ink-400);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .3rem .75rem .25rem;
}
#s-flyout .s-item {
  padding: .42rem .75rem;
  font-size: .82rem;
  border-radius: 0;
}
#s-flyout .s-item:hover { border-radius: 5px; margin: 0 .3rem; }
@media (max-width: 900px) { #s-flyout { display: none !important; } }

/* ── Sec Nav Item (shared: IKK, Pengaturan, dll) ────────────────────────── */
.sec-nav-item { border-bottom: 1px solid #f3f4f6; }
.sec-nav-item:hover { background: #f9fafb; }