.irs--round .irs :hover {
  cursor: pointer;
}
.irs--round .irs-single {
  width: 30px;
  height: 40px;
  margin-top: 42px;
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  line-height: 20px;
  z-index: 1;
}
.irs--round .irs-single::before {
  content: unset;
}
.irs--round .irs-line,
.irs--round .irs-bar {
  height: 2px;
  color: #fff;
  background: #fff;
}
.irs--round .irs-handle {
  width: 20px;
  height: 20px;
  border: 5px solid #ffec00;
  border-radius: 10px;
}
