/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
 .text-info {
    /* --bs-text-opacity: 1; */
    /*color: rgb(34 117 179) !important;*/
    color: #2275B3 !important;
}
  
  .btn-primary {
    background-color: #2275B3; /* para cambiar color boton fondo */
    border-color: #2275B3; /* para cambiar color orilla borton  */
    color: #fff; /* para cambiar color  texto boton */
  }
  .text-primary {
    --bs-text-opacity: 1;
    color: #000000 !important;
  }
  