.custom-range-slider{width:100%;height:8px;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;border-radius:10px}.custom-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;background:#D946EF;cursor:pointer;border:none;box-shadow:0 0 0 3px rgba(217,70,239,.3);margin-top:-12px}.custom-range-slider::-webkit-slider-runnable-track{height:8px;border-radius:10px;border:none}.custom-range-slider::-moz-range-thumb{width:32px;height:32px;border-radius:50%;background:#D946EF;cursor:pointer;border:none;box-shadow:0 0 0 3px rgba(217,70,239,.3)}.custom-range-slider::-moz-range-track{height:8px;border-radius:10px;border:none}.custom-range-slider::-ms-thumb{width:32px;height:32px;border-radius:50%;background:#D946EF;cursor:pointer;border:none;box-shadow:0 0 0 3px rgba(217,70,239,.3)}.custom-range-slider::-ms-track{height:8px;border-radius:10px;border:none;background:transparent;color:transparent}.custom-range-slider::-ms-fill-lower{background:#A21CAF;border-radius:10px}.custom-range-slider::-ms-fill-upper{background:#F5D0FE;border-radius:10px}.custom-range-slider:focus{outline:none}.custom-range-slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(217,70,239,.4)}.custom-range-slider:focus::-moz-range-thumb{box-shadow:0 0 0 4px rgba(217,70,239,.4)}.custom-range-slider:focus::-ms-thumb{box-shadow:0 0 0 4px rgba(217,70,239,.4)}