﻿
/* ----- 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;
}
.csw-height-80vh {
    height: 80vh !important;
}

.csw-height-60vh {
    height: 60vh !important;
}

.csw-height-50vh {
    height: 50vh !important;
}