.date-filter {
  width: 54%;
  margin-left: 6px;
  margin-bottom: 20px!important;
  padding-bottom: 0!important;
  position: absolute;
  z-index: 1050;
}

#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;
}

.dropdown-menu{
  width: inherit;
  font-size: 2.6rem;
}


.page-loader {
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  transition: opacity 1s;
  align-items: center;
  position: absolute;
  display: flex;
  z-index: 100;
  height: 100%;
  cursor: wait;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

.page-loading {
  opacity: 1;
}

.page-loading > div > div {
  animation: page-loader-points 1.4s infinite ease-in-out both;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0.75em;
  height: 1.5em;
  width: 1.5em;
}

.page-loading > div > div:nth-child(1) {
  animation-delay: -0.32s;
}

.page-loading > div > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes page-loader-points {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1.0);
  }
}

.theme-btn.active{
  border: 1px solid #212529!important;
}
.search-part .searchLoading {
  position: absolute;
  right: 54px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
}

.top-search .searchLoading{
  position: absolute;
  right: 168px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
}


@media screen and (max-width: 600px) {
  .navbar-brand > img{
    width: 40vw;
  }
}
.text-hr {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 15px auto;
  color: #444;
  font-size: 1.4rem;
}
.text-hr--center::before {
  flex: 1;
  background: #c7c7c7;
  content: "";
  height: 1px;
}
.text-hr--center .text-hr__text {
  padding: 0 15px;
}
.text-hr::after {
  flex: 1;
  background: #c7c7c7;
  content: "";
  height: 1px;
}
.more-search.disabled{
  cursor: none;
  pointer-events: none;
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.accordion-backdrop{
  z-index: 1!important;
}