/*
 * DescargarDocsZIP - Descarga masiva de documentos en ZIP para FacturaScripts.
 * Copyright (C) 2026 YAST TELECOM SL - Álvaro Luis Castro Tomás
 * Software protegido bajo licencia GNU LGPL v3 (LGPL-3.0-or-later). Ver LICENSE.
 */
.dgzip-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1090; }
.dgzip-modal { width: 92%; max-width: 440px; background: #fff; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); overflow: hidden; font-size: 0.95rem; }
.dgzip-header { display: flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.1rem; background: #0d6efd; color: #fff; font-weight: 600; }
.dgzip-body { padding: 1.1rem; }
.dgzip-status { margin-bottom: 0.6rem; min-height: 1.4em; }
.dgzip-progress { width: 100%; height: 22px; background: #e9ecef; border-radius: 11px; overflow: hidden; }
.dgzip-bar { height: 100%; line-height: 22px; text-align: center; color: #fff; font-size: 0.78rem; font-weight: 600; background: #0d6efd; width: 0; transition: width 0.25s ease; white-space: nowrap; }
.dgzip-bar-ok { background: #198754; }
.dgzip-bar-error { background: #dc3545; }
.dgzip-counter { margin-top: 0.55rem; color: #6c757d; font-size: 0.85rem; text-align: right; }
.dgzip-footer { padding: 0.65rem 1.1rem; text-align: right; border-top: 1px solid #eee; }
.dgzip-error { color: #dc3545; }
.dgzip-ok { color: #198754; }
