.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-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-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition:
    left 0.3s,
    top 0.3s;
  transition:
    left 0.3s,
    top 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: 9px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-background {
  background: #fafafa;
}
.noUi-connect {
  background: #3fb8af;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 4px;
}
.noUi-target {
  border-radius: 4px;
  border: 0px solid #d3d3d3;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  /*-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
 box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB*/
}
.noUi-active {
  /*-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
 box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB*/
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-tooltip {
  display: none;
  position: absolute;
  color: #3d403d;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  width: 5em;
}
.noUi-tooltip span {
  box-shadow: 2px 2px 8px 0px #5b5ebf29;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  line-height: 17px;
  color: #291d4c;
  background-color: #ffffff;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -36px;
  left: -2.5em;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -26px;
  left: -2.5em;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}
.noUi-background {
  background: var(--color-bg-secondary);
}
#slider,
#slider2 {
  background-color: #5b5ebf;
  margin-bottom: 26px;
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 0px;
}
.noUi-handle {
  background: #291d4c;
  border-radius: 50%;
  border: 2px solid #291d4c;
  /*-webkit-box-shadow:4px 4px 5px 0 rgba(50,50,50,0.75);
 box-shadow:4px 4px 5px 0 rgba(50,50,50,0.75);*/
  top: -8px;
  left: -12px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
/*.noUi-active {
 -webkit-box-shadow:inset 4px 4px 5px 0 rgba(50,50,50,0.25);
 box-shadow:inset 4px 4px 5px 0 rgba(50,50,50,0.25)
}*/
