.input-range__slider {
    appearance: none;
    background: #ffeb3b;
    border: 1px solid #ffeb3b;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin-left: -0.5rem;
    margin-top: -0.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 1rem;
}
.input-range__slider:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

  .input-range__slider:active {
    transform: scale(1.3); }
  .input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2); }
  .input-range--disabled .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none; }

.input-range__slider-container {
  transition: left 0.3s ease-out; }

.input-range__label {
  color: #aaaaaa;
  font-family: "Helvetica Neue", san-serif;
  font-size: 0.8rem;
  transform: translateZ(0);
  white-space: nowrap; }

.input-range__label--min,
.input-range__label--max {
  bottom: -1.4rem;
  position: absolute; }

.input-range__label--min {
  left: 0; }

.input-range__label--max {
  right: 0; }

.input-range__label--value {
  position: absolute;
  top: -1.8rem; }

.input-range__label-container {
  left: -50%;
  position: relative; }
  .input-range__label--max .input-range__label-container {
    left: 50%; }

.input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 0.3rem;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out; }
  .input-range--disabled .input-range__track {
    background: #eeeeee; }

.input-range__track--background {
  left: 0;
  margin-top: -0.15rem;
  position: absolute;
  right: 0;
  top: 50%; }

.input-range__track--active {
    background: rgba(115,188,247,1);
    background: -moz-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(115,188,247,1)), color-stop(0%, rgba(242,123,105,1)), color-stop(0%, rgba(247,50,24,1)), color-stop(0%, rgba(115,188,247,1)), color-stop(32%, rgba(76,169,246,1)), color-stop(65%, rgba(40,141,230,1)), color-stop(100%, rgba(40,141,230,1)));
    background: -webkit-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: linear-gradient(135deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73bcf7', endColorstr='#288de6', GradientType=1 );
}

.input-range {
  height: 1rem;
  position: relative;
  width: 100%; }

/*# sourceMappingURL=index.css.map */