
.histogram-global-css .bin {
  position: relative; margin-right: 1px; 
}
.histogram-global-css .bin-color {
  background-color: #dbe0e2;
}
.histogram-global-css .bin-color-selected {
  background-color: #7F7F7F;
}
.histogram-global-css .bin-color-optimal {
  background-color: #caf9f6;
}
.histogram-global-css .bin-color-optimal-selected {
  background-color: #01e2d4;
}

.histogram-global-css .in-range {
  z-index: 1;
}
.histogram-global-css .out-of-range {
  z-index: 0;
}
.histogram-global-css .selected-range {
  text-align: center;
}

.histogram-global-css .ui-slider-horizontal {
  height: 4px; margin: 0px;
}
.histogram-global-css .ui-slider .histogram-global-css .ui-slider-handle {
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
}


.histogram-global-css .tooltip-histogram > .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ffffca;
  color: black;
  text-align: center;
  padding: 12px;
  position: absolute;
  z-index: 100;
}

.histogram-global-css .tooltip-histogram:hover > .tooltiptext {
  visibility: visible;
  margin-top: 50px;
}
.histogram-global-css .titilename{color: #030303; font-family: var(--font-Montserrat);
  font-feature-settings: 'liga' off; font-weight: 400;
  line-height: normal;}
  .histogram-global-css .selected-range{color: #030303; font-family: var(--font-Montserrat);
    font-feature-settings: 'liga' off; font-weight: 600;
    line-height: normal;}



.histogram-global-css .slider {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.histogram-global-css .slider.slider-horizontal {
  width: 100%;
}
.histogram-global-css .slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  left: 0;
}
.histogram-global-css .slider.slider-horizontal .slider-selection,
.histogram-global-css .slider.slider-horizontal .slider-track-low,
.histogram-global-css .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.histogram-global-css .slider.slider-horizontal .slider-tick,
.histogram-global-css .slider.slider-horizontal .slider-handle {
  margin-left: -17px;
}
.histogram-global-css .slider.slider-horizontal .slider-tick.triangle,
.histogram-global-css .slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.histogram-global-css .slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.histogram-global-css .slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.histogram-global-css .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.histogram-global-css .slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.histogram-global-css .slider.slider-horizontal.slider-rtl .slider-tick,
.histogram-global-css .slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.histogram-global-css .slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.histogram-global-css .slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.histogram-global-css .slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.histogram-global-css .slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.histogram-global-css .slider.slider-vertical .slider-track-low,
.histogram-global-css .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.histogram-global-css .slider.slider-vertical .slider-tick,
.histogram-global-css .slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.histogram-global-css .slider.slider-vertical .slider-tick.triangle,
.histogram-global-css .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.histogram-global-css .slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.histogram-global-css .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.histogram-global-css .slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.histogram-global-css .slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.histogram-global-css .slider.slider-vertical.slider-rtl .slider-tick.triangle,
.histogram-global-css .slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.histogram-global-css .slider.slider-vertical.slider-rtl
  .slider-tick-label-container
  .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.histogram-global-css .slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.histogram-global-css .slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.histogram-global-css .slider input {
  display: none;
}
.histogram-global-css .slider .tooltip-histogram.top {
  margin-top: -36px;
}
.histogram-global-css .slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.histogram-global-css .slider .hide {
  display: none;
}
.histogram-global-css .slider-track {
  position: absolute;
  cursor: pointer;
  background-image: #8B8B8B;

  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.histogram-global-css .slider-selection {
  position: absolute;
  background-color: #647686;
  box-sizing: border-box;
  border-radius: 4px;
}
.histogram-global-css .slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.histogram-global-css .slider-track-low,
.histogram-global-css .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.histogram-global-css .ui-widget-content .slider-handle {
  position: absolute;
  top:-3px;
  width: 10px;
  height: 10px;
  background-color: #030303;
  border: 2px solid #030303;
  z-index: 10;
}
.histogram-global-css .slider-handle.round {
  border-radius: 50%;
}
.histogram-global-css .slider-handle.triangle {
  background: transparent none;
}
.histogram-global-css .slider-handle.custom {
  background: transparent none;
}
.histogram-global-css .slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.histogram-global-css .ui-slider.ui-slider-horizontal.ui-widget {background: #F1F1F1 none repeat scroll 0 0;}
.histogram-global-css .ui-widget-content .ui-slider-range {background: #8B8B8B;}
.histogram-global-css .slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.histogram-global-css .slider-tick.round {
  border-radius: 50%;
}
.histogram-global-css .slider-tick.triangle {
  background: transparent none;
}
.histogram-global-css .slider-tick.custom {
  background: transparent none;
}
.histogram-global-css .slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.histogram-global-css .slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
#histogramSlider {
  max-width: 723px;
  margin: auto;
}
.slider-handle::before{ width: 6px; height: 6px; background-color: #D9D9D9; border-radius: 50%; position: absolute; top: 50%; 
  left: 50%; transform: translate(-50%, -50%); content: "";} 
@media screen and (max-width: 992px) {
  .histogram-global-css .selected-range {    background: #0303030D;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 35px;}

.histogram-global-css .ui-widget-content .slider-handle {width: 30px; height: 30px;

  background: #030303;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35);

  }
  .histogram-global-css .ui-widget-content .slider-handle { top: -14px;}
}


