input[type="range"] {
  width: 80px;
}
.rangeslider,
.rangeslider__fill {
  height: 10px;
}
.rangeslider__fill {
  background: #5bbd72 !important;
}
.rangeslider__handle {
  width: 15px;
  height: 15px;
  top: -2.5px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.rangeslider__handle:after {
  background-image: none;
}
.ui.selection.dropdown {
  min-height: inherit;
}
