/* ============================================================
   PORTADA — SOLO el popup de notificacion en negro y verde.
   El resto de la portada vuelve al diseno original del tema.
   Acotado a #notification para no tocar nada mas.
   ============================================================ */
#notification .modal-content {
  background: #070b07 !important;
  border: 1px solid rgba(9,254,71,.4) !important;
  border-radius: 14px !important;
  color: #cfe9d6 !important;
}
#notification .modal-header,
#notification .modal-body,
#notification .modal-footer {
  background: transparent !important;
  border-color: rgba(9,254,71,.2) !important;
  color: #cfe9d6 !important;
}
#notification .modal-title,
#notification .modal-title i {
  color: #09fe47 !important;
}
#notification .modal-body,
#notification .modal-body * {
  color: #cfe9d6 !important;
}
#notification .btn-danger {
  background: #09fe47 !important;
  border-color: #09fe47 !important;
  color: #000 !important;
  font-weight: 700 !important;
}
#notification .btn-danger:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}
#notification .close { color: #cfe9d6 !important; opacity: .8; }

/* Frases destacadas en verde dentro del popup (mayor prioridad que
   el color general del cuerpo). */
#notification .modal-body .pop-verde,
#notification .modal-body .pop-verde * {
  color: #09fe47 !important;
}
