input[type=range].slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 0 0;
    height: 26px;
  }
  input[type=range].slider:focus {
    outline: none;
  }
  input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 26px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #50c393;
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  input[type=range].slider::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 24px;
    width: 20px;
    border-radius: 0px;
    background: #409a74;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px;
  }
  input[type=range].slider:focus::-webkit-slider-runnable-track {
    background: #40ba87;
    border-top: 1px solid rgba(0,0,0,0.3) !important;
    border-left: 1px solid rgba(0,0,0,0.3) !important;
    border-right: 1px solid rgba(255,255,255,0.5) !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
  }
  input[type=range].slider::-moz-range-track {
    width: 100%;
    height: 26px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #50c393;
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  input[type=range].slider::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 24px;
    width: 20px;
    border-radius: 0px;
    background: #409a74;
    cursor: pointer;
  }
  input[type=range].slider::-ms-track {
    width: 100%;
    height: 26px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range].slider::-ms-fill-lower {
    background: #63ca9f;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range].slider::-ms-fill-upper {
    background: #50c393;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range].slider::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    width: 20px;
    border-radius: 0px;
    background: #409a74;
    cursor: pointer;
    height: 24px;
  }
  input[type=range].slider:focus::-ms-fill-lower {
    background: #50c393;
  }
  input[type=range].slider:focus::-ms-fill-upper {
    background: #40ba87;
    border-top: 1px solid rgba(0,0,0,0.3) !important;
    border-left: 1px solid rgba(0,0,0,0.3) !important;
    border-right: 1px solid rgba(255,255,255,0.5) !important;
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
  }
