@charset "UTF-8";
/* CSS Document */
.slider {
  margin: 14px auto 26px;
  width: calc(520px - 30px);
}
.noUi-origin {
  top: 0px;
  right: 0px;
}
.noUi-handle {
  top: 15px !important;
  height: 1px !important;
  border-width: 0;
}
.noUi-tooltip {
  border-radius: 6px;
  border-width: 0;
  top: -25px;
  min-width: 22px;
  height: 21px;
  font-size: 12px;
  line-height: 12px;
}
.noUi-target, .noUi-handle, .noUi-active {
  box-shadow: 0 0;
}
.noUi-target, .noUi-base, .noUi-connects {
  height: 2px;
  border-radius: 0px;
  border-width: 0;
}
.noUi-handle:after, .noUi-handle:before {
  width: 0;
  height: 0;
}
.noUi-handle {
  background: rgba(0,0,0,0.0);
}
.noUi-connect {
  background: #2381B3;
}
.noUi-connects {
  background: #B4D4EF;
}
.noUi-tooltip {
  color: white;
  background: #2381B3;
}
