﻿body,
li,
p,
td {
  font-family: 'Fira Sans';
}
.noUi-target,
.noUi-origin {
  border-radius: 32px;
  border: none;
}
.noUi-horizontal {
  height: 8px;
  cursor: pointer;
}
.noUi-connect {
  background-color: #6698cc;
}
.noUi-background {
  background-color: #cbddef;
  box-shadow: none;
}
.noUi-handle-lower:after,
.noUi-handle-lower:before {
  display: none;
}
.noUi-handle {
  background-color: #6698cc;
  border-color: #6698cc;
  box-shadow: none;
  cursor: ew-resize !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 64px;
  left: -7px !important;
  top: -4px !important;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}