.ui-slider-horizontal {
    height: 0.6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    /* width: 40%; */
}
.ui-widget-header {
    background: #3fe331;
}

.ui-input-number {
    height: 1.5em;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
}

/* fix lag move mouse */
span {
  -webkit-transition: 0ms;
  transition: 0ms;
}