::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #1833aa;
    cursor: pointer;
    border-radius: 50%;
  }
  