.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: -3px;
  left: 0;
  bottom: 0;
  height: 11px;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: -10px;
  top: -17px;
  outline: none !important;
  border-radius: 40px;
  cursor: default;
  background-color: #c41f36;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' height='32' viewBox='0 0 18.027 8.001' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m4.667.336a1.15 1.15 0 0 0 -1.624 0l-2.707 2.707a1.128 1.128 0 0 0 -.308.958c-.044.341.046.696.308.958l2.707 2.707a1.15 1.15 0 0 0 1.624-1.624l-2.04-2.04 2.04-2.04a1.152 1.152 0 0 0 0-1.626zm13.024 2.707-2.707-2.707a1.15 1.15 0 0 0 -1.624 1.624l2.04 2.04-2.04 2.04a1.15 1.15 0 0 0 1.624 1.624l2.707-2.707c.262-.262.352-.616.308-.958a1.126 1.126 0 0 0 -.308-.956z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 5px;
}
.noUi-target {
  background: #094856;
  border-radius: .50rem;
  border: 0px solid #D3D3D3;
  box-shadow: none;
}
.noUi-connect {
  background: #e77430;
  border-radius: .50rem;
  box-shadow: none;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: ew-resize;
}
[disabled] .noUi-connect {
  background: #7BCBAB;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  background: #4a666e;
  color: #FFF;
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 45px;
  min-width: 75px;
}
.noUi-horizontal.noUi-extended {
  padding-right: 20px;
  padding-left: 0;
}
.noUi-horizontal.noUi-extended .noUi-handle {
  /*left: -55px;*/
}
.noUi-horizontal.noUi-extended .noUi-origin {
  /*right: -32px;*/
}