.modal-xxl {
    max-width: 90% !important; /* o el tamaño que quieras */
}

.tabla_mantencion {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.tabla_mantencion th, .tabla_mantencion td {
    padding: 10px;
    border: 1px solid #ddd;
    /*text-align: center;*/
    font-size: 14px;
}

.tabla_mantencion thead {
    background-color: #e0e4e7;
}

.tabla_mantencion th {
    color: #34495e;
    font-weight: bold;
}

.tabla_mantencion tbody tr {
    background-color: #f9f9f9;
}

.tabla_mantencion tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.acciones-funcionario-columna {
    min-width: 128px;
}

.acciones-funcionario-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.acciones-funcionario-boton {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 42px;
    border-radius: 10px;
    font-size: 1.05rem;
}

.acciones-funcionario-boton-eliminar {
    background-color: #b52f2f;
    border-color: #b52f2f;
}

.acciones-funcionario-boton-eliminar:hover,
.acciones-funcionario-boton-eliminar:focus {
    background-color: #cf4a4a;
    border-color: #cf4a4a;
}

.funcionario-sexo-grupo {
    gap: 1.25rem !important;
    flex-wrap: wrap;
}

.funcionario-sexo-grupo .funcionario-sexo-opcion {
    margin: 0;
}

.tabla_numero_ticket {
    background-color: #b52f2f;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    
    border: none;
    font-size: 16px;
}

.tabla_tipo_mantencion {
    color: #d48a00;
    font-weight: bold;
}

.tabla_estado {
    background-color: transparent;
    color: #d48a00;
    border: 1px solid #d48a00;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.tabla_boton_formulario {
    background-color: #34495e;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.tabla_boton_formulario:hover {
    background-color: #2c3e50;
}