/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.sunPath_noUi-target,
.sunPath_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;
}
.sunPath_noUi-target {
  position: relative;
}
.sunPath_noUi-base,
.sunPath_noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.sunPath_noUi-connects {

  z-index: 0;
}
.sunPath_noUi-connect,
.sunPath_noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.sunPath_noUi-txt-dir-rtl.sunPath_noUi-horizontal .sunPath_noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.sunPath_noUi-vertical .sunPath_noUi-origin {
  top: -100%;
  width: 0;
}
.sunPath_noUi-horizontal .sunPath_noUi-origin {
  height: 0;
}
.sunPath_noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.sunPath_noUi-touch-area {
  height: 200%;
  width: 200%;
}
.sunPath_noUi-state-tap .sunPath_noUi-connect,
.sunPath_noUi-state-tap .sunPath_noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.sunPath_noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.sunPath_noUi-horizontal {
  height: 4px;
}
.sunPath_noUi-horizontal .sunPath_noUi-handle {
  cursor:pointer;
  width: 12px;
  height: 12px;
  right: -6px;
  top: -4px;
}
.sunPath_noUi-vertical {
  width: 18px;
}
.sunPath_noUi-vertical .sunPath_noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.sunPath_noUi-txt-dir-rtl.sunPath_noUi-horizontal .sunPath_noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.sunPath_noUi-target {
  background: none;
  border-radius: 4px;
  border: none;
}
.sunPath_noUi-connects {
  border-radius: 3px;
}
.sunPath_noUi-connect {
  background: var(--sunPathSecondMainColor);
}
/* Handles and cursors;
 */
.sunPath_noUi-draggable {
  cursor: ew-resize;
}
.sunPath_noUi-vertical .sunPath_noUi-draggable {
  cursor: ns-resize;
}
.sunPath_noUi-handle {
  border: 3px solid var(--sunPathSecondMainColor);
  border-radius: 12px;
  background: white;
  cursor: default;
}
.sunPath_noUi-active {
  border: 4px solid var(--sunPathSecondMainColor);
}
/* Handle stripes;
 */
.sunPath_noUi-handle:after {
  left: 17px;
}
.sunPath_noUi-vertical .sunPath_noUi-handle:before,
.sunPath_noUi-vertical .sunPath_noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.sunPath_noUi-vertical .sunPath_noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .sunPath_noUi-connect {
  background: var(--sunPathSecondMainColor);
}
[disabled].sunPath_noUi-target,
[disabled].sunPath_noUi-handle,
[disabled] .sunPath_noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.sunPath_noUi-pips,
.sunPath_noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sunPath_noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.sunPath_noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.sunPath_noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.sunPath_noUi-marker {
  position: absolute;
  background: #CCC;
}
.sunPath_noUi-marker-sub {
  background: #AAA;
}
.sunPath_noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.sunPath_noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.sunPath_noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.sunPath_noUi-rtl .sunPath_noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.sunPath_noUi-marker-horizontal.sunPath_noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.sunPath_noUi-marker-horizontal.sunPath_noUi-marker-sub {
  height: 10px;
}
.sunPath_noUi-marker-horizontal.sunPath_noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.sunPath_noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.sunPath_noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.sunPath_noUi-rtl .sunPath_noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.sunPath_noUi-marker-vertical.sunPath_noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.sunPath_noUi-marker-vertical.sunPath_noUi-marker-sub {
  width: 10px;
}
.sunPath_noUi-marker-vertical.sunPath_noUi-marker-large {
  width: 15px;
}
.sunPath_noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.sunPath_noUi-horizontal .sunPath_noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.sunPath_noUi-vertical .sunPath_noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.sunPath_noUi-horizontal .sunPath_noUi-origin > .sunPath_noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.sunPath_noUi-vertical .sunPath_noUi-origin > .sunPath_noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
