.progress-range {
  &#progress {
    margin: 2em 0 1em !important;
    :first-child {
      &:focus {
        outline: none;
      }
    }
  }
  .thumb {
    height: 22px;
    width: 22px;
    padding: 0.7rem;
    border-radius: 22px;
    background-color: $white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid $light-grey;
    .inner-thumb {
      height: 5px;
      width: 5px;
      padding: 0.5rem;
      border-radius: 5px;
      background-color: $primary;
    }
  }
}
