.slider-css { -webkit-appearance: none; width: 20rem; font-family: "Lato"; position: absolute; margin-top: 27%; margin-left: 50%; transform: translate(-50%, -50%); } .slider-css::-webkit-slider-thumb { -webkit-appearance: none; border: 5px solid #ffffff; width: 18px; height: 18px; border-radius: 10px; background-color: rgba(94, 246, 152, 1); cursor: pointer; box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, 0.4); margin-top: -7px; } .slider-css:focus { -webkit-appearance: none; outline: none; } .slider-css::-webkit-slider-runnable-track { -webkit-appearance: none; outline: none; width: 100%; height: 7px; cursor: pointer; box-shadow: 4.5px 4.5px 20px 1px rgba(0, 0, 0, 0.3); background: white; border-radius: 5px; }