
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: none;
    user-select: none;
}

.noUi-target {
    position: relative;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-target {
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #fafafa;
}

.noUi-base, .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.noUi-connects {
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
}

.noUi-connect, .noUi-origin {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: flat;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: 0 0;
    transform-style: flat;
    z-index: 1;
    will-change: transform;
    width: 100%;
    height: 100%;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    position: absolute;
    backface-visibility: hidden;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-horizontal .noUi-handle {
    top: -7px;
    right: -14px;
    width: 15px;
    height: 15px;
}

.noUi-touch-area {
    width: 100%;
    height: 100%;
}
