.wrap {
  /*width: 300px;*/
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
}

.range {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.range::-ms-tooltip {
  display: none;
}

.track {
  width: 100%;
  height: 4px;
  /*background: #DDDDDD;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*pointer-events: none;*/
}

.track-inner {
  width: 0;
  height: 100%;
  background: #E24F4F;
}

.thumb {
  width: 16px;
  height: 16px;
  background: #AAAAAA;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  pointer-events: none;
}

.div-range {
  width: 100%;
  height: 28px;
  background-color: white;
  /*background: linear-gradient(352deg, #005499 0%, #005499 48%, #ff0000 48%, #ff0000 100%) !important;*/
  background-image: linear-gradient(to right, #005499 0%, #ff0000 100%);
}

.div-numbers {
  display: flex;
  justify-content: space-between;
}

.range-pointer {
  width: 10px;
  height: 28px;
  background-color: white;
}

.col-size {
  max-width: 190px;
  min-width: 190px;
}

