.noUi-handle {
    border: 2px solid #FFD1D1;
    background: #FFD1D1;
    cursor: default;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    color: #FFD1D1;
    left: 0px;
    top: -7px;
}

.noUi-background {
    background: #333;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-connect {
    background: #3333;
}