.custom-range-slider {
    padding-bottom: 0.4rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
}

.ui-slider-horizontal {
    height: .6rem;
    margin: 0rem 1.5rem;
}

.custom-range-slider .slider-labels {
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: small;
    margin-bottom: 1rem;
}

.custom-range-slider .slider-labels span {
    padding: 4px;
    margin-right: 1px;
}

.custom-range-slider .ui-slider-handle {
    background-color: rgb(29 78 216) !important; 
    border-color: #eee !important;
}

.custom-range-slider .ui-slider-handle:hover {
    transform: scale(1.1); 
}

.custom-range-slider .ui-slider-handle.ui-state-active {
    background-color: rgb(11, 45, 138) !important; 
    border-color: #eee !important;
    transform: scale(1.1);
}

.custom-range-slider .ui-widget-header {
    background-color: rgb(29 78 216) !important; 
}