.sac-gral {
    position: relative;
    padding: 10px;
    background-color: var(--naranjo-fondo) !important;
    min-height: 100vh;
    height: auto; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
  }
  
  
  .sac-gral .titulo{
    text-align: center;
  }

  .sac-gral table.centered thead tr th, table.centered tbody tr td {
    text-align: center;
  
}
  
  .sac-gral .nombre-usuario {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin-top: 14px;
  }
  
  .sac-gral .profile-img{
    border-radius: 50%;
  }
  
  .sac-gral .profile-img img{
    border-radius: 50%;
    height: 100px;
  }
  
  .sac-gral .titulo-negro {
    color: black;
    font-weight: bold;
  }
  
  .sac-gral .titulo-color {
    color: var(--naranjo-contapapaya); 
    font-weight: bold;
  }
  
  .sac-gral .botones {
    margin-top: 30px; 
    text-align: center;
  }
  
  .sac-gral .btn {
    margin: 30px; 
    background-color: black; 
    color: white; 
    border-radius: 27px; 
    cursor: pointer; 
  }
  
  .sac-gral .btn:hover {
    background-color: #0056b3; 
  }
  
  .sac-gral .container {
    background-color: white;
    border-radius: 25px;
    max-width: 95% !important;
    min-width: 90% !important; 
    width: 95% !important; 
    height: auto; 
    margin: 20px 0; 
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .sac-gral table.striped {
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 10px 0px;
    position: relative;
    padding-bottom: 100px;
  }
  
  .sac-gral table.striped thead th,
  .sac-gral  table.striped tbody td {
    padding: 8px;
  }
  
  .sac-gral table.striped thead th {
    background-color: #121212;
    border-radius: 20px 20px 0 0; 
    color:white
  }
  
  .sac-gral table.striped tbody tr:last-child td {
    border-radius: 0 0 20px 20px; 
  }
  
  
  .sac-gral table.striped td:not(:last-child),
  .sac-gral table.striped th:not(:last-child) {
    position: relative;
  }
  
  .sac-gral table.striped td:not(:last-child)::after,
  .sac-gral table.striped th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px; 
    height: 100%;
    background-color: transparent;
    z-index: 1; 
  }
  
  .sac-gral table.striped tbody tr {
    border-collapse: collapse; 
  }
  
  .sac-gral table.striped tbody td {
    border-radius: 0; 
  }
  
  
  .sac-gral .empresa-cell {
    position: relative; 
  }
  
  .sac-gral .tag {
    border-radius: 50% 0 0 50%;
    width: 30px; 
    height: 30px;
    position: absolute; 
    top: 50%; 
    right: 100%; 
    transform: translateY(-50%); 
  }

  .sac-gral .tag-opc {
    border-radius: 0 50% 50% 0;
    width: 45px; 
    height: 30px;
    position:absolute ; 
    top: 50%;
    left: 100%; 
    transform: translateY(-50%); 
  }


  .soporte .tag-left-color-naranja {
    background-color: var(--naranjo-contapapaya) !important; 
  }
  
  .sac-gral .tag-resuelto {
    background-color: blue; 
  }
  
  .sac-gral .tag-asignado {
    background-color: yellow; 
  }
  
  .sac-gral .tag-abierto {
    background-color: red; 
  }
  
  .sac-gral .tag-cerrado {
    background-color: yellow; 
  }
  
  .sac-gral .informacion-tags{
    padding: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .sac-gral .tag-style{
    display: flex;
    gap: 70px;
    flex-direction: row-reverse;
  }
  
  .sac-gral .list-style{
    font-weight: bold; 
    font-size: 18px; 
    display: flex; 
    align-items: center;
  }
  
  .sac-gral .modal{
    top: 3% !important;
  }

  .sac-gral .fila-cerrado {
    background-color: #d1d1d1 !important; 
  }
  
  .sac-gral .fila-resuelto {
    background-color: #7cca9b !important; 
  }
  
  .sac-gral .fila-asignado {
    background-color: #e59f37 !important; 
  }
  
  .sac-gral .fila-abierto {
    background-color: #f4dea1 !important; 
  }

  .sac-gral .tag-color {
    width: 65px;
    height: 25px;
    border-radius: 14px 14px 14px 14px;
    margin-right: 10px;
  }

  


