﻿/* ============================================================================
	STYLE FORMS - SECTION MAP
	1) Surat Masuk
	2) Disposisi
	3) Arsip
	4) Revisi
	5) SPMU
	6) Shared Responsive Helpers
	7) Legacy Helpers
	============================================================================ */

/* ============================================================================
	1) SURAT MASUK
	============================================================================ */

/* Container */

.surat-masuk-shell {
	border: 0;
	border-radius: 24px;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.surat-masuk-header {
	background: linear-gradient(135deg, #0f4c81, #1381b2 58%, #28b7b0);
	color: #fff;
	padding: 26px 28px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.surat-masuk-header-roomy {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	border-radius: 18px;
	padding-left: 250px;
	padding-right: 250px;
}

.surat-masuk-header-tight-left {
	padding-left: 22px;
}

.surat-masuk-header-main {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.surat-masuk-logo-wrap {
	flex: 0 0 auto;
	width: 120px;
	height: 120px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/*padding: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);*/
}

.surat-masuk-header-logo {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.surat-masuk-heading {
	flex: 1 1 auto;
	min-width: 0;
}

.surat-masuk-heading .box-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 4px 0 8px;
}

.surat-masuk-kicker {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
}

.surat-masuk-subtitle {
	max-width: 760px;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

.surat-masuk-header-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	font-weight: 600;
	white-space: nowrap;
}

.surat-masuk-toolbar-wrap {
	padding: 18px 24px 10px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.surat-masuk-toolbar {

/* Toolbar */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.surat-masuk-toolbar-copy,
.surat-masuk-toolbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.surat-masuk-toolbar-actions {
	justify-content: flex-end;
}

.toolbar-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 999px;
	background: #eef5ff;
	color: #24527a;
	font-size: 12px;
	font-weight: 700;
}

.surat-toolbar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 176px;
	padding: 12px 18px;
	border: 0;
	border-radius: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.surat-toolbar-button:hover,
.surat-toolbar-button:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.surat-toolbar-button-primary {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #fff;
	box-shadow: 0 14px 28px rgba(20, 184, 166, 0.24);
}

.surat-toolbar-button-primary:hover,
.surat-toolbar-button-primary:focus {
	color: #fff;
	box-shadow: 0 18px 30px rgba(20, 184, 166, 0.3);
}

.surat-toolbar-button-secondary {
	background: #eef5ff;
	color: #1f4f7b;
	box-shadow: 0 12px 24px rgba(36, 82, 122, 0.12);
}

.surat-toolbar-button-secondary:hover,
.surat-toolbar-button-secondary:focus {
	color: #1f4f7b;
}

/* Filter */

.surat-masuk-filter-panel {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid #d9e7f3;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 12px 30px rgba(15, 23, 42, 0.05);
}

.surat-masuk-filter-grid {
	display: flex;
	align-items: flex-end;
	row-gap: 12px;
}

.surat-masuk-filter-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #54708b;
}

.surat-masuk-filter-submit {
	padding-top: 2px;
}

.surat-filter-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 11px 14px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 14px 28px rgba(19, 129, 178, 0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.surat-filter-submit-button:hover,
.surat-filter-submit-button:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(19, 129, 178, 0.28);
}

/* Summary */

.surat-masuk-content-shell {
	padding: 16px 18px 6px;
	background: #f5f8fc;
}

.surat-masuk-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.summary-card {
	padding: 16px 18px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.summary-card-highlight {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #fff;
}

.summary-card-filter {
	background: linear-gradient(135deg, #fff8e7, #fff1b7);
}

.summary-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #67809a;
	margin-bottom: 6px;
}

.summary-card-highlight .summary-label,
.summary-card-highlight .summary-value {
	color: #fff;
}

.summary-value {
	display: block;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
	color: #183b56;
}

.summary-filter-value {
	font-size: 15px;
	line-height: 1.4;
}

/* Unit Page Shell */

.unit-modern-shell {
	border: 1px solid #d7e6f7;
	border-radius: 16px;
	background: linear-gradient(165deg, #f4f8fd 0%, #ffffff 55%, #f2f7fc 100%);
	box-shadow: 0 14px 34px rgba(18, 74, 126, 0.09);
	overflow: hidden;
}

.unit-modern-shell .box-header.with-border {
	border-bottom: 1px solid #deebf9;
	padding: 18px 20px;
}

.unit-modern-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
	flex-wrap: wrap;
}

.unit-modern-heading {
	display: flex;
	align-items: center;
	gap: 12px;
}

.unit-modern-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .6px;
	color: #2a6598;
	background: #e7f2ff;
	padding: 5px 10px;
	border-radius: 999px;
	margin-bottom: 6px;
}

.unit-title-icon {
	height: 46px;
	width: 46px;
	line-height: 46px;
	border-radius: 11px;
	text-align: center;
	font-size: 19px;
	background: linear-gradient(135deg, #1f7ed6 0%, #6ec0ff 100%);
	color: #fff;
}

.unit-title-main {
	font-size: 22px;
	font-weight: 700;
	color: #1a2f44;
	line-height: 1.1;
}

.unit-title-sub {
	font-size: 13px;
	color: #5f7388;
	margin-top: 4px;
}

.unit-count-badge {
	display: inline-block;
	background: #0f75cf;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 14px;
	border-radius: 999px;
	letter-spacing: .3px;
}

.unit-modern-toolbar-wrap {
	padding: 16px 20px 10px;
}

.unit-modern-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #dbe8f6;
	border-radius: 12px;
	flex-wrap: wrap;
}

.unit-toolbar-copy {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.unit-modern-shell .toolbar-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	color: #355474;
	padding: 6px 10px;
	border-radius: 999px;
	background: #edf5ff;
	border: 1px solid #dae8f8;
}

.unit-toolbar-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.unit-toolbar-button {
	border: 0;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	padding: 9px 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all .18s ease;
}

.unit-toolbar-button:hover {
	transform: translateY(-1px);
}

.unit-toolbar-button.secondary {
	background: #ebf4ff;
	color: #2b5a86;
}

.unit-toolbar-button.primary {
	background: #f0f4f9;
	color: #2f4a66;
}

.unit-toolbar-button.info {
	background: linear-gradient(135deg, #1f7ed6 0%, #56b1ff 100%);
	color: #ffffff;
}

.unit-filter {
	background: #ffffff;
	border: 1px solid #d9e7f5;
	border-radius: 12px;
	padding: 14px 14px 10px;
	margin-bottom: 12px;
}

.unit-filter .row {
	margin-left: -6px;
	margin-right: -6px;
}

.unit-filter [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.unit-filter-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 700;
	color: #55708b;
	margin-bottom: 6px;
	display: block;
}

.unit-filter .input-group {
	margin-bottom: 10px;
}

.unit-filter .input-group-addon {
	background: #f0f6fd;
	border-color: #d7e4f3;
	color: #315475;
}

.unit-filter .form-control {
	border-color: #d7e4f3;
	box-shadow: none;
}

.unit-summary {
	padding: 12px 20px;
	border-top: 1px solid #e3eef9;
	border-bottom: 1px solid #e3eef9;
	background: #f6faff;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.unit-summary-item {
	background: #ffffff;
	border: 1px solid #dfebf8;
	border-radius: 10px;
	padding: 7px 10px;
	font-size: 12px;
	color: #395775;
}

.unit-summary-item b {
	color: #19456e;
}

.unit-modern-shell .table {
	margin-bottom: 0;
	background: #ffffff;
}

.unit-modern-shell .table > thead > tr > th {
	background: #f3f8ff;
	color: #204365;
	border-bottom: 1px solid #deebf8;
	font-weight: 700;
}

.unit-modern-shell .table > tbody > tr {
	transition: all .18s ease;
}

.unit-modern-shell .table > tbody > tr:hover {
	background: #f6fbff;
	transform: translateX(2px);
}

.unit-card-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.unit-card-item {
	border: 1px solid #dce9f7;
	background: #ffffff;
	border-radius: 12px;
	padding: 12px;
	box-shadow: 0 8px 20px rgba(15, 52, 92, 0.06);
	transition: all .16s ease;
}

.unit-card-item:hover {
	border-color: #a9c9e8;
	box-shadow: 0 12px 22px rgba(15, 52, 92, 0.1);
	transform: translateY(-1px);
}

.unit-card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.unit-card-kode {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #e8f3ff;
	color: #21527d;
	font-size: 12px;
	font-weight: 700;
}

.unit-card-index {
	font-size: 12px;
	font-weight: 700;
	color: #6a8198;
}

.unit-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #173f62;
	line-height: 1.35;
	margin-bottom: 10px;
}

.unit-card-actions {
	display: flex;
	justify-content: flex-end;
}

.unit-card-btn {
	border: 0;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background: linear-gradient(135deg, #1f7ed6 0%, #56b1ff 100%);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all .16s ease;
}

.unit-card-btn:hover,
.unit-card-btn:focus {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(21, 104, 173, 0.25);
	outline: none;
}

.unit-stat-line {
	margin-top: 10px;
	font-size: 12px;
	color: #58708a;
}

.unit-modern-shell .next {
	margin-top: 12px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.unit-modern-toolbar-wrap {
		padding: 14px 14px 8px;
	}
	.unit-summary {
		padding: 12px 14px;
	}
	.unit-card-item {
		padding: 10px;
	}
	.unit-card-title {
		font-size: 14px;
	}
	.unit-toolbar-actions {
		width: 100%;
	}
	.unit-toolbar-button {
		flex: 1;
		justify-content: center;
	}
}

/* Mail List */

.interactive-mail-list {
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

.disposisi-card-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.disposisi-card-item {
	margin-bottom: 0;
}

.interactive-mail-item {
	padding: 0;
	margin-bottom: 14px;
	border: 0;
	background: transparent;
}

.interactive-mail-link {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 20px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid #e1ebf4;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.interactive-mail-link:hover {
	box-shadow: 0 20px 36px rgba(15, 23, 42, 0.11);
	border-color: #9ec5ea;
}

.interactive-mail-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e8f0f8;
	flex-wrap: wrap;
}

.mail-action-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 10px 22px rgba(19, 129, 178, 0.22);
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.mail-action-button:hover,
.mail-action-button:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(19, 129, 178, 0.3);
}

.disposisi-shell-row {
	display: block;
}

.disposisi-shell-wrap {
	position: relative;
	min-height: 1px;
}

.lihat-disposisi-page {
	padding-top: 8px;
}

.lihat-disposisi-shell {
	margin-bottom: 0;
}

.lihat-disposisi-toolbar-wrap {
	padding-bottom: 14px;
}

.lihat-disposisi-body {
	padding: 18px;
	background: #f5f8fc;
}

.lihat-disposisi-layout {
	display: flex;
	align-items: flex-start;
	row-gap: 16px;
}

.lihat-disposisi-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 12px;
	padding: 4px 4px 0;
}

.lihat-disposisi-panel-head-soft {
	padding-top: 2px;
}

.lihat-disposisi-panel-title {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	color: #17324d;
}

.lihat-disposisi-panel-copy {
	margin: 0;
	max-width: 560px;
	font-size: 13px;
	line-height: 1.6;
	color: #5b7895;
}

.lihat-disposisi-summary-card {
	margin-bottom: 14px;
}

.lihat-disposisi-action-card {
	background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.lihat-disposisi-meta-full {
	grid-column: 1 / -1;
	padding: 18px 18px 20px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fbfdff 0%, #f3f8fe 100%);
	border-color: #d7e5f2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.lihat-disposisi-meta-full .mail-meta-label {
	margin-bottom: 10px;
}

.lihat-disposisi-meta-full .mail-meta-value {
	max-width: none;
}

.lihat-disposisi-perihal-value {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #12344d;
}

.lihat-disposisi-action-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 18px;
}

.lihat-disposisi-open-btn {
	min-width: 220px;
}

.lihat-disposisi-viewer-card {
	border: 1px solid #d8e6f4;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.lihat-disposisi-viewer-card .nav-tabs {
	background: #f3f8ff;
	border-bottom: 1px solid #d8e6f4;
	padding: 6px 10px 0;
}

.lihat-disposisi-viewer-card .nav-tabs > li > a {
	border-radius: 12px 12px 0 0;
	font-weight: 700;
	color: #2b567d;
}

.lihat-disposisi-viewer-card .nav-tabs > li.active > a,
.lihat-disposisi-viewer-card .nav-tabs > li.active > a:hover,
.lihat-disposisi-viewer-card .nav-tabs > li.active > a:focus {
	background: #fff;
	border: 1px solid #d8e6f4;
	border-bottom-color: #fff;
	color: #0f4c81;
}

.lihat-disposisi-tab-content {
	padding: 14px;
	background: #f7fbff;
}

.lihat-disposisi-viewer-wrap {
	position: relative;
	border: 1px solid #d8e6f4;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	min-height: 560px;
}

.lihat-disposisi-viewer-frame {
	width: 100%;
	height: 75vh;
	min-height: 560px;
	border: 0;
	background: #fff;
}

.lihat-disposisi-empty {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: center;
	padding: 26px 22px;
	border: 1px dashed #b9cfe6;
	border-radius: 16px;
	background: #ffffff;
	color: #466481;
}

.lihat-disposisi-empty i {
	font-size: 40px;
	color: #7ca4cb;
}

.lihat-disposisi-empty h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: #163b5f;
}

.lihat-disposisi-empty p {
	margin: 0;
	max-width: 380px;
	line-height: 1.6;
}

.lihat-disposisi-modal-dialog {
	width: 92%;
	max-width: 1280px;
	margin: 30px auto;
}

.lihat-disposisi-modal-content {
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}

.lihat-disposisi-modal-header {
	padding: 18px 22px;
	background: linear-gradient(135deg, #0f4c81, #1381b2 58%, #28b7b0);
	color: #fff;
	border-bottom: 0;
}

.lihat-disposisi-modal-header .close {
	opacity: 1;
	color: #fff;
	text-shadow: none;
}

.lihat-disposisi-modal-header .modal-title {
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 6px;
	color: #fff;
}

.lihat-disposisi-modal-copy {
	margin: 0;
	max-width: 720px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.86);
}

.lihat-disposisi-modal-body {
	padding: 16px;
	background: #f5f8fc;
}

.lihat-disposisi-viewer-card-modal {
	margin-bottom: 0;
	box-shadow: none;
}

.disposisi-filter-actions {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.disposisi-filter-btn {
	width: 100%;
	min-width: 0;
	padding: 12px 20px;
	border-radius: 18px;
	font-size: 14px;
	line-height: 1.2;
}

.disposisi-filter-search-btn {
	background: linear-gradient(135deg, #1f5b90, #1688b7);
	box-shadow: 0 14px 28px rgba(22, 127, 173, 0.22);
}

.disposisi-filter-search-btn:hover,
.disposisi-filter-search-btn:focus {
	box-shadow: 0 18px 32px rgba(22, 127, 173, 0.28);
}

.disposisi-filter-reset-btn {
	background: #c8d2de;
	color: #22486f;
	box-shadow: none;
}

.disposisi-filter-reset-btn:hover,
.disposisi-filter-reset-btn:focus {
	color: #163a5f;
	background: #bcc9d8;
	box-shadow: none;
}

@media (max-width: 767px) {
	.lihat-disposisi-page {
		padding-top: 0;
	}

	.lihat-disposisi-body {
		padding: 12px;
	}

	.lihat-disposisi-action-list {
		align-items: stretch;
	}

	.lihat-disposisi-open-btn {
		width: 100%;
		min-width: 0;
	}

	.lihat-disposisi-meta-full {
		padding: 16px;
	}

	.lihat-disposisi-avatar-mini {
		width: 48px;
		height: 48px;
	}

	.lihat-disposisi-avatar-mini.img-circle {
		border-radius: 24px;
	}

	.lihat-disposisi-name-block .interactive-mail-title {
		font-size: 15px;
	}

	.lihat-disposisi-panel-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.lihat-disposisi-panel-title {
		font-size: 18px;
	}

	.lihat-disposisi-tab-content {
		padding: 10px;
	}

	.lihat-disposisi-viewer-wrap,
	.lihat-disposisi-viewer-frame {
		min-height: 400px;
		height: 56vh;
	}

	.lihat-disposisi-empty {
		min-height: 260px;
	}

	.lihat-disposisi-modal-dialog {
		width: calc(100% - 20px);
		margin: 10px auto;
	}

	.lihat-disposisi-modal-body {
		padding: 10px;
	}

	.disposisi-filter-actions {
		grid-template-columns: 1fr;
	}

	.disposisi-filter-btn {
		border-radius: 14px;
	}
}

.interactive-mail-item.is-unread .interactive-mail-link {
	background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
	border-color: #98c1e8;
}

.interactive-mail-avatar {
	position: relative;
	flex: 0 0 54px;
}

.interactive-mail-avatar .letterpic,
.interactive-mail-avatar canvas.letterpic {
	display: block;
	width: 50px;
	height: 50px;
}

.lihat-disposisi-name-block {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.lihat-disposisi-avatar-mini {
	position: relative;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: block;
	border-radius: 28px;
}

.lihat-disposisi-avatar-mini.img-circle {
	border-radius: 28px;
}

.lihat-disposisi-avatar-mini::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	background: #16a34a;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.mail-status-dot {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #16a34a;
	border: 2px solid #fff;
}

.interactive-mail-item.is-read .mail-status-dot {
	background: #94a3b8;
}

.interactive-mail-body {
	flex: 1 1 auto;
	min-width: 0;
}

.interactive-mail-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
}

.interactive-mail-title-wrap {
	min-width: 0;
}

.interactive-mail-title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	color: #12344d;
	word-break: break-word;
	white-space: normal;
}

.lihat-disposisi-name-block .interactive-mail-title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.interactive-mail-date {
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
	color: #4a6785;
	flex-shrink: 0;
}

.interactive-mail-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.mail-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #e2e8f0;
}

.mail-tag-primary {
	background: linear-gradient(135deg, #16a34a, #22c55e);
	color: #fff;
	border: none;
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
	position: relative;
	padding-left: 10px;
}

.mail-tag-read {
	background: #f8fafc;
	color: #94a3b8;
	border: 1px solid #e2e8f0;
}

@keyframes pulse-dot {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(1.4);
	}
}

/* Mail Metadata */

.interactive-mail-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.interactive-mail-meta {
	padding: 10px 12px;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid #e6eef6;
	min-width: 0;
}

.mail-meta-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b85a1;
	margin-bottom: 5px;
}

.mail-meta-value {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	color: #17324d;
	word-break: break-word;
	white-space: normal;
	overflow-wrap: break-word;
}

/* Empty State */

.surat-masuk-empty-state {
	padding: 38px 22px;
	text-align: center;
	border-radius: 24px;
	background: #fff;
	border: 1px dashed #c2d5e8;
	color: #4a6785;
}

.empty-state-icon {
	width: 78px;
	height: 78px;
	margin: 0 auto 16px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #dbeafe, #bfdbfe);
	font-size: 28px;
	color: #1d4ed8;
}

/* Pagination */

.surat-masuk-footer {
	padding: 20px 24px 28px;
	background: #f5f8fc;
	border-top: 0;
}

.surat-masuk-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.pagination-info {
	font-size: 13px;
	font-weight: 600;
	color: #4a6785;
}

.pagination-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #d1e3f3;
	border-radius: 12px;
	background: #fff;
	color: #2c5f84;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.page-btn:hover,
.page-btn:focus {
	background: #eef5ff;
	border-color: #9ec5ea;
	color: #0f4c81;
	transform: translateY(-1px);
}

.page-btn-active {
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	color: #fff !important;
	border-color: transparent;
	box-shadow: 0 8px 20px rgba(19, 129, 178, 0.3);
}

.page-btn-active:hover,
.page-btn-active:focus {
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	transform: none;
}

.page-btn-nav {
	background: #eef5ff;
	border-color: #c5d9ef;
	color: #1f4f7b;
}

.page-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #6b85a1;
}

/* Avatar */

.letterpic {
	width: 50px;
	height: 50px;
	margin-right: 0;
	border-radius: 30px;
	object-fit: cover;
	background: linear-gradient(135deg, #eff6ff, #dbeafe);
}

/* Responsive */

@media (max-width: 991px) {
	.surat-masuk-header {
		flex-direction: row;
		align-items: center;
	}

	.surat-masuk-heading {
		flex: 1 1 auto;
	}

	.surat-masuk-header-main {
		width: 100%;
	}

	.interactive-mail-head {
		flex-direction: column;
		gap: 8px;
	}

	.interactive-mail-title {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.surat-masuk-header,
	.surat-masuk-toolbar-wrap,
	.surat-masuk-content-shell,
	.surat-masuk-footer {
		padding-left: 12px;
		padding-right: 12px;
	}

	.surat-masuk-header-roomy {
		margin-left: 8px;
		margin-right: 8px;
		margin-top: 8px;
		border-radius: 14px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.surat-masuk-header-tight-left {
		padding-left: 12px;
	}

	.surat-masuk-filter-panel {
		padding: 12px;
	}

	.surat-masuk-toolbar-actions,
	.surat-toolbar-button {
		width: 100%;
	}

	.surat-masuk-heading .box-title {
		font-size: 22px;
	}

	.surat-masuk-header-main {
		align-items: flex-start;
		gap: 12px;
	}

	.surat-masuk-logo-wrap {
		width: 82px;
		height: 82px;
	}

	.surat-masuk-header-badge {
		display: none;
	}

	.interactive-mail-link {
		flex-direction: column;
		gap: 12px;
		padding: 14px;
		border-radius: 18px;
	}

	.interactive-mail-avatar {
		align-self: flex-start;
	}

	.interactive-mail-body {
		width: 100%;
	}

	.interactive-mail-head {
		flex-direction: column;
		gap: 6px;
	}

	.interactive-mail-title {
		font-size: 14px;
	}

	.interactive-mail-date {
		font-size: 11px;
	}

	.interactive-mail-meta-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.interactive-mail-meta {
		padding: 8px 10px;
	}

	.mail-action-button {
		width: 100%;
		justify-content: center;
	}

	.surat-masuk-summary {
		grid-template-columns: 1fr 1fr;
	}

	.summary-value {
		font-size: 20px;
	}

	.page-btn {
		min-width: 34px;
		height: 34px;
		font-size: 12px;
	}
}

/* ============================================================================
	1A) PUBLIKASI ADD FORM
	============================================================================ */

.pub-add-v2 .box {
	border-radius: 14px;
	border: 1px solid #e3ebf4;
	box-shadow: 0 10px 28px rgba(14, 32, 52, 0.08);
	overflow: hidden;
}

.pub-add-v2 .pub-head {
	background: linear-gradient(120deg, #0f5f9a, #1ea3a1);
	color: #fff;
	padding: 18px 22px;
}

.pub-add-v2 .pub-head h3 {
	margin: 0 0 4px;
	font-weight: 700;
}

.pub-add-v2 .pub-head p {
	margin: 0;
	opacity: 0.92;
	font-size: 13px;
}

.pub-add-v2 .pub-body {
	background: #f7fafd;
	padding: 16px;
}

.pub-add-v2 .pub-panel {
	background: #fff;
	border: 1px solid #e6edf5;
	border-radius: 12px;
	padding: 14px;
	margin-bottom: 14px;
}

.pub-add-v2 .pub-panel h4 {
	margin: 0 0 12px;
	font-weight: 700;
	color: #21425e;
	font-size: 14px;
}

.pub-add-v2 .pub-field {
	margin-bottom: 12px;
}

.pub-add-v2 .pub-field label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #294864;
	font-size: 12px;
}

.pub-add-v2 .form-control {
	height: 40px;
	border-radius: 9px;
	border: 1px solid #d7e3f0;
}

.pub-add-v2 .form-control:focus {
	border-color: #52a3d2;
	box-shadow: 0 0 0 3px rgba(58, 138, 192, 0.15);
}

.pub-add-v2 .input-group-addon {
	border-radius: 9px 0 0 9px;
	border-color: #d7e3f0;
	background: #f0f5fb;
	color: #3d6382;
}

.pub-add-v2 .pub-file-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 16px;
	background: #eaf3ff;
	color: #0f6aad;
	font-size: 32px;
}

.pub-add-v2 .pub-file-meta-name {
	font-size: 12px;
	color: #3a6080;
	word-break: break-all;
	margin-top: 6px;
}

.pub-add-v2 .pub-action-bar {
	position: sticky;
	bottom: 10px;
	z-index: 20;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid #d8e4f0;
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 8px 20px rgba(18, 44, 72, 0.14);
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pub-add-v2 .pub-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 20px;
	border-radius: 10px;
	border: 1px solid transparent;
	font-weight: 700;
	min-width: 140px;
	cursor: pointer;
}

.pub-add-v2 .pub-btn-primary {
	background: #1d86c5;
	color: #fff;
}

.pub-add-v2 .pub-btn-primary:hover {
	background: #176fa3;
	color: #fff;
}

.pub-add-v2 .pub-btn-secondary {
	background: #eff4f9;
	border-color: #d6e2ef;
	color: #355774;
}

.pub-add-v2 .pub-btn-secondary:hover {
	background: #e5edf6;
	color: #294864;
}

.pub-add-v2 .pub-action-wrap {
	margin-top: 10px;
	padding: 14px;
	background: linear-gradient(180deg, #fbfdff, #f3f8fd);
}

.pub-add-v2 .pub-btn-icon {
	height: 40px;
	width: 44px;
	border-radius: 0 9px 9px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pub-add-v2 .pub-recipient-list .item {
	border-bottom: 1px solid #edf2f7;
	padding: 10px 0;
}

.pub-add-v2 .pub-recipient-list .product-img img {
	border-radius: 50%;
}

@media (max-width: 767px) {
	.pub-add-v2 .pub-btn {
		display: flex;
		width: 100%;
		min-width: 0;
	}

	.pub-add-v2 .pub-action-bar {
		position: static;
		padding: 0;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.pub-add-v2 .pub-action-wrap {
		margin-top: 8px;
		padding: 12px;
	}
}

/* ============================================================================
	2) DISPOSISI - PAGE
	============================================================================ */

/* Shell and Back Navigation */

.disp-shell {
	padding: 0 4px;
	width: 100%;
	max-width: none;
}
.disp-back-bar {
	margin-bottom: 16px;
}
.disp-back-link {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:9px 18px;
	border-radius:12px;
	background:#eef5ff;
	color:#1f4f7b;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	transition:background .15s,transform .15s;
}
.disp-back-link:hover,.disp-back-link:focus {
	background:#dbeafe;
	color:#0f4c81;
	text-decoration:none;
	transform:translateX(-2px);
}
.disp-back-panel {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	padding:18px 20px;
	margin:4px 0 18px;
	border:1px solid #d8e5f2;
	border-radius:18px;
	background:linear-gradient(135deg,#f8fbff,#edf6ff 58%,#e6f7f6);
	box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.disp-back-panel-text {
	display:flex;
	flex-direction:column;
	gap:4px;
	min-width:0;
}
.disp-back-panel-kicker {
	font-size:11px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#5f7a93;
}
.disp-back-panel-title {
	font-size:16px;
	line-height:1.3;
	color:#123a58;
}
.disp-back-link-modern {
	padding:12px 18px;
	border-radius:14px;
	background:linear-gradient(135deg,#0f4c81,#177db0);
	color:#fff;
	box-shadow:0 10px 22px rgba(15,76,129,.2);
	white-space:nowrap;
}
.disp-back-link-modern:hover,.disp-back-link-modern:focus {
	background:linear-gradient(135deg,#0d426f,#116d9d);
	color:#fff;
	transform:translateY(-2px);
}
@media (max-width: 768px) {
	.disp-back-panel {
		flex-direction:column;
		align-items:stretch;
	}
	.disp-back-link-modern {
		justify-content:center;
		width:100%;
	}
}

/* Cards and Header */
.disp-card {
	background:#fff;
	border:1px solid #e1ebf4;
	border-radius:22px;
	box-shadow:0 14px 32px rgba(15,23,42,.07);
	padding:22px 24px;
	margin-bottom:16px;
}
.disp-header-card {
	background:linear-gradient(135deg,#0f4c81,#1381b2 58%,#28b7b0);
	border:none;
	color:#fff;
}
.disp-header-main {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}

/* ============================================================================
	8) PROFILE MODERN
	============================================================================ */

.profile-modern-shell {
	padding-top: 6px;
}

.profile-modern-card {
	background: #fff;
	border: 1px solid #dbe8f5;
	border-radius: 22px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
	overflow: hidden;
	margin-bottom: 18px;
}

.profile-modern-card-side {
	padding: 22px 18px;
	text-align: center;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 60%);
}

.profile-modern-avatar-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 8px;
	background: linear-gradient(135deg, #0f4c81, #28b7b0);
	box-shadow: 0 10px 26px rgba(15, 76, 129, 0.28);
	margin-bottom: 14px;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.profile-modern-avatar-wrap:hover,
.profile-modern-avatar-wrap:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(15, 76, 129, 0.33);
}

.profile-modern-avatar {
	width: 132px;
	height: 132px;
	object-fit: cover;
	border: 4px solid #fff;
}

.profile-modern-name {
	margin: 4px 0 3px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
	color: #153a59;
	word-break: break-word;
}

.profile-modern-nip {
	margin: 0 0 14px;
	font-size: 13px;
	color: #64748b;
	font-weight: 600;
	word-break: break-word;
}

.profile-modern-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #e9f3ff;
	color: #174a72;
	font-size: 12px;
	font-weight: 700;
	max-width: 100%;
	text-align: left;
	margin-bottom: 12px;
}

.profile-modern-note {
	margin: 0;
	padding: 10px 12px;
	border-radius: 12px;
	background: #f3f8ff;
	border: 1px solid #d7e7fa;
	font-size: 12px;
	line-height: 1.55;
	color: #3a5f80;
	text-align: left;
}

.profile-modern-card-main {
	padding: 0;
	background: #fff;
}

.profile-modern-tabs {
	margin-bottom: 0;
	border-radius: 22px;
	overflow: hidden;
	border: 0;
	box-shadow: none;
}

.profile-modern-tabs .nav-tabs {
	background: linear-gradient(135deg, #0f4c81, #1381b2 58%, #28b7b0);
	padding: 10px 12px 0;
	border: 0;
}

.profile-modern-tabs .nav-tabs > li > a {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
	border: 0;
	border-radius: 12px 12px 0 0;
	padding: 10px 16px;
	background: transparent;
}

.profile-modern-tabs .nav-tabs > li.active > a,
.profile-modern-tabs .nav-tabs > li.active > a:focus,
.profile-modern-tabs .nav-tabs > li.active > a:hover {
	color: #124469;
	background: #fff;
	border: 0;
}

.profile-modern-tabs .tab-content {
	padding: 18px 20px 12px;
	background: #fff;
	border: 0;
}

.profile-modern-tab-content {
	position: relative;
	overflow: hidden;
}

.profile-modern-tab-content.is-switching::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #0f4c81, #1381b2 60%, #28b7b0);
	animation: profileTabProgress .24s ease;
}

.profile-tab-pane {
	will-change: transform, opacity;
}

.profile-modern-tabs .tab-pane.fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .22s ease, transform .22s ease;
}

.profile-modern-tabs .tab-pane.fade.in {
	opacity: 1;
	transform: translateY(0);
}

@keyframes profileTabProgress {
	0% {
		transform: translateX(-100%);
		opacity: .2;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.profile-modern-form .control-label {
	font-size: 13px;
	font-weight: 700;
	color: #2f4f6d;
	padding-top: 10px;
	text-align: left;
}

.profile-modern-form .form-control {
	border-radius: 10px;
	border: 1px solid #d5e4f3;
	box-shadow: none;
	height: 40px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.profile-modern-form .form-control:focus {
	border-color: #4fa7d8;
	box-shadow: 0 0 0 2px rgba(79, 167, 216, 0.17);
}

.profile-modern-action {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.profile-modern-btn {
	border-radius: 12px;
	padding: 10px 16px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(15, 76, 129, 0.2);
	border: 0;
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	transition: transform .2s ease, box-shadow .2s ease;
}

.profile-modern-btn:hover,
.profile-modern-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(15, 76, 129, 0.27);
}

#respon2,
#responpass {
	display: block;
	min-height: 18px;
	color: #1b4f76;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.profile-modern-form .control-label {
		text-align: left;
		margin-bottom: 6px;
	}

	.profile-modern-tabs .tab-content {
		padding: 16px 14px 10px;
	}
}

@media (max-width: 767px) {
	.profile-modern-avatar-wrap {
		width: 130px;
		height: 130px;
	}

	.profile-modern-avatar {
		width: 112px;
		height: 112px;
	}

	.profile-modern-tabs .nav-tabs > li {
		float: none;
		display: block;
		margin-bottom: 4px;
	}

	.profile-modern-tabs .nav-tabs > li > a {
		border-radius: 10px;
	}

	.profile-modern-action {
		flex-direction: column;
		align-items: stretch;
	}

	.profile-modern-btn {
		width: 100%;
	}
}
.disp-header-logo-wrap {
	flex:0 0 auto;
	width:100px;
	height:100px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.disp-header-logo {
	display:block;
	max-width:100%;
	max-height:100%;
	object-fit:contain;
}
.disp-header-meta {
	flex:1 1 auto;
	min-width:0;
}
.disp-kicker {
	display:inline-block;
	padding:5px 12px;
	border-radius:999px;
	background:rgba(255,255,255,.18);
	font-size:11px;
	font-weight:700;
	letter-spacing:.07em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.disp-perihal {
	margin:0 0 8px;
	font-size:18px;
	font-weight:800;
	line-height:1.4;
	word-break:break-word;
	white-space:normal;
	color:#fff;
}
.disp-header-chips {
	display:flex;
	flex-wrap:wrap;
	gap:6px;
}
.disp-chip {
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:5px 12px;
	border-radius:999px;
	background:rgba(255,255,255,.14);
	font-size:12px;
	font-weight:600;
}
.disp-chip-sender {
	background:rgba(255,255,255,.22);
	font-weight:700;
}
.disp-chip-sifat {
	background:rgba(255,193,7,.3);
}
.disp-header-reg {
	flex-shrink:0;
	text-align:right;
	padding:12px 16px;
	border-radius:16px;
	background:rgba(255,255,255,.14);
}
.disp-reg-label {
	display:block;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.06em;
	opacity:.8;
	margin-bottom:4px;
}
.disp-reg-value {
	display:block;
	font-size:18px;
	font-weight:800;
}

/* Detail Grid */
.disp-detail-grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
	margin-bottom:16px;
}
.disp-detail-cell {
	background:#fff;
	border:1px solid #e1ebf4;
	border-radius:18px;
	box-shadow:0 8px 22px rgba(15,23,42,.06);
	padding:14px 16px;
}
.disp-detail-label {
	display:block;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.05em;
	color:#6b85a1;
	margin-bottom:6px;
}
.disp-detail-value {
	display:block;
	font-size:14px;
	font-weight:700;
	color:#17324d;
	word-break:break-word;
}

/* TTE Notice */
.disp-tte-banner {
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;
	padding:16px 20px;
	margin-bottom:16px;
	border-radius:18px;
	background:linear-gradient(135deg,#fef3c7,#fffbeb);
	border:1px solid #fcd34d;
	font-size:14px;
	font-weight:600;
	color:#92400e;
}
.disp-tte-banner .fa {
	font-size:22px;
	color:#b45309;
}
.disp-tte-banner span {
	flex:1 1 auto;
}
.disp-tte-button {
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:9px 18px;
	border-radius:12px;
	background:linear-gradient(135deg,#b45309,#d97706);
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	box-shadow:0 8px 18px rgba(180,83,9,.28);
	transition:transform .15s,box-shadow .15s;
}
.disp-tte-button:hover,.disp-tte-button:focus {
	color:#fff;
	text-decoration:none;
	transform:translateY(-2px);
	box-shadow:0 12px 22px rgba(180,83,9,.35);
}

/* Action Buttons */
.disp-section-label {
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.06em;
	color:#6b85a1;
	margin-bottom:14px;
}
.disp-action-grid {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.disp-action-btn {
	display:inline-flex;
	align-items:center;
	gap:9px;
	padding:11px 20px;
	border:0;
	border-radius:14px;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	transition:transform .16s,box-shadow .16s;
}
.disp-action-btn .fa {
	font-size:15px;
}
.disp-action-btn:hover,.disp-action-btn:focus {
	transform:translateY(-2px);
	outline:none;
}
.disp-btn-primary {
	background:linear-gradient(135deg,#0f4c81,#1381b2);
	color:#fff;
	box-shadow:0 8px 20px rgba(19,129,178,.22);
}
.disp-btn-primary:hover {
	box-shadow:0 12px 24px rgba(19,129,178,.32);
	color:#fff;
}
.disp-btn-secondary {
	background:#eef5ff;
	color:#1f4f7b;
	box-shadow:0 6px 16px rgba(36,82,122,.10);
}
.disp-btn-secondary:hover {
	background:#dbeafe;
	color:#0f4c81;
}
.disp-btn-success {
	background:linear-gradient(135deg,#0f766e,#14b8a6);
	color:#fff;
	box-shadow:0 8px 20px rgba(20,184,166,.22);
}
.disp-btn-success:hover {
	box-shadow:0 12px 24px rgba(20,184,166,.32);
	color:#fff;
}
.disp-btn-warning {
	background:linear-gradient(135deg,#b45309,#f59e0b);
	color:#fff;
	box-shadow:0 8px 20px rgba(245,158,11,.24);
}
.disp-btn-warning:hover {
	box-shadow:0 12px 24px rgba(245,158,11,.34);
	color:#fff;
}
.disp-btn-info {
	background:linear-gradient(135deg,#0e7490,#06b6d4);
	color:#fff;
	box-shadow:0 8px 20px rgba(6,182,212,.22);
}
.disp-btn-info:hover {
	box-shadow:0 12px 24px rgba(6,182,212,.32);
	color:#fff;
}
.disp-btn-danger {
	background:linear-gradient(135deg,#991b1b,#ef4444);
	color:#fff;
	box-shadow:0 8px 20px rgba(239,68,68,.22);
}
.disp-btn-danger:hover {
	box-shadow:0 12px 24px rgba(239,68,68,.32);
	color:#fff;
}

/* Responsive */

/* ============================================================================
	2) DISPOSISI - SHARED MODAL PANELS
	============================================================================ */

/* Base Panel */

.modal-panel-dialog {
	width: 92%;
	max-width: 980px;
}
.modal-panel-dialog.modal-panel-dialog-wide {
	max-width: 1080px;
}
.modal-panel-content {
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}
.modal-panel-header {
	padding: 22px 24px 18px;
	border-bottom: 0;
	color: #fff;
	position: relative;
}
.modal-panel-header-primary {
	background: linear-gradient(135deg, #0f4c81, #1381b2 60%, #28b7b0);
}
.modal-panel-header-success {
	background: linear-gradient(135deg, #0f766e, #14b8a6 60%, #34d399);
}
.modal-panel-header-warning {
	background: linear-gradient(135deg, #b45309, #f59e0b 60%, #fbbf24);
}
.modal-panel-header-info {
	background: linear-gradient(135deg, #0e7490, #06b6d4 60%, #67e8f9);
}
.modal-panel-header-danger {
	background: linear-gradient(135deg, #991b1b, #ef4444 60%, #f87171);
}
.modal-panel-header-secondary {
	background: linear-gradient(135deg, #334155, #475569 60%, #64748b);
}
.modal-panel-kicker {
	display: inline-block;
	margin-bottom: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.16);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.modal-panel-header .modal-title {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 6px;
}
.modal-panel-subtitle {
	margin: 0;
	max-width: 720px;
	color: rgba(255,255,255,.88);
	font-size: 13px;
	line-height: 1.7;
}
.modal-panel-close {
	opacity: 1;
	color: #fff;
	text-shadow: none;
	font-size: 28px;
	position: absolute;
	right: 20px;
	top: 16px;
}
.modal-panel-close:hover {
	color: #fff;
	opacity: .9;
}
.modal-panel-body {
	padding: 20px;
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}
.modal-panel-form-wrap {
	min-height: 220px;
}
.modal-panel-footer {
	padding: 0 20px 20px;
	border-top: 0;
	background: #fff;
}
.modal-panel-close-btn {
	min-width: 120px;
	border-radius: 12px;
	font-weight: 700;
}

/* Agenda Panel */
.agenda-form-shell {
	background: #fff;
	border: 1px solid #e1ebf4;
	border-radius: 20px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
	padding: 18px;
}
.agenda-confirm-card {
	margin-bottom: 16px;
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff7ed, #fffbeb);
	border: 1px solid #fed7aa;
	color: #9a3412;
	line-height: 1.7;
}
.agenda-form-shell .form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #6b85a1;
}
.agenda-form-shell .form-control,
.agenda-form-shell textarea {
	border-radius: 14px;
	border: 1px solid #d8e5f1;
	box-shadow: none;
}
.agenda-form-shell .form-control {
	height: 44px;
}
.agenda-form-shell textarea {
	width: 100%;
	min-height: 140px;
	padding: 12px 14px;
	resize: vertical;
}
.agenda-form-shell .input-group-addon {
	border-radius: 14px 0 0 14px;
	border-color: #d8e5f1;
	background: #eef5ff;
	color: #1f4f7b;
}
.agenda-form-shell .input-group .form-control {
	border-left: 0;
}
.agenda-action-row {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.agenda-action-row .btn {
	min-width: 140px;
	border-radius: 12px;
	font-weight: 700;
}

/* Disposisi Panel Variant */
.modal-disposisi-dialog {
	width: 92%;
	max-width: 980px;
}
.modal-disposisi-content {
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}
.modal-disposisi-header {
	padding: 22px 24px 18px;
	border-bottom: 0;
	background: linear-gradient(135deg, #0f4c81, #1381b2 60%, #28b7b0);
	color: #fff;
	position: relative;
}
.modal-disposisi-kicker {
	display: inline-block;
	margin-bottom: 8px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.16);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.modal-disposisi-header .modal-title {
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin: 0 0 6px;
}
.modal-disposisi-subtitle {
	margin: 0;
	max-width: 720px;
	color: rgba(255,255,255,.88);
	font-size: 13px;
	line-height: 1.7;
}
.modal-disposisi-close {
	opacity: 1;
	color: #fff;
	text-shadow: none;
	font-size: 28px;
	position: absolute;
	right: 20px;
	top: 16px;
}
.modal-disposisi-close:hover {
	color: #fff;
	opacity: .9;
}
.modal-disposisi-body {
	padding: 20px;
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}
.modal-disposisi-form-wrap {
	min-height: 240px;
}
.disp-loading-shell {
	min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 0;
	text-align: center;
}
.disp-loading-shell .didox-loader-wrap {
	min-height: auto;
	padding: 0;
	width: auto;
}
.disp-loading-caption {
	text-align: center;
	color: #55718f;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 600;
	margin-top: 10px;
	padding: 0 14px;
	max-width: 320px;
}
.modal-disposisi-footer {
	padding: 0 20px 20px;
	border-top: 0;
	background: #fff;
}
.modal-disposisi-close-btn {
	min-width: 120px;
	border-radius: 12px;
	font-weight: 700;
}

/* Responsive */

@media (max-width:991px) {
	.disp-detail-grid {
		grid-template-columns:repeat(2,1fr);
	}
}

@media (max-width:767px) {
	.disp-shell {
		padding:0;
	}
	.disp-header-main {
		flex-direction:row;
		align-items:center;
		gap:10px;
	}
	.disp-header-logo-wrap {
		width:80px;
		height:80px;
	}
	.disp-header-reg {
		text-align:left;
		width:auto;
	}
	.disp-perihal {
		font-size:16px;
	}
	.disp-detail-grid {
		grid-template-columns:1fr 1fr;
		gap:8px;
	}
	.disp-card {
		padding:14px;
	}
	.disp-action-btn {
		flex:1 1 calc(50% - 5px);
		justify-content:center;
	}
	.disp-tte-banner {
		flex-direction:column;
		align-items:flex-start;
	}
	.disp-tte-button {
		width:100%;
		justify-content:center;
	}
	.modal-panel-dialog {
		width: 96%;
		margin: 12px auto;
	}
	.modal-panel-header {
		padding: 18px 18px 16px;
	}
	.modal-panel-header .modal-title {
		font-size: 20px;
	}
	.modal-panel-body {
		padding: 14px;
	}
	.modal-panel-footer {
		padding: 0 14px 14px;
	}
	.agenda-form-shell {
		padding: 14px;
	}
	.agenda-action-row .btn {
		width: 100%;
	}
	.modal-disposisi-dialog {
		width: 96%;
		margin: 12px auto;
	}
	.modal-disposisi-header {
		padding: 18px 18px 16px;
	}
	.modal-disposisi-header .modal-title {
		font-size: 20px;
	}
	.modal-disposisi-body {
		padding: 14px;
	}
	.disp-loading-shell {
		min-height: 200px;
		padding: 12px 0;
	}
	.modal-disposisi-footer {
		padding: 0 14px 14px;
	}
}

@media (max-width:480px) {
	.disp-detail-grid {
		grid-template-columns:1fr;
	}
	.disp-action-btn {
		flex:1 1 100%;
	}
}

/* ============================================================================
	2) DISPOSISI - TERUSKAN FORM
	============================================================================ */

/* Shell and Intro */

.teruskan-form-shell {
	background: transparent;
}
.teruskan-intro-card,
.teruskan-form-shell .box-body {
	background: #fff;
	border: 1px solid #e1ebf4;
	border-radius: 20px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.teruskan-intro-card {
	padding: 18px 20px;
	margin-bottom: 16px;
	background: linear-gradient(135deg, #f8fbff, #ffffff);
}
.teruskan-intro-kicker {
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #e8f2ff;
	color: #24527a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.teruskan-intro-card h4 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 800;
	color: #14324d;
}
.teruskan-intro-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #58708a;
}
.teruskan-form-shell .box-body {
	padding: 18px;
}

/* Field Base */
.teruskan-form-shell .group,
.teruskan-form-shell .group-material,
.teruskan-form-shell #responPegawai,
.teruskan-form-shell #responDisposisiASN {
	margin-bottom: 16px;
}
.teruskan-form-shell judul,
.teruskan-section-title {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #6b85a1;
}
.teruskan-form-shell .input-material,
.teruskan-form-shell textarea,
.teruskan-form-shell select.form-control,
.teruskan-form-shell .select2-container--default .select2-selection--single {
	border-radius: 14px !important;
	border: 1px solid #d8e5f1 !important;
	box-shadow: none !important;
}
.teruskan-form-shell .input-material,
.teruskan-form-shell textarea {
	width: 100%;
	padding: 12px 14px;
	background: #f8fbff;
}
.teruskan-form-shell textarea {
	min-height: 150px;
}
.teruskan-form-shell .select2-container {
	width: 100% !important;
}
.teruskan-form-shell .select2-container--default .select2-selection--single {
	height: 46px;
	padding: 8px 12px;
	background: #fff;
}
.teruskan-form-shell .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
	color: #17324d;
	font-weight: 700;
}
.teruskan-form-shell .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

/* Dropdown Layer Fix */
.teruskan-form-shell .select2-container--open,
.teruskan-form-shell .select2-dropdown {
	z-index: 999999 !important;
}

/* Cards */
.teruskan-status-card,
.teruskan-recipient-card,
.teruskan-action-card {
	padding: 16px;
	border-radius: 18px;
	background: #f8fbff;
	border: 1px solid #e1ebf4;
	margin-bottom: 16px;
}
.teruskan-agenda-shell {
	display: grid;
	gap: 16px;
}
.teruskan-status-card {
	background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}
.teruskan-status-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.teruskan-status-copy h5,
.teruskan-flow-head h5 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	color: #14324d;
}
.teruskan-status-copy p,
.teruskan-flow-head p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #5f7893;
}
.teruskan-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d4e2f0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #4d6884;
}
.teruskan-status-field {
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #dbe7f3;
}
.teruskan-field-label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6b85a1;
}
.teruskan-agenda-detail {
	padding: 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid #e1ebf4;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.teruskan-flow-head {
	margin-bottom: 14px;
}

/* Recipient List */
.modal-body-pegawai {
	height: 220px;
	overflow-y: auto;
	padding-right: 4px;
}
.teruskan-form-shell .products-list > .item {
	padding: 12px 10px;
	margin-bottom: 10px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e1ebf4;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.teruskan-form-shell .product-img img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.teruskan-form-shell .product-info {
	padding-left: 62px;
}
.teruskan-form-shell .product-title {
	font-weight: 800;
	color: #14324d;
}
.teruskan-form-shell .product-description {
	color: #64809d;
	font-size: 12px;
}
.teruskan-form-shell .btn-app {
	min-width: 150px;
	height: auto;
	margin: 10px 10px 10px 0;
	padding: 12px 18px;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
	font-weight: 700;
}
.teruskan-form-shell .btn-add-recipient {
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #fff;
	margin-top: 10px;
	min-width: 180px;
}
.teruskan-form-shell .pending-recipient-remove {
	color: #dc2626;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

/* Arsip - recipient panels aligned with disposition scheme */
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel {
	background: #edf1f6;
	border-color: #d4deea;
	border-radius: 22px;
	padding: 18px 18px 16px;
	box-shadow: none;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .arsip-disposisi-field {
	margin-bottom: 10px;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .SelectPenerima,
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .select2-container--default .select2-selection--single {
	background: #fff !important;
	border-color: #cad7e5 !important;
	border-radius: 18px !important;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .btn-add-recipient {
	margin-top: 4px;
	margin-bottom: 2px;
	border-radius: 16px;
	padding: 14px 22px;
	min-width: 200px;
	box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .modal-body-pegawai {
	height: auto;
	min-height: 86px;
	max-height: 320px;
	padding-right: 2px;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .products-list > .item {
	border-radius: 20px;
	padding: 14px 12px;
	box-shadow: none;
	border-color: #d5dfeb;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .product-info {
	padding-left: 70px;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .product-title {
	font-size: 16px;
	font-weight: 700;
}
.arsip-disposisi-wrap.teruskan-form-shell .arsip-recipient-panel .product-description {
	font-size: 13px;
	line-height: 1.4;
}

/* Actions */
.teruskan-form-shell .btn-app i {
	font-size: 15px;
	margin-right: 6px;
}
.teruskan-buttons-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	flex-wrap: wrap;
}
.teruskan-buttons-row .teruskan-actions-group {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.teruskan-buttons-row .btn-teruskan {
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	color: #fff;
	border: 0;
	padding: 12px 20px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.2);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.teruskan-buttons-row .btn-teruskan:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(15, 76, 129, 0.3);
}
.teruskan-form-shell #responDisposisiASN .btn-app {
	background: linear-gradient(135deg, #0f4c81, #1381b2);
	color: #fff;
}

/* ============================================================================
	2) DISPOSISI - LIHAT DISPOSISI MODAL
	============================================================================ */

/* Summary */

.disposisi-view-shell {
	padding: 6px 0 2px;
	color: #18324a;
}
.disposisi-summary-card,
.disposisi-history-card {
	background: #fff;
	border: 1px solid #e3ebf4;
	border-radius: 20px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
	padding: 18px 20px;
	margin-bottom: 16px;
}
.disposisi-kicker {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #e8f2ff;
	color: #24527a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.disposisi-title {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
	color: #14324d;
}
.disposisi-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.disposisi-meta-item {
	padding: 14px 15px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid #e3ebf4;
}
.disposisi-meta-label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #6b85a1;
}
.disposisi-meta-value {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #18324a;
	word-break: break-word;
}
.disposisi-kepada-role {
	display: inline-flex;
	align-items: center;
	margin-top: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px solid #d9e7f5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #46627f;
}
.disposisi-meta-paraf {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border-radius: 12px;
	border: 1px solid #dce7f2;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	color: #4a6784;
}
.disposisi-meta-paraf img {
	max-width: 30px;
	max-height: 30px;
}
.disposisi-badge-muted {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: #f1f5f9;
	border: 1px solid #d9e2ec;
	color: #5b6b7c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
}
.disposisi-paraf-inline {
	display: flex;
	align-items: center;
	gap: 10px;
}
.disposisi-paraf-sign {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dce7f2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.disposisi-paraf-sign img {
	max-width: 38px;
	max-height: 38px;
}
.disposisi-empty {
	padding: 14px 16px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px dashed #cbd8e6;
	color: #64809d;
	font-size: 13px;
}

/* History Timeline */
.disposisi-history-item {
	position: relative;
	padding: 0 0 14px 28px;
	margin-bottom: 14px;
	border-bottom: 1px solid #edf2f7;
}
.disposisi-history-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.disposisi-history-item:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1381b2;
	box-shadow: 0 0 0 4px rgba(19, 129, 178, 0.12);
}
.disposisi-history-item:after {
	content: '';
	position: absolute;
	left: 11px;
	top: 22px;
	bottom: -16px;
	width: 2px;
	background: #dbe7f3;
}
.disposisi-history-item:last-child:after {
	display: none;
}
.disposisi-history-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}
.disposisi-history-head-right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.disposisi-history-name {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: #14324d;
}
.disposisi-history-identity {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.disposisi-history-role {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
	border: 1px solid #d9e7f5;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #46627f;
}
.disposisi-history-time {
	flex-shrink: 0;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eef5ff;
	font-size: 12px;
	font-weight: 700;
	color: #24527a;
}
.disposisi-delete-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff1f2;
	border: 1px solid #fecdd3;
	color: #be123c;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.disposisi-delete-btn:hover,
.disposisi-delete-btn:focus {
	text-decoration: none;
	color: #9f1239;
	background: #ffe4e6;
}

/* Detail */
.disposisi-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.disposisi-detail-grid .full {
	grid-column: 1 / -1;
}
.disposisi-detail-item {
	padding: 14px 15px;
	border-radius: 16px;
	background: #f8fbff;
	border: 1px solid #e3ebf4;
}
.disposisi-detail-item p {
	margin: 0;
	white-space: pre-wrap;
	line-height: 1.7;
	font-size: 14px;
	color: #18324a;
}

/* ============================================================================
	3) ARSIP
	============================================================================ */

/* Shell and Intro */

.arsip-form-shell {
	padding: 0;
	background: linear-gradient(135deg, #f5f8fc 0%, #fff 100%);
	border-radius: 0;
}

.arsip-form-shell .arsip-intro-card {
	background: none;
	border: none;
	padding: 20px 20px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.arsip-form-shell .arsip-intro-card:after {
	content: attr(data-kicker);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #14b8a6;
	margin-bottom: 6px;
}

.arsip-form-shell .arsip-intro-card h4 {
	color: #0f766e;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.arsip-form-shell .arsip-intro-card p {
	color: #64748b;
	font-size: 13px;
	margin: 0;
	padding-bottom: 20px;
}

/* Section and Fields */

.arsip-form-shell .arsip-section-card {
	background: #fff;
	border: none;
	margin: 12px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	border-left: 3px solid #14b8a6;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.arsip-form-shell .arsip-section-title {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f766e;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(15, 118, 110, 0.1);
}

.arsip-form-shell .group-material {
	position: relative;
	margin: 0;
	padding-top: 18px;
}

.arsip-form-shell .group-material judul {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f766e;
	transition: 0.2s ease all;
	pointer-events: none;
}

.arsip-form-shell textarea {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	min-height: 110px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	resize: vertical;
	transition: all 0.2s ease;
}

.arsip-form-shell textarea:focus {
	background: #fff;
	border-color: #14b8a6;
	outline: none;
	box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}

.arsip-form-shell .highlight,
.arsip-form-shell .bar {
	display: none;
}

/* Actions */

.arsip-form-shell .arsip-action-card {
	background: #fff;
	border: none;
	margin: 12px 20px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.arsip-form-shell .btn-arsip {
	background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 2px 6px rgba(15, 118, 110, 0.2);
}

.arsip-form-shell .btn-arsip:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 118, 110, 0.3);
}

.arsip-form-shell .btn-arsip:active {
	transform: translateY(0);
}

.arsip-form-shell .responArsip-message {
	flex: 1;
	font-size: 12px;
	color: #64748b;
	text-align: right;
}

/* Arsip Catatan Edit */

.arsip-edit-wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.arsip-edit-card {
	padding: 20px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e2ebf3;
	box-shadow: 0 8px 22px rgba(21, 54, 84, 0.06);
}

.arsip-edit-title {
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eef4f9;
	font-size: 16px;
	font-weight: 700;
	color: #183247;
	display: flex;
	align-items: center;
	gap: 10px;
}

.arsip-edit-title i {
	color: #1883c4;
}

.arsip-edit-copy {
	margin: 0 0 14px;
	color: #607d97;
	line-height: 1.6;
}

.arsip-edit-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #4b6884;
}

.arsip-edit-textarea {
	width: 100%;
	min-height: 180px;
	padding: 12px 14px;
	border: 1px solid #d4e1ee;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	line-height: 1.7;
	color: #183247;
	resize: vertical;
}

.arsip-edit-textarea:focus {
	outline: none;
	border-color: #1883c4;
	box-shadow: 0 0 0 3px rgba(24, 131, 196, 0.12);
}

.arsip-edit-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid #e7edf4;
}

.arsip-text-uppercase {
	text-transform: uppercase;
}

/* ============================================================================
	4) REVISI
	============================================================================ */

/* Shell and Intro */

.revisi-form-shell {
	padding: 0;
	background: linear-gradient(135deg, #f5f8fc 0%, #fff 100%);
	border-radius: 0;
}

.revisi-form-shell .revisi-intro-card {
	background: none;
	border: none;
	padding: 20px 20px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.revisi-form-shell .revisi-intro-card:after {
	content: attr(data-kicker);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0e7490;
	margin-bottom: 6px;
}

.revisi-form-shell .revisi-intro-card h4 {
	color: #0c4a6e;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.revisi-form-shell .revisi-intro-card p {
	color: #64748b;
	font-size: 13px;
	margin: 0;
	padding-bottom: 20px;
}

/* Section and Fields */

.revisi-form-shell .revisi-section-card {
	background: #fff;
	border: none;
	margin: 12px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	border-left: 3px solid #06b6d4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.revisi-form-shell .revisi-section-title {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0c4a6e;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(12, 74, 110, 0.1);
}

.revisi-form-shell .group-material {
	position: relative;
	margin: 0;
	padding-top: 10px;
}

.revisi-form-shell .group-material judul {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0c4a6e;
	transition: 0.2s ease all;
	pointer-events: none;
}

.revisi-form-shell textarea,
.revisi-form-shell input.input-material {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	transition: all 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

.revisi-form-shell textarea {
	min-height: 110px;
	resize: vertical;
}

.revisi-form-shell input.input-material {
	height: 36px;
	margin-top: 8px;
}

.revisi-form-shell textarea:focus,
.revisi-form-shell input.input-material:focus {
	background: #fff;
	border-color: #06b6d4;
	outline: none;
	box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.revisi-form-shell .highlight,
.revisi-form-shell .bar {
	display: none;
}

/* Actions */

.revisi-form-shell .revisi-action-card {
	background: #fff;
	border: none;
	margin: 12px 20px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.revisi-form-shell .btn-revisi {
	background: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%);
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 2px 6px rgba(14, 116, 144, 0.2);
}

.revisi-form-shell .btn-revisi:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(14, 116, 144, 0.3);
}

.revisi-form-shell .btn-revisi:active {
	transform: translateY(0);
}

.revisi-form-shell .responDisposisi-message {
	flex: 1;
	font-size: 12px;
	color: #64748b;
	text-align: right;
}

/* ============================================================================
	5) SPMU
	============================================================================ */

/* Shell and Intro */

.spmu-form-shell {
	padding: 0;
	background: linear-gradient(135deg, #f5f8fc 0%, #fff 100%);
	border-radius: 0;
}

.spmu-form-shell .spmu-intro-card {
	background: none;
	border: none;
	padding: 20px 20px 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.spmu-form-shell .spmu-intro-card:after {
	content: attr(data-kicker);
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f4c81;
	margin-bottom: 6px;
}

.spmu-form-shell .spmu-intro-card h4 {
	color: #0f4c81;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.spmu-form-shell .spmu-intro-card p {
	color: #64748b;
	font-size: 13px;
	margin: 0;
	padding-bottom: 20px;
}

/* Section and Inputs */

.spmu-form-shell .spmu-section-card {
	background: #fff;
	border: none;
	margin: 12px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	border-left: 3px solid #1381b2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.spmu-form-shell .spmu-section-title {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f4c81;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}

.spmu-form-shell .input-group,
.spmu-form-shell .form-control {
	margin-bottom: 12px;
	border-radius: 8px;
}

.spmu-form-shell .form-control {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	transition: all 0.2s ease;
}

.spmu-form-shell .form-control:focus {
	background: #fff;
	border-color: #1381b2;
	outline: none;
	box-shadow: 0 0 0 3px rgba(19, 129, 178, 0.1);
}

.spmu-form-shell .input-group-addon {
	background: #f0f4f8;
	border: 1px solid #e5e7eb;
	border-right: none;
	color: #0f4c81;
}

.spmu-form-shell label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f4c81;
	margin-top: 10px;
	margin-bottom: 6px;
	display: block;
}

.spmu-form-shell .btn-spmu {
	background: linear-gradient(135deg, #0f4c81 0%, #1381b2 100%);
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 2px 6px rgba(15, 76, 129, 0.2);
}

.spmu-form-shell .btn-spmu:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 76, 129, 0.3);
}

.spmu-form-shell .btn-spmu:active {
	transform: translateY(0);
}

/* Controls and Textarea */

.spmu-form-shell .mailbox-controls {
	background: #fff;
	border: none;
	margin: 12px 20px 20px;
	padding: 16px 18px;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.spmu-form-shell .group-material {
	position: relative;
	margin: 0;
	padding-top: 10px;
}

.spmu-form-shell .group-material judul {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f4c81;
	transition: 0.2s ease all;
	pointer-events: none;
}

.spmu-form-shell textarea {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	transition: all 0.2s ease;
	width: 100%;
	box-sizing: border-box;
	min-height: 80px;
	resize: vertical;
}

.spmu-form-shell textarea:focus {
	background: #fff;
	border-color: #1381b2;
	outline: none;
	box-shadow: 0 0 0 3px rgba(19, 129, 178, 0.1);
}

.spmu-form-shell .highlight,
.spmu-form-shell .bar {
	display: none;
}

/* Arsip SPMU Modal */

.arsip-spmu-wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.arsip-spmu-card {
	padding: 20px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #e2ebf3;
	box-shadow: 0 8px 22px rgba(21, 54, 84, 0.06);
}

.arsip-spmu-title {
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eef4f9;
	font-size: 16px;
	font-weight: 700;
	color: #183247;
	display: flex;
	align-items: center;
	gap: 10px;
}

.arsip-spmu-title i {
	color: #1883c4;
}

.arsip-spmu-copy {
	margin: 0 0 14px;
	color: #607d97;
	line-height: 1.6;
}

.arsip-spmu-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #4b6884;
}

.arsip-spmu-field {
	margin-bottom: 16px;
}

.arsip-spmu-field:last-child {
	margin-bottom: 0;
}

.arsip-spmu-input,
.arsip-spmu-textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d4e1ee;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
	color: #183247;
}

.arsip-spmu-input:focus,
.arsip-spmu-textarea:focus {
	outline: none;
	border-color: #1883c4;
	box-shadow: 0 0 0 3px rgba(24, 131, 196, 0.12);
}

.arsip-spmu-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 18px;
	border-top: 1px solid #e7edf4;
	flex-wrap: wrap;
}

.arsip-spmu-preview {
	padding: 18px;
	border-radius: 10px;
	border: 1px solid #dbe6f0;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.arsip-spmu-preview table {
	margin-bottom: 0;
}

.arsip-spmu-status {
	margin: 0;
	font-weight: 700;
}

.arsip-spmu-status.is-muted {
	color: #6b7e90;
}

.arsip-spmu-status.is-danger {
	color: #d04e57;
}

.arsip-spmu-status.is-success {
	color: #1f8d54;
}

.arsip-spmu-highlight {
	padding: 16px 18px;
	border-radius: 10px;
	background: linear-gradient(135deg, #fff9cf, #fff2a6);
	border: 1px solid #ecd874;
}

.arsip-spmu-highlight h4 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 800;
	color: #6a5310;
}

.arsip-spmu-highlight p {
	margin: 0;
	color: #6f5a17;
	line-height: 1.6;
}

.arsip-spmu-preview-gap,
.arsip-spmu-form-gap {
	margin-top: 16px;
}

.arsip-spmu-full-alert {
	margin: 0;
	width: 100%;
}

.arsip-spmu-paraf-img {
	height: 25px;
	width: 50px;
}

/* ============================================================================
	6) SHARED RESPONSIVE HELPERS (ARSIP / REVISI / SPMU / DISPOSISI)
	============================================================================ */

/* Tablet */

@media (max-width: 768px) {
	.arsip-form-shell .arsip-action-card,
	.revisi-form-shell .revisi-action-card,
	.spmu-form-shell .mailbox-controls {
		flex-direction: column;
		align-items: stretch;
	}

	.arsip-form-shell .btn-arsip,
	.arsip-form-shell .responArsip-message,
	.revisi-form-shell .btn-revisi,
	.revisi-form-shell .responDisposisi-message {
		width: 100%;
		text-align: center;
	}

	.arsip-edit-actions,
	.arsip-spmu-actions {
		flex-direction: column;
	}

	.arsip-edit-actions .surat-toolbar-button,
	.arsip-spmu-actions .surat-toolbar-button {
		width: 100%;
		justify-content: center;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.teruskan-intro-card h4 {
		font-size: 18px;
	}
	.teruskan-form-shell .box-body {
		padding: 14px;
	}
	.teruskan-form-shell .btn-app {
		width: auto;
	}
	.teruskan-form-shell .product-info {
		padding-left: 0;
		margin-top: 10px;
	}
	.teruskan-form-shell .product-img {
		float: none;
	}
	.teruskan-status-head {
		flex-direction: column;
	}
	.teruskan-buttons-row {
		flex-direction: column;
		align-items: stretch;
	}
	.teruskan-buttons-row .btn-teruskan,
	.teruskan-buttons-row .teruskan-actions-group {
		width: 100%;
	}
	.teruskan-buttons-row .teruskan-actions-group {
		flex-direction: column;
	}
	.teruskan-buttons-row .btn-app {
		width: 100%;
	}
	.disposisi-meta-grid,
	.disposisi-detail-grid {
		grid-template-columns: 1fr;
	}
	.disposisi-history-head {
		flex-direction: column;
	}
	.disposisi-history-name {
		font-size: 17px;
	}
	.disposisi-paraf-sign {
		width: 42px;
		height: 42px;
		border-radius: 10px;
	}
	.disposisi-paraf-sign img {
		max-width: 26px;
		max-height: 26px;
	}
	.disposisi-paraf-inline .disposisi-paraf-sign {
		width: 34px;
		height: 34px;
		border-radius: 8px;
	}
	.disposisi-paraf-inline .disposisi-paraf-sign img {
		max-width: 20px;
		max-height: 20px;
	}
	.disposisi-meta-paraf {
		padding: 5px 8px;
		font-size: 11px;
	}
}

/* ============================================================================
	7) LEGACY HELPERS
	============================================================================ */

.kbw-signature {
	width: 400px;
	height: 200px;
}

#sig canvas {
	width: 100% !important;
	height: auto;
}

/* ============================================================================
	8) JURNAL VERIFIKASI
	============================================================================ */

.jurnal-layout-shell{padding:8px 0 2px;}
.box.jurnal-shell{border:1px solid #d8e4f0; border-top:1px solid #d8e4f0; box-shadow:0 14px 34px rgba(16,64,110,.12); border-radius:16px; overflow:hidden; margin-bottom:16px; background:#fff;}
.box.jurnal-shell > .box-header,.box.box-primary.jurnal-shell > .box-header{background:linear-gradient(135deg,#0f5d9c 0%,#2b7fbe 60%,#4f9ed9 100%); color:#fff; border-bottom:0; padding:18px 20px; position:relative;}
.jurnal-shell .box-header:after{content:''; position:absolute; right:-40px; top:-40px; width:150px; height:150px; border-radius:50%; background:rgba(255,255,255,.12); pointer-events:none;}
.jurnal-shell .box-tools{position:absolute; right:16px; top:14px; z-index:4;}
.jurnal-shell .box-title{font-size:20px; font-weight:700; margin:0;}
.jurnal-subtitle{margin:5px 0 0; opacity:.9; font-size:13px;}
.jurnal-chip-wrap{margin-top:10px; display:flex; gap:8px; flex-wrap:wrap;}
.jurnal-chip{background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.22); color:#fff; border-radius:999px; padding:4px 10px; font-size:12px; font-weight:600;}
.jurnal-back-btn{background:rgba(255,255,255,.2); color:#fff; border:1px solid rgba(255,255,255,.42); border-radius:999px; padding:7px 14px; font-size:12px; font-weight:700; line-height:1.2; letter-spacing:.2px;}
.jurnal-back-btn:hover,.jurnal-back-btn:focus{background:#fff; color:#1f5f97; border-color:#fff;}
.jurnal-shell .box-body{padding:16px 18px; background:#f8fbff;}
.jurnal-quick-grid{display:flex; flex-wrap:wrap; margin:0 -5px 14px;}
.jurnal-quick-card{background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%); border:1px solid #dce8f5; border-radius:12px; padding:10px 12px; box-shadow:0 6px 16px rgba(20,72,122,.08);}
.jurnal-quick-grid .jurnal-quick-card{width:calc(33.333% - 10px); margin:0 5px 10px;}
.jurnal-quick-label{display:block; color:#6a86a4; font-size:11px; text-transform:uppercase; letter-spacing:.5px; margin-bottom:3px;}
.jurnal-quick-value{display:block; color:#1f4f7f; font-size:13px; font-weight:700; line-height:1.35;}
.jurnal-form-card{background:#fff; border:1px solid #e2ebf5; border-radius:14px; padding:16px; box-shadow:0 8px 20px rgba(21,75,125,.08);}
.jurnal-form-card .control-label{color:#2b4a6b; font-weight:700;}
.jurnal-form-card .form-control{border-radius:10px; border:1px solid #d5e1ed; box-shadow:none; height:40px;}
.jurnal-form-card .form-control:focus{border-color:#7cb4e0; box-shadow:0 0 0 3px rgba(70,143,202,.14);}
.jurnal-file-link{display:inline-block; margin-top:4px; font-weight:600;}
.jurnal-view-grid{display:flex; flex-wrap:wrap; margin:8px -6px 0;}
.jurnal-view-item{background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%); border:1px solid #dce8f5; border-radius:10px; padding:12px; transition:all .2s ease;}
.jurnal-view-grid .jurnal-view-item{width:calc(50% - 12px); margin:0 6px 12px;}
.jurnal-view-item:hover{border-color:#bfd8ef; box-shadow:0 6px 14px rgba(18,74,124,.1); transform:translateY(-1px);}
.jurnal-view-label{display:block; color:#6a86a4; font-size:11px; text-transform:uppercase; letter-spacing:.5px; margin-bottom:4px; font-weight:600;}
.jurnal-view-value{display:block; color:#1f4f7f; font-size:14px; font-weight:600; line-height:1.5; word-break:break-word;}
.jurnal-view-wide{width:calc(100% - 12px) !important;}
.box.jurnal-shell.jurnal-score-box > .box-header,.box.box-primary.jurnal-shell.jurnal-score-box > .box-header{background:#fff; color:#214c7a; border-bottom:1px solid #e3ecf5;}
.jurnal-score-box .box-header{background:#fff; color:#214c7a; border-bottom:1px solid #e3ecf5;}
.jurnal-score-box .box-title{font-size:18px;}
.jurnal-score-box .box-body{padding:0; overflow:hidden; border-radius:0 0 16px 16px;}
.jurnal-score-box .table{margin-bottom:0; background:#fff;}
.jurnal-score-box .table>tbody>tr>th{background:#edf4fb; color:#20476e; border-color:#d9e6f3;}
.jurnal-score-box .table>tbody>tr:hover>td{background:#f5faff;}
.jurnal-score-box .table>tbody>tr>td{vertical-align:middle;}
.jurnal-score-box .table>tbody>tr.state-yes td{background:#f1fbf5;}
.jurnal-score-box .table>tbody>tr.state-no td{background:#fff6f6;}
.jurnal-main-grid{display:flex; flex-wrap:wrap;}
.jurnal-sticky-box{position:sticky; top:16px;}
.jurnal-progress-card{background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%); border:1px solid #dce8f5; border-radius:12px; padding:14px; margin-bottom:12px;}
.jurnal-progress-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;}
.jurnal-progress-title{font-size:14px; font-weight:700; color:#1f4f7f; margin:0;}
.jurnal-progress-pill{font-size:12px; font-weight:700; color:#2c689e; background:#e7f2fd; border:1px solid #c9e2f7; border-radius:999px; padding:2px 8px;}
.jurnal-progress-track{height:8px; border-radius:999px; background:#dbe9f6; overflow:hidden;}
.jurnal-progress-bar{height:100%; width:0%; background:linear-gradient(90deg,#1f8ad3,#2aa66a); transition:width .25s ease;}
.jurnal-progress-copy{margin-top:8px; margin-bottom:0; font-size:12px; color:#4d6f92;}
.jurnal-step-list{margin:0; padding-left:18px; color:#2f5276; font-size:12px;}
.jurnal-step-list li{margin-bottom:4px;}
.jurnal-action-card{background:#fff; border:1px solid #e2ebf5; border-radius:14px; padding:16px; box-shadow:0 8px 20px rgba(21,75,125,.08);}
.jurnal-action-title{margin:0 0 10px; font-size:18px; font-weight:700; color:#1f4872;}
.jurnal-btn{border-radius:10px; padding:9px 18px; font-weight:700;}
.jurnal-notes{margin-top:8px; min-height:24px; display:block;}

@supports (display:grid){
	.jurnal-quick-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:0 0 14px;}
	.jurnal-quick-grid .jurnal-quick-card{width:auto; margin:0;}
	.jurnal-view-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; padding:8px 0; margin:0;}
	.jurnal-view-grid .jurnal-view-item{width:auto; margin:0;}
	.jurnal-view-wide{grid-column:1 / -1; width:auto !important;}
}

@media (max-width:767px){
	.jurnal-shell .box-header{padding:14px 14px;}
	.jurnal-shell .box-tools{position:static; margin-top:10px;}
	.jurnal-shell .box-body{padding:12px;}
	.jurnal-form-card{padding:12px 10px 2px;}
	.jurnal-quick-grid{display:block; margin:0 0 14px;}
	.jurnal-quick-grid .jurnal-quick-card{width:100%; margin:0 0 10px;}
	.jurnal-view-grid{display:block; margin:8px 0 0;}
	.jurnal-view-grid .jurnal-view-item,.jurnal-view-wide{width:100% !important; margin:0 0 12px;}
	.jurnal-sticky-box{position:static;}
}

/* ============================================================================
	9) LOGIN PAGE
	- Login shell and background
	- Login card and form controls
	- Leadership showcase and footer visual
	============================================================================ */

body.login-page-shell#body {
	background: linear-gradient(rgba(10, 66, 122, 0.35), rgba(10, 66, 122, 0.35)), url("../../neo_gambar/BACKGROUND SISPADUM.jpg") no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
}

body.login-page-shell .form-style-8 {
	font-family: 'Open Sans Condensed', arial, sans;
	font-size: 17px;
	padding: 26px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 16px 36px rgba(3, 18, 43, 0.24);
	-moz-box-shadow: 0 16px 36px rgba(3, 18, 43, 0.24);
	-webkit-box-shadow: 0 16px 36px rgba(3, 18, 43, 0.24);
}

body.login-page-shell .form-style-8 input[type="text"],
body.login-page-shell .form-style-8 input[type="email"],
body.login-page-shell .form-style-8 input[type="password"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
	color: #ffffff;
}

body.login-page-shell .users-list-name-baru {
	font-weight: 600;
	color: #fff;
}

body.login-page-shell .login-stage {
	padding: 26px 12px 34px;
}

body.login-page-shell .login-column,
body.login-page-shell .showcase-column {
	margin-bottom: 24px;
}

body.login-page-shell .login-panel,
body.login-page-shell .leadership-panel,
body.login-page-shell .side-visual {
	background: rgb(19 99 255 / 87%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(3, 18, 43, 0.28);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.login-page-shell .login-panel {
	padding: 28px;
	max-width: 560px;
	margin: 0 auto;
}

body.login-page-shell .login-brand {
	text-align: center;
	margin-bottom: 20px;
}

body.login-page-shell .login-brand .brand-mark img {
	width: 96px;
	height: 96px;
	object-fit: contain;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

body.login-page-shell .login-brand .brand-mark-double {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: nowrap;
}

body.login-page-shell .login-brand .brand-mark-double .brand-mark-logo {
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
}

body.login-page-shell .login-brand .brand-mark-double .brand-mark-visual {
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
}

body.login-page-shell .login-brand .brand-title img {
	max-width: 80%;
	height: auto;
}

body.login-page-shell .login-brand h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
	margin: 10px 0 8px;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

body.login-page-shell .login-brand p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	margin: 0;
	letter-spacing: 0.4px;
}

body.login-page-shell .login-box,
body.login-page-shell .login-box-body {
	width: 100%;
	margin: 0;
	background: transparent;
	box-shadow: none;
	border-top: 0;
	padding: 0;
}

body.login-page-shell .form-style-8 .form-control {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 14px;
	padding: 12px 18px;
	height: 52px;
	color: #ffffff;
	transition: all 0.25s ease;
}

body.login-page-shell .form-style-8 .form-control:focus {
	border-color: rgba(255, 255, 255, 0.65);
	box-shadow: 0 0 0 3px rgba(126, 196, 255, 0.16);
}

body.login-page-shell .form-style-8 .form-control::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

body.login-page-shell .form-style-8 .form-group {
	margin-bottom: 16px;
}

body.login-page-shell .form-style-8 .form-control-feedback {
	color: rgba(255, 255, 255, 0.82);
	line-height: 52px;
	right: 10px;
}

body.login-page-shell .login-primary-action {
	margin-top: 4px;
}

body.login-page-shell .login-primary-action .btn {
	width: 100%;
	height: 74px;
	line-height: 34px;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 700;
	border: 0;
	box-shadow: 0 14px 26px rgba(20, 88, 178, 0.34);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.login-page-shell .login-primary-action .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(20, 88, 178, 0.42);
}

body.login-page-shell .login-utility {
	display: flex;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

body.login-page-shell .login-utility .btn {
	flex: 1 1 180px;
	border-radius: 14px;
	padding: 12px 16px;
	font-weight: 600;
	box-shadow: 0 10px 20px rgba(3, 18, 43, 0.18);
}

body.login-page-shell .showcase-column {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

body.login-page-shell .leadership-panel {
	padding: 22px;
}

body.login-page-shell .leadership-title {
	color: #ffffff;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	margin: 0 0 20px 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

body.login-page-shell .leadership-hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.login-page-shell .leadership-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

body.login-page-shell .leadership-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	padding: 14px;
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

body.login-page-shell .leadership-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.10));
}

body.login-page-shell .leadership-card.is-featured {
	padding: 18px;
	min-height: 290px;
}

body.login-page-shell .leadership-card img {
	width: 100%;
	height: 190px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	transform-origin: center center;
	transition: transform 0.28s ease;
}

body.login-page-shell .leadership-card.is-featured img {
	height: 250px;
}

body.login-page-shell .leadership-card:hover img {
	transform: scale(1.02);
}

body.login-page-shell .showcase-footer {
	margin-top: 18px;
}

body.login-page-shell .side-visual {
	padding: 18px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	overflow: hidden;
}

body.login-page-shell .side-visual-copy {
	flex: 0 1 260px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

body.login-page-shell .side-visual-copy h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 8px;
}

body.login-page-shell .side-visual-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.82);
}

body.login-page-shell .side-visual img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 0 0 auto;
	filter: drop-shadow(0 18px 36px rgba(4, 16, 35, 0.25));
}

@media (max-width: 1199px) {
	body.login-page-shell .login-brand h3 {
		font-size: 31px;
	}
	body.login-page-shell .side-visual {
		padding: 16px 18px;
	}
}

@media (max-width: 991px) {
	body.login-page-shell .login-stage {
		padding-top: 18px;
	}
	body.login-page-shell .login-panel,
	body.login-page-shell .leadership-panel,
	body.login-page-shell .side-visual {
		border-radius: 24px;
	}
	body.login-page-shell .leadership-panel {
		padding: 18px;
	}
	body.login-page-shell .leadership-card {
		min-height: 210px;
	}
	body.login-page-shell .leadership-card img {
		height: 170px;
	}
	body.login-page-shell .leadership-card.is-featured {
		min-height: 260px;
	}
	body.login-page-shell .leadership-card.is-featured img {
		height: 220px;
	}
	body.login-page-shell .leadership-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	body.login-page-shell .showcase-footer {
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	body.login-page-shell .login-brand .brand-mark-double {
		gap: 10px;
	}
	body.login-page-shell .login-brand .brand-mark-double .brand-mark-logo {
		width: 76px;
		height: 76px;
	}
	body.login-page-shell .login-brand .brand-mark-double .brand-mark-visual {
		width: 76px;
		height: 76px;
	}
	body.login-page-shell .login-panel {
		padding: 22px 18px;
	}
	body.login-page-shell .login-brand h3 {
		font-size: 26px;
	}
	body.login-page-shell .login-brand p {
		font-size: 14px;
	}
	body.login-page-shell .form-style-8 {
		padding: 18px;
	}
	body.login-page-shell .leadership-title {
		font-size: 22px;
	}
	body.login-page-shell .leadership-card,
	body.login-page-shell .leadership-card.is-featured {
		min-height: auto;
	}
	body.login-page-shell .leadership-card img,
	body.login-page-shell .leadership-card.is-featured img {
		height: auto;
		max-height: 220px;
	}
	body.login-page-shell .leadership-hero,
	body.login-page-shell .leadership-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	body.login-page-shell .side-visual {
		flex-direction: column;
		text-align: center;
	}
	body.login-page-shell .side-visual-copy {
		flex-basis: auto;
	}
	body.login-page-shell .side-visual img {
		max-width: 240px;
		margin: 0 auto;
	}
	body.login-page-shell .login-utility .btn,
	body.login-page-shell .login-primary-action .btn {
		width: 100%;
	}
}

/* ============================================================================
	8) PENGGUNA - USER MANAGEMENT PAGE
	============================================================================ */

/* Shell & Header */
.pengguna-shell {
	border: 0;
	border-radius: 24px;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
	overflow: hidden;
}

.pengguna-page {
	margin: 0;
	padding: 0;
}

/* Filter & Toolbar */
.pengguna-filter-wrap {
	background: #f8fbff;
	border-bottom: 1px solid #e1ebf4;
	padding: 18px 24px !important;
}

.pengguna-filter-form .form-group {
	margin-bottom: 0;
}

.pengguna-filter-form label {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #7a8694;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 0.05em;
}

.pengguna-filter-form .form-control {
	border-radius: 12px;
	border: 1px solid #d8e5f1;
	padding: 10px 12px;
	font-size: 13px;
	transition: all 0.3s ease;
}

.pengguna-filter-form .form-control:focus {
	border-color: #1381b2;
	box-shadow: 0 0 0 3px rgba(19, 129, 178, 0.1);
}

/* Card List Container */
.pengguna-body {
	background: #ffffff;
	padding: 0 !important;
	min-height: 300px;
}

.pengguna-card-list {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: #f8fbff;
}

/* Card Items */
.pengguna-card-item {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #e9eef5;
	border-radius: 0;
	padding: 14px 20px;
	margin: 0;
	box-shadow: none;
	transition: all 0.2s ease;
}

.pengguna-card-item:hover {
	background: #f7fafb;
	border-bottom-color: #dce9f1;
}

.pengguna-card-item:last-child {
	border-bottom: 0;
}

/* Interactive Mail Link */
.pengguna-card-item .interactive-mail-link {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pengguna-card-item .interactive-mail-avatar {
	flex-shrink: 0;
	position: relative;
}

.pengguna-card-item .interactive-mail-avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #e1ebf4;
	display: block;
}

.pengguna-card-item .interactive-mail-avatar .letterpic {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	background: linear-gradient(135deg, #e8f2ff, #f0f7ff);
	border: 2px solid #d4e5f3;
	color: #0f4c81;
}

.pengguna-card-item .mail-status-dot {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 12px;
	height: 12px;
	background: #10b981;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Body Content */
.pengguna-card-item .interactive-mail-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pengguna-card-item .interactive-mail-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.pengguna-card-item .interactive-mail-title-wrap {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 14px;
}

.pengguna-name-block {
	flex: 1;
}

.pengguna-name-block h5 {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	color: #14324d;
	line-height: 1.4;
}

.pengguna-name-block .mail-meta-label {
	display: block;
	font-size: 12px;
	color: #64809d;
	font-weight: 500;
}

/* Tags & Status */
.pengguna-card-item .interactive-mail-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.pengguna-card-item .mail-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.pengguna-card-item .mail-tag-primary {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.pengguna-card-item .mail-tag-secondary {
	background: #fee2e2;
	color: #7f1d1d;
	border: 1px solid #fecaca;
}

.pengguna-card-item .mail-tag-admin {
	background: linear-gradient(135deg, #fef3c7, #fde68a);
	color: #78350f;
	border: 1px solid #fcd34d;
}

.pengguna-card-item .mail-tag i {
	font-size: 10px;
}

/* Meta Grid */
.pengguna-card-item .interactive-mail-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding-top: 8px;
}

.pengguna-card-item .interactive-mail-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pengguna-card-item .mail-meta-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9ca3af;
	letter-spacing: 0.05em;
}

.pengguna-card-item .mail-meta-value {
	font-size: 13px;
	color: #1f2937;
	font-weight: 500;
}

/* Actions */
.pengguna-card-item .interactive-mail-actions {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	border-top: 1px solid #e9eef5;
	margin-top: 8px;
}

.pengguna-card-item .mail-action-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 16px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.18s ease;
	cursor: pointer;
	border: none;
	color: #fff;
	background: #1e4f8c;
}

.pengguna-card-item .mail-action-button:hover,
.pengguna-card-item .mail-action-button:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.pengguna-card-item .mail-action-button.mail-action-edit {
	background: #1e4f8c;
}

.pengguna-card-item .mail-action-button.mail-action-edit:hover {
	background: #174280;
	box-shadow: 0 2px 8px rgba(30,79,140,0.25);
}

/* ============================================================================
	MODERN ACCESS CONTROL LAYOUT - User Role & Access Management
	============================================================================ */

.simkeu-user-akses-page {
	padding: 24px 16px 18px;
	background: #edf1f5;
	border-radius: 16px;
}

/* Page Title Section */
.page-title-box {
	margin: 0 4px 18px;
	padding: 0 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.page-title {
	font-size: 32px;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	letter-spacing: -0.5px;
}

.tahun-chip {
	background: linear-gradient(135deg, #e0f2fe 0%, #cffafe 100%);
	color: #0369a1;
	padding: 8px 18px;
	border-radius: 24px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	box-shadow: 0 2px 6px rgba(3, 105, 161, 0.12);
}

/* Hero Card Section */
.access-hero-card {
	margin: 0 4px 28px;
	border: 1px solid #d7dee7;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	background: #fff;
	overflow: hidden;
}

.access-hero-card .card-body {
	padding: 26px 24px 22px;
}

.access-hero {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 36px;
	margin-bottom: 28px;
}

.access-hero__profile {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
}

.access-hero__profile .avatar-lg {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.access-hero__profile h4 {
	font-size: 22px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 6px 0;
	line-height: 1.2;
}

.access-hero__profile p {
	font-size: 13px;
	color: #64748b;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.access-hero__caption {
	font-size: 12px;
	color: #8b5cf6;
	line-height: 1.6;
	font-weight: 500;
}

.access-hero__summary {
	display: flex;
	gap: 18px;
	flex: 1;
}

/* Summary Cards */
.sum-card {
	flex: 1;
	padding: 20px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 160px;
	transition: all 0.3s ease;
}

.sum-card:hover {
	transform: translateY(-2px);
}

.sum-card--teal {
	background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
	border-left: 5px solid #10b981;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

.sum-card--blue {
	background: linear-gradient(135deg, #bae6fd 0%, #7dd3fc 100%);
	border-left: 5px solid #0284c7;
	box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
}

.sum-card__icon {
	font-size: 32px;
	color: #0ea5e9;
	min-width: 44px;
	text-align: center;
}

.sum-card--teal .sum-card__icon {
	color: #10b981;
}

.sum-card__content {
	flex: 1;
}

.sum-card__value {
	font-size: 28px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1;
	margin-bottom: 4px;
}

.sum-card__label {
	font-size: 10px;
	color: #475569;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* Access Toolbar */
.access-toolbar {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-top: 20px;
	border-top: 1px solid #d7dee7;
	flex-wrap: wrap;
}

.access-search-wrap {
	flex: 1;
	position: relative;
	min-width: 280px;
}

.access-search-wrap i {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 16px;
}

.access-search-wrap input {
	width: 100%;
	padding: 10px 14px 10px 40px;
	border: 1px solid #b8c6d8;
	border-radius: 14px;
	font-size: 13px;
	transition: all 0.3s ease;
	background: #f7f9fc;
	font-weight: 500;
}

.access-search-wrap input:focus {
	outline: none;
	border-color: #0284c7;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}

.access-search-wrap input::placeholder {
	color: #cbd5e1;
	font-weight: 400;
}

.access-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 13px;
	color: #334155;
	user-select: none;
	font-weight: 600;
	white-space: nowrap;
	padding: 8px 12px;
	border-radius: 14px;
	border: 1px solid #c7d2e2;
	background: #f7f9fc;
}

.access-toggle input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #0284c7;
}

.access-toggle:hover {
	color: #0f172a;
}

.access-toolbar-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.btn-modern {
	padding: 9px 16px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 14px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.btn-light {
	background: #eef2f7;
	color: #374151;
	border: 1px solid #d5deea;
	font-weight: 700;
}

.btn-light:hover {
	background: #e2e8f0;
	border-color: #94a3b8;
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.btn-success {
	background: linear-gradient(135deg, #10b981, #059669);
	color: #fff;
	border: none;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-success:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

.btn-danger {
	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: #fff;
	border: none;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.btn-danger:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

/* Access Groups Grid */
.access-groups-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.simkeu-user-akses-page .card.data-card,
.simkeu-user-akses-page .access-group-card {
	background: #ffffff;
	backdrop-filter: none;
}

@media (min-width: 1200px) {
	.access-groups-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.access-groups-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Access Group Card */
.access-group-card {
	background: #fff;
	border: 1px solid #d7dee7;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}

.access-group-card:hover {
	border-color: #93c5fd;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
	transform: translateY(-2px);
}

.access-group-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 45%, #14b8a6 100%);
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 2;
}

.access-group-card:hover::before {
	opacity: 1;
}

/* Access Group Header */
.access-group-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	padding: 18px 18px 14px;
	background: linear-gradient(180deg, #f4f7fb 0%, #f2f5f9 100%);
	border-bottom: 1px solid #d7dee7;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 3;
}

.access-group-title-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1;
}

.access-group-icon {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0284c7;
	font-size: 18px;
	flex-shrink: 0;
}

.access-group-title {
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
}

.access-group-subtitle {
	font-size: 12px;
	color: #8b5cf6;
	line-height: 1.3;
	font-weight: 500;
}

.access-group-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-basis: 100%;
	padding-left: 52px;
	margin-top: 4px;
}

.access-count-badge {
	display: inline-block;
	background: #dfe8ff;
	color: #1d4ed8;
	padding: 6px 12px;
	border-radius: 14px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
	box-shadow: none;
}

.access-bulk-actions {
	display: flex;
	gap: 6px;
}

.access-bulk-actions .btn-light {
	padding: 6px 11px;
	font-size: 10px;
	height: 30px;
}

/* Access Item Grid */
.access-item-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 16px;
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-gutter: stable;
}

.access-item-grid::-webkit-scrollbar {
	width: 8px;
}

.access-item-grid::-webkit-scrollbar-track {
	background: #eef2f7;
	border-radius: 999px;
}

.access-item-grid::-webkit-scrollbar-thumb {
	background: #94a3b8;
	border-radius: 999px;
}

.access-item-grid::-webkit-scrollbar-thumb:hover {
	background: #64748b;
}

.access-item-grid {
	scrollbar-width: thin;
	scrollbar-color: #94a3b8 #eef2f7;
}

@media (max-width: 992px) {
	.access-item-grid {
		grid-template-columns: 1fr;
		max-height: 320px;
	}
}

@media (max-width: 768px) {
	.access-item-grid {
		grid-template-columns: 1fr;
		max-height: 280px;
	}
}

/* Access Item */
.access-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid #cad5e3;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	position: relative;
}

.access-item:hover {
	background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
	border-color: #60a5fa;
	box-shadow: 0 8px 16px rgba(37, 99, 235, 0.12);
}

.access-item.is-checked {
	border-color: #38bdf8;
	background: linear-gradient(180deg, #effbff 0%, #e0f2fe 100%);
	box-shadow: inset 0 0 0 1px #bae6fd;
}

.access-item.is-checked .access-item__label {
	color: #0c4a6e;
}

.access-item.is-checked .access-item__meta {
	color: #0369a1;
}

.access-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	cursor: pointer;
	accent-color: #0284c7;
	flex-shrink: 0;
	border-radius: 4px;
}

.access-item input[type="checkbox"]:checked {
	background: #0284c7;
}

.access-item input[type="checkbox"]:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.22);
}

.access-item__text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.access-item__label {
	font-size: 13px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
	word-break: break-word;
}

.access-item__meta {
	font-size: 11px;
	color: #94a3b8;
	font-family: 'Courier New', monospace;
	word-break: break-all;
	font-weight: 400;
}

/* Form Action Row */
.form-action-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 0;
	justify-content: center;
	flex-wrap: wrap;
}

.sticky-action-row {
	position: relative;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	padding: 18px;
	border-top: 1.5px solid #e2e8f0;
	border-radius: 0 0 12px 12px;
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.form-response {
	font-size: 12px;
	color: #64748b;
	margin-left: auto;
	font-weight: 500;
}

/* Card Component */
.card.data-card {
	border: 1.5px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	transition: all 0.3s ease;
}

.card.data-card .card-body {
	padding: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.simkeu-user-akses-page {
		padding: 18px 8px 14px;
	}

	.page-title-box {
		margin: 0 2px 14px;
		padding: 0 2px;
	}

	.access-hero-card {
		margin: 0 2px 18px;
	}

	.access-hero-card .card-body {
		padding: 18px 14px 16px;
	}

	.page-title {
		font-size: 24px;
	}

	.access-hero {
		flex-direction: column;
		gap: 20px;
	}

	.access-hero__summary {
		width: 100%;
	}

	.sum-card {
		flex: 1;
	}

	.access-toolbar {
		flex-direction: column;
		gap: 12px;
	}

	.access-toggle {
		width: 100%;
		justify-content: flex-start;
	}

	.access-group-meta {
		padding-left: 0;
	}

	.access-search-wrap {
		width: 100%;
		min-width: auto;
	}

	.access-toolbar-actions {
		width: 100%;
		justify-content: space-between;
	}

	.access-group-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.access-group-meta {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
	}

	.access-count-badge {
		align-self: flex-start;
	}

	.form-action-row {
		justify-content: space-between;
	}

	.sticky-action-row {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.page-title-box {
		margin-bottom: 12px;
	}

	.page-title {
		font-size: 20px;
	}

	.sum-card {
		padding: 14px;
		gap: 12px;
	}

	.sum-card__value {
		font-size: 24px;
	}

	.access-item-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 12px;
	}

	.access-toolbar-actions {
		flex-direction: column;
		width: 100%;
	}

	.access-toolbar-actions .btn {
		width: 100%;
		justify-content: center;
	}

	.access-group-head {
		padding: 12px 14px;
	}

	.sticky-action-row {
		padding: 14px;
	}
}

.pengguna-card-item .mail-action-button.mail-action-delete {
	background: #1e4f8c;
}

.pengguna-card-item .mail-action-button.mail-action-delete:hover {
	background: #c0392b;
	box-shadow: 0 2px 8px rgba(192,57,43,0.25);
}

.pengguna-card-item .mail-action-copy {
	color: #047857;
	background: #d1fae5;
	border-color: #a7f3d0;
}

.pengguna-card-item .mail-action-copy:hover {
	background: #a7f3d0;
	border-color: #6ee7b7;
}

.pengguna-card-item .mail-action-paste {
	color: #92400e;
	background: #fef3c7;
	border-color: #fde68a;
}

.pengguna-card-item .mail-action-paste:hover {
	background: #fde68a;
	border-color: #fcd34d;
}

.pengguna-card-item .mail-action-role {
	color: #0f3f73;
	background: #dbeafe;
	border: 1px solid #bfdbfe;
}

.pengguna-card-item .mail-action-role:hover {
	background: #bfdbfe;
	border-color: #93c5fd;
}

/* Super Admin Badge in Header */
.pengguna-sadmin-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	flex-shrink: 0;
}

.pengguna-sadmin-badge i {
	font-size: 14px;
	opacity: 0.9;
}

/* Empty State */
.surat-masuk-empty-state {
	text-align: center;
	padding: 60px 20px;
	background: #f8fbff;
}

.empty-state-icon {
	font-size: 48px;
	color: #cbd5e1;
	margin-bottom: 14px;
}

.surat-masuk-empty-state h4 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 700;
	color: #14324d;
}

.surat-masuk-empty-state p {
	margin: 0;
	font-size: 13px;
	color: #64809d;
}

/* Responsive */
@media (max-width: 991px) {
	.pengguna-filter-form .row > div {
		margin-bottom: 12px;
	}
	
	.pengguna-card-item .interactive-mail-meta-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	
	.pengguna-card-item .mail-tag {
		font-size: 10px;
		padding: 3px 8px;
	}
}

@media (max-width: 767px) {
	.pengguna-filter-form {
		padding: 12px 16px !important;
	}
	
	.pengguna-filter-form .row > div {
		width: 100%;
		margin-bottom: 12px;
	}
	
	.pengguna-card-item {
		padding: 12px 14px;
	}
	
	.pengguna-card-item .interactive-mail-link {
		gap: 10px;
	}
	
	.pengguna-card-item .interactive-mail-avatar img,
	.pengguna-card-item .interactive-mail-avatar .letterpic {
		width: 42px;
		height: 42px;
		border-width: 1.5px;
	}
	
	.pengguna-name-block h5 {
		font-size: 14px;
	}
	
	.pengguna-name-block .mail-meta-label {
		font-size: 11px;
	}
	
	.pengguna-card-item .interactive-mail-head {
		flex-direction: column;
		gap: 8px;
	}
	
	.pengguna-card-item .interactive-mail-title-wrap {
		flex-direction: column;
		gap: 8px;
	}
	
	.pengguna-card-item .interactive-mail-meta-grid {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	
	.pengguna-card-item .interactive-mail-actions {
		flex-wrap: wrap;
	}
	
	.pengguna-card-item .mail-action-button {
		flex: 1 1 calc(50% - 4px);
		justify-content: center;
		font-size: 11px;
		padding: 5px 8px;
	}
	
	.surat-masuk-empty-state {
		padding: 40px 14px;
	}
	
	.empty-state-icon {
		font-size: 40px;
	}
}

/* ---------------------------------------------
   Pengguna - Tambah Form (Modern)
---------------------------------------------- */
.pengguna-tambah-shell {
	border-radius: 22px;
	overflow: hidden;
}

.pengguna-tambah-header {
	align-items: center;
}

.pengguna-tambah-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pengguna-tambah-body {
	padding: 20px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.pengguna-tambah-grid {
	margin-left: -8px;
	margin-right: -8px;
}

.pengguna-tambah-grid > div {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

.pengguna-tambah-card {
	background: #fff;
	border: 1px solid #d9e6f3;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 25px rgba(23, 52, 87, 0.08);
}

.pengguna-tambah-card-title {
	margin: 0 0 14px;
	font-size: 15px;
	font-weight: 700;
	color: #173457;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pengguna-tambah-card .surat-masuk-filter-label {
	margin-bottom: 6px;
	margin-top: 10px;
}

.pengguna-tambah-card .surat-masuk-filter-label:first-of-type {
	margin-top: 0;
}

.pengguna-input-group .input-group-addon {
	background: #edf4fb;
	border-color: #d8e6f3;
	color: #24527a;
	min-width: 42px;
}

.pengguna-input-group .form-control,
.pengguna-input-group .select2-selection {
	border-color: #d8e6f3;
	min-height: 38px;
}

.pengguna-input-group .form-control:focus {
	border-color: #8cb8df;
	box-shadow: 0 0 0 3px rgba(19, 129, 178, 0.12);
}

.pengguna-tambah-upload-wrap {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed #d7e4f1;
}

.pengguna-tambah-upload-note {
	font-size: 12px;
	color: #56738f;
	margin-bottom: 8px;
}

.pengguna-tambah-upload-trigger {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border-radius: 14px;
	border: 1px dashed #9fc0dd;
	background: #f7fbff;
	cursor: pointer;
	min-width: 190px;
}

.pengguna-tambah-upload-trigger img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
	border: 2px solid #d5e5f3;
	background: #fff;
}

.pengguna-tambah-upload-caption {
	font-size: 12px;
	font-weight: 700;
	color: #24527a;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pengguna-tambah-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 6px 2px 2px;
}

.pengguna-tambah-actions .surat-toolbar-button {
	min-width: 180px;
}

.pengguna-tambah-respon {
	font-size: 12px;
	font-weight: 600;
	color: #24527a;
}

@media (max-width: 991px) {
	.pengguna-tambah-badge {
		margin-top: 8px;
	}

	.pengguna-tambah-actions .surat-toolbar-button {
		min-width: 160px;
	}
}

@media (max-width: 767px) {
	.pengguna-tambah-body {
		padding: 14px;
	}

	.pengguna-tambah-card {
		padding: 14px;
	}

	.pengguna-tambah-upload-trigger {
		width: 100%;
		min-width: 0;
	}

	.pengguna-tambah-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pengguna-tambah-actions .surat-toolbar-button {
		width: 100%;
		min-width: 0;
	}
}

/* Pengguna - Edit Form */
.pengguna-edit-form > .pengguna-edit-body {
	background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.pengguna-edit-form label {
	display: block;
	margin-bottom: 6px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #54708b;
}

.pengguna-edit-form .input-group {
	margin-bottom: 8px;
}

.pengguna-edit-form .input-group-addon {
	background: #edf4fb;
	border-color: #d8e6f3;
	color: #24527a;
	min-width: 42px;
}

.pengguna-edit-form .form-control,
.pengguna-edit-form .select2-selection {
	border-color: #d8e6f3;
	min-height: 38px;
}

.pengguna-edit-form .form-control:focus {
	border-color: #8cb8df;
	box-shadow: 0 0 0 3px rgba(19, 129, 178, 0.12);
}

.pengguna-edit-form .box-footer {
	border-top: 1px solid #d9e6f3;
	margin-top: 12px;
	padding-top: 14px;
}

.pengguna-edit-form hr {
	border-color: #b7cde3;
}

.pengguna-akses-card {
	margin-top: 10px;
	border: 1px solid #d7e5f2;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(23, 52, 87, 0.08);
	overflow: hidden;
}

.pengguna-akses-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	background: linear-gradient(135deg, #edf4fb, #f8fbff);
	border-bottom: 1px solid #d7e5f2;
}

.pengguna-akses-header h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1b3f64;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pengguna-akses-actions {
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pengguna-akses-actions a {
	color: #16639a;
	text-decoration: none;
}

.pengguna-akses-actions a:hover,
.pengguna-akses-actions a:focus {
	color: #0f4f7e;
	text-decoration: underline;
}

.pengguna-akses-actions span {
	color: #7a93ab;
}

.pengguna-akses-content {
	padding: 14px 16px;
	max-height: 520px;
	overflow: auto;
}

.pengguna-akses-subtitle {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5b7893;
}

.pengguna-akses-list-wrap table {
	margin-bottom: 12px;
	width: 100%;
	background: #fbfdff;
	border: 1px solid #e5edf6;
	border-radius: 10px;
}

.pengguna-akses-list-wrap table td {
	padding: 8px 10px;
	vertical-align: top;
}

.pengguna-akses-footer {
	border-top: 1px solid #d7e5f2;
	padding: 14px 16px;
	background: #f8fbff;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.pengguna-akses-footer .pengguna-tambah-respon {
	margin-left: auto;
	font-size: 12px;
	color: #666;
}

@media (max-width: 767px) {
	.pengguna-akses-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.pengguna-akses-content {
		max-height: 420px;
	}
}
