/* =========================================================
   BACKUPS Y RECUPERACIÓN - INVENTORY GENETIX
   Vista técnica de respaldos, manifiestos y verificación WebDAV.
   Línea visual alineada con Auditoría del sistema.
   ========================================================= */

#moduloBackupsInventory .small-box {
  min-height: 94px;
  border-radius: .55rem;
  overflow: hidden;
  position: relative;
}

#moduloBackupsInventory .small-box .inner {
  padding: 14px 16px;
  position: relative;
  z-index: 2;
}

#moduloBackupsInventory .small-box h3 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4px;
}

#moduloBackupsInventory .small-box p {
  font-size: .86rem;
  line-height: 1.2;
  margin-bottom: 0;
}

#moduloBackupsInventory .small-box .icon {
  top: 13px;
  right: 16px;
  font-size: 42px;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

#moduloBackupsInventory .small-box .icon > i,
#moduloBackupsInventory .small-box .icon > i.fas,
#moduloBackupsInventory .small-box .icon > i.fa,
#moduloBackupsInventory .small-box .icon > i.far {
  font-size: 42px !important;
  top: 0;
  color: rgba(0, 0, 0, .24);
}

#moduloBackupsInventory .small-box:hover .icon > i,
#moduloBackupsInventory .small-box:hover .icon > i.fas,
#moduloBackupsInventory .small-box:hover .icon > i.fa,
#moduloBackupsInventory .small-box:hover .icon > i.far {
  font-size: 45px !important;
}

#moduloBackupsInventory .backups-kpi-card {
  background: #fff;
}

#moduloBackupsInventory .backup-action-box {
  background: #fff;
  border-left: 4px solid #ffc107 !important;
  transition: box-shadow .15s ease, transform .15s ease;
}

#moduloBackupsInventory .backup-action-box:hover {
  box-shadow: 0 .25rem .8rem rgba(0,0,0,.08);
  transform: translateY(-1px);
}

#moduloBackupsInventory .backups-alert {
  border-left: 4px solid #ffc107 !important;
  background: #fffdf4;
}

#moduloBackupsInventory .backup-json-box {
  min-height: 180px;
  max-height: 420px;
  overflow: auto;
  background: #111827;
  color: #e5e7eb;
  border-radius: .5rem;
  padding: .85rem;
  font-size: .78rem;
  white-space: pre-wrap;
  word-break: break-word;
}

#moduloBackupsInventory .badge-backup {
  font-size: .72rem;
}

#moduloBackupsInventory #tablaBackupsSistema td {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  #moduloBackupsInventory .small-box {
    min-height: 82px;
  }

  #moduloBackupsInventory .small-box .inner {
    padding: 12px 13px;
  }

  #moduloBackupsInventory .small-box h3 {
    font-size: 1.35rem;
  }

  #moduloBackupsInventory .small-box p {
    font-size: .78rem;
  }

  #moduloBackupsInventory .small-box .icon {
    top: 13px;
    right: 12px;
    font-size: 32px;
  }

  #moduloBackupsInventory .small-box .icon > i,
  #moduloBackupsInventory .small-box .icon > i.fas,
  #moduloBackupsInventory .small-box .icon > i.fa,
  #moduloBackupsInventory .small-box .icon > i.far {
    font-size: 32px !important;
  }

  #moduloBackupsInventory .small-box:hover .icon > i,
  #moduloBackupsInventory .small-box:hover .icon > i.fas,
  #moduloBackupsInventory .small-box:hover .icon > i.fa,
  #moduloBackupsInventory .small-box:hover .icon > i.far {
    font-size: 34px !important;
  }
}
