#root_sider_colors {
    color: #BADFE2;
    color: #6EB0B9;
    color: #54A5B5;
    color: #0DA67D;
    color: #7BCBAB;
    color: #FB8340;
    color: #E15B15;
}

.noUi-target,
.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;
}

.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;
    width: 130px;
    height: 30px;
    left: -10px;
    top: -4px;
    outline: none !important;
    border: 0px solid #FB8340;
    border-radius: 1rem;
    background: #0DA67D;
    cursor: default;
}

.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: 22px;
}

.noUi-target {
    background: #FB8340;
    border-radius: .15rem;
    border: 0px solid #D3D3D3;
    box-shadow: none;
}

.noUi-connect {
    background: #7BCBAB;
    border-radius: .15rem;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-active {}

.noUi-handle:before,
.noUi-handle:after {
    display: block;
    position: absolute;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    left: 8px;
    top: 3px;
    content: '-';
}

.noUi-handle:after {
    left: 112px;
    top: 5px;
    content: '+';
    font-size: 18px;
}

[disabled] .noUi-connect {
    background: #7BCBAB;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    padding: 5px 0;
    line-height: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
}

.noUi-horizontal.noUi-extended {
    padding-right: 110px;
    padding-left: 0;
}

.noUi-horizontal.noUi-extended .noUi-handle {
    /*left: -55px;*/
}

.noUi-horizontal.noUi-extended .noUi-origin {
    /*right: -32px;*/
}
