﻿.noUi-base, .noUi-connects {
    width: 100%;
    height: 5px;
    position: relative;
    z-index: 1;
}

.noUi-horizontal {
    height: 5px;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #ffac79;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 5px;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: none;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    background-color: #FD9636;
    border: 1px solid #FD9636;
    box-shadow: 0px 47px 65px rgba(21, 28, 38, 0.1);
    left:unset;
    right:0px;
    top: -6px;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    cursor: default;
    box-sizing: content-box !important;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: none;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-origin {
    border-radius: 12px;
    left:10px;
    right:10px;
}
.noUi-connects {
    border-radius: 3px;
    background-color: #DDE4F0;
}
