.lp-loop-currency-rates {
  background: #fff;
  padding: 0px 17px;
}

.lp-loop-currency-rates ul.lp-loop-currency-rates-list li.lp-loop-currency-rate-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 13px;
}

.lp-loop-currency-rates ul.lp-loop-currency-rates-list li.lp-loop-currency-rate-item span {
  color: #797979 !important;
}

select.lp-desarrollo-search-dorp-feild.currency-select {
  font-size: 14px;
  font-weight: 400;
  color: #7f7f7f !important;
  line-height: 24px !important;
  border-bottom: solid 1px transparent;
  border: 1px solid #eaeaea;
  padding: 5px;
  background: #f8f8f8;
}

.lp-currency-rates-widget {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  font-family: sans-serif;
}

.lp-currency-rates-header {
  background: #4fc3f7;
  color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  font-size: 16px;
}

.lp-currency-rates-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-currency-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}

.lp-currency-rate-item:last-child {
  border-bottom: none;
}

.lp-currency-code {
  font-weight: 500;
}

.lp-badge-red {
  background: #ef5350;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
}

.lp-badge-green {
  background: #66bb6a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
}

.lp-search-prize-range {
  background: #fff;
  border-radius: 10px;
  padding: 7px 10px;

}

.price-input {
  width: 100%;
  display: flex;

}

.price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;


}

.price-input .separator {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17A2B8;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: #e9e9e9;
  pointer-events: none;
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 18px;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -webkit-appearance: none;

}




.lp-prize-and-filter-search-main {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px
}

.lp-prize-and-filter-search-main span.select2-selection.select2-selection--single {
  background: #f8f8f8;
  font-size: 13px;
  font-weight: 400;
  border-bottom: solid 1px transparent;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  height: 36px;
}

.lp-prize-and-filter-search-main span#select2-currency_select-container {
  color: rgb(159, 159, 159);
  font-size: 14px;
}

.lp-prize-and-filter-search-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 1px;
  width: 23px;
}

.lp-prize-and-filter-search-main .price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
}

.lp-search-prize-range span {
  display: none;
}

.lp-search-prize-range input {
  color: rgb(159, 159, 159);
  font-size: 14px;
}

.price-input .field:last-child input {
  text-align: end;
}

.lp-prize-and-filter-search-main .slider:before {
  content: unset !important;
}


.range-container {
  position: relative;
  height: 5px;
  border-radius: 4px;
  margin: 0;
}

.range-track {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #e5e7eb;
}

.range-selected {
  position: absolute;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #84d7d8, #0dafb1);
}

.range-thumb {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  border: 4px solid #0dafb1;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: grab;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.range-thumb.right {
  border-color: #0dafb1;
}



.range-thumb:active {
  cursor: grabbing;
  transform: translate(-50%, -50%) scale(1.15);
}

.value-tooltip {
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: #0dafb1;
  color: white;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}



@media (max-width: 768px) {
  .lp-prize-and-filter-search-main {
    display: unset;
  }

  .lp-prize-and-filter-search-main span.select2-selection.select2-selection--single {
    margin-bottom: 20px;
  }

  .range-container {
    margin-bottom: 45px;
  }
}