input[type=range]{--range-progress:0;appearance:none;position:relative;width:100%;height:6px;border-radius:4px;cursor:pointer}input[type=range]::-moz-range-track{position:relative;width:100%;height:6px;border-radius:4px;cursor:pointer}input[type=range]:before{content:"";height:6px;background:#009EF7;width:var(--range-progress);border-bottom-left-radius:4px;border-top-left-radius:4px;position:absolute;top:0;left:0}input[type=range]::-moz-range-progress{background:#009EF7;border-bottom-left-radius:4px;border-top-left-radius:4px;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;border-radius:50%;border:none;background:#009EF7;cursor:pointer;position:relative}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}input[type=range]::-moz-range-thumb{height:12px;width:12px;border-radius:50%;background:#009EF7;cursor:pointer;border:transparent;position:relative}input[type=range]:active::-moz-range-thumb{transform:scale(1.2)}select{background-color:#FFFFFF;border-radius:2px;color:#082544;padding:10px 30px 10px 10px;outline:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;appearance:none}