input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none;height:22px;width:22px;border-radius:50%;
  background:#4f46e5;cursor:pointer;margin-top:-8px;
}
input[type=range]::-webkit-slider-runnable-track{
  height:4px;background:#e2e8f0;border-radius:2px;
}
.ba_active_price { -webkit-box-shadow: 0 0 0 1px #A3E635, 0 0 0 4px rgba(163, 230, 53, 0.2); box-shadow: 0 0 0 1px #A3E635, 0 0 0 4px rgba(163, 230, 53, 0.2); }