/* CSS */

/* -------------------------------------------------------------------- */
/*  Sweetalert2                                                         */
/* -------------------------------------------------------------------- */

/* Swal personalizado del popup */
.custom-swal-popup {
    font-size: 0.7rem;
    line-height: 1.7;
    padding: 0.7rem;
}

/* Swal personalizado del texto del mensaje */
.custom-swal-text {
    font-size: 1.2rem;
}

/* Swal personalizado del icono */
.custom-swal-icon {
    transform: scale(0.8) !important;
    transition: none !important;
    margin-top: 0;
}

/* Swal Titulo */
.custom-swal-title {
    font-size: 0.7rem;
    font-weight: bold;
    color: #43505e;
    margin-bottom: 7px;
}

/* Swal botones Si y No */
.custom-swal-popup .btn {
    margin: 0 10px;
}

/* Tablas */
.table-wrapper-i {
    max-height: 570px;
    overflow-y: auto;
    display: block;
}

.table-fixed-header-i thead th {
    position: sticky;
    top: 0;
    background-color: white; 
    z-index: 10;
}
