.noUi-target {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.noUi-connects {
    height: 2px;
    background-color: #d9d9d9;
}

.noUi-connect {
    background: #501E70;
    transition: background 450ms;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -8px;
    border-radius: 50%;
    background: #501E70;
    cursor: default;
    transition: all 0.1s ease-in-out;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    content: none;
}
