body {
	/* background: linear-gradient(135deg, #2c2c2c, #1a1a1a); */
	font-family: 'Kanit', sans-serif;
	min-height: 100vh;
	/* color: #333; */
}

.container {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	padding: 30px;
	margin-top: 50px;
}

.admin-header {
	color: #ff4500;
	font-weight: 500;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#editModal .modal-header {
	background: linear-gradient(90deg, #ff4500, #ff6f00);
	color: #fff;
	border: none;
}

#editModal .modal-title {
	font-weight: 500;
}

#editModal .btn-close {
	filter: invert(1);
}

#editModal .modal-footer {
	border: none;
}

#editModal .btn-secondary {
	border-radius: 20px;
}

#editModal .btn-save {
	background: #ff4500;
	color: #fff;
	border-radius: 20px;
}

#editModal .btn-save:hover {
	background: #ff6f00;
}