.table-responsive {
  overflow-x: auto !important;
  white-space: nowrap !important;
}

.table-responsive {
  cursor: grab;
}
.table-responsive.active {
  cursor: grabbing;
  user-select: none; /* cegah text select saat drag aktif */
}

/*body {
  zoom: 90%;
}
*/

:root {
  font-size: 14px;
}

.container {
  max-width: 100%;
}


.small-box {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 1rem;
  color: #fff;
  overflow: hidden;
}

.small-box .inner {
  z-index: 1;
}

.small-box .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
  font-size: 50px;
  opacity: 0.3;
}

.small-box-footer {
  display: block;
  padding: 0.5rem;
  background: rgba(0,0,0,0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 0.5rem 0.5rem;
}

.small-box-footer:hover {
  background: rgba(0,0,0,0.2);
}

.badge-notif {
    position: absolute;
    top: 3px;
    right: 15px;
    transform: translate(50%, -50%);
    z-index: 9999;
}

.pegawai-scroll-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 1rem;
}

.pegawai-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 1rem;
  width: 200px;
  text-align: center;
}
.pegawai-card img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

