/******************
    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;
  }
  
  p {
      color: black !important;
  }
  
  .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #fff;
    }
    
  .btn-primary{
    background-color:  #1d4f9a !important;
    border-color:  #1d4f9a !important;
    color: #fff !important; /*changed from #1d4f9a to #fff by L.Honermann 24.09.24 */
  }
  

  :root {
      --bs-primary: #1d4f9a !important;
      --bs-blue: #1d4f9a !important;
      --bs-info-rgb: 29,79,154 !important;
  }
  }