.icon-indicator-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #dc3545; /* Rojo danger */
    color: white;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: -3px;
    border: 0px; /* Le da un borde blanco para que resalte */
}

.icon-indicator {
    position: relative;
    display: inline-block;
}