body{
    
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
#top{
    display: flex;
    background-color: #002A3A;
    color: white;
    padding: 0 50px;
}
#line{
    margin-top: 30px;
    width: 20px;
    height: 45px;
    border-right: solid white 2px;
}
#tittle{
    padding: 0 10px;
    height: 50px;
    color: white;
}
#tittle p{
    font-size: 22px;
}
#text{
    font-size: 13px;
    color: #E6E6E6;
}
#meta p, #total p, #restante p{
    font-size: 26px;
    color: #f5f5f5;
}
#meta{
    margin: 0 2% 0 auto;
}
#restante{
    margin: 0 2% 0 2%;
}

#main {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px; /* reduce el padding horizontal */
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
   
}
#izq {
    flex: 2.5;
    padding-right: 0px;
    padding-left: 0px;
}

#der {
    flex: 1.5;
    padding-left: 0px;
    padding-right: 0px;
}

/*#izq{
    border-right: solid gray 1px;
}*/
#restante{
    float: right;
}
#anual,#trimestral,#promedio,#mensual,#anterior{
    margin: auto;
    color: #495159;
    padding-right: 10px;
    padding-left: 0px;
}

#anual{
    border-right: solid #d8d8d8 1px;
}
#sub{
    font-size: 23px;
    color: #222d32;
}
.textoizquierda{
    text-align: left;
}
.textoizquierdanum{
    text-align: left;
    font-weight: bold;
}
.img_vendedor {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}
table {
    width: 100%; /* en lugar de 90% */
    padding: 5px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 16px -4px rgba(216,216,216,1);
    border-spacing: 0 10px;
}

th{
    color: #99A1B0;
    text-align: center;
}
td{
    color: #495159;
    text-align: center;
}


.tabla-desempeno {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px; /* espacio entre filas */
  }
.tabla-desempeno thead th {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
    padding: 4px 12px 0;
  }
.tabla-desempeno tbody td {
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
  }

  
.textocentro   { text-align: center; }
.tabla-desempeno td p { margin: 0; line-height: 1.5; }
.row-label {
    display: inline-flex; align-items: center; gap: 8px;
}
.row-label .emoji { width: 1.2em; display:inline-block; text-align:center; }

        /* Scrollbar base */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-color: #cbd5e1; /* slate-300 */
    border-radius: 10px;
  }

