/* Use "OM-blue" as the primary color for the slider */
.slider-component .noUi-target {
    background-color: rgba(35, 107, 233, 0.6);
    border-color: #236BE9;
    border-radius: 2px;
    box-shadow: none;
}

.slider-component .noUi-horizontal {
    height: 4px;
}

.slider-component .noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    right: -10px;
    top: -9px;
    border-radius: 50%;
    border: none;
    background: #236BE9;
    box-shadow: none;
    cursor: pointer;
}

.slider-component .noUi-handle:after, .slider-component .noUi-handle:before {
    display: none;
}

.slider-component .noUi-connect {
    background: #236BE9;
}
.slider-component [disabled] .noUi-connect {
    background: #B8B8B8;
}
