:root {
	--primary: #0066cc;
	--primary-dark: #004080;
	--primary-soft: #e6f0ff;
	--gray-100: #F0F6FF;
	--gray-200: #e9ecef;
	--gray-600: #6c757d;
	--dark: #1e293b;
}
html {
	font-size: 17px; /* Akarnya berubah! */
}
body {
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
	background: var(--gray-100);
	color: var(--dark);
	min-height: 100vh;
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-font-smoothing: antialiased;
	font-size: 0.85rem !important;
}
h5 {
	font-size: 1.2rem;
}
hr {
	border: 0;
	height: 1px;
	background: #cccccc; /* Warna abu-abu muda yang halus */
}
p {
	font-size: 0.85rem !important;
}
/* Tambahkan di akhir file CSS kamu */
.main-content {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}
.f5 {
	font-size: 0.5rem !important;
}
.f6 {
	font-size: 0.6rem !important;
}
.f7 {
	font-size: 0.7rem !important;
}
.f8 {
	font-size: 0.8rem !important;
}
.f9 {
	font-size: 0.9rem !important;
}
.f10 {
	font-size: 1rem !important;
}
.f11 {
	font-size: 1.1rem;
}
.f12 {
	font-size: 1.2rem !important;
}
.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f15 {
	font-size: 1.5rem;
}
.f16 {
	font-size: 1.6rem;
}
.no_decor {
	text-decoration: none !important;
}
.cursor-pointer {
	cursor: pointer;
}
/* Top Navigation */
.nav-fixed-wrapper {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 1050;

  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.impersonate-bar {
	background-color: #ffc107;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
}
.top-navbar {
	background: #021CCC;
	border-bottom: 0px solid var(--gray-200);
	height: 50px;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 10px #5591ED;
	
	/* Tambahkan ini */
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.brand {
	font-weight: 800;
	font-size: 1.4rem;
	letter-spacing: -0.5px;
	text-decoration: none;
	color: #ffffff;
}
.profile-pill {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
.profile-pill:hover {
}
.avatar-top {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid white;
}
/* Bottom Navigation */
.bottom-nav {
	position: fixed;
	bottom: 0; left: 0; right: 0;
	height: 50px;
	background: white;
	border-top: 1px solid var(--gray-200);
	display: flex;
	box-shadow: 0 -3px 12px rgba(0,0,0,0.06);
	z-index: 1040;
	line-height: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.bottom-nav a {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #64748b;
	text-decoration: none;
	font-size: 0.7rem;
	font-weight: 400;
	gap: 4px;
	transition: color 0.2s;
}
.bottom-nav a:hover,
.bottom-nav a.active {
	color: var(--primary);
}
.bottom-nav .nav-icon {
	font-size: 1.1rem;
}
.bottom-nav > .dropup {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; /* Kunci rata tengah vertikal */
	text-decoration: none;
	color: #8e9aaf;
	gap: 3px; /* Jarak antara ikon dan teks */
	transition: all 0.2s ease;
}

/* Khusus tombol dalam dropup agar mengisi ruang yang sama */
.bottom-nav .dropup .nav-link {
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	gap: 3px;
}

/* Khusus tombol dalam dropup agar mengisi ruang yang sama */
.bottom-nav .dropup .nav-link {
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 0;
	color: inherit;
	gap: 3px;
}


/* Pastikan badge di Approve (atas) tetap bagus */
.bottom-nav .badge {
	font-size: 0.65rem;
	min-width: 18px;
	height: 18px;
	line-height: 1;
	padding: 2px 6px;
}
.bottom-nav .dropdown-menu {
	width: 90vw !important;
	max-width: 120px;
	left: 50% !important;
	margin-bottom: 55px !important;
	transform: translateX(-50%) !important;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	text-align: left !important;
}
.dropdown-horizontal-item .icon-circle {
	width: 48px;
	height: 48px;
	background: var(--primary-soft);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: var(--primary);
	margin-bottom: 6px;
}
.dropdown-horizontal-item .item-label {
	font-size: 0.7rem;
	font-weight: 400;
	white-space: nowrap;
}
.bottom-nav .badge1 {
	position: absolute;
	top: 0px !important;
	font-size: 0.65rem;
	min-width: 18px;
	height: 18px;
	line-height: 1;
	padding: 4px 6px;
	color: #ffffff;
}
.dropdown-horizontal-item .badge2 {
	position: absolute;
	top: -8px !important;
	right: 35px !important;
	font-size: 0.65rem;
	min-width: 18px;
	height: 18px;
	line-height: 1;
	padding: 0.35em 0.6em;
	color: #ffffff;
}
/* dropup bawah */
/* Khusus untuk dropdown Menu di bottom nav */
.bottom-nav > .dropup:last-child .dropdown-menu {
	max-width: 200px !important;
	width: auto !important;
	left: auto !important;
	right: 5px !important;
	transform: none !important;
	text-align: left !important;
}

.bottom-nav > .dropup:last-child .dropdown-item {
	text-align: left !important;
	display: block !important;
}


/* Opsional: agar tidak keluar layar di hp kecil */
@media (max-width: 400px) {
	.bottom-nav .dropdown-menu {
		min-width: 180px;
		font-size: 0.9rem;
	}
}
/* Admin Card */
.card {
	background: white;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	overflow: visible; /* hidden */
	transition: all 0.22s ease;
	border: 1px solid #DBEAFF !important;
}
.card:hover {
	box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.card-header {
	border-bottom: 1px solid #E6E6E6 !important;
	padding: 15px 20px;
	background: #F7FAFF;
	font-size: 1rem;
}
.card .card-body {
	padding: 12px 12px 20px 12px;
}
.card-title {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0px;
	color: var(--dark);
}
.username {
	font-size: 0.8rem;
	color: var(--primary);
	font-weight: 600;
	margin-bottom: 0px;
}
.email {
	font-size: 0.8rem;
	color: var(--gray-600);
	margin-bottom: 0px;
}
.action-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.btn-modern {
	border-radius: 10px;
	padding: 0.5rem 0.9rem;
	font-weight: 400;
	font-size: 0.9rem;
	transition: all 0.25s ease;
}
.btn-primary-modern {
	background: var(--primary);
	border: none;
	color: white;
}
.btn-primary-modern:hover {
	background: var(--primary-dark);
	transform: translateY(-2px);
	color: white;
}
.btn-outline-danger-modern {
	border-color: #ef4444;
	color: #ef4444;
}
.btn-outline-danger-modern:hover {
	background: #ef4444;
	color: white;
	border-color: #ef4444;
}
.empty-state {
	text-align: center;
	padding: 5rem 1rem;
	color: var(--gray-600);
}
.empty-state i {
	font-size: 4rem;
	color: var(--gray-200);
	margin-bottom: 1.5rem;
}

/* label */
.form-label {
	font-size: 0.9rem;
}
.form-input-text {
	font-size: 0.9rem;
	border-radius: 0.7rem;
	padding: 0.5rem 0.8rem;
	margin-top: -5px;
}

/* Saat fokus / ada isi */
.form-input-text:focus,
.form-input-text:hover {
	border-color: #8b5cf6;
	box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}

/* Chrome, Firefox, Opera, Safari */
input.form-input-text::placeholder {
	color: #aaaaaa !important; /* Gunakan !important jika benar-benar bandel */
	opacity: 1 !important;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #d1d1d1 !important;
}

/* Microsoft Edge (Lama) */
::-ms-input-placeholder {
  color: #d1d1d1 !important;
}

/* sweet alert */
.swal2-popup {
  font-size: 12px !important;   /* atau 15px, 14px sesuai keinginan */
}
.swal2-title {
  font-size: 1.3rem !important;
}
.swal2-html-container {
  font-size: 0.95rem !important;
}
button.swal2-confirm,
button.swal2-cancel {
  font-size: 0.85rem !important;
}