:root {
   --jorgaravi: #fa3e51;
   --jorgaravi2: #ebebeb;
   --jorgaravi_pie_pagina1: #2F374C;
   --jorgaravi_pie_pagina2: #202531;
}

.avatar-circle {
  width: 32px;
  height: 32px;
  background-color: #6c757d; /* o usa un color dinámico */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.tableJ{
    font-size: 14px;
    border-bottom: 5px ;
    border-width: 1px 3px;
    border-color: #aaaaaa;
}

.tableJ > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }

.tableJ thead {
    background-color: #e2e3e5 !important;
    color: #000 !important;
    
}

.tableJ tbody tr:hover {
    background: #ffe48d;
    color: #000000;
}

div.centerTable{
    text-align: center;
}
div.centerTable table {
       margin: 0 auto;
       text-align: left;
}   

.progress {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    height: 1rem;
    margin-top: 0.5rem;
    overflow: hidden;
}
.progress-bar {
    background-color: #0d6efd;
    color: white;
    text-align: center;
    white-space: nowrap;
    transition: width 0.4s ease;
}

.btn-jga {
  --bs-btn-padding-y: 0.2rem !important;
  --bs-btn-padding-x: 0.3rem !important;
  --bs-btn-font-size: 0.75rem !important;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  }

  .nav-link .icon {
    /* display: inline-block; */
    vertical-align: middle;
    fill: currentColor;
  }
  
  .nav-link.active .icon,
  .nav-link:hover .icon {
    fill: currentColor;
  }
  .icon-40 {
    width: 40px;
    height: 40px;
    fill: currentColor;
  }
  .icon-30 {
    width: 30px;
    height: 30px;
    fill: currentColor;
  }
  .icon-xl {
    width: 28px;
    height: 28px;
    fill: currentColor;
  }
  .icon-lg {
    width: 24px;
    height: 24px;
    fill: currentColor;
  }
  
  .icon-22 {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }
  .icon-md {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  
  .icon-sm {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }
  .icon-10 {
    width: 10px;
    height: 10px;
    fill: currentColor;
  }
  
 