﻿
/* ----- Clases que podremos aplicar a los sweet Alert para aplicar los estilos ------ */
.custom-swal-title {
    padding: 1em 1.6em; /* Ajusta el padding según tus necesidades */
}
.custom-swal-html-container{
    overflow: auto;
    max-height: 80vh;
}
.csw-normalize-container{
    text-align: initial;
    line-height: initial;
}
.custom-swal-zIndex {
    z-index: 2000;
}