.sea-chart-settings .rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sea-chart-settings .rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sea-chart-settings .rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.sea-chart-settings .rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: rgb(255, 128, 0);;
}

.sea-chart-settings .rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px rgb(255, 128, 0);
  background-color: #fff;
  touch-action: pan-x;
}

.sea-chart-settings .rc-slider-handle-dragging{
  border-color: rgb(255, 128, 0);
  box-shadow: 0 0 0 5px rgb(255, 128, 0);
}

.sea-chart-settings .rc-slider-handle:focus {
  outline: none;
}

.sea-chart-settings .rc-slider-handle-click-focused:focus {
  border-color: rgb(255, 128, 0);
  box-shadow: unset;
}

.sea-chart-settings .rc-slider-handle:hover {
  border-color: rgb(255, 128, 0);
}

.sea-chart-settings .rc-slider-handle:active {
  border-color: rgb(255, 128, 0);
  box-shadow: 0 0 5px rgb(255, 128, 0);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sea-chart-settings .rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
