/* ==============
  Range slider
===================*/

.irs--modern{
  .irs-bar, .irs-to, .irs-from, .irs-single {
    background: $primary !important;
  }
  .irs-to, .irs-from, .irs-single{
    &:before{
      border-top-color: $primary;
    }
  }

  .irs-min, .irs-max{
    color: $muted;
  }
  .irs-grid-text{
    font-size: 12px;
  }
  .irs-handle {
    > i{
      &:nth-child(1){
        width: 8px;
        height: 8px;
      }
    }
  }
}