.ui-slider-horizontal {
    height: .2em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 2em;
    height: 2em;
    top: -.9em;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 5px #c2d3ea;
    border: none;
}

.ui-slider-horizontal .ui-slider-handle::before {
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.4em;
    margin-left: -0.4em;
    content: "";
    border-radius: 50%;
    background: #3d7cda;
}

.ui-widget-header {
    background: #073b87;
}

.ui-widget.ui-widget-content {
    border: 1px solid #E1E9F5;
}

#cost-range, #square-range {
    margin-top: 1em;
    margin-bottom: 2em;
}

.range-field {
    display: none;
}

.range-label {
    color: #073b87;
}
