input[type=range]{-webkit-appearance:none;appearance:none;outline:none;height:5px;background:transparent;pointer-events:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border:2px solid #555555;border-radius:50%;background:#555555;pointer-events:all;cursor:pointer}input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:20%;background:white;pointer-events:all;cursor:pointer}.max-thumb,.min-thumb{pointer-events:all}.custom-checkbox{width:20px;height:20px;border:2px solid #9f9f9f;border-radius:4px;display:flex;align-items:center;justify-content:center}.checked{background-color:#555555;border-color:#555555}.checkmark{color:white;font-size:14px;font-weight:700}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#555555;border-radius:10px}::-webkit-scrollbar-track{background-color:#f1f1f1}