#pri{
	background-color: #3c8dbc;
	color: #fff;
    border-color: #2e6da4;
}

#combo{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Style umum untuk semua card */
.small-box {
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.small-box:hover {
  transform: scale(1.05);
}

/* Efek glow sesuai warna */
.small-box.absensi:hover {
  box-shadow: 0 0 25px rgba(0, 128, 255, 0.6); /* biru */
}

.small-box.izin:hover {
  box-shadow: 0 0 25px rgba(0, 200, 150, 0.6); /* hijau */
}

.small-box.kinerja:hover {
  box-shadow: 0 0 25px rgba(255, 200, 0, 0.6); /* kuning */
}
.small-box {
  border-radius: 15px;
  background-color: #d9d9d9;
  color: black;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.small-box:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}