.nw td,
th {
    white-space: nowrap;
}

.badge-notif {
    zoom: 80%;
    border-radius: 8px;
}
/* TICKET SYSTEM STYLES */
.badge.prio, .badge.st { font-size: 10px; padding: 4px 8px; border-radius: 4px; color: #fff; font-weight: 600; text-transform: uppercase; }
.prio.low { background: #6c757d; }
.prio.medium { background: #ffc107; color: #000; }
.prio.high { background: #fd7e14; }
.prio.critical { background: #dc3545; }
.st.open { background: #6c757d; }
.st.progres { background: #007bff; }
.st.test { background: #17a2b8; }
.st.selesai { background: #28a745; }
.st.cencel { background: #343a40; }

/* ANIMATION PULSE */
@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 5px rgba(220, 53, 69, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}
