﻿.noUi-tooltip {
  top: auto !important;
  left: -40px;
  min-width: 100px;
  bottom: 24px !important;
  border-radius: 30px;
  color: white;
  border-radius: 30px;
  background-color: #207dce;
  transition: background-color 0.3s ease-in-out; }

.noUi-handle:after, .noUi-handle:before {
  display: none; }

.noUi-horizontal {
  height: 5px;
  margin: 55px 0px; }
  .noUi-horizontal .noUi-handle {
    background: #207dce;
    border: none;
    width: 20px;
    height: 20px;
    box-shadow: none;
    border-radius: 30px;
    top: -9px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease-in-out; }
    .noUi-horizontal .noUi-handle:focus {
      outline: none; }

.noUi-connect {
  background: #207dce; }
  .noUi-connect .noUi-tooltip {
    background-color: #207dce; }

[disabled] .noUi-connect {
  background: #207dce; }

[disabled] .noUi-touch-area, [disabled] .noUi-tooltip, [disabled].noUi-target {
  cursor: wait; }

.noUi-touch-area:focus {
  outline: none; }

.noUi-connects {
  background: #999; }

.noUi-horizontal .c-0-color {
  background-color: #00C08C; }

.noUi-horizontal .c-1-color {
  background-color: #207dce; }

.noUi-horizontal .c-2-color {
  background-color: #EA6868; }

.secondary.noUi-horizontal .noUi-base {
  background-color: #EA6868; }

.secondary.noUi-horizontal .noUi-tooltip {
  background-color: #EA6868; }

.secondary.noUi-horizontal .noUi-handle {
  background-color: #EA6868; }

.secondary.noUi-horizontal .noUi-connect {
  background-color: #EA6868; }
  .secondary.noUi-horizontal .noUi-connect .noUi-tooltip {
    background-color: #EA6868; }

.tertiary.noUi-horizontal .noUi-tooltip {
  background-color: #00C08C; }

.tertiary.noUi-horizontal .noUi-handle {
  background-color: #00C08C; }

.tertiary.noUi-horizontal .noUi-connect {
  background-color: #00C08C; }
  .tertiary.noUi-horizontal .noUi-connect .noUi-tooltip {
    background-color: #00C08C; }

.tertiary.noUi-horizontal .c-0-color {
  background-color: #00C08C; }

.tertiary.noUi-horizontal .c-1-color {
  background-color: #207dce; }

.tertiary.noUi-horizontal .c-2-color {
  background-color: #EA6868; }

.disable-handle {
  cursor: wait; }
  .disable-handle .noUi-touch-area {
    cursor: wait; }
  .disable-handle .noUi-tooltip {
    cursor: wait; }

.single-slider-color .noUi-connect {
  background-color: #EA6868; }

.single-slider-color .noUi-tooltip {
  background-color: #EA6868; }

.single-slider-color .noUi-horizontal .noUi-handle {
  background-color: #EA6868; }

.single-slider-color .noUi-touch-area {
  background-color: #EA6868;
  border-radius: 12px; }
