#slider-max {
    width: 100%;
    margin: 30px 0 15px 0;
    height: 8px;
    background: linear-gradient(90deg, #9900FF 0%, #5C0099 100%);
    border-radius: 8px;
    position: relative;
}

#slider-max .ui-slider-range {
    background: linear-gradient(90deg, #9900FF 0%, #FF0F87 100%);
    border-radius: 8px;
}

#slider-max .ui-slider-handle {
    top: -11px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #fff 60%, #9900FF 100%);
    border: 3px solid #B999EE;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(153,0,255,0.15);
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#slider-max .ui-slider-handle:focus,
#slider-max .ui-slider-handle:hover {
    border-color: #FF0F87;
    box-shadow: 0 0 0 6px rgba(255,15,135,0.12);
    outline: none;
}

#slider-max .ui-slider-handle::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #9900FF;
    border-radius: 50%;
    margin: 7px auto 0 auto;
}

#slider-max .ui-slider-range-min {
    background: linear-gradient(90deg, #9900FF 0%, #FF0F87 100%);
    border-radius: 8px 0 0 8px;
}

#slider-max .ui-slider-range-max {
    background: #F5F6FB;
    border-radius: 0 8px 8px 0;
}

/* Optional: Add value label above handle */
#slider-max .ui-slider-handle .slider-value-label {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #9900FF;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(153,0,255,0.08);
    white-space: nowrap;
    pointer-events: none;
    z-index: 2;
}
.usersnumber{
    display: flex;
    justify-content: space-between;
}
.usersnumber h2{
    font-size:18px;
    font-weight: 700;
    margin-top: 5px;
}