.irs--round .irs-handle {
   top: 9px;
   border: 3px solid white;
   background-color: #ca2d2c;
   width: 17px;
   height: 17px;
   box-shadow: none;
}

.irs--round .irs-bar {
   top: 15px;
   height: 6px;
   background-color: #ca2d2c;
}

.irs-handle {
   border: 5px solid #fff;
   /* Add a white border around the thumbs */
   background-color: #ff4d4d;
   /* Change the color of the thumbs */
   width: 22px;
   height: 22px;
}

.range-values {
   color: #ff4d4d;
   /* Change the color of the range values */
}

.irs--round .irs-line {
   height: 6px;
   top: 15px;
   background-color: #e3e3e3;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
   background-color: #ca2d2c;
}

