
    .tabla-custom td,
    .tabla-custom th {
        text-align: center;
        padding: 10px;
        border-bottom: 2px solid rgba(105, 108, 255, 0.16);
    }

    .dataTables_length {
        margin: 10px;
    }

   .dataTables_length label {
        font-weight: bold;
    }

    .dataTables_length select {
        font-size: 14px;
    }

    .dataTables_info{
        margin-bottom: 20px;
        font-weight: bold;
    }

    .tabla-custom .editar,
    .tabla-custom .eliminar {
        padding: 10px;
        margin: 5px;
    }

    .tabla-custom .bx {
        font-size: 20px;
    }

    .tabla-custom .dataTables_paginate.paging_full_numbers .pagination {
        justify-content: center;
        padding-bottom: 15px;
    }
