.irs--round .irs-bar {
    background-color: #FD5F54;
 }
 
 .irs--round .irs-handle {
   background-color: #E4EBEC;
   border-color: #fd5f53;
   /* box-shadow: 0px 0px 0px 5px hsla(4, 980%, 66%, 0.2); */
 }
 
 .irs--round .irs-handle.state_hover, 
 .irs--round .irs-handle:hover {
    background-color: #FD5F54;
 }
 
 .irs--round .irs-handle {
   width: 16px;
   height: 16px;
   top: 29px
 }
 
 .irs--round .irs-from, 
 .irs--round .irs-to, 
 .irs--round .irs-single {
   background-color: transparent;
   color: #666666;
 }
 
 .irs--round .irs-from:before, 
 .irs--round .irs-to:before, 
 .irs--round .irs-single:before,
 .irs--round .irs-min, 
 .irs--round .irs-max {
   display: none;
 }
 .irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #FEBFBB;
    border-radius: 9px;
}
 