.noUi-horizontal {
    height:6px;
    padding: 0 12px;
}

.noUi-target {
    border: none;
    border-radius: 100px;
    background: #ebebeb;
    box-shadow: none;
}

.noUi-connect {
    background: #00adee;
    border-radius:0
}

.noUi-horizontal .noUi-handle {
    height:24px;
    width:24px;
    top:-9px;
    right: -12px;
    background:#ffffff;
    border:2px solid #00adee;
    border-radius:50%;
    box-shadow:none;
    cursor:pointer;
}

.noUi-handle::before,
.noUi-handle::after {
    content: none;
}