.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;-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:0;left:0;bottom:0;}
.noUi-origin{position:absolute;height:0;width:0;}
.noUi-handle{position:relative;z-index:1;}
.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:18px;}
.noUi-horizontal .noUi-handle{width:34px;height:34px;left:-17px;top:-10px;}
.noUi-vertical{width:18px;}
.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px;}
.noUi-target{background:#2d2d2d;border:1px solid #2d2d2d;}
.noUi-connect{background:#1245D8;-webkit-transition:background 450ms;transition:background 450ms;}
.noUi-draggable{cursor:w-resize;}
.noUi-vertical .noUi-draggable{cursor:n-resize;}
.noUi-handle{border:1px solid #ffffff;border-radius:17px;background:#FFF;cursor:default;}
.noUi-active{box-shadow:0 3px 6px rgba(0,0,0,0.3);}
.noUi-handle:before,
.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:rgba(87, 87, 87, 0.5);left:14px;top:9px;}
.noUi-handle:after{left:17px;}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px;}
.noUi-vertical .noUi-handle:after{top:17px;}
[disabled] .noUi-connect{background:#B8B8B8;}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle{cursor:not-allowed;}