
/*============================
  3.rangepicker-plugin
============================*/
.daterangepicker .ranges li.active {
  background-color: var(--primary-color);
}
.daterangepicker td.active {
  background-color: var(--primary-color);
}
.daterangepicker td.active:hover {
  background-color: var(--primary-color);
}

.daterange-wraper .date-range {
  padding-inline-start: 30px;
  font-size: 14px;
  color: #393f4d;
  border: 0;
  min-height: auto;
  height: 36px;
  border: 0;
  box-shadow: 0px 4.4px 20px -1px #1310220d;
}
.daterange-wraper .date-range:focus {
  border-left: 0;
}
.daterange-wraper .cal-icon-date {
  position: absolute;
  inset-inline-start: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.filter-range .irs--round {
  height: 20px;
}
.filter-range .irs--round .irs-handle {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border: 0;
  top: -4px;
}
.filter-range .irs--round .irs-line {
  top: 0;
  background: #e4ebf1;
}
.filter-range .irs--round .irs-bar {
  background-color: var(--primary-color);
  top: 0;
}
.filter-range .irs--round .irs-min,
.filter-range .irs--round .irs-max,
.filter-range .irs--round .irs-single {
  display: none;
}
.range-form .form-group input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  height: 0;
  outline: none;
  height: 5px;
  border-radius: 5px;
  background: var(--primary-color);
}

.range-form .form-group input[type="range"]::-webkit-slider-runnable-track {
  background: none;
}

.range-form .form-group input[type="range"]::-moz-range-track {
  background: none;
}

.range-form .form-group input[type="range"]::-ms-track {
  background: none;
  border-color: transparent;
  color: transparent;
}