@import "https://fonts.googleapis.com/css2?family=Poppins&display=swap";.range input{-webkit-appearance:none;width:400px;height:4px;border-radius:5px;background-color:#A98419;outline:none}.range input::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background-color:#F0F0F0}.range span{position:absolute;margin-left:14px;width:50px;height:30px;background-color:#222;color:#fff;border-radius:3px;text-align:center;line-height:30px}.range span:before{content:'';position:absolute;border-right:9px solid transparent;border-left:9px solid transparent;border-bottom:12px solid #222;left:-10px;top:50%;transform:translateY(-50%) rotate(-90deg)}