
.tooltip .tooltip-inner {
    background-color: #ef7d2d !important; /* Color naranja */
    border-radius: 4px; /* Opcional: redondear bordes */
    font-size: 14px; /* Ajusta el tamaño de letra */
  }
  
.tooltip .tooltip-arrow::before {
    background-color: #ef7d2d !important; /* Flecha del tooltip del mismo color */
  }