.vexor-counter {
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #f4f6f8;
    color: #0B1F3A;
    font-weight: 600;
    border-left: 4px solid #2C78D1;
}

#clientes-dentro-wrapper{
    display:none;
}

.vx-territorio-leyenda {
    margin: 6px 0 10px 0;
    font-size: 13px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.vx-leyenda-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vx-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.vx-lu { background:#fb8c00; }   /* LU / JU */
.vx-ma { background:#1e88e5; }   /* MA / VI */
.vx-mi { background:#8e24aa; }   /* MI / SA */
.vx-sin { background:#9e9e9e; }  /* sin día */