.custom-slider{width:100%;height:12px;border-radius:8px;background-color:whitesmoke;display:flex;justify-content:space-between;align-items:center;position:relative}.custom-slider .thumb{outline:none;cursor:grab;border-radius:50px;padding:6px;background-color:rgba(88,177,171,1);border:5px solid white;box-shadow:2px 2px 10px grey;width:20px;height:20px}.custom-slider .example-track{height:12px}.example-track.example-track-1{border-radius:50px;background:linear-gradient(90deg,#95F6F0,#4AA09B)}