.noUi-horizontal {
  height: 2px;
}

.noUi-target {
  background: #CCC;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-connects {
  border-radius: 6px;
}

.noUi-connect {
  background-color: #CCC;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  background: #198754;
  border: 1px solid #198754;
  cursor: default;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.noUi-handle:after, .noUi-handle:before {
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  left: 11px;
  top: 5px;
}

.noUi-handle:after {
  left: 14px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -12px;
  top: -9px;
}

.noUi-tooltip {
  border: none;
  border-radius: 8px;
  color: #333;
  padding: 0.25rem 0.75rem 0.2rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.calculate-col {
  background-color: #f8f9fa;
}
/*# sourceMappingURL=sectionCalculate.css.map */