.noUi-handle {
  &::after {
    display: none;
  }

  &::before {
    display: none;
  }

  width: 14px;
  height: 14px;
  background: var(--bs-black);
  border-radius: 50%;
  border: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  right: -7px;
  top: -5px;
}

.noUi-target {
  background: #D9D9D9;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background: var(--bs-black);
}