.center {
    margin: auto;
    width: 100%;
    border: 0px solid #73AD21;
    padding: 10px;
}

.form_fnz {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
}

.table_fnz_container {
    width: 100%; /* Ancho fijo del contenedor */
    overflow-x: auto; /* Habilitar el desplazamiento horizontal */
    max-height: 400px; 
    overflow-y: auto; 
}

.table_fnz {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 15px;
    margin-left: auto;
    margin-right: auto;
}

.table_fnz, th {
    background-color: transparent;
    padding: 1em;
    border: 15px solid transparent;
    font-weight: bold;
    vertical-align: bottom;
}

.table_fnz, td {
    padding: 1em;
    border: 15px solid transparent;
    background-color: transparent;
    font-weight: normal;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.table_fnz, label {
    text-align: right !important;
    width: 100%;
}

.table_fnz, td, date {
    text-align: left;
    width: 100%;
}

.table_fnz, td, input {
    text-align: left;
    width: 100%;
}

.table_fnz, td, select {
    text-align: left;
    height: 100%;
    // width: 100%;
}

.table_fnz_tickets {
    border-spacing: 30px;
}

.table_fnz_tickets, th {
    border: 3px solid #dddddd;
    background-color: #D6DEEE;
}

.table_fnz_tickets, td {
    border: 3px solid #dddddd;
    padding: 8px;
}

.table_fnz_tickets td.right-align {
    text-align: right;
}

.table_fnz_tickets tr:nth-child(even) {
    background-color: #D6DEEE;
}

.table_fnz_tickets tr:nth-child(odd) {
    background-color: #ffffff;
}

.table_fnz_tickets tr.selected {
    background-color: yellow;
}

.tabla-invisible {
    width: 70%;
    border-collapse: separate;
    border-spacing: 5px; /* Adjust the spacing between cells */
    /* Add other styling properties for this table type */
}

    .tabla-invisible th, .tabla-invisible td {
        padding: 10px; /* Adjust cell padding as needed */
        border: 2px solid transparent; /* Adjust the border properties */
        text-align: center;
        vertical-align: text-bottom;
        background-color: transparent;
    }

.tabla-invisible, td, input {
    text-align: left;
    width: 200px;
}

/* Estilos para el cuadro de di�logo emergente */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
