/* Delysium ERP 1.0.139 - Legibilidad final reconstruida */

body[class*="erp-theme-"] *{
  text-shadow:none!important;
}

body[class*="erp-theme-"] .modal-content,
body[class*="erp-theme-"] .modal-content *,
body[class*="erp-theme-"] .dropdown-menu,
body[class*="erp-theme-"] .dropdown-menu *,
body[class*="erp-theme-"] .card,
body[class*="erp-theme-"] .card *,
body[class*="erp-theme-"] .panel,
body[class*="erp-theme-"] .panel *,
body[class*="erp-theme-"] .container-form,
body[class*="erp-theme-"] .container-form *{
  opacity:1!important;
}

body[class*="erp-theme-"] .modal-content,
body[class*="erp-theme-"] .dropdown-menu,
body[class*="erp-theme-"] .card,
body[class*="erp-theme-"] .panel,
body[class*="erp-theme-"] .container-form{
  color:var(--erp-text)!important;
}

body[class*="erp-theme-"] .text-white,
body[class*="erp-theme-"] .text-light{
  color:#fff!important;
}

body[class*="erp-theme-"] .text-dark{
  color:var(--erp-text)!important;
}

body[class*="erp-theme-"] .btn-primary,
body[class*="erp-theme-"] .btn-success,
body[class*="erp-theme-"] .btn-danger,
body[class*="erp-theme-"] .btn-info,
body[class*="erp-theme-"] .btn-primary *,
body[class*="erp-theme-"] .btn-success *,
body[class*="erp-theme-"] .btn-danger *,
body[class*="erp-theme-"] .btn-info *{
  color:#fff!important;
}

body[class*="erp-theme-"] .btn-warning,
body[class*="erp-theme-"] .btn-warning *{
  color:#111827!important;
}

.registro-info-card,
.registro-info-card *{
  opacity:1!important;
}

.registro-info-card{
  background:var(--erp-surface)!important;
  color:var(--erp-text)!important;
}

.registro-info-head h5,
.registro-info-body p,
.registro-info-body strong,
.registro-info-body span,
.registro-info-body div{
  color:var(--erp-text)!important;
}

body.erp-theme-neon .registro-info-card,
body.erp-theme-carbon .registro-info-card,
body.erp-theme-grafito .registro-info-card,
body.erp-theme-medianoche .registro-info-card,
body.erp-theme-morado .registro-info-card{
  background:#111827!important;
  color:#f8fafc!important;
}

body.erp-theme-neon .registro-info-card *,
body.erp-theme-carbon .registro-info-card *,
body.erp-theme-grafito .registro-info-card *,
body.erp-theme-medianoche .registro-info-card *,
body.erp-theme-morado .registro-info-card *{
  color:#f8fafc!important;
}
