 /* alertify */

/* color texto */
.alertify .ajs-body {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
   background: #000F12 !important;
}
 /* border principal */
.ajs-dialog{
    text-align: center !important;
    background: #000F12 !important;
    border: 2px solid red !important;
    animation: none !important; /* Elimina cualquier animación */
}
/* color texto titulo y fondo */
.ajs-header{
  background: #171717 !important;
  color: #00ffc0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; 
}
 /*pie alerta*/
.ajs-footer{
    background: #000F12 !important; 
}

