/**** Custom styles for noUiSlider ****/
.noUi-connect {
    background: linear-gradient(270deg, #2D52D3 0%, #9BB1FF 100%);
    border-radius: 3px;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-horizontal .noUi-handle {
    padding: 4px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    border: 3px solid #ffffff;
    box-shadow: 0px 1px 4px rgba(70, 82, 125, 0.2);
    border-radius: 16px;
    background: #2D52D3;
    right: -8px;
    top: -7px;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
    /*height: 4px;*/
}

.noUi-tooltip {
    border: none;
    font-size: 12px;
    color: #263238;
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    background: #2D52D3;
}

.noUi-target {
    background: #E5E5E5;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
    border: none;
    font-size: 12px;
    color: #263238;
}
.noUi-vertical {
    background: red;
}
