.noUi-handle {
    border: 1.5px solid  hsl(184, 90%, 34%);
    background: hsl(214, 15%, 91%);
    box-shadow: none;
  }
  .noUi-active {
    box-shadow: none;
  }
  .noUi-horizontal {
    height: 8px;
  }

  .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 10px;
    right: -12px;
    top: -9px;
    cursor: pointer;
  }
  .noUi-handle:before,
  .noUi-handle:after {
    display: none;
  }

  .noUi-connect {
    background: hsl(184, 90%, 34%);
  }

  .noUi-connects {
    cursor: pointer;
  }