.btn-success-custom:hover {
	background-color: #ffffff;
	border: 2px solid #28a745;
	color: #28a745;
	border-radius: 20px;
	transform: scale(1.05);
	transition: all 0.3s ease;
	/* Animasi perubahan */
}

.btn-primary-custom:hover {
	background-color: #ffffff;
	border: 2px solid #007BFF;
	color: #007BFF;
	border-radius: 20px;
	transform: scale(1.09);
	transition: all 0.3s ease;
	/* Animasi perubahan */
}

.btn-warning-custom:hover {
	background-color: transparent;
	border: 2px solid #FFC107;
	color: #FFC107;
	border-radius: 20px;
	transform: scale(1.09);
	transition: all 0.3s ease;
	/* Animasi perubahan */
}

.btn-danger-custom:hover {
	background-color: transparent;
	border: 2px solid #dc3545;
	color: #dc3545;
	border-radius: 20px;
	transform: scale(1.09);
	transition: all 0.3s ease;
	/* Animasi perubahan */
}

.text-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#custom-calendar {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	z-index: 1000;
	/* atur posisi sesuai kebutuhan */
}

.input-label {
	font-size: 0.8em;
	/* color: #aaa; */
	pointer-events: none;
	top: 10px;
}