.select-button-bg button{background-color:transparent!important}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;background:var(--input-background);border-radius:5px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;background:var(--theme-primary);border-radius:9999px;cursor:pointer;box-shadow:0 0 2px rgba(0,0,0,.2)}input[type=range]::-moz-range-thumb{height:16px;width:16px;background:var(--theme-primary);border:none;border-radius:9999px;cursor:pointer}