/* ADMS Server – global styles */

.status-badge-online  { background-color: #198754; color: #fff; }
.status-badge-offline { background-color: #dc3545; color: #fff; }
.status-badge-pending { background-color: #ffc107; color: #000; }
.status-badge-pushed  { background-color: #0d6efd; color: #fff; }

.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.04); }

.record-flash {
    animation: flashIn 1s ease-out;
}

@keyframes flashIn {
    from { background-color: #fffbe6; }
    to   { background-color: transparent; }
}

.card-stat {
    border-left: 4px solid #0d6efd;
}
