body {
	background: #f8fafc;
}

.keluhan-table {
	background: #fff;
	border: none;
}

.keluhan-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	border: none;
	letter-spacing: 0.02em;
}

.keluhan-table tbody td {
	vertical-align: middle;
	font-size: 0.95rem;
	padding: 1rem 0.8rem;
	border-bottom: 1px solid #f1f5f9;
	color: #475569;
}

.keluhan-table tbody tr {
	transition: all 0.2s ease;
	border: none;
}

.keluhan-table tbody tr:hover {
	background: linear-gradient(
		90deg,
		rgba(59, 130, 246, 0.03),
		rgba(212, 175, 55, 0.03)
	);
	transform: translateX(4px);
	box-shadow: -4px 0 0 0 #3b82f6;
}

.form-control:focus,
.form-select:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.btn-primary {
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(30, 58, 138, 0.3);
}

.info-card {
	transition: all 0.3s ease;
}

.info-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(30, 58, 138, 0.08);
}

.info-item {
	animation: fadeInUp 0.4s ease;
}

.keluhan-table tbody td {
	font-size: 0.85rem;
	padding: 0.5rem 0.3rem;
	white-space: nowrap;
}

.keluhan-table thead th {
	font-size: 0.85rem;
	padding: 0.7rem 0.3rem;
	white-space: nowrap;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.modal-content {
	animation: modalSlideUp 0.3s ease;
}

@keyframes modalSlideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 576px) {
	.container-fluid {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.card-body {
		padding: 1rem !important;
	}

	.icon-box {
		width: 40px !important;
		height: 40px !important;
	}

	h4 {
		font-size: 1.1rem !important;
	}

	.keluhan-table {
		font-size: 0.85rem;
	}

	.keluhan-table tbody td {
		font-size: 0.85rem;
		padding: 0.5rem 0.3rem;
		white-space: nowrap;
	}

	.keluhan-table thead th {
		font-size: 0.85rem;
		padding: 0.7rem 0.3rem;
		white-space: nowrap;
	}

	.info-card {
		margin-bottom: 1rem;
	}

	.table-responsive {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	.btn-sm {
		padding: 0.3rem 0.6rem !important;
		font-size: 0.8rem !important;
	}
}

#btnSimpanAssignPetugas:hover {
	background: linear-gradient(135deg, #f4e5b3, #d4af37);
	color: #6b4f0b;
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.18);
	transform: translateY(-2px);
}
