html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.date-filter {
  width: 54%;
  margin-left: 105px;
  margin-top: 8px;
  margin-bottom: 20px!important;
  padding-bottom: 0!important;
  position: absolute;
  z-index: 1050;
}
@media (min-width: 200px) and (max-width: 767px){
  .date-filter {
    width: 100%;
    margin: 0;
    position: relative;
  }
}

#rangeBar input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #03a9f4;
  border-radius: 25px;
}

#rangeBar input[type="range"]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

#rangeBar input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #03a9f4;
}

#rangeBar .range-wrap {
  padding: 4px 6px 0px 6px;
  position: relative;
}

#rangeBar .range-value {
  position: absolute;
  top: 0px;
}

#rangeBar .range-value span {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #03a9f4;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

#rangeBar .range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #03a9f4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
.OverflowArea .select2-selection__rendered{
  position: absolute;
  left: 138px;
  overflow: hidden;
  width: 291px; 
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered{
  margin-top: 21px!important;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  padding: 0.1em 0.55em!important;
}