.ui-widget-content {
    position: relative;
    height: 8px;
    background: #eeeeee;
    color: #333333;
    text-align: left;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range-max {
    cursor: pointer;
    right: 0;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ui-widget-header {
    background: #DBF017;
    color: transparent;
    font-weight: bold;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
    top: -1px;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 14px;
    position: absolute;
    width: 14px;
    z-index: 2;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    cursor: pointer;
    background: #DBF017;
    box-shadow: 0 24px 32px -15px rgba(184, 197, 202, 0.15);
    top: -3px;
    font-weight: bold;
    color: transparent;
    outline: none;
    border-radius: 50%;
}
